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-11-10avc: fix memory errors when encoding invalid h264 codecdataJohn Brooks
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-04-04avio: avio_ prefix for url_close_dyn_bufAnton Khirnov
2011-04-04avio: avio_ prefix for url_open_dyn_bufAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
In the name of consistency: put_byte -> avio_w8 put_<type> -> avio_w<type> put_buffer -> avio_write put_nbyte will be made private put_tag will be merged with avio_put_str Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2010-02-28Include avc.h from avc.c: It contains several prototypes.Carl Eugen Hoyos
Originally committed as revision 22098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-22Attempt to fix the completely random values returned by ff_avc_find_startcode().Michael Niedermayer
Originally committed as revision 21955 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-30cosmetics, remove spaces after '(' and before ')'Baptiste Coudurier
Originally committed as revision 19547 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-26Use intptr_t when casting pointers to int.Ramiro Polla
Originally committed as revision 18192 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-16support h264 extradata with 0x000001 startcodeBaptiste Coudurier
Originally committed as revision 16627 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
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
Originally committed as revision 16556 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-19Fix misplaced const, avoids a cast-discards-qualifiers warningReimar Döffinger
Originally committed as revision 12146 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