aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* mpegps: drop incorrect line of sofdec detectionMichael Niedermayer2011-10-061-1/+0
* libmodplug: free file content buffer in read_close() callback.Clément Bœsch2011-10-061-0/+1
* libmodplug: add TODO entry for probing.Clément Bœsch2011-10-061-0/+1
* libmodplug: add metadata support.Clément Bœsch2011-10-061-2/+56
* libmodplug: add an option to enlarge the max supported file size.Clément Bœsch2011-10-061-3/+23
* libmodplug: support options (noise reduction, reverb, bass boost, ...)Clément Bœsch2011-10-061-1/+55
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-062-14/+26
|\
| * lavc/lavf: use unique private classes.Anton Khirnov2011-10-052-14/+26
* | flvenc: Ignore metadata that has special values and is stored already based onMichael Niedermayer2011-10-061-0/+16
* | update_stream_timings: Remove redundant check.Michael Niedermayer2011-10-061-1/+1
* | libmodplug: handle EOF correctly.Clément Bœsch2011-10-051-1/+1
* | Use WMAv2 as default audio codec for asf.Carl Eugen Hoyos2011-10-051-1/+1
* | Use M4S2 as default video tag for MPEG-4 ASP in asf.Carl Eugen Hoyos2011-10-051-1/+1
* | libmodplug: simplify and fix read_packet() callback.Clément Bœsch2011-10-051-11/+7
* | libmodplug: consistent use of sizeof.Clément Bœsch2011-10-051-2/+2
* | generic seeking: fail if there are 1000 non keyframes found with no keyframe.Michael Niedermayer2011-10-051-2/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-053-9/+6
|\|
| * Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun2011-10-042-0/+12
| * ogg/celt: do not set sample_fmt in the demuxerJustin Ruggles2011-10-031-1/+0
* | Add libmodplug support.Clément Bœsch2011-10-044-1/+115
* | isom: replace pseudo doxycomments with normal comments.Clément Bœsch2011-10-041-28/+28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-041-35/+37
|\|
| * id3v2: remove pointless castsAnton Khirnov2011-10-031-3/+3
| * id3v2: read TXXX frames with two calls to decode_str() instead of one.Anton Khirnov2011-10-031-32/+28
| * id3v2: don't discard the whole tag when encountering empty frames.Anton Khirnov2011-10-031-1/+7
* | lavf/utils: fix overestimation of the rational number density.Michael Niedermayer2011-10-031-1/+1
* | mpegtsenc: Lift limit on PMT PIDLoren Osborn2011-10-031-1/+1
* | riff: map 0x0038 to amrnb, works on http://video.mopoto.com/4/40/407/40709.aviCompn2011-10-021-0/+1
* | Fix use of uninitialized memory in 4X Technologies demuxer.Laurent Aimar2011-10-021-2/+4
* | avienc: Add a limit on the number of skiped frames muxed in a row.Michael Niedermayer2011-10-011-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-013-3/+8
|\|
| * lavf: Avoid using av_malloc(0) in av_dump_formatMartin Storsjö2011-09-301-1/+1
| * latmenc: Set latmBufferFullness to largest value to indicate it is not usedKieran Kunhya2011-09-301-1/+1
| * mpeg probe: check the 2/4-bit synchronization value found after a pack_start_...Alex Converse2011-09-291-1/+6
* | Fix double free on error in Deluxe Paint Animation demuxer.Laurent Aimar2011-10-011-15/+8
* | Check for out of bound writes in the avs demuxer.Laurent Aimar2011-10-011-0/+2
* | Check for corrupted data in avs demuxer.Laurent Aimar2011-10-011-0/+2
* | avformat_free_context: favor av_freep()Michael Niedermayer2011-10-011-8/+8
* | oggenc: favor av_freep()Michael Niedermayer2011-10-011-3/+3
* | lavf/utils: Drop old hack for implicit HE-AAC signaling.Alex Converse2011-09-301-9/+0
* | lavf/utils: ignore subtitle timestamps in timings calculationMichael Niedermayer2011-09-301-1/+1
* | fix memory leak in oggencMaksym Veremeyenko2011-09-301-0/+2
* | g723_1_demuxer: rco is also a commonly used extension.Michael Niedermayer2011-09-301-1/+1
* | mov: Only touch extradata in mov_read_extradata() if codec_id is what we expectTomas Härdin2011-09-291-5/+31
* | add LJ2K and LJ2C to jpeg2000 decoderCompn2011-09-291-0/+2
* | Add the G723.1 demuxer and decoderMohamed Naufal Basheer2011-09-294-1/+86
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-292-2/+14
|\|
| * latmenc: Fix private optionsKieran Kunhya2011-09-281-0/+1
| * Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080.Michael Niedermayer2011-09-271-8/+29
* | movenc: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-281-1/+1