Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-30Replace dprintf with av_dlogLuca Barbato
dprintf clashes with POSIX.1-2008
2011-01-25Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò
Also make it an anonymous structure as never it is accessed by name. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-01-25Don't check for DEBUG before using dprintf.Diego Elio 'Flameeyes' Pettenò
The dprintf macro is no-op when DEBUG is unset, so there is no need to put it conditional to DEBUG. Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-06-30mxfdec: Improve parsing of the PixelLayout itemTomas Härdin
Originally committed as revision 23898 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-08reuse MXFCodecUL for data def and simplifyBaptiste Coudurier
Originally committed as revision 17042 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-08remove implicit header inclusions from mxf.hBaptiste Coudurier
Originally committed as revision 17041 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-25Directly #include some required headers.Diego Biurrun
Originally committed as revision 16780 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-23write essence container dataBaptiste Coudurier
Originally committed as revision 16733 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-08100l, add missing enum type, fix compilationBaptiste Coudurier
Originally committed as revision 16495 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
The name offset_t is easily confused with the standard off_t type and *_t is POSIX reserved namespace if any POSIX header is included. Originally committed as revision 15533 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
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
2008-08-31put back mxf_essence_container_uls in demuxer as static constBaptiste Coudurier
Originally committed as revision 15083 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-26Remaining parts of GSoC MXF muxer by Zhentan Feng.Carl Eugen Hoyos
Originally committed as revision 14975 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-24Import more ok'ed chunks of the mxf muxer from the soc treeVitor Sessak
Originally committed as revision 14938 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Apply parts of MXF muxer ok'ed by MichaelVitor Sessak
Originally committed as revision 14903 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-18Factorize common code out of the mxf demuxer.Zhentan Feng
Patch by zhentan feng. Originally committed as revision 14826 to svn://svn.ffmpeg.org/ffmpeg/trunk