summaryrefslogtreecommitdiff
path: root/libavformat/mxf.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* write essence container dataBaptiste Coudurier2009-01-231-0/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* 100l, add missing enum type, fix compilationBaptiste Coudurier2009-01-081-0/+1
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* put back mxf_essence_container_uls in demuxer as static constBaptiste Coudurier2008-08-311-1/+0
* Remaining parts of GSoC MXF muxer by Zhentan Feng.Carl Eugen Hoyos2008-08-261-1/+1
* Import more ok'ed chunks of the mxf muxer from the soc treeVitor Sessak2008-08-241-0/+1
* Apply parts of MXF muxer ok'ed by MichaelVitor Sessak2008-08-221-0/+4
* Factorize common code out of the mxf demuxer.Zhentan Feng2008-08-181-0/+70