| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf/mxfdec: Set codec_tag AVup for Avid 1:1 input. | Carl Eugen Hoyos | 2015-07-22 | 1 | -0/+1 |
* | avformat/mxf: Always evaluate PRINT_KEY() arguments at compile time | Michael Niedermayer | 2015-05-10 | 1 | -1/+9 |
* | avformat/mxf: Simplify PRINT_KEY() | Michael Niedermayer | 2015-05-10 | 1 | -10/+2 |
* | libavformat/mxfdec: export user comments metadata | Mark Reid | 2015-03-14 | 1 | -0/+1 |
* | libavformat/mxfdec.c: initial support for EssenceGroups | Mark Reid | 2014-11-30 | 1 | -0/+1 |
* | libavformat/mxfdec: read source timecode from pulldown component | Mark Reid | 2014-10-25 | 1 | -0/+1 |
* | Merge commit '304089aca7d238ae184e09993b5c737aa22e2c2c' | Michael Niedermayer | 2014-08-17 | 1 | -0/+12 |
|\ |
|
| * | mxf: Add UID print helpers | Luca Barbato | 2014-08-17 | 1 | -0/+12 |
* | | Merge commit '6920fb2b33f84b114ea4561ae1c623f4a26562e5' | Michael Niedermayer | 2014-03-19 | 1 | -2/+27 |
|\| |
|
| * | mxf: Verbose debug logging | Luca Barbato | 2014-03-19 | 1 | -2/+27 |
| * | mxf: Introduce ff_mxf_get_samples_per_frame | Matthieu Bouron | 2014-03-06 | 1 | -0/+7 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-06 | 1 | -2/+2 |
|\| |
|
| * | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -2/+2 |
| * | mxfdec: fix frame height vs field height confusion | Joseph Artsimovich | 2012-07-10 | 1 | -0/+8 |
| * | mxfdec: set pixel format for cdci picture formats | Philip de Nier | 2012-07-10 | 1 | -0/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -1/+1 |
| * | Make ff_mxf_pixel_layouts static to mxf.c. | Diego Elio Pettenò | 2011-01-25 | 1 | -7/+0 |
| * | Don't check for DEBUG before using dprintf. | Diego Elio 'Flameeyes' Pettenò | 2011-01-25 | 1 | -4/+0 |
* | | mxf: export ff_mxf_get_samples_per_frame to lavf | Matthieu Bouron | 2012-09-21 | 1 | -0/+7 |
* | | mxf: Fix frame layout values | Matthieu Bouron | 2012-04-19 | 1 | -2/+2 |
* | | Fix frame height vs field height confusion in MXF decoding. | Joseph Artsimovich | 2012-03-11 | 1 | -0/+8 |
* | | mxfdec: set pixel format for cdci picture formats | Philip de Nier | 2012-02-28 | 1 | -0/+1 |
* | | Replace dprintf with av_dlog | Luca Barbato | 2011-01-30 | 1 | -1/+1 |
* | | Make ff_mxf_pixel_layouts static to mxf.c. | Diego Elio Pettenò | 2011-01-26 | 1 | -7/+0 |
* | | Don't check for DEBUG before using dprintf. | Diego Elio 'Flameeyes' Pettenò | 2011-01-26 | 1 | -4/+0 |
|/ |
|
* | mxfdec: Improve parsing of the PixelLayout item | Tomas Härdin | 2010-06-30 | 1 | -0/+9 |
* | reuse MXFCodecUL for data def and simplify | Baptiste Coudurier | 2009-02-08 | 1 | -7/+2 |
* | remove implicit header inclusions from mxf.h | Baptiste Coudurier | 2009-02-08 | 1 | -3/+2 |
* | Directly #include some required headers. | Diego Biurrun | 2009-01-25 | 1 | -0/+1 |
* | write essence container data | Baptiste Coudurier | 2009-01-23 | 1 | -0/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | 100l, add missing enum type, fix compilation | Baptiste Coudurier | 2009-01-08 | 1 | -0/+1 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -1/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | put back mxf_essence_container_uls in demuxer as static const | Baptiste Coudurier | 2008-08-31 | 1 | -1/+0 |
* | Remaining parts of GSoC MXF muxer by Zhentan Feng. | Carl Eugen Hoyos | 2008-08-26 | 1 | -1/+1 |
* | Import more ok'ed chunks of the mxf muxer from the soc tree | Vitor Sessak | 2008-08-24 | 1 | -0/+1 |
* | Apply parts of MXF muxer ok'ed by Michael | Vitor Sessak | 2008-08-22 | 1 | -0/+4 |
* | Factorize common code out of the mxf demuxer. | Zhentan Feng | 2008-08-18 | 1 | -0/+70 |