aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Improve PVA probe function.Reimar Döffinger2011-10-131-2/+15
* libmodplug: remove mathematical constants now redundant.Nicolas George2011-10-131-5/+0
* g723.1: use raw muxerMohamed Naufal2011-10-133-22/+14
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-1330-145/+194
|\
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-1219-59/+59
| * Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-123-12/+11
| * AVOptions: add new API for enumerating children.Anton Khirnov2011-10-121-22/+29
| * flvenc: Write the right metadata entry countMartin Storsjö2011-10-121-3/+10
| * rtsp: Request that dynamic rate is disabledMartin Storsjö2011-10-121-0/+2
| * rtsp: Parse the x-Accept-Dynamic-Rate headerMartin Storsjö2011-10-122-0/+6
| * rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö2011-10-124-37/+37
| * rtpdec: Read the packet length for all RTCP packet typesJohn Brooks2011-10-121-7/+7
| * rtpdec: Fix the minimum packet length for RTCP SR packetsJohn Brooks2011-10-121-1/+1
| * flvdec: Don't export metadata entries that aren't proper metadataMartin Storsjö2011-10-121-0/+14
| * flvdec: Split out setting of numeric fields from storing metadataMartin Storsjö2011-10-121-5/+9
* | Correct buffer handling for RTCP packetsJohn Brooks2011-10-131-7/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-123-74/+86
|\|
| * mov: do not misreport empty sttsLuca Barbato2011-10-111-2/+2
| * mov: cosmetics, fix for and if spacingLuca Barbato2011-10-111-46/+50
| * id3v2: fix NULL pointer dereferenceAnton Khirnov2011-10-111-6/+6
| * mov: read album_artist atomRaivo Hool2011-10-111-0/+1
| * mov: fix disc/track numbers and totalsRaivo Hool2011-10-111-8/+15
| * smacker: Separate audio flags from sample rates in smacker demuxer.Justin Ruggles2011-10-111-14/+17
* | cdg: enable seekingMichael Niedermayer2011-10-121-0/+1
* | cdg: Try to detect keyframes.Michael Niedermayer2011-10-121-0/+4
* | cdg: set timestampsMichael Niedermayer2011-10-121-0/+1
* | lavf: check stream_index from read_packet() for validity.Michael Niedermayer2011-10-121-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-113-12/+21
|\|
| * 4xmdemux: prevent use of uninitialized memoryLaurent Aimar2011-10-101-3/+5
| * avsdemux: check for out of bound writesLaurent Aimar2011-10-101-0/+2
| * avsdemux: check for corrupted dataLaurent Aimar2011-10-101-0/+2
| * avidec: fix signed overflow in avi_sync()Mans Rullgard2011-10-101-2/+3
| * mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related fu...Alex Converse2011-10-101-8/+16
| * avidec: simplify size parameter in memset()Janne Grunau2011-10-101-1/+1
* | libmodplug: do not call av_expr_parse() in case of no expr specified.Clément Bœsch2011-10-101-5/+7
* | libmodplug: simpler and faster use of eval expr.Clément Bœsch2011-10-101-13/+10
* | mxfdec: Move FooterPartition to MXFContext and make sure it's never set to zeroTomas Härdin2011-10-101-3/+14
* | Support playing SMV files.Reimar Döffinger2011-10-101-1/+90
* | libmodplug: add bintext video stream capability.Clément Bœsch2011-10-101-3/+140
* | mpegts: reduce av_log level for seek back to begin on unseekable protocols to...Michael Niedermayer2011-10-101-1/+1
* | mpegts: Attempt to seek back to beginning in non-seekable mpegts files.Petter Ericson2011-10-101-1/+4
* | Bump minor for G.723.1 encoder and muxer.Carl Eugen Hoyos2011-10-101-1/+1
* | g723.1 muxerMohamed Naufal2011-10-103-1/+23
* | Do not auto-detect Sorenson Spark in f4v.Carl Eugen Hoyos2011-10-091-1/+1
* | Be less verbose about continuity check errors.Carl Eugen Hoyos2011-10-091-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-091-2/+2
|\|
| * lavf: fix signed overflow in avformat_find_stream_info()Mans Rullgard2011-10-081-2/+2
* | vqa: fix double free on corrupted streamsLaurent Aimar2011-10-091-3/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-081-8/+1
|\|
| * mpegps: Use av_get_packet() instead of poorly emulating it.Alex Converse2011-10-071-8/+1