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
2007-08-23Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun
2007-08-20Additional documentation for CRC functionsReimar Döffinger
2007-08-19Use defines instead of raw hex numbers to specify CRC polynomialsReimar Döffinger
2007-08-16CONFIG_7REGS -> HAVE_7REGSRamiro Polla
2007-08-13Add attribute that forces alignment of stack to functions that need it.Ramiro Polla
2007-08-12add a new av_clip_int16() function to libavutilAurelien Jacobs
2007-08-12ensure av_noinline is always definedAurelien Jacobs
2007-08-09 * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik
2007-08-09 * Making [START|STOP]_TIMER work on architectures that support gethrtime()Roman Shaposhnik
2007-07-19Implement av_strlcatf(): a strlcat which adds a printf style formatted stringLuca Abeni
2007-07-18Document aes init code writing on purpose beyond round_key array into state a...Reimar Döffinger
2007-07-18add YUV440P and YUVJ440P supportAndreas Öman
2007-07-14move #include of system headers to top of fileMåns Rullgård
2007-07-1410l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefsAlex Beregszaszi
2007-07-14match doxygen comment with other parts of the fileAlex Beregszaszi
2007-07-11Remove unnecessary MINGW ifdef.Ramiro Polla
2007-07-11Remove MinGW lrint hack.Ramiro Polla
2007-07-11Remove OS/2 supportRamiro Polla
2007-07-1110l: fix av_str[i]start()Måns Rullgård
2007-07-08undef forbidden names before we #define them in case they are macros in libcMåns Rullgård
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-07-05Make error message more helpful and forbid random()Vitor Sessak
2007-07-02Move comment to a slightly better place.Diego Biurrun
2007-07-02Remove leading underscores from specifiers, they are reserved.Diego Biurrun
2007-06-27Add proper license header.Diego Biurrun
2007-06-24intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it.Reimar Döffinger
2007-06-24more av_strl* adjustmentsReimar Döffinger
2007-06-24bump micro version: new string functionsLuca Barbato
2007-06-24add some string functionsMåns Rullgård
2007-06-20Clarify comments about PIX_FMT_MONOWHITE/MONOBLACKMichel Bardiaux
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
2007-06-17add multiple inclusion guards to headersMåns Rullgård
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-06-13Blackfin - read_time primitiveMarc Hoffman
2007-06-12misc typo fixesDiego Biurrun
2007-06-05Part of MPlayer patch:Reimar Döffinger
2007-05-30rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos
2007-05-16Remove extern C declarations for C++.Diego Biurrun
2007-05-13correct last element inited checkMichael Niedermayer
2007-05-10Proper fix for r8963Jindřich Makovička
2007-05-07add AV_[RW][BL]64 supportIvo van Poorten
2007-05-05reduce number of shiftsMichael Niedermayer
2007-05-05simplifyMichael Niedermayer
2007-04-28add missing include of bswap.hAttila Kinali
2007-04-27Mark code parts that cannot work on AMD64 due to broken relocations as such.Diego Biurrun
2007-04-26reorder bswap functions into bit-depth, special-casing inside the functions.Ramiro Polla
2007-04-26make 2 functions "return x;" to simplify next patchRamiro Polla
2007-04-25"fast unaligned" bytestream functionsRamiro Polla
2007-04-25Faster 32 bit byteswaping code for Blackfin.Marc Hoffman