Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-11rawdec: don't set codec timebase.Anton Khirnov
2011-12-11lavf doxy: add muxing stuff to lavf_encoding groupAnton Khirnov
2011-12-11lavf doxy: add demuxing stuff to lavf_decoding groupAnton Khirnov
2011-12-11lavf doxy: expand/reword metadata API doxy.Anton Khirnov
2011-12-11lavf doxy: add installed headers to groups.Anton Khirnov
2011-12-11lavf doxy: add avio groups into the lavf_io group.Anton Khirnov
2011-12-11lavf doxy: rename lavf I/O group to lavf_io.Anton Khirnov
2011-12-11lavf doxy: add metadata docs to the main lavf groupAnton Khirnov
2011-12-10flacdec: Support for tracks in cuesheet metadata blockPaul B Mahol
2011-12-10rtmpproto: make condition work in overflow case.Reimar Döffinger
2011-12-10Make detection of single-stream flv work again.Reimar Döffinger
2011-12-10flac muxer: fix writing of file header and STREAMINFO header from extradataJustin Ruggles
2011-12-10Separate mxf_essence_container_uls for audio and video.Carl Eugen Hoyos
2011-12-10mxfdec: do not try to use an obviously broken index.Reimar Döffinger
2011-12-10Dxtory capture format decoderKostya Shishkov
2011-12-10avi: add escape130 supportMichael Niedermayer
2011-12-10wavdec: add ignore length option to ignore incorrect lengthesMichael Niedermayer
2011-12-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-10isom: sort and pretty-print codec_movaudio_tags[]Justin Ruggles
2011-12-10isom: remove pointless comments in codec_movaudio_tags[]Justin Ruggles
2011-12-10isom: remove commented-out tag for vorbisJustin Ruggles
2011-12-10movenc: write 'chan' tag for AC-3 in MOVJustin Ruggles
2011-12-10mov: add support for reading and writing the 'chan' tagJustin Ruggles
2011-12-10movenc: simplify handling of pcm vs. adpcm vs. other compressed codecsJustin Ruggles
2011-12-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-09Merge remote-tracking branch 'tjoppen/opatom_demuxing_and_seeking'Michael Niedermayer
2011-12-09libnut: NULL priv->nut after nut_demuxer_uninit() as a saftey precaution.Michael Niedermayer
2011-12-09libnut: Check nut_demuxer_init() return value.Michael Niedermayer
2011-12-09libnut: check for av_malloc failure.Michael Niedermayer
2011-12-08mxfdec: Index table driven demuxing and seekingTomas Härdin
2011-12-08mxfdec: Compute packet offsets properlyTomas Härdin
2011-12-08mxfdec: Use MaterialPackage - Track - TrackID instead of the system_item hackTomas Härdin
2011-12-08mxfdec: Parse more values in PartitionPackTomas Härdin
2011-12-08Fix typo: Correctly parse 64 byte umid tags in bext metadata.Carl Eugen Hoyos
2011-12-08mpegtsenc: recognize .mts as MPEG Transport Stream (encoding)jb@kdenlive.org
2011-12-08mxfdec: Parse TemporalOffsetsTomas Härdin
2011-12-08mxfdec: av_dlog():ify 'no corresponding source package found'Tomas Härdin
2011-12-08mxfdec: Compute essence container offsets and lengths into mxf->partitionsTomas Härdin
2011-12-08lavf: lower the log level of "parser not found".Nicolas George
2011-12-08mxfdec: Make mxf->partitions sorted by offsetTomas Härdin
2011-12-08cljr: add encoderPaul B Mahol
2011-12-08Merge remote-tracking branch 'richardpl/escape130'Michael Niedermayer
2011-12-08tests/examples: Mark some variables only used within their files as static.Diego Biurrun
2011-12-08tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun
2011-12-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-07mxfdec: Parse ThisPartitionTomas Härdin
2011-12-07mxfdec: Speed up metadata and index parsingTomas Härdin
2011-12-07mxfdec: Make sure DataDefinition is consistent between material track and sou...Tomas Härdin
2011-12-07mxfdec: Add EssenceContainer UL found in 0001GL00.MXF.A1.mxf_opatom.mxfTomas Härdin