aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Add LOAS demuxer.Carl Eugen Hoyos2011-08-204-1/+91
* xmv: Read the video packet data first, then swap its bytesSven Hesse2011-08-181-6/+6
* xmv: Remove superfluous zeroing of already zero'd dataSven Hesse2011-08-181-11/+2
* xmv: Add some doxygen commentsSven Hesse2011-08-181-39/+43
* xmv: Merge XMVAudioTrack into XMVAudioPacketSven Hesse2011-08-181-51/+37
* xmv: Make the various offset variables uint64_tSven Hesse2011-08-181-6/+6
* xmv: fix license header to match patchMichael Niedermayer2011-08-181-4/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-185-13/+595
|\
| * add XMV demuxerSven Hesse2011-08-174-1/+579
| * rmdec: parse FPS in RealMedia properlyKostya Shishkov2011-08-171-8/+8
| * Use parsers for RealVideo 3/4 to determine correct PTSKostya Shishkov2011-08-171-0/+1
| * rmdec: correct DTS calculation in RealMedia container.Kostya Shishkov2011-08-171-4/+7
* | matroskadec: use correct compression parameters for current track CodecPrivateAurelien Jacobs2011-08-181-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-175-5/+57
|\|
| * matroskaenc: vertical alignment.Anton Khirnov2011-08-161-3/+3
| * matroskaenc: implement query_codec()Anton Khirnov2011-08-161-0/+17
| * lavf: add avformat_query_codec().Anton Khirnov2011-08-162-0/+32
| * flvenc: use int64_t to store offsetsLuca Barbato2011-08-161-1/+1
| * Do not write ID3v1 tags by defaultDiogo Franco2011-08-161-1/+4
| * mpegts: log into an AVFormatContext rather than MpegTSContext.Alex Converse2011-08-161-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-161-2/+2
|\|
| * movenc: change AV_LOG_INFO to AV_LOG_WARNING for some warningsAnton Khirnov2011-08-161-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-156-65/+1
|\|
| * lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-155-55/+1
| * Remove redundant and dubious video codec detection by its extradataKostya Shishkov2011-08-151-10/+0
* | mxf: H.264/MPEG-4 AVC Intra supportBaptiste Coudurier2011-08-151-0/+1
* | fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini2011-08-141-2/+2
* | Support streaming .au files.Reimar Döffinger2011-08-141-1/+2
* | dv: honor timecode in DV muxer.Clément Bœsch2011-08-131-18/+32
* | mxf: honor timecode drop flag in mxf muxer if set.Clément Bœsch2011-08-131-1/+4
* | mxf: add cli option in mxfenc to replace GOP timecode parsing.Clément Bœsch2011-08-131-22/+25
* | mxf: move framenum to timecode convert to timecode helpers.Clément Bœsch2011-08-131-19/+3
* | mov: Set negative Sample_duration in STTS to 1Thierry Foucu2011-08-131-0/+5
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-134-4/+16
|\|
| * lavf: add support for error_recognition, use it in avidec, and bump minor API...Dustin Brody2011-08-124-3/+16
| * Rename ffserver to avserver.Anton Khirnov2011-08-094-8/+8
* | oggenc: add missing initializer braces to shut up gcc warning.Clément Bœsch2011-08-101-1/+1
* | avidec: add missing initializer braces to shut up gcc warning.Clément Bœsch2011-08-101-1/+1
* | Always pass a AVFormatContext to av_log.Reimar Döffinger2011-08-101-2/+2
* | AVCodecTag: Add MKTAG for Go2Meeting video codecThierry Foucu2011-08-091-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-041-1/+1
|\|
| * applehttp: fix variant discard logicLuca Barbato2011-08-041-1/+1
* | avidec: skip seek pos adjustment for non interleaved files.Michael Niedermayer2011-08-041-1/+1
* | Warn when falling back to unreliable UMF fps tag.Reimar Döffinger2011-08-031-0/+2
* | Detect NI-avi at playtime like mplayer.Michael Niedermayer2011-08-031-0/+12
* | avidec: Fix XAN DPCM demuxing.Michael Niedermayer2011-08-031-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-024-29/+68
|\|
| * lavf: Add an option to discard corrupted framesZohar Kelrich2011-08-023-0/+11
| * mpegts: Mark wrongly-sized packets as corruptedZohar Kelrich2011-08-021-2/+7
| * mpegts: Move scan test to handle_packetsZohar Kelrich2011-08-021-19/+20