- 28 Oct, 2011 40 commits
-
-
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
-
Justin Ruggles authored
this allows for checking against the actual output size instead of max size.
-
Justin Ruggles authored
-
Justin Ruggles authored
Also fix some undefined unsigned/signed conversions.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
buffer during entropy decoding. The pointer address could overflow, which would likely segfault. Instead set the context error flag to indicate that the decoder tried to read past the end of the packet data.
-
Justin Ruggles authored
-
Justin Ruggles authored
avoids implementation-defined unsigned-to-signed conversion and simplifies the bounds checking.
-
Justin Ruggles authored
The variable is not used anymore at that point.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
This prevents errors and/or invalid writes in the next decode call due to s->samples still being negative.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
break some excessively long lines and remove space after '*'
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
This is already checked by avcodec_decode_audio3().
-