summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release/0.7' into oldabiMichael Niedermayer2011-11-227-2/+114
|\
| * Merge branch 'release/0.8' into release/0.7Michael Niedermayer2011-11-219-8/+155
| |\
| | * ac3probe: Detect Sonic Foundry Soft Encode AC3 as raw AC3.Michael Niedermayer2011-11-211-0/+2
| | * mjpeg: support mpoMichael Niedermayer2011-11-211-1/+1
| | * Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer2011-11-203-7/+42
| | |\
| | | * Add a version bump and APIchanges entry for avcodec_open2 and avformat_find_s...Anton Khirnov2011-11-191-1/+1
| | | * lavf: fix multiplication overflow in avformat_find_stream_info()Mans Rullgard2011-11-191-1/+1
| | | * lavf: fix invalid reads in avformat_find_stream_info()Anton Khirnov2011-11-191-1/+1
| | | * lavf: add avformat_find_stream_info()Anton Khirnov2011-11-192-5/+40
| | * | rawdec: use a default sample rate if none is specified.Michael Niedermayer2011-11-181-2/+2
| | * | rawdec: add check on sample_rateStefano Sabatini2011-11-181-0/+6
| | * | libavformat: add support for G726 audio decoder in RTP and RTSP streamsMiroslav Slugeň2011-11-084-0/+104
| | * | Do not call parse_keyframes_index with NULL stream.Reimar Döffinger2011-11-081-1/+1
* | | | Merge branch 'release/0.7' into oldabiMichael Niedermayer2011-11-0922-105/+212
|\ \ \ \ | |/ / /
| * | | Do not call parse_keyframes_index with NULL stream.Reimar Döffinger2011-11-081-1/+1
| * | | Merge branch 'release/0.8' into release/0.7Michael Niedermayer2011-11-0413-48/+74
| |\ \ \ | | |/ /
| | * | mp3enc: avoid truncating id3v1 tags by one byteTobias Rapp2011-11-041-5/+6
| | * | asfdec: Check packet_replic_size earlierMichael Niedermayer2011-11-041-4/+4
| | * | tta: check for extradata allocation failure in tta demuxerJustin Ruggles2011-11-041-0/+4
| | * | mpegts: do not return from ff_mpegts_parse_packet() after having seen the fir...Laurent Aimar2011-11-041-3/+3
| | * | mpegts: fix return value when enough ts packets have been parsed or when the ...Laurent Aimar2011-11-041-4/+8
| | * | avio: Check for invalid buffer length.Alex Converse2011-11-041-2/+5
| | * | matroskadec: fix out of bounds writeRonald S. Bultje2011-11-041-1/+1
| | * | mov: 10l: Terminate string with 0 not '0'Alex Converse2011-11-041-1/+1
| | * | mov: Prevent illegal writes when chapter titles are very short.Alex Converse2011-11-041-8/+15
| | * | rtpdec: Read the packet length for all RTCP packet typesJohn Brooks2011-11-041-7/+7
| | * | rtpdec: Fix the minimum packet length for RTCP SR packetsJohn Brooks2011-11-041-1/+1
| | * | mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related fu...Alex Converse2011-11-041-8/+16
| | * | vqa: fix double free on corrupted streamsLaurent Aimar2011-11-041-3/+1
| | * | lavf: fix signed overflow in avformat_find_stream_info()Mans Rullgard2011-11-041-2/+2
| | * | riff: map 0x0038 to amrnb, works on http://video.mopoto.com/4/40/407/40709.aviCompn2011-11-041-0/+1
| | * | mpegtsenc: Lift limit on PMT PIDLoren Osborn2011-10-111-1/+1
| | * | Do not set codec_tag property for matroska muxers.Carl Eugen Hoyos2011-10-091-2/+0
| | * | lavf/utils: fix overestimation of the rational number density.Michael Niedermayer2011-10-091-1/+1
| * | | Do not set codec_tag property for matroska muxers.Carl Eugen Hoyos2011-10-091-2/+0
| * | | lavf/utils: fix overestimation of the rational number density.Michael Niedermayer2011-10-091-1/+1
| * | | Merge branch 'release/0.8' into release/0.7Michael Niedermayer2011-10-0213-57/+138
| |\ \ \ | | |/ /
| | * | 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