- 29 Oct, 2011 11 commits
-
-
Hendrik Leppkes authored
This reverts commit 5dd514af. Silently ignoring errors allows some broken files to simply be played, instead of failing. (cherry picked from commit 7804b0693375c1a7ba1046f7a3579e9f63c2b15a) The intended goal (as confirmed with its author) of fixing a crash has been fixed differently prior to the application of this patch and this patch does notsucessfully propagate parse errors either. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Reimar Döffinger authored
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
Anatoliy Wasserman authored
Signed-off-by: Anatoliy Wasserman <anatoliy.wasserman@yandex.ru> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* qatar/master: (53 commits) probe: Restore identification of files with very large id3 tags and no extension. probe: Remove id3 tag presence as a criteria to do file extension checking. mpegts: MP4 SL support mpegts: MP4 OD support mpegts: Add support for Sections in PMT mpegts: Replace the MP4 descriptor parser with a recursive parser. mpegts: Add support for multiple mp4 descriptors mpegts: Parse mpeg2 SL descriptors. isom: Add MPEG4SYSTEMS dummy object type indication. aacdec: allow output reconfiguration on channel changes nellymoserenc: take float input samples instead of int16 nellymoserdec: use dsp functions for overlap and windowing nellymoserdec: do not fail if there is extra data in the packet nellymoserdec: fail if output buffer is too small nellymoserdec: remove pointless buffer size check. lavf: add init_put_byte() to the list of visible symbols. seek-test: free options dictionary after use snow: do not draw_edge if emu_edge is set tools/pktdumper: update to recent avformat api seek-test: update to recent avformat api ... Conflicts: doc/APIchanges libavcodec/mpegaudiodec.c libavcodec/nellymoserdec.c libavcodec/snow.c libavcodec/version.h libavcodec/wmadec.c libavformat/avformat.h libavformat/mpegts.c libavformat/mxfdec.c libavformat/utils.c libavformat/wtv.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
- 28 Oct, 2011 29 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>
-
Anton Khirnov authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
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>
-
Carl Eugen Hoyos authored
Still be less verbose about channel count change from 0 channels.
-
Janne Grunau authored
-
Janne Grunau authored
-
Carl Eugen Hoyos authored
Only inform the user that the number of channels changed if it was set before.
-
Carl Eugen Hoyos 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
-