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
2022-08-07avformat/mxfdec: SMPTE RDD 48:2018 Amd 1:2022 supportMichael Niedermayer
2022-06-16avformat/mxf: Use AVUUID for uidsAndreas Rheinhardt
2022-01-09avformat/mxfdec: support MCA audio informationMarc-Antoine Arnaud
2021-07-29avformat/mxfdec: fix frame wrapping detection for J2K essence containerPierre-Anthony Lemieux
2021-07-22Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt
2021-02-02avformat/mxf: Establish register of local tagsTomas Härdin
2021-01-08avformat/mxf: Deduplicate random_index_pack_keyAndreas Rheinhardt
2020-09-17avformat/mxfdec: Read Mastering Display Colour Volume from MXFHarry Mallon
2020-08-06avformat/mxfdec: Read color metadata from MXFHarry Mallon
2020-03-15avformat/mxfenc: move content package rates and timebase combinations to a se...Marton Balint
2020-03-15avformat/mxf: get rid of samples per frame array usageMarton Balint
2019-05-20avformat/mxfenc: support XAVC long gopBaptiste Coudurier
2018-10-12avformat/mxfenc: correctly set content package rate in system elementBaptiste Coudurier
2018-06-24avformat/mxfdec: add support for determining essence wrapping schemeMarton Balint
2018-06-24avformat/mxfdec: store next_klv in KLVPacketMarton Balint
2018-06-09avformat/mxfdec: use MXFCodecUL struct to store essence description for data_...Marton Balint
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