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 (Expand)Author
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-03-18bytestream: Eliminate one level of pointless macro indirection.Diego Biurrun
2012-03-15bytestream: add more unchecked variants for bytestream2 APIPaul B Mahol
2012-02-09bytestream: K&R formatting cosmeticsAneesh Dogra
2012-02-07bytestream: Add bytestream2 writing API.Aneesh Dogra
2012-01-14sgidec: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra
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
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2009-01-25Directly #include some required headers.Diego Biurrun
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-02-01constsMichael Niedermayer
2007-07-08whitespace cosmeticsMåns Rullgård
2007-07-08add 64-bit bytestream read/write functionsMåns Rullgård
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-06-15Remove unneeded semicolon.Panagiotis Issaris
2007-03-06add little endian 24bit read/writeAlex Beregszaszi
2007-03-04add bytestream_get/put_be24 functionsBaptiste Coudurier
2007-02-06simplify and remove useless index in AV_W*Michael Niedermayer
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-12-01add bytestream big endian 16/32 writing functionsBaptiste Coudurier
2006-11-03change gif muxer to simple gif encoderBaptiste Coudurier
2006-10-22change gif demuxer to gif decoderBaptiste Coudurier