- 12 Apr, 2014 13 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
Also add additional known values and log as missing features.
-
Justin Ruggles authored
The spec does not specify that 0 is an error condition, and there are samples which use 0 when the whole image is in one strip.
-
Justin Ruggles authored
Based on a patch by Paul B Mahol <onemda@gmail.com> CC:libav-stable@libav.org
-
Justin Ruggles authored
This is basically an overread/overwrite-safe memcpy between a GetByteContext and a PutByteContext. CC:libav-stable@libav.org
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com> CC:libav-stable@libav.org
-
Justin Ruggles authored
-
Jean First authored
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
Justin Ruggles authored
Fixes conversion of pal8 to rgb formats with alpha. Updated references for 2 FATE tests which previously encoded fully transparent images. Based on a patch by Baptiste Coudurier <baptiste.coudurier@gmail.com>
-
Justin Ruggles authored
Based on a patch by Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
-
Katerina Barone-Adesi authored
This aims to standardize the English used in the libavfilter documentation, describing the same thing in the same way more often, and significantly reduce the amount of outright errors, including run-on sentences and sentence fragments. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Michael Niedermayer authored
Instead of using a fixed bitrate_idx, calculate a matching bitrate for the XING header. Using a fixed bitrate_idx causes tools such as file(1) and mediainfo(1) to report wrong bitrate and bitrate mode when using CBR. Bug-Id: https://bugs.debian.org/736088Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 11 Apr, 2014 9 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
This simplifies the code, since we do not have to deal with a possibly negative source index anymore.
-
Anton Khirnov authored
negative sample_index is handled in the block above.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
The correct "next" input sample is not the first sample of the resampling buffer, but the center sample of the filter_length-sized block at the beginning. CC:libav-stable@libav.org
-
Timothy Gu authored
-
Timothy Gu authored
-
Vittorio Giovara authored
-
- 10 Apr, 2014 6 commits
-
-
Luca Barbato authored
The default should be not to resample.
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
The spec says it is 16 bits. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Anton Khirnov authored
-
Nicolas George authored
Ported asettb (including the sr option for audio sample rate) from FFmpeg, and copied/modified the existing settb documentation for asettb. Signed-off-by: Katerina Barone-Adesi <katerinab+libav@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 09 Apr, 2014 2 commits
-
-
wm4 authored
The most interesting parts are initialization in ff_MPV_common_init() and uninitialization in ff_MPV_common_end(). ff_mpeg_unref_picture and ff_thread_release_buffer have additional NULL checks for Picture.f, because these functions can be called on uninitialized or partially initialized Pictures. NULL pointer checks are added to ff_thread_release_buffer() stub function. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
-
- 08 Apr, 2014 5 commits
-
-
Luca Barbato authored
And fix an option mismatch.
-
Luca Barbato authored
Make the html output much nicer.
-
Luca Barbato authored
Makes it working better for our documentation purposes.
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
- 07 Apr, 2014 5 commits
-
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Paul B Mahol authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
Error introduced in 5ce7ca68.
-