Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-20Document ff_des_encdecReimar Döffinger
2007-10-19Fix typo.Jeremy Mordkoff
2007-10-19cosmetics: Add #endif comment.Diego Biurrun
2007-10-19Add support for DES en- and decryption.Reimar Döffinger
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-17Use filename as multiple inclusion guard.Diego Biurrun
2007-10-16misc Doxygen spelling/grammar fixesDiego Biurrun
2007-10-14Fix rc4 header, #ifndef -> #defineReimar Döffinger
2007-10-14Add multiple inclusion guards.Diego Biurrun
2007-10-14Add standard license header.Diego Biurrun
2007-10-14Consistently place comments in file header.Diego Biurrun
2007-10-14cosmetics: sort()Diego Biurrun
2007-10-13Add RC4 encryption/decryption functionReimar Döffinger
2007-09-24add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs
2007-09-09Document libavutil/mem.h:av_strdup.Stefano Sabatini
2007-08-31cosmetics: Sort some lines, whitespace changes.Diego Biurrun
2007-08-27Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun
2007-08-24Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun
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