- 29 Oct, 2011 20 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
For stereo we need to use intermediate planar buffers, but mono does not need to be deinterleaved so the output buffer can be used directly.
-
Justin Ruggles authored
-
Justin Ruggles authored
ENOTSUP is not defined on some systems
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Benjamin Larsson authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Kostya Shishkov authored
Luma slices in YUV420 colourspace should have height in multiple of two since they have the same line of chrominance data corresponding to pair of them. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
This fixes false positives of has_codec_delay_been_guessed() for streams where not every input picture generates an output picture, such as interlaced H264.
-
Anton Mitrofanov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Mitrofanov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 28 Oct, 2011 20 commits
-
-
Alex Converse authored
Restore behavior of identifying files with huge id3 tags as mp3 at AVPROBE_SCORE_MAX/4. This was broken in r25378 and subsequently removed in r25929.
-
Alex Converse authored
This only encourages our users to put id3v2 tags on non-mp3 files to opt into extension based probing.
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-
Michael Niedermayer authored
Locking the decoder against channel config changes in parse_adts_frame_header() seems to be unnecessary and streams with channel config changes are reported. The sample in http://roundup.libav.org/issue999 still works. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Justin Ruggles authored
This avoids having to convert all input data from int16 to float, which is used internally for encoding.
-
Justin Ruggles authored
-
Justin Ruggles authored
instead just print a warning
-
Justin Ruggles authored
avoids silently truncating the output
-
Justin Ruggles authored
-
Anton Khirnov authored
-
Janne Grunau authored
-
Michael Niedermayer authored
Fix segfault on emu edge, to reproduce make fate-vsynth1-snow avplay -flags emu_edge tests/data/vsynth1/snow.avi Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Janne Grunau authored
-
Janne Grunau authored
-