aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* mxfdec: Set DTS and PTS on video packetsTomas Härdin2011-12-121-1/+95
* mxfdec: Only sort IndexTableSegments onceTomas Härdin2011-12-121-30/+28
* mxfdec: Add Avid's essence element keyTomas Härdin2011-12-121-1/+4
* mxfdec: Add support for Avid indexesTomas Härdin2011-12-121-12/+56
* mxfdec: Check slice_count before freeing slice_offset_entriesTomas Härdin2011-12-121-0/+1
* mxfdec: Bring back accumulated_offset that was removed in 5e67e3eTomas Härdin2011-12-121-1/+7
* timecode: rename internal ff_* symbols to avpriv_*.Clément Bœsch2011-12-122-8/+8
* seek-test: use standard format specifiers in snprintf()Michael Niedermayer2011-12-121-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-1236-108/+147
|\
| * lavu: replace int/float punning functionsMans Rullgard2011-12-1120-67/+70
| * Remove extraneous semicolonsMans Rullgard2011-12-112-2/+2
| * sdp: Restore the original mp4 format h264 extradata if convertedMartin Storsjö2011-12-111-0/+17
| * rtpenc: Add support for mp4 format h264Luca Abeni2011-12-111-3/+28
| * rtpenc: Simplify code by introducing a separate end pointerMartin Storsjö2011-12-111-5/+5
| * movenc: Use the actual converted sample for RTP hintingMartin Storsjö2011-12-113-9/+24
| * Fix a bunch of common typos.Diego Biurrun2011-12-1114-21/+22
* | seektest: floatfreeMichael Niedermayer2011-12-111-3/+2
* | Support VP8 in NSV.Reimar Döffinger2011-12-111-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-116-50/+122
|\|
| * rawdec: don't set codec timebase.Anton Khirnov2011-12-101-1/+1
| * lavf doxy: add muxing stuff to lavf_encoding groupAnton Khirnov2011-12-101-4/+14
| * lavf doxy: add demuxing stuff to lavf_decoding groupAnton Khirnov2011-12-101-8/+21
| * lavf doxy: expand/reword metadata API doxy.Anton Khirnov2011-12-101-2/+8
| * lavf doxy: add installed headers to groups.Anton Khirnov2011-12-103-0/+13
| * lavf doxy: add avio groups into the lavf_io group.Anton Khirnov2011-12-101-0/+3
| * lavf doxy: rename lavf I/O group to lavf_io.Anton Khirnov2011-12-101-1/+1
| * lavf doxy: add metadata docs to the main lavf groupAnton Khirnov2011-12-101-0/+1
| * flacdec: Support for tracks in cuesheet metadata blockPaul B Mahol2011-12-101-0/+27
| * flac muxer: fix writing of file header and STREAMINFO header from extradataJustin Ruggles2011-12-101-6/+4
| * Dxtory capture format decoderKostya Shishkov2011-12-101-0/+1
* | rtmpproto: make condition work in overflow case.Reimar Döffinger2011-12-101-1/+1
* | Make detection of single-stream flv work again.Reimar Döffinger2011-12-101-4/+5
* | Separate mxf_essence_container_uls for audio and video.Carl Eugen Hoyos2011-12-101-3/+6
* | mxfdec: do not try to use an obviously broken index.Reimar Döffinger2011-12-101-4/+23
* | avi: add escape130 supportMichael Niedermayer2011-12-101-0/+1
* | wavdec: add ignore length option to ignore incorrect lengthesMichael Niedermayer2011-12-101-0/+17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-106-105/+699
|\|
| * isom: sort and pretty-print codec_movaudio_tags[]Justin Ruggles2011-12-091-55/+42
| * isom: remove pointless comments in codec_movaudio_tags[]Justin Ruggles2011-12-091-17/+17
| * isom: remove commented-out tag for vorbisJustin Ruggles2011-12-091-2/+0
| * movenc: write 'chan' tag for AC-3 in MOVJustin Ruggles2011-12-091-0/+1
| * mov: add support for reading and writing the 'chan' tagJustin Ruggles2011-12-095-2/+636
| * movenc: simplify handling of pcm vs. adpcm vs. other compressed codecsJustin Ruggles2011-12-091-43/+18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-092-5/+4
|\|
| * cljr: add encoderPaul B Mahol2011-12-081-1/+1
| * tests/examples: Mark some variables only used within their files as static.Diego Biurrun2011-12-081-8/+8
| * tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun2011-12-082-9/+8
* | Merge remote-tracking branch 'tjoppen/opatom_demuxing_and_seeking'Michael Niedermayer2011-12-081-64/+401
|\ \
| * | mxfdec: Index table driven demuxing and seekingTomas Härdin2011-12-081-3/+97
| * | mxfdec: Compute packet offsets properlyTomas Härdin2011-12-081-23/+38