aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Fix use of uninitialized memory in 4X Technologies demuxer.Laurent Aimar2011-10-021-2/+4
* Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer2011-10-012-3/+15
|\
| * lavf: do not set codec_tag for rawvideoMans Rullgard2011-09-301-3/+0
| * Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080.Michael Niedermayer2011-09-281-8/+29
| * movenc: fix NULL reference in mov_write_tkhd_tagAnton Khirnov2011-09-271-1/+1
| * movenc: create an alternate group for each media typeAnton Khirnov2011-09-271-1/+2
| * flvdec: Check for overflow before allocating arraysMichael Niedermayer2011-09-261-0/+3
| * lavf: Fix context pointer in av_open_input_stream when avformat_open_input failsDavid Goldwich2011-09-261-1/+1
| * oggdec: fix out of bound write in the ogg demuxerLaurent Aimar2011-09-261-2/+12
| * Fixed size given to init_get_bits().Laurent Aimar2011-09-261-1/+1
| * Fixed off by one packet size allocation in the smacker demuxer.Laurent Aimar2011-09-261-1/+1
| * Check for invalid packet size in the smacker demuxer.Laurent Aimar2011-09-261-0/+2
| * ape demuxer: fix segfault on memory allocation failure.Laurent Aimar2011-09-261-0/+2
| * smacker demuxer: handle possible av_realloc() failure.Kostya Shishkov2011-09-261-1/+6
| * flvenc: use int64_t to store offsetsLuca Barbato2011-09-261-1/+1
| * mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata.Alex Converse2011-09-261-1/+1
| * lavf: fix segfault in av_open_input_stream()Anton Khirnov2011-09-261-1/+2
| * mpegts: fix Continuity Counter error detectionJindrich Makovicka2011-09-261-2/+3
| * gxf: Fix 25 fps DV material in GXF being misdetected as 50 fpsTomas Härdin2011-09-261-9/+16
| * adts: Fix PCE copying.Alex Converse2011-09-261-0/+4
| * mxfenc: fix ignored drop flag in binary timecode representation.Clément Bœsch2011-09-261-1/+1
* | avienc: Add a limit on the number of skiped frames muxed in a row.Michael Niedermayer2011-10-011-0/+5
* | 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
* | lavf: Avoid using av_malloc(0) in av_dump_formatMartin Storsjö2011-10-011-1/+1
* | mov: Only touch extradata in mov_read_extradata() if codec_id is what we expectTomas Härdin2011-10-011-5/+31
* | movenc: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-10-011-1/+1
* | gxfenc: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-10-011-4/+6
* | aviobuf: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-10-011-2/+2
* | avienc: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-10-011-1/+1
* | avidec: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-10-011-1/+1
* | 4xm: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-10-011-2/+3
* | Fix return value on EOF in mpc v8 demuxer.Laurent Aimar2011-10-011-1/+1
* | psxstr: improve probe to not misdetect so much.Michael Niedermayer2011-10-011-10/+44
* | lavf/utils: only complain about aspect missmatch when the difference is "meas...Michael Niedermayer2011-10-011-1/+3
* | avformat_free_context: favor av_freep()Michael Niedermayer2011-10-011-8/+8
* | Merge remote-tracking branch 'khirnov/release/0.7' into release/0.8Michael Niedermayer2011-09-227-16/+29
|\ \
| * | lavf: Fix context pointer in av_open_input_stream when avformat_open_input failsDavid Goldwich2011-09-211-1/+1
| * | oggdec: fix out of bound write in the ogg demuxerLaurent Aimar2011-09-211-2/+12
| * | Fixed size given to init_get_bits().Laurent Aimar2011-09-211-1/+1
| * | Fixed off by one packet size allocation in the smacker demuxer.Laurent Aimar2011-09-131-1/+1
| * | Check for invalid packet size in the smacker demuxer.Laurent Aimar2011-09-131-0/+2
| * | ape demuxer: fix segfault on memory allocation failure.Laurent Aimar2011-09-131-0/+2
| * | smacker demuxer: handle possible av_realloc() failure.Kostya Shishkov2011-09-131-1/+6
| * | flvenc: use int64_t to store offsetsLuca Barbato2011-09-111-1/+1
| * | mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata.Alex Converse2011-09-111-1/+1
| * | lavf: fix segfault in av_open_input_stream()Anton Khirnov2011-09-111-1/+2
| * | mpegts: fix Continuity Counter error detectionJindrich Makovicka2011-09-111-2/+3
| * | gxf: Fix 25 fps DV material in GXF being misdetected as 50 fpsTomas Härdin2011-09-111-9/+16