aboutsummaryrefslogtreecommitdiff
path: root/libavformat
AgeCommit message (Expand)Author
2011-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-07mpegps: Use av_get_packet() instead of poorly emulating it.Alex Converse
2011-10-07return error code if error happensMaksym Veremeyenko
2011-10-07mpc8: Fix return value on EOFLaurent Aimar
2011-10-06segafilm: Check for memory allocation failures in segafilm demuxer.Laurent Aimar
2011-10-06segafilm: Fix potential division by 0 on corrupted streams in the demuxerLaurent Aimar
2011-10-06Fixed segfault on corrupted sega streams in the demuxer.Laurent Aimar
2011-10-06lavf/utils: document AVIndexEntry.timestampMichael Niedermayer
2011-10-06mpegps: drop incorrect line of sofdec detectionMichael Niedermayer
2011-10-06libmodplug: free file content buffer in read_close() callback.Clément Bœsch
2011-10-06libmodplug: add TODO entry for probing.Clément Bœsch
2011-10-06libmodplug: add metadata support.Clément Bœsch
2011-10-06libmodplug: add an option to enlarge the max supported file size.Clément Bœsch
2011-10-06libmodplug: support options (noise reduction, reverb, bass boost, ...)Clément Bœsch
2011-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-06flvenc: Ignore metadata that has special values and is stored already based onMichael Niedermayer
2011-10-06update_stream_timings: Remove redundant check.Michael Niedermayer
2011-10-05libmodplug: handle EOF correctly.Clément Bœsch
2011-10-05Use WMAv2 as default audio codec for asf.Carl Eugen Hoyos
2011-10-05Use M4S2 as default video tag for MPEG-4 ASP in asf.Carl Eugen Hoyos
2011-10-05libmodplug: simplify and fix read_packet() callback.Clément Bœsch
2011-10-05libmodplug: consistent use of sizeof.Clément Bœsch
2011-10-05generic seeking: fail if there are 1000 non keyframes found with no keyframe.Michael Niedermayer
2011-10-05lavc/lavf: use unique private classes.Anton Khirnov
2011-10-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-04Add libmodplug support.Clément Bœsch
2011-10-04Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun
2011-10-04isom: replace pseudo doxycomments with normal comments.Clément Bœsch
2011-10-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-03ogg/celt: do not set sample_fmt in the demuxerJustin Ruggles
2011-10-03lavf/utils: fix overestimation of the rational number density.Michael Niedermayer
2011-10-03mpegtsenc: Lift limit on PMT PIDLoren Osborn
2011-10-03id3v2: remove pointless castsAnton Khirnov
2011-10-03id3v2: read TXXX frames with two calls to decode_str() instead of one.Anton Khirnov
2011-10-03id3v2: don't discard the whole tag when encountering empty frames.Anton Khirnov
2011-10-02riff: map 0x0038 to amrnb, works on http://video.mopoto.com/4/40/407/40709.aviCompn
2011-10-02Fix use of uninitialized memory in 4X Technologies demuxer.Laurent Aimar
2011-10-01avienc: Add a limit on the number of skiped frames muxed in a row.Michael Niedermayer
2011-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-01Fix double free on error in Deluxe Paint Animation demuxer.Laurent Aimar
2011-10-01Check for out of bound writes in the avs demuxer.Laurent Aimar
2011-10-01Check for corrupted data in avs demuxer.Laurent Aimar
2011-10-01avformat_free_context: favor av_freep()Michael Niedermayer
2011-10-01oggenc: favor av_freep()Michael Niedermayer
2011-09-30lavf: Avoid using av_malloc(0) in av_dump_formatMartin Storsjö
2011-09-30lavf/utils: Drop old hack for implicit HE-AAC signaling.Alex Converse
2011-09-30lavf/utils: ignore subtitle timestamps in timings calculationMichael Niedermayer
2011-09-30fix memory leak in oggencMaksym Veremeyenko
2011-09-30latmenc: Set latmBufferFullness to largest value to indicate it is not usedKieran Kunhya
2011-09-30g723_1_demuxer: rco is also a commonly used extension.Michael Niedermayer