summaryrefslogtreecommitdiff
path: root/libavformat/mxf.h
Commit message (Expand)AuthorAgeFilesLines
* avformat/mxfdec: SMPTE RDD 48:2018 Amd 1:2022 supportMichael Niedermayer2022-08-071-0/+1
* avformat/mxf: Use AVUUID for uidsAndreas Rheinhardt2022-06-161-1/+2
* avformat/mxfdec: support MCA audio informationMarc-Antoine Arnaud2022-01-091-0/+3
* avformat/mxfdec: fix frame wrapping detection for J2K essence containerPierre-Anthony Lemieux2021-07-291-1/+2
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-221-2/+3
* avformat/mxf: Establish register of local tagsTomas Härdin2021-02-011-2/+6
* avformat/mxf: Deduplicate random_index_pack_keyAndreas Rheinhardt2021-01-081-0/+1
* avformat/mxfdec: Read Mastering Display Colour Volume from MXFHarry Mallon2020-09-171-0/+11
* avformat/mxfdec: Read color metadata from MXFHarry Mallon2020-08-061-0/+3
* avformat/mxfenc: move content package rates and timebase combinations to a se...Marton Balint2020-03-141-0/+5
* avformat/mxf: get rid of samples per frame array usageMarton Balint2020-03-141-6/+0
* avformat/mxfenc: support XAVC long gopBaptiste Coudurier2019-05-201-0/+1
* avformat/mxfenc: correctly set content package rate in system elementBaptiste Coudurier2018-10-121-0/+2
* avformat/mxfdec: add support for determining essence wrapping schemeMarton Balint2018-06-241-0/+9
* avformat/mxfdec: store next_klv in KLVPacketMarton Balint2018-06-241-0/+1
* avformat/mxfdec: use MXFCodecUL struct to store essence description for data_...Marton Balint2018-06-081-0/+1
* avformat/mxfenc: write reel_name if metadata key is presentMark Reid2017-12-081-0/+1
* avformat/mxfenc: use track count to generate component instance uuidMark Reid2017-12-081-1/+0
* lavf/mxfdec: Set codec_tag AVup for Avid 1:1 input.Carl Eugen Hoyos2015-07-221-0/+1
* avformat/mxf: Always evaluate PRINT_KEY() arguments at compile timeMichael Niedermayer2015-05-101-1/+9
* avformat/mxf: Simplify PRINT_KEY()Michael Niedermayer2015-05-101-10/+2
* libavformat/mxfdec: export user comments metadataMark Reid2015-03-141-0/+1
* libavformat/mxfdec.c: initial support for EssenceGroupsMark Reid2014-11-301-0/+1
* libavformat/mxfdec: read source timecode from pulldown componentMark Reid2014-10-251-0/+1
* Merge commit '304089aca7d238ae184e09993b5c737aa22e2c2c'Michael Niedermayer2014-08-171-0/+12
|\
| * mxf: Add UID print helpersLuca Barbato2014-08-171-0/+12
* | Merge commit '6920fb2b33f84b114ea4561ae1c623f4a26562e5'Michael Niedermayer2014-03-191-2/+27
|\ \ | |/
| * mxf: Verbose debug loggingLuca Barbato2014-03-191-2/+27
| * mxf: Introduce ff_mxf_get_samples_per_frameMatthieu Bouron2014-03-061-0/+7
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-2/+2
|\ \ | |/
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-2/+2
| * mxfdec: fix frame height vs field height confusionJoseph Artsimovich2012-07-101-0/+8
| * mxfdec: set pixel format for cdci picture formatsPhilip de Nier2012-07-101-0/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Replace dprintf with av_dlogLuca Barbato2011-01-291-1/+1
| * Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò2011-01-251-7/+0
| * Don't check for DEBUG before using dprintf.Diego Elio 'Flameeyes' Pettenò2011-01-251-4/+0
* | mxf: export ff_mxf_get_samples_per_frame to lavfMatthieu Bouron2012-09-211-0/+7
* | mxf: Fix frame layout valuesMatthieu Bouron2012-04-191-2/+2
* | Fix frame height vs field height confusion in MXF decoding.Joseph Artsimovich2012-03-111-0/+8
* | mxfdec: set pixel format for cdci picture formatsPhilip de Nier2012-02-281-0/+1
* | Replace dprintf with av_dlogLuca Barbato2011-01-301-1/+1
* | Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò2011-01-261-7/+0
* | Don't check for DEBUG before using dprintf.Diego Elio 'Flameeyes' Pettenò2011-01-261-4/+0
|/
* mxfdec: Improve parsing of the PixelLayout itemTomas Härdin2010-06-301-0/+9
* reuse MXFCodecUL for data def and simplifyBaptiste Coudurier2009-02-081-7/+2
* remove implicit header inclusions from mxf.hBaptiste Coudurier2009-02-081-3/+2
* Directly #include some required headers.Diego Biurrun2009-01-251-0/+1