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
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
Anonymous structs cannot be forward declared and have no benefit.
2012-03-18bytestream: Eliminate one level of pointless macro indirection.Diego Biurrun
2012-03-15bytestream: add more unchecked variants for bytestream2 APIPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2012-02-09bytestream: K&R formatting cosmeticsAneesh Dogra
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2012-02-07bytestream: Add bytestream2 writing API.Aneesh Dogra
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
2012-01-14sgidec: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra
The patch also adds several bytestream macros to deal with native endian. Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
2012-01-06add bytestream2_tell() and bytestream2_seek() functionsJustin Ruggles
2012-01-04ulti: convert to new bytestream API.Ronald S. Bultje
2011-12-20bytestream: add a new set of bytestream functions with overread checkingAneesh Dogra
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2009-01-25Directly #include some required headers.Diego Biurrun
Originally committed as revision 16780 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-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-05-09Use full path for #includes from another directory.Diego Biurrun
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-01constsMichael Niedermayer
I have underestimated this a little, and these are just some ... Originally committed as revision 11708 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-08whitespace cosmeticsMåns Rullgård
Originally committed as revision 9524 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-08add 64-bit bytestream read/write functionsMåns Rullgård
Originally committed as revision 9523 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-17include all prerequisites in header filesMåns Rullgård
Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-15Remove unneeded semicolon.Panagiotis Issaris
Originally committed as revision 9316 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-06add little endian 24bit read/writeAlex Beregszaszi
Originally committed as revision 8270 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-04add bytestream_get/put_be24 functionsBaptiste Coudurier
Originally committed as revision 8217 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-06simplify and remove useless index in AV_W*Michael Niedermayer
Originally committed as revision 7852 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-01add bytestream big endian 16/32 writing functionsBaptiste Coudurier
Originally committed as revision 7200 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-03change gif muxer to simple gif encoderBaptiste Coudurier
Originally committed as revision 6874 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-22change gif demuxer to gif decoderBaptiste Coudurier
Originally committed as revision 6760 to svn://svn.ffmpeg.org/ffmpeg/trunk