| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/mxf: use FFABS to instead of abs | Steven Liu | 2017-11-20 | 1 | -1/+1 |
* | lavf/mxf: Support 60fps output. | Carl Eugen Hoyos | 2017-11-16 | 1 | -0/+2 |
* | lavf/mxf: Add a universal label for ProRes used in FCP. | Carl Eugen Hoyos | 2017-01-12 | 1 | -0/+1 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -5/+5 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -5/+5 |
* | | lavf/mxf: Support video essence container uls for vc1. | Arnaud Bienner | 2015-09-05 | 1 | -0/+10 |
* | | lavf/mxfdec: Set codec_tag AVup for Avid 1:1 input. | Carl Eugen Hoyos | 2015-07-22 | 1 | -0/+5 |
* | | libavformat/mxf.c: Relaxed ProRes pattern | Steve Dierker | 2015-04-03 | 1 | -1/+1 |
* | | lavf/mxf: Support ProRes decoding. | Carl Eugen Hoyos | 2015-03-04 | 1 | -0/+1 |
* | | libavformat/mxfdec.c: initial support for EssenceGroups | Mark Reid | 2014-11-30 | 1 | -0/+1 |
* | | avformat/mxf: added ULs for demuxing avid media composer mxf files | Mark Reid | 2014-08-18 | 1 | -0/+3 |
* | | Merge commit '369380e1c4c6fc9b0d9ff04ec23d46b252ba7110' | Michael Niedermayer | 2014-08-17 | 1 | -0/+1 |
|\| |
|
| * | mxf: Support AAC | Luca Barbato | 2014-08-17 | 1 | -0/+1 |
* | | Merge commit '92ebb332157195b7c1212e734c5668afbf19cf2b' | Michael Niedermayer | 2014-03-19 | 1 | -0/+1 |
|\| |
|
| * | mxf: Add additional H264 PictureEssenceCoding | Luca Barbato | 2014-03-19 | 1 | -0/+1 |
* | | Merge commit 'e118bb1a33889d4df56f28975b4fd0793b4f5c32' | Michael Niedermayer | 2014-03-06 | 1 | -17/+28 |
|\| |
|
| * | mxf: Introduce ff_mxf_get_samples_per_frame | Matthieu Bouron | 2014-03-06 | 1 | -0/+40 |
| * | mxf: Add DNxHD UL | Tomas Härdin | 2014-02-21 | 1 | -0/+1 |
| * | mxf: Add uncompressed 422 8-bit rawvideo UL | Philip de Nier | 2014-02-21 | 1 | -0/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -18/+18 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -18/+18 |
* | | mxf: export ff_mxf_get_samples_per_frame to lavf | Matthieu Bouron | 2012-09-21 | 1 | -0/+29 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -21/+21 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -19/+19 |
| * | mxfdec: set pixel format for cdci picture formats | Philip de Nier | 2012-07-10 | 1 | -0/+6 |
| * | mxf: Add PictureEssenceCoding UL for V210. | Tomas Härdin | 2011-12-21 | 1 | -0/+1 |
| * | mxf: H.264/MPEG-4 AVC Intra support | Baptiste Coudurier | 2011-12-21 | 1 | -0/+1 |
* | | mxf: Add DNxHD UL | Tomas Härdin | 2012-03-10 | 1 | -0/+1 |
* | | mxfdec: set pixel format for cdci picture formats | Philip de Nier | 2012-02-28 | 1 | -0/+6 |
* | | mxf: add uncompressed 422 8-bit rawvideo label | Philip de Nier | 2012-02-28 | 1 | -0/+1 |
* | | mxf: fix v210 label matching len | Philip de Nier | 2012-02-28 | 1 | -1/+1 |
* | | mxf: Add PictureEssenceCoding UL for V210 | Tomas Härdin | 2011-09-27 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-08 | 1 | -1/+2 |
|\| |
|
| * | Employ FF_ARRAY_ELEMS instead of manually calculating array length. | Diego Biurrun | 2011-09-08 | 1 | -1/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Make ff_mxf_pixel_layouts static to mxf.c. | Diego Elio Pettenò | 2011-01-25 | 1 | -1/+4 |
* | | mxf: H.264/MPEG-4 AVC Intra support | Baptiste Coudurier | 2011-08-15 | 1 | -0/+1 |
* | | Make ff_mxf_pixel_layouts static to mxf.c. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+4 |
|/ |
|
* | mxfdec: Improve parsing of the PixelLayout item | Tomas Härdin | 2010-06-30 | 1 | -0/+41 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -3/+3 |
* | reuse MXFCodecUL for data def and simplify | Baptiste Coudurier | 2009-02-08 | 1 | -5/+4 |
* | remove implicit header inclusions from mxf.h | Baptiste Coudurier | 2009-02-08 | 1 | -0/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | put back mxf_essence_container_uls in demuxer as static const | Baptiste Coudurier | 2008-08-31 | 1 | -12/+0 |
* | Ok-ed parts from patch by zhentan feng. | Zhentan Feng | 2008-08-19 | 1 | -0/+3 |
* | Factorize common code out of the mxf demuxer. | Zhentan Feng | 2008-08-18 | 1 | -0/+62 |
* | remove mxf.c, previously copied to mxfdec.c | Baptiste Coudurier | 2008-08-07 | 1 | -1074/+0 |
* | cosmetics: Fix mxf codec long name. | Diego Biurrun | 2008-07-16 | 1 | -1/+1 |
* | include track id in error message | Baptiste Coudurier | 2008-06-28 | 1 | -1/+1 |
* | unset Track sets, relying in AVStream->priv_data and will be freed in av_clos... | Baptiste Coudurier | 2008-06-27 | 1 | -0/+3 |