summaryrefslogtreecommitdiff
path: root/libavformat/mxf.c
Commit message (Expand)AuthorAgeFilesLines
* lavf/mxf: Add a universal label for ProRes used in FCP.Carl Eugen Hoyos2017-01-121-0/+1
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-5/+5
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-5/+5
* | lavf/mxf: Support video essence container uls for vc1.Arnaud Bienner2015-09-051-0/+10
* | lavf/mxfdec: Set codec_tag AVup for Avid 1:1 input.Carl Eugen Hoyos2015-07-221-0/+5
* | libavformat/mxf.c: Relaxed ProRes patternSteve Dierker2015-04-031-1/+1
* | lavf/mxf: Support ProRes decoding.Carl Eugen Hoyos2015-03-041-0/+1
* | libavformat/mxfdec.c: initial support for EssenceGroupsMark Reid2014-11-301-0/+1
* | avformat/mxf: added ULs for demuxing avid media composer mxf filesMark Reid2014-08-181-0/+3
* | Merge commit '369380e1c4c6fc9b0d9ff04ec23d46b252ba7110'Michael Niedermayer2014-08-171-0/+1
|\ \ | |/
| * mxf: Support AACLuca Barbato2014-08-171-0/+1
* | Merge commit '92ebb332157195b7c1212e734c5668afbf19cf2b'Michael Niedermayer2014-03-191-0/+1
|\ \ | |/
| * mxf: Add additional H264 PictureEssenceCodingLuca Barbato2014-03-191-0/+1
* | Merge commit 'e118bb1a33889d4df56f28975b4fd0793b4f5c32'Michael Niedermayer2014-03-061-17/+28
|\ \ | |/
| * mxf: Introduce ff_mxf_get_samples_per_frameMatthieu Bouron2014-03-061-0/+40
| * mxf: Add DNxHD ULTomas Härdin2014-02-211-0/+1
| * mxf: Add uncompressed 422 8-bit rawvideo ULPhilip de Nier2014-02-211-0/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-18/+18
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-18/+18
* | mxf: export ff_mxf_get_samples_per_frame to lavfMatthieu Bouron2012-09-211-0/+29
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-21/+21
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-19/+19
| * mxfdec: set pixel format for cdci picture formatsPhilip de Nier2012-07-101-0/+6
| * mxf: Add PictureEssenceCoding UL for V210.Tomas Härdin2011-12-211-0/+1
| * mxf: H.264/MPEG-4 AVC Intra supportBaptiste Coudurier2011-12-211-0/+1
* | mxf: Add DNxHD ULTomas Härdin2012-03-101-0/+1
* | mxfdec: set pixel format for cdci picture formatsPhilip de Nier2012-02-281-0/+6
* | mxf: add uncompressed 422 8-bit rawvideo labelPhilip de Nier2012-02-281-0/+1
* | mxf: fix v210 label matching lenPhilip de Nier2012-02-281-1/+1
* | mxf: Add PictureEssenceCoding UL for V210Tomas Härdin2011-09-271-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-081-1/+2
|\ \ | |/
| * Employ FF_ARRAY_ELEMS instead of manually calculating array length.Diego Biurrun2011-09-081-1/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò2011-01-251-1/+4
* | mxf: H.264/MPEG-4 AVC Intra supportBaptiste Coudurier2011-08-151-0/+1
* | Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò2011-01-261-1/+4
|/
* mxfdec: Improve parsing of the PixelLayout itemTomas Härdin2010-06-301-0/+41
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-3/+3
* reuse MXFCodecUL for data def and simplifyBaptiste Coudurier2009-02-081-5/+4
* remove implicit header inclusions from mxf.hBaptiste Coudurier2009-02-081-0/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* put back mxf_essence_container_uls in demuxer as static constBaptiste Coudurier2008-08-311-12/+0
* Ok-ed parts from patch by zhentan feng.Zhentan Feng2008-08-191-0/+3
* Factorize common code out of the mxf demuxer.Zhentan Feng2008-08-181-0/+62
* remove mxf.c, previously copied to mxfdec.cBaptiste Coudurier2008-08-071-1074/+0
* cosmetics: Fix mxf codec long name.Diego Biurrun2008-07-161-1/+1
* include track id in error messageBaptiste Coudurier2008-06-281-1/+1
* unset Track sets, relying in AVStream->priv_data and will be freed in av_clos...Baptiste Coudurier2008-06-271-0/+3
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2