index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
mxf.h
Age
Commit message (
Expand
)
Author
2018-10-12
avformat/mxfenc: correctly set content package rate in system element
Baptiste Coudurier
2018-06-24
avformat/mxfdec: add support for determining essence wrapping scheme
Marton Balint
2018-06-24
avformat/mxfdec: store next_klv in KLVPacket
Marton Balint
2018-06-08
avformat/mxfdec: use MXFCodecUL struct to store essence description for data_...
Marton Balint
2017-12-08
avformat/mxfenc: write reel_name if metadata key is present
Mark Reid
2017-12-08
avformat/mxfenc: use track count to generate component instance uuid
Mark Reid
2015-07-22
lavf/mxfdec: Set codec_tag AVup for Avid 1:1 input.
Carl Eugen Hoyos
2015-05-10
avformat/mxf: Always evaluate PRINT_KEY() arguments at compile time
Michael Niedermayer
2015-05-10
avformat/mxf: Simplify PRINT_KEY()
Michael Niedermayer
2015-03-14
libavformat/mxfdec: export user comments metadata
Mark Reid
2014-11-30
libavformat/mxfdec.c: initial support for EssenceGroups
Mark Reid
2014-10-25
libavformat/mxfdec: read source timecode from pulldown component
Mark Reid
2014-08-17
Merge commit '304089aca7d238ae184e09993b5c737aa22e2c2c'
Michael Niedermayer
2014-08-17
mxf: Add UID print helpers
Luca Barbato
2014-03-19
Merge commit '6920fb2b33f84b114ea4561ae1c623f4a26562e5'
Michael Niedermayer
2014-03-19
mxf: Verbose debug logging
Luca Barbato
2014-03-06
mxf: Introduce ff_mxf_get_samples_per_frame
Matthieu Bouron
2012-10-08
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-06
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-06
Give all anonymously typedeffed structs in headers a name
Diego Biurrun
2012-09-21
mxf: export ff_mxf_get_samples_per_frame to lavf
Matthieu Bouron
2012-07-10
mxfdec: fix frame height vs field height confusion
Joseph Artsimovich
2012-07-10
mxfdec: set pixel format for cdci picture formats
Philip de Nier
2012-04-19
mxf: Fix frame layout values
Matthieu Bouron
2012-03-11
Fix frame height vs field height confusion in MXF decoding.
Joseph Artsimovich
2012-02-28
mxfdec: set pixel format for cdci picture formats
Philip de Nier
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-30
Replace dprintf with av_dlog
Luca Barbato
2011-01-29
Replace dprintf with av_dlog
Luca Barbato
2011-01-26
Make ff_mxf_pixel_layouts static to mxf.c.
Diego Elio Pettenò
2011-01-26
Don't check for DEBUG before using dprintf.
Diego Elio 'Flameeyes' Pettenò
2011-01-25
Make ff_mxf_pixel_layouts static to mxf.c.
Diego Elio Pettenò
2011-01-25
Don't check for DEBUG before using dprintf.
Diego Elio 'Flameeyes' Pettenò
2010-06-30
mxfdec: Improve parsing of the PixelLayout item
Tomas Härdin
2009-02-08
reuse MXFCodecUL for data def and simplify
Baptiste Coudurier
2009-02-08
remove implicit header inclusions from mxf.h
Baptiste Coudurier
2009-01-25
Directly #include some required headers.
Diego Biurrun
2009-01-23
write essence container data
Baptiste Coudurier
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-08
100l, add missing enum type, fix compilation
Baptiste Coudurier
2008-10-03
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-31
put back mxf_essence_container_uls in demuxer as static const
Baptiste Coudurier
2008-08-26
Remaining parts of GSoC MXF muxer by Zhentan Feng.
Carl Eugen Hoyos
2008-08-24
Import more ok'ed chunks of the mxf muxer from the soc tree
Vitor Sessak
2008-08-22
Apply parts of MXF muxer ok'ed by Michael
Vitor Sessak
2008-08-18
Factorize common code out of the mxf demuxer.
Zhentan Feng