aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* | gxfenc: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-281-4/+6
* | aviobuf: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-281-2/+2
* | avienc: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-281-1/+1
* | avidec: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-281-1/+1
* | 4xm: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-281-2/+3
* | bintext: remove unused variable.Nicolas George2011-09-281-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-282-0/+73
|\|
| * matroskaenc: write attachments.Anton Khirnov2011-09-271-0/+72
| * matroskadec: export mimetype of attachments as metadata.Anton Khirnov2011-09-271-0/+1
* | mxf: Add PictureEssenceCoding UL for V210Tomas Härdin2011-09-271-0/+1
* | img2enc: show first 4 bytes if a malformed jpeg2000 codestream is detectedMichael Niedermayer2011-09-271-1/+1
* | img2enc: Accept raw jpeg2000 codestream too,Michael Niedermayer2011-09-271-0/+2
* | mxfdec: Consider QuantizationBits between 17 and 24 to be pcm_s24*Tomas Härdin2011-09-271-2/+2
* | swfdec: return correct error code at EOFTanami, Ohad2011-09-271-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-277-38/+46
|\|
| * rtp: Simplify ff_rtp_get_payload_typeRafaël Carré2011-09-261-14/+11
| * rtpenc: Add a payload type private optionRafaël Carré2011-09-264-5/+18
| * rtp: Correct ff_rtp_get_payload_type documentationRafaël Carré2011-09-261-3/+1
| * oggdec: add support for Xiph's CELT codecNicolas George2011-09-265-1/+101
| * sol: return error if av_get_packet() fails.Justin Ruggles2011-09-251-0/+2
| * lavf: do not set codec_tag for rawvideoMans Rullgard2011-09-251-3/+0
| * flvdec: Check for overflow before allocating arraysMichael Niedermayer2011-09-251-0/+3
* | act: correct file description commentAurelien Jacobs2011-09-261-1/+1
* | act, bintext, wtvenc: use named struct initializersAurelien Jacobs2011-09-263-44/+42
* | Fix return value on EOF in mpc v8 demuxer.Laurent Aimar2011-09-251-1/+1
* | id3v2: Fix some (function) pointer types.Reimar Döffinger2011-09-252-3/+4
* | Fixed NULL pointer dereference in id3v2 parser.Laurent Aimar2011-09-251-2/+2
* | bit: remove more unused variablesMichael Niedermayer2011-09-251-2/+0
* | bit: use AVERROR_INVALIDDATAMichael Niedermayer2011-09-251-1/+1
* | lavf/utils: replace deprecated url_ferror.Nicolas George2011-09-251-4/+4
* | lavf/utils: use correct format string for int64_t.Nicolas George2011-09-251-1/+1
* | lavf/utils: use AV_NOWARN_DEPRECATED in compatibility code.Nicolas George2011-09-251-0/+12
* | bit: use explicit struct initializers.Clément Bœsch2011-09-251-17/+14
* | bit: remove unused variableMichael Niedermayer2011-09-251-2/+1
* | bit: set AVPacket.posMichael Niedermayer2011-09-251-0/+2