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
2015-09-05lavf/mxf: Support video essence container uls for vc1.Arnaud Bienner
2015-07-22lavf/mxfdec: Set codec_tag AVup for Avid 1:1 input.Carl Eugen Hoyos
2015-04-03libavformat/mxf.c: Relaxed ProRes patternSteve Dierker
2015-03-05lavf/mxf: Support ProRes decoding.Carl Eugen Hoyos
2014-12-01libavformat/mxfdec.c: initial support for EssenceGroupsMark Reid
2014-08-18avformat/mxf: added ULs for demuxing avid media composer mxf filesMark Reid
2014-08-18Merge commit '369380e1c4c6fc9b0d9ff04ec23d46b252ba7110'Michael Niedermayer
2014-08-17mxf: Support AACLuca Barbato
2014-03-19Merge commit '92ebb332157195b7c1212e734c5668afbf19cf2b'Michael Niedermayer
2014-03-19mxf: Add additional H264 PictureEssenceCodingLuca Barbato
2014-03-07Merge commit 'e118bb1a33889d4df56f28975b4fd0793b4f5c32'Michael Niedermayer
2014-03-06mxf: Introduce ff_mxf_get_samples_per_frameMatthieu Bouron
2014-02-21mxf: Add DNxHD ULTomas Härdin
2014-02-21mxf: Add uncompressed 422 8-bit rawvideo ULPhilip de Nier
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-21mxf: export ff_mxf_get_samples_per_frame to lavfMatthieu Bouron
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-10mxfdec: set pixel format for cdci picture formatsPhilip de Nier
2012-03-10mxf: Add DNxHD ULTomas Härdin
2012-02-28mxfdec: set pixel format for cdci picture formatsPhilip de Nier
2012-02-28mxf: add uncompressed 422 8-bit rawvideo labelPhilip de Nier
2012-02-28mxf: fix v210 label matching lenPhilip de Nier
2011-12-21mxf: Add PictureEssenceCoding UL for V210.Tomas Härdin
2011-12-21mxf: H.264/MPEG-4 AVC Intra supportBaptiste Coudurier
2011-09-28mxf: Add PictureEssenceCoding UL for V210Tomas Härdin
2011-09-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-08Employ FF_ARRAY_ELEMS instead of manually calculating array length.Diego Biurrun
2011-08-15mxf: H.264/MPEG-4 AVC Intra supportBaptiste Coudurier
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò
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