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
2012-04-19mxf: Fix frame layout valuesMatthieu Bouron
2012-03-11Fix frame height vs field height confusion in MXF decoding.Joseph Artsimovich
2012-02-28mxfdec: set pixel format for cdci picture formatsPhilip de Nier
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-26Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò
2011-01-26Don't check for DEBUG before using dprintf.Diego Elio 'Flameeyes' Pettenò
2010-06-30mxfdec: Improve parsing of the PixelLayout itemTomas Härdin
2009-02-08reuse MXFCodecUL for data def and simplifyBaptiste Coudurier
2009-02-08remove implicit header inclusions from mxf.hBaptiste Coudurier
2009-01-25Directly #include some required headers.Diego Biurrun
2009-01-23write essence container dataBaptiste Coudurier
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-08100l, add missing enum type, fix compilationBaptiste Coudurier
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-31put back mxf_essence_container_uls in demuxer as static constBaptiste Coudurier
2008-08-26Remaining parts of GSoC MXF muxer by Zhentan Feng.Carl Eugen Hoyos
2008-08-24Import more ok'ed chunks of the mxf muxer from the soc treeVitor Sessak
2008-08-22Apply parts of MXF muxer ok'ed by MichaelVitor Sessak
2008-08-18Factorize common code out of the mxf demuxer.Zhentan Feng