summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* | img2enc: Accept raw jpeg2000 codestream too,Michael Niedermayer2011-09-27
* | mxfdec: Consider QuantizationBits between 17 and 24 to be pcm_s24*Tomas Härdin2011-09-27
* | swfdec: return correct error code at EOFTanami, Ohad2011-09-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-27
|\|
| * rtp: Simplify ff_rtp_get_payload_typeRafaël Carré2011-09-26
| * rtpenc: Add a payload type private optionRafaël Carré2011-09-26
| * rtp: Correct ff_rtp_get_payload_type documentationRafaël Carré2011-09-26
| * oggdec: add support for Xiph's CELT codecNicolas George2011-09-26
| * sol: return error if av_get_packet() fails.Justin Ruggles2011-09-25