summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-09-21mxf: export ff_mxf_get_samples_per_frame to lavfMatthieu Bouron3-36/+38
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-07-10mxfdec: set pixel format for cdci picture formatsPhilip de Nier3-1/+37
2012-03-10mxf: Add DNxHD ULTomas Härdin1-0/+1
2012-02-28mxfdec: set pixel format for cdci picture formatsPhilip de Nier3-1/+36
2012-02-28mxf: add uncompressed 422 8-bit rawvideo labelPhilip de Nier1-0/+1
2012-02-28mxf: fix v210 label matching lenPhilip de Nier1-1/+1
2011-12-21mxf: Add PictureEssenceCoding UL for V210.Tomas Härdin1-0/+1
2011-12-21mxf: H.264/MPEG-4 AVC Intra supportBaptiste Coudurier1-0/+1
2011-09-27mxf: Add PictureEssenceCoding UL for V210Tomas Härdin1-0/+1
2011-09-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer4-25/+48
2011-09-08Employ FF_ARRAY_ELEMS instead of manually calculating array length.Diego Biurrun2-2/+4
2011-08-14mxf: H.264/MPEG-4 AVC Intra supportBaptiste Coudurier1-0/+1
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-26Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò2-8/+4
2011-01-25Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò2-8/+4
2010-06-30mxfdec: Improve parsing of the PixelLayout itemTomas Härdin3-14/+62
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2009-02-08reuse MXFCodecUL for data def and simplifyBaptiste Coudurier4-29/+14
2009-02-08remove implicit header inclusions from mxf.hBaptiste Coudurier4-3/+7
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2008-08-31put back mxf_essence_container_uls in demuxer as static constBaptiste Coudurier3-15/+13
2008-08-19Ok-ed parts from patch by zhentan feng.Zhentan Feng2-0/+153
2008-08-18Factorize common code out of the mxf demuxer.Zhentan Feng4-84/+138
2008-08-07remove mxf.c, previously copied to mxfdec.cBaptiste Coudurier1-1074/+0
2008-07-16cosmetics: Fix mxf codec long name.Diego Biurrun1-1/+1
2008-06-28include track id in error messageBaptiste Coudurier1-1/+1
2008-06-27unset Track sets, relying in AVStream->priv_data and will be freed in av_clos...Baptiste Coudurier1-0/+3
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini102-162/+172
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2008-03-16just skip klv packet, when no corresponding stream is foundBaptiste Coudurier1-2/+1
2008-03-06support AVDISCARD_ALLBaptiste Coudurier1-0/+3
2008-02-01add constBaptiste Coudurier1-1/+2
2008-01-19init uid to 0Baptiste Coudurier1-1/+1
2008-01-19indentationBaptiste Coudurier1-5/+5
2008-01-19correctly handle sony mpeg4 extradataBaptiste Coudurier1-2/+6
2008-01-19check if read child returned errorBaptiste Coudurier1-2/+2
2008-01-19simplify with matching lenBaptiste Coudurier1-11/+5
2008-01-19simplify and detect better non frame wrapped mappingsBaptiste Coudurier1-32/+31
2008-01-19cosmetics: read_metadata -> readBaptiste Coudurier1-25/+25
2008-01-19cosmeticsBaptiste Coudurier1-3/+3
2008-01-19remove unused crypto context uidBaptiste Coudurier1-5/+1
2008-01-19support dynamically allocated local tags, used by encrypted filesBaptiste Coudurier1-9/+48
2008-01-19check malloc returnBaptiste Coudurier1-0/+18
2008-01-19add some dv container ulsBaptiste Coudurier1-0/+2
2008-01-19simplify by checking min matching lenBaptiste Coudurier1-52/+29
[next]