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
2017-12-08avformat/mxfenc: write reel_name if metadata key is presentMark Reid
2017-12-08avformat/mxfenc: use track count to generate component instance uuidMark Reid
2015-07-22lavf/mxfdec: Set codec_tag AVup for Avid 1:1 input.Carl Eugen Hoyos
2015-05-10avformat/mxf: Always evaluate PRINT_KEY() arguments at compile timeMichael Niedermayer
2015-05-10avformat/mxf: Simplify PRINT_KEY()Michael Niedermayer
2015-03-15libavformat/mxfdec: export user comments metadataMark Reid
2014-12-01libavformat/mxfdec.c: initial support for EssenceGroupsMark Reid
2014-10-26libavformat/mxfdec: read source timecode from pulldown componentMark Reid
2014-08-17Merge commit '304089aca7d238ae184e09993b5c737aa22e2c2c'Michael Niedermayer
2014-08-17mxf: Add UID print helpersLuca Barbato
2014-03-19Merge commit '6920fb2b33f84b114ea4561ae1c623f4a26562e5'Michael Niedermayer
2014-03-19mxf: Verbose debug loggingLuca Barbato
2014-03-06mxf: Introduce ff_mxf_get_samples_per_frameMatthieu Bouron
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-09-21mxf: export ff_mxf_get_samples_per_frame to lavfMatthieu Bouron
2012-07-10mxfdec: fix frame height vs field height confusionJoseph Artsimovich
2012-07-10mxfdec: set pixel format for cdci picture formatsPhilip de Nier
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-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-30Replace dprintf with av_dlogLuca Barbato
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ò
2011-01-25Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò
2011-01-25Don'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