summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Use WMAv2 as default audio codec for asf.Carl Eugen Hoyos2011-10-05
* Use M4S2 as default video tag for MPEG-4 ASP in asf.Carl Eugen Hoyos2011-10-05
* libmodplug: simplify and fix read_packet() callback.Clément Bœsch2011-10-05
* libmodplug: consistent use of sizeof.Clément Bœsch2011-10-05
* generic seeking: fail if there are 1000 non keyframes found with no keyframe.Michael Niedermayer2011-10-05
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-05
|\
| * Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun2011-10-04
| * ogg/celt: do not set sample_fmt in the demuxerJustin Ruggles2011-10-03
* | Add libmodplug support.Clément Bœsch2011-10-04
* | isom: replace pseudo doxycomments with normal comments.Clément Bœsch2011-10-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-04
|\|
| * id3v2: remove pointless castsAnton Khirnov2011-10-03
| * id3v2: read TXXX frames with two calls to decode_str() instead of one.Anton Khirnov2011-10-03
| * id3v2: don't discard the whole tag when encountering empty frames.Anton Khirnov2011-10-03
* | lavf/utils: fix overestimation of the rational number density.Michael Niedermayer2011-10-03
* | mpegtsenc: Lift limit on PMT PIDLoren Osborn2011-10-03
* | riff: map 0x0038 to amrnb, works on http://video.mopoto.com/4/40/407/40709.aviCompn2011-10-02
* | Fix use of uninitialized memory in 4X Technologies demuxer.Laurent Aimar2011-10-02
* | avienc: Add a limit on the number of skiped frames muxed in a row.Michael Niedermayer2011-10-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-01
|\|
| * lavf: Avoid using av_malloc(0) in av_dump_formatMartin Storsjö2011-09-30
| * latmenc: Set latmBufferFullness to largest value to indicate it is not usedKieran Kunhya2011-09-30
| * mpeg probe: check the 2/4-bit synchronization value found after a pack_start_...Alex Converse2011-09-29
* | Fix double free on error in Deluxe Paint Animation demuxer.Laurent Aimar2011-10-01
* | Check for out of bound writes in the avs demuxer.Laurent Aimar2011-10-01
* | Check for corrupted data in avs demuxer.Laurent Aimar2011-10-01
* | avformat_free_context: favor av_freep()Michael Niedermayer2011-10-01
* | oggenc: favor av_freep()Michael Niedermayer2011-10-01
* | lavf/utils: Drop old hack for implicit HE-AAC signaling.Alex Converse2011-09-30
* | lavf/utils: ignore subtitle timestamps in timings calculationMichael Niedermayer2011-09-30
* | fix memory leak in oggencMaksym Veremeyenko2011-09-30
* | g723_1_demuxer: rco is also a commonly used extension.Michael Niedermayer2011-09-30
* | mov: Only touch extradata in mov_read_extradata() if codec_id is what we expectTomas Härdin2011-09-29
* | add LJ2K and LJ2C to jpeg2000 decoderCompn2011-09-29
* | Add the G723.1 demuxer and decoderMohamed Naufal Basheer2011-09-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-29
|\|
| * latmenc: Fix private optionsKieran Kunhya2011-09-28
| * Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080.Michael Niedermayer2011-09-27
* | movenc: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-28
* | gxfenc: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-28
* | aviobuf: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-28
* | avienc: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-28
* | avidec: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-28
* | 4xm: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-28
* | bintext: remove unused variable.Nicolas George2011-09-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-28
|\|
| * matroskaenc: write attachments.Anton Khirnov2011-09-27
| * matroskadec: export mimetype of attachments as metadata.Anton Khirnov2011-09-27
* | mxf: Add PictureEssenceCoding UL for V210Tomas Härdin2011-09-27
* | img2enc: show first 4 bytes if a malformed jpeg2000 codestream is detectedMichael Niedermayer2011-09-27