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-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer77-293/+269
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun56-114/+114
2012-09-21mxf: export ff_mxf_get_samples_per_frame to lavfMatthieu Bouron3-36/+38
2012-07-10mxfdec: fix frame height vs field height confusionJoseph Artsimovich2-1/+40
2012-07-10mxfdec: set pixel format for cdci picture formatsPhilip de Nier3-1/+37
2012-04-19mxf: Fix frame layout valuesMatthieu Bouron1-2/+2
2012-03-11Fix frame height vs field height confusion in MXF decoding.Joseph Artsimovich2-2/+33
2012-02-28mxfdec: set pixel format for cdci picture formatsPhilip de Nier3-1/+36
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-30Replace dprintf with av_dlogLuca Barbato47-308/+312
2011-01-29Replace dprintf with av_dlogLuca Barbato47-308/+312
2011-01-26Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò2-8/+4
2011-01-26Don't check for DEBUG before using dprintf.Diego Elio 'Flameeyes' Pettenò2-16/+10
2011-01-25Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò2-8/+4
2011-01-25Don't check for DEBUG before using dprintf.Diego Elio 'Flameeyes' Pettenò2-16/+10
2010-06-30mxfdec: Improve parsing of the PixelLayout itemTomas Härdin3-14/+62
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-25Directly #include some required headers.Diego Biurrun5-1/+5
2009-01-23write essence container dataBaptiste Coudurier2-1/+28
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2009-01-08100l, add missing enum type, fix compilationBaptiste Coudurier1-0/+1
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun36-208/+204
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-08-31put back mxf_essence_container_uls in demuxer as static constBaptiste Coudurier3-15/+13
2008-08-26Remaining parts of GSoC MXF muxer by Zhentan Feng.Carl Eugen Hoyos5-2/+40
2008-08-24Import more ok'ed chunks of the mxf muxer from the soc treeVitor Sessak2-0/+206
2008-08-22Apply parts of MXF muxer ok'ed by MichaelVitor Sessak2-39/+269
2008-08-18Factorize common code out of the mxf demuxer.Zhentan Feng4-84/+138