- 10 Feb, 2014 12 commits
-
-
Michael Niedermayer authored
* commit 'b5f851ed': FATE: force FLAC in the lavf ogg test Conflicts: tests/lavf-regression.sh See: 28caf13aMerged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '38893dc0': pcmdec: replace a reachable assert with an error check Conflicts: libavformat/pcmdec.c No assert removed as there was none in FFmpeg in the equivalent function Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'cca4742a': doc/APIchanges: mark the place where 9 was branched Conflicts: doc/APIchanges Not merged, as "9" was not a FFmpeg release and not branched anywhere from our APIChanges list Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'd711d839': doc/APIchanges: fill in missing hashes and dates Conflicts: doc/APIchanges Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
Since b0c2c097, vorbis would be used if libvorbis is compiled in.
-
Anton Khirnov authored
Libavformat should not make any assumptions about values returned from other libraries. This assert is easily reachable by using a non-raw codec id.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Michael Niedermayer authored
* qatar/master: hevc: Conceal zero td Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'e95018b6': dnxhd: Support DNx444 Conflicts: Changelog libavcodec/dnxhddata.c libavcodec/dnxhddec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '2f6eec65': vp8: fix PPC assembly to work if src_stride != dst_stride See: 34b429d5Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'b37effdc': mxfdec: free descriptor extradata in .read_close() See: 9f92e590Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
- 09 Feb, 2014 28 commits
-
-
Michael Niedermayer authored
* commit '6a8475dc': asvenc: free avctx->coded_frame on codec close Not merged as we do not allocate coded_frame Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'd6eac2f1': arm: Remove a stray .fpu directive Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '28e508a9': dnxhddec: return proper error code Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'b0c2c097': lavf: default .ogg audio to libvorbis if we can Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'bc3f0356': g2meet: rename FRAME_INFO to more appropriate DISPLAY_INFO Conflicts: libavcodec/g2meet.c See: cb2162adMerged-by: Michael Niedermayer <michaelni@gmx.at>
-
Luca Barbato authored
It was done only in check_mvset(), while mv_scale() is called also by dist_scale(). Sample-Id: 00001579-google Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
Kostya Shishkov authored
Bug-Id: 99 Bug-Id: videolan/9620 Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Michael Niedermayer authored
* commit '72255478': Add raw HEVC muxer Conflicts: libavformat/version.h See: ef5d32b9Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Ronald S. Bultje authored
Signed-off-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Janne Grunau authored
Fixes memleak in fate-mxf-demux.
-
Janne Grunau authored
-
Clément Bœsch authored
Spotted-by: Carl Eugen Hoyos <cehoyos@ag.or.at>
-
Martin Storsjö authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Alexandra Khirnova authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Andrew Kelley authored
Since 2007, the Xiph.org Foundation recommends that .ogg only be used for Ogg Vorbis audio files. Source: http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions However we only do it if we have libvorbis available because the built in vorbis encoder is not as good. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Ronald S. Bultje authored
The directional intra predictors either don't care about order (dc, h, dc_left, tm), or they prefer inverted order (vr, dr, hd). This allows more efficient SIMD implementations.
-
Ronald S. Bultje authored
Use same function for segmentation map writing also.
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
The spec doesn't describe how it should be decoded so this is probably the safest thing to do. Fixes valgrind errors on fuzzed11.ivf and fixes valgrind errors on fuzzed10.ivf differently.
-
Ramiro Polla authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
mrlika authored
Reviewed-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Maxim Poliakovski authored
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-