aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | mxfdec: Use MaterialPackage - Track - TrackID instead of the system_item hackTomas Härdin2011-12-081-13/+10
| * | mxfdec: Parse more values in PartitionPackTomas Härdin2011-12-081-18/+41
| * | mxfdec: Parse TemporalOffsetsTomas Härdin2011-12-081-2/+6
| * | mxfdec: av_dlog():ify 'no corresponding source package found'Tomas Härdin2011-12-081-1/+1
| * | mxfdec: Compute essence container offsets and lengths into mxf->partitionsTomas Härdin2011-12-081-0/+69
| * | mxfdec: Make mxf->partitions sorted by offsetTomas Härdin2011-12-081-1/+15
| * | mxfdec: Parse ThisPartitionTomas Härdin2011-12-071-2/+5
| * | mxfdec: Speed up metadata and index parsingTomas Härdin2011-12-071-9/+119
| * | mxfdec: Make sure DataDefinition is consistent between material track and sou...Tomas Härdin2011-12-071-5/+12
| * | mxfdec: Add EssenceContainer UL found in 0001GL00.MXF.A1.mxf_opatom.mxfTomas Härdin2011-12-071-0/+1
* | | libnut: NULL priv->nut after nut_demuxer_uninit() as a saftey precaution.Michael Niedermayer2011-12-081-0/+2
* | | libnut: Check nut_demuxer_init() return value.Michael Niedermayer2011-12-081-0/+3
* | | libnut: check for av_malloc failure.Michael Niedermayer2011-12-081-0/+6
* | | Fix typo: Correctly parse 64 byte umid tags in bext metadata.Carl Eugen Hoyos2011-12-081-1/+1
* | | mpegtsenc: recognize .mts as MPEG Transport Stream (encoding)jb@kdenlive.org2011-12-081-1/+1
* | | lavf: lower the log level of "parser not found".Nicolas George2011-12-081-1/+1
* | | Merge remote-tracking branch 'richardpl/escape130'Michael Niedermayer2011-12-081-2/+0
|\ \ \
| * | | rpl: enable escape130 codecPaul B Mahol2011-12-011-2/+0
* | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-082-6/+7
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | avformat/utils: Drop unused goto label.Diego Biurrun2011-12-071-1/+0
| * | rtmp: Use nb_invokes for all invoke commandsMartin Storsjö2011-12-071-5/+7
* | | gxfenc: support timecode optionMatthieu Bouron2011-12-071-19/+85
* | | movenc: Always write EDTS when we are able to.Michael Niedermayer2011-12-071-3/+2
* | | img2: 10l typoMichael Niedermayer2011-12-071-1/+1
* | | Allow auto-detection of ljpg images.Carl Eugen Hoyos2011-12-071-0/+2
* | | movdec: remove redundant size<=8 check.Michael Niedermayer2011-12-061-2/+0
* | | movdec: Read extended 64bit size before the debug av_log() and only when thereMichael Niedermayer2011-12-061-4/+4
* | | movdec: Fix bad computed size for atoms with size 0 in MOV filesMihnea Balta2011-12-061-1/+1
* | | mov: increase total_size only when it actually increases.Michael Niedermayer2011-12-061-1/+1
* | | movenc: support spliting fragments based on bytesize instead of duration.Michael Niedermayer2011-12-062-2/+7
* | | movenc: fragment supportMichael Niedermayer2011-12-062-11/+221
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-066-24/+34
|\| |
| * | mov: Don't av_malloc(0).Alex Converse2011-12-051-0/+10
| * | misc Doxygen markup improvementsDiego Biurrun2011-12-052-7/+6
| * | doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun2011-12-052-2/+2
| * | avformat: use avcodec_decode_audio4() in avformat_find_stream_info()Justin Ruggles2011-12-041-15/+16
| * | mov: Allow empty stts atom.Alex Converse2011-12-041-1/+3
* | | Do not fail fatally if chan atom is too short.Carl Eugen Hoyos2011-12-061-1/+1
* | | movdec: Fix parsing of a very last empty atom of size 8.Michael Niedermayer2011-12-051-1/+1
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-052-125/+160
|\| |
| * | yuv4mpeg: cosmetics: pretty-printingChris Berov2011-12-041-115/+133
| * | oma: PCM supportDavid Goldwich2011-12-041-3/+14
| * | oma: better format detection with small probe bufferDavid Goldwich2011-12-041-5/+11