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-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2009-01-1610l, fix prototypeBaptiste Coudurier
Originally committed as revision 16625 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-16export ff_avc_parse_nal_units_bufBaptiste Coudurier
Originally committed as revision 16624 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-16return size written in ff_avc_parse_nal_unitsBaptiste Coudurier
Originally committed as revision 16622 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-15Do not reallocate AVPacket's data when muxing a packetLuca Abeni
Originally committed as revision 16616 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-30Add missing FFMPEG_ prefix to multiple inclusion guard.Diego Biurrun
Originally committed as revision 15047 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-19constMichael Niedermayer
Originally committed as revision 12145 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-15Make avc_find_startcode non-static, so that it can be used from otherLuca Abeni
files (and add the ff_ prefix, to avoid polluting the namespace) Originally committed as revision 11532 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-12add a ff_ prefix to newly exported functions from avc.cAurelien Jacobs
Originally committed as revision 11511 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-11Move isom_write_avcc() and related functions into a separate file.Aurelien Jacobs
Originally committed as revision 11498 to svn://svn.ffmpeg.org/ffmpeg/trunk