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-09-08Employ FF_ARRAY_ELEMS instead of manually calculating array length.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-25Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò
2010-06-30mxfdec: Improve parsing of the PixelLayout itemTomas Härdin
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-02-08reuse MXFCodecUL for data def and simplifyBaptiste Coudurier
2009-02-08remove implicit header inclusions from mxf.hBaptiste Coudurier
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-08-31put back mxf_essence_container_uls in demuxer as static constBaptiste Coudurier
2008-08-20Ok-ed parts from patch by zhentan feng.Zhentan Feng
2008-08-18Factorize common code out of the mxf demuxer.Zhentan Feng
2008-08-07remove mxf.c, previously copied to mxfdec.cBaptiste Coudurier
2008-07-16cosmetics: Fix mxf codec long name.Diego Biurrun
2008-06-29include track id in error messageBaptiste Coudurier
2008-06-28unset Track sets, relying in AVStream->priv_data and will be freed in av_clos...Baptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-03-16just skip klv packet, when no corresponding stream is foundBaptiste Coudurier
2008-03-06support AVDISCARD_ALLBaptiste Coudurier
2008-02-01add constBaptiste Coudurier
2008-01-19init uid to 0Baptiste Coudurier
2008-01-19indentationBaptiste Coudurier
2008-01-19correctly handle sony mpeg4 extradataBaptiste Coudurier
2008-01-19check if read child returned errorBaptiste Coudurier
2008-01-19simplify with matching lenBaptiste Coudurier
2008-01-19simplify and detect better non frame wrapped mappingsBaptiste Coudurier
2008-01-19cosmetics: read_metadata -> readBaptiste Coudurier
2008-01-19cosmeticsBaptiste Coudurier
2008-01-19remove unused crypto context uidBaptiste Coudurier
2008-01-19support dynamically allocated local tags, used by encrypted filesBaptiste Coudurier
2008-01-19check malloc returnBaptiste Coudurier
2008-01-19add some dv container ulsBaptiste Coudurier
2008-01-19simplify by checking min matching lenBaptiste Coudurier
2008-01-08check av_new_stream return valueBaptiste Coudurier
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-09-21add D-10 NTSC supportBaptiste Coudurier
2007-09-21extract correct d10 aes3 audio channels numberBaptiste Coudurier
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-06-04cosmetics remove struct name with typedefBaptiste Coudurier
2007-06-04remove unused EssenceContainerDataBaptiste Coudurier
2007-06-03skip no more needed on errorBaptiste Coudurier
2007-06-03remove duplicate entry since now we ignore version byteBaptiste Coudurier
2007-06-03typoBaptiste Coudurier
2007-06-03set pkt posBaptiste Coudurier
2007-06-03remove now useless sync keyBaptiste Coudurier
2007-06-03no need to seek on specific key anymore, since klv_read_packet will sync, tes...Baptiste Coudurier
2007-06-03do not print error message when klv_read_packet failsBaptiste Coudurier
2007-06-03sync to mxf klv key before trying to read klv packetBaptiste Coudurier
2007-06-03match uids indenpendantly of the version byteBaptiste Coudurier
2007-06-03cosmetics, reorder and classify uidsBaptiste Coudurier