source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3ca7085a   11 years michaelni avcodec: make "bitrate tolerance too small for bitrate" error more …
(edit) @d0004a19   11 years michaelni avcodec/kgv1dec: fix memleak, reintroduce lost decode_flush() call …
(edit) @2fd39642   11 years michaelni avcodec/huffyuv: fix median prediction for >8bps Signed-off-by: …
(edit) @3d879279   11 years michaelni avcodec/huffyuv: add YUVA{420,422,444}P{9,10} support Signed-off-by: …
(edit) @ef028212   11 years michaelni avcodec/huffyuv: add YUV{420,422,444}P{9,10,12,14} support …
(edit) @b53aab1a   11 years michaelni libavcodec/huffyuv: >8 bit support This adds only yuv420p10, others …
(edit) @6c004e8a   11 years michaelni avcodec/huffyuvenc: init bps from pixel descriptor Signed-off-by: …
(edit) @534a8947   11 years michaelni avcodec/huffyuv: add a field that represents the number of symbols …
(edit) @8173d1ff   11 years clement vp9/x86: 16x16 iadst_idct, idct_iadst and iadst_iadst (ssse3+avx). …
(edit) @a64333db   11 years stefasab lavfi/vidstabtransform: apply various cosmetical nits
(edit) @7012a9dc   11 years stefasab configure: add version check for pkg libraries, and use it for vidstab …
(edit) @2727dbb0   11 years stefasab lavfi/vidstabdetect,vidstabtransform: update to vid.stab 0.98 In …
(edit) @9cc8fa63   11 years u vp9/x86: simplify a few mc inits.
(edit) @fe9f575   11 years Carl Eugen Hoyos Warn if s16be is muxed into flv. Players that conform to the …
(edit) @cb36e441   11 years Carl Eugen Hoyos Never favour an audio stream with 0 channels in av_find_best_stream(). …
(edit) @11329370   11 years Carl Eugen Hoyos Do not read mkv audio bit_depth if bits_per_coded_sample is already …
(edit) @565102dc   11 years Carl Eugen Hoyos Do not set mkv bit_depth to av_get_bytes_per_sample() for G.726. The …
(edit) @b948ab81   11 years michaelni avformat/jvdec: clear packet padding after downsize Fixes: use of …
(edit) @1a01dc83   11 years michaelni avcodec/pgssubdec: Use av_fast_padded_malloc() for rle buffer Fixes: …
(edit) @b90c71cc   11 years michaelni fate: add WebP Exif metadata test Signed-off-by: James Almer …
(edit) @6391dec   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @221dc52d   11 years michaelni Merge commit 'dc4d726bab59f349d366916ba01df16289e5c81f' * commit …
(edit) @fd334b9b   11 years michaelni avformat/mxfdec: fix typo in error check of …
(edit) @949adce1   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @92d07ea4   11 years michaelni Merge commit 'f896bca03fc63b93851c1c14c9321c20b3cd44a6' * commit …
(edit) @bf0470a   11 years michaelni Merge commit '36e3b1f2fd262028834a9d7b1eb533c1218ee6c2' * commit …
(edit) @aab40bbf   11 years diego x86: dsputil: Simplify xvmc deprecation conditional
(edit) @dc4d726b   11 years diego build: Add separate hidden config option for the intrax8 code This …
(edit) @28207bfa   11 years michaelni Merge commit 'c65d67ef50241886b9749e88fd333c52090f70c7' * commit …
(edit) @19fc3c01   11 years michaelni Merge commit 'd5dd8c7bf0f0d77c581db3236e0d938f06fd5591' * commit …
(edit) @fb1c786a   11 years michaelni Merge commit '8438b3f09f6b225d0886cc385117c38eb44ca0c1' * commit …
(edit) @6f001d8   11 years michaelni Merge commit '71617884a2a673908bd5c0f73d4f91fdca3da82a' * commit …
(edit) @d5560f1f   11 years michaelni Merge commit 'b7b17ed66e199afc7246e642bf3b35c3f8eca217' * commit …
(edit) @d01f8790   11 years michaelni Merge commit '1e9265cd8f0821acbeca1db437be1361a3976b85' * commit …
(edit) @fb37d03a   11 years michaelni Merge commit '2620df13104ddaa136158eb6bb1195adbf9d7692' * commit …
(edit) @04cc753d   11 years michaelni Merge commit 'd51f09962d5b4bc999fb70c040f330dd1873212e' * commit …
(edit) @8b4190da   11 years clement vp9/x86: add AVX for itxfm and lpf. 4412 decicycles in …
(edit) @fe96769b   11 years janne-libav aarch64: port neon clobber test from arm
(edit) @f896bca0   11 years janne-libav aarch64: h264 (bi)weight NEON optimizations Ported from ARMv7 NEON.
(edit) @36e3b1f2   11 years janne-libav aarch64: h264 loop filter NEON optimizations Ported from ARMv7 NEON.
(edit) @c65d67ef   11 years janne-libav aarch64: hpeldsp NEON optimizations Ported from ARMv7 NEON.
(edit) @d5dd8c7b   11 years janne-libav aarch64: h264 qpel NEON optimizations Ported from ARMv7 NEON.
(edit) @8438b3f   11 years janne-libav aarch64: h264 idct NEON assembler optimizations Ported from ARMv7 NEON.
(edit) @7161788   11 years janne-libav aarch64: h264 chroma motion compensation NEON optimizations Since …
(edit) @b7b17ed6   11 years janne-libav aarch64: add cpuflags support for NEON and VFP NEON and VFP are …
(edit) @1e9265cd   11 years janne-libav dct-test: test ff_simple_idct_neon only on ARM for now Signed-off-by: …
(edit) @2620df1   11 years martin mov: Free an earlier allocated array if allocating a new one It could …
(edit) @d51f099   11 years martin mov: Free intermediate arrays in the normal cleanup function These …
(edit) @53e6977c   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @9d228676   11 years michaelni Merge commit '032d4da8af353e32ab5c86ee3a210f6065921a4a' * commit …
(edit) @2df53e0f   11 years michaelni Merge commit '8b4119187b62d6932e07aded11d33d3b24e1b42f' * commit …
(edit) @ab296c7a   11 years michaelni avcodec/hevc_ps: Override max_dec_pic_buffering when its inconsistent …
(edit) @8bfa5f7f   11 years michaelni webp: fix capitalization of the word Exif Also remove "webp:" from …
(edit) @785dc146   11 years michaelni avcodec/adpcm: fix sample count for stereo SBPRO3 Fixes use of …
(edit) @05fac0b4   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mxf: …
(edit) @63321466   11 years michaelni Merge commit '8b708f1c6b1baf3b97ed93226bf5dae1a9b13fb7' * commit …
(edit) @bd8788ea   11 years michaelni Merge commit '0d6605c7ef43f97a88950542af09078adef33b6d' * commit …
(edit) @e3c0fcad   11 years michaelni Merge commit '1a4e4ad0e0c5486dcab05e54b587672a498dd7cf' * commit …
(edit) @d0cd2a8   11 years janne-libav aarch64: bswap inline assembly Signed-off-by: Janne Grunau …
(edit) @032d4da8   11 years janne-libav aarch64: configure: set arch dependent features Stack is always 16 …
(edit) @8b411918   11 years janne-libav cabac: remove leftovers from the cabac encoder The cabac encoder was …
(edit) @84ca7c28   11 years michaelni Merge commit 'f5fbbbc022f723d3ccf99afd5d658a977b51c08a' * commit …
(edit) @d938a013   11 years michaelni Merge commit 'aa0cb16c15a5b30f78542f18e3fa65de005cf084' * commit …
(edit) @1171ad64   11 years michaelni Merge commit '42f9132218ca11a8e9a3c82a175b46bca092113e' * commit …
(edit) @8721dda   11 years michaelni Merge commit 'd84bd4650b1bed882e2ac1651b4a86206aa0e363' * commit …
(edit) @afbe8c6a   11 years michaelni avcodec/mpegaudiodec_template: decode_frame_mp3on4: conceal errors in …
(edit) @2545182c   11 years michaelni avcodec/mpegaudiodec_template/mp3on4: check that all channels have …
(edit) @b2ae9211   11 years michaelni avcodec/flashsv: check avio_read() return in mov_read_udta_string() …
(edit) @cc1e3ace   11 years lu_zero mxf: Fix potential leak in mxf_read_local_tags() Signed-off-by: Luca …
(edit) @8b708f1   11 years lu_zero mxf: Correctly support files from Pinnacle Thunder Such files have …
(edit) @0d6605c7   11 years lu_zero mxf: Fix a possible leak of extradata Signed-off-by: Luca Barbato …
(edit) @1a4e4ad0   11 years lu_zero mxf: Use av_malloc_array
(edit) @f5fbbbc0   11 years lu_zero mxf: Drop unnecessary checks av_reallocp_array does the check already.
(edit) @aa0cb16c   11 years lu_zero mxf: Fix off by one error in d10 aes3 decoding Without this fix the …
(edit) @42f91322   11 years lu_zero mxf: Do not use int to check the seek position Overly large files are …
(edit) @d84bd465   11 years lu_zero mxf: Set AV_FIELD_PROGRESSIVE Needed for AVC-intra Signed-off-by: …
(edit) @b821def9   11 years michaelni avcodec/proresdsp: rename CLIP_AND_BIAS to BANANA See: IRC log …
(edit) @cb613657   11 years michaelni avcodec/x86/proresdsp_init: x86 prores IDCT is bitexact again …
(edit) @4b0cad65   11 years michaelni avcodec/simple_idct_template: fix rounding of the special DC case for …
(edit) @a7ea733b   11 years michaelni avcodec/simple_idct_template: fix row rounder MSE changes from …
(edit) @cca2772e   11 years michaelni avcodec/simple_idct_template: change the idct coefficients so that …
(edit) @d9e556eb   11 years michaelni avcodec/proresdsp & idct: move biasing from after the IDCT into the …
(edit) @12bc33d7   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @b148a39   11 years michaelni Merge commit '46bacb5cc6169ff5e8e982495c4925467c1d8bb7' * commit …
(edit) @7766c7b7   11 years michaelni Merge commit '7151c5d04aed3b496c21f713dcb603e2cbdb9c49' * commit …
(edit) @194ef56b   11 years michaelni Change license of yadif from GPL to LGPL Signed-off-by: Robert Krüger …
(edit) @61093993   11 years michaelni Revert "avfilter/yadif: Revert "lavfi: convert input/ouput list …
(edit) @99c4abfe   11 years michaelni Revert "Revert "yadif: add parens around macro parameters"" This …
(edit) @4a38eeec   11 years michaelni Revert "Revert "vf_yadif: move x86 init code to x86/yadif.c"" This …
(edit) @0b54bc24   11 years michaelni webp: add support for EXIF metadata chunks Based on mjpeg code by …
(edit) @b79bccba   11 years michaelni avformat/librtmp: Fix memory leak if RTMP_ConnectStream() fails …
(edit) @05c78f34   11 years michaelni avformat/utils: av_probe_input_buffer2 decrease difference to libav …
(edit) @d8e763fd   11 years diego vf_yadif: Relicense from GPL to LGPL All copyright holders have …
(edit) @46bacb5   11 years diego x86: Consistently use cpu flag detection macros in places that still …
(edit) @7151c5d0   11 years diego arm: Use full filenames as multiple inclusion guards
(edit) @05886c9d   11 years michaelni avformat/utils/av_probe_input_buffer2: fix buffer passed to …
(edit) @8c3b026a   11 years michaelni avformat/utils/av_probe_input_buffer2: fix offset check The check …
(edit) @6a206482   11 years michaelni avformat/utils/av_probe_input_buffer2: Fix pd.buf_size Signed-off-by: …
(edit) @cdce0e8a   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavf: …
(edit) @220f0927   11 years michaelni Merge commit '8b76362836f3c373c3aadc544522edcbef16dd5f' * commit …
Note: See TracRevisionLog for help on using the revision log.