summaryrefslogtreecommitdiff
path: root/libavformat/mxf.h
Commit message (Collapse)AuthorAge
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put back mxf_essence_container_uls in demuxer as static constBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remaining parts of GSoC MXF muxer by Zhentan Feng.Carl Eugen Hoyos2008-08-26
| | | | Originally committed as revision 14975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Import more ok'ed chunks of the mxf muxer from the soc treeVitor Sessak2008-08-24
| | | | Originally committed as revision 14938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply parts of MXF muxer ok'ed by MichaelVitor Sessak2008-08-22
| | | | Originally committed as revision 14903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize common code out of the mxf demuxer.Zhentan Feng2008-08-18
Patch by zhentan feng. Originally committed as revision 14826 to svn://svn.ffmpeg.org/ffmpeg/trunk