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-12-13use av_log_get/set_level()Måns Rullgård
2007-12-13kill a warning, av_sha1_update accepts uint8_t * not uint64_t *Luca Barbato
2007-12-12Provide sha1 to outside applicationsLuca Barbato
2007-11-24Add missing #includes to fix 'make checkheaders'.Diego Biurrun
2007-11-23main() --> main(void)Diego Biurrun
2007-11-19Generate a linking error if perror() is used in libav*Luca Abeni
2007-11-19Remove perror() usage from libavutilLuca Abeni
2007-11-08Reindent the code after last commitLuca Abeni
2007-11-08Remove redundant "if(len)"Luca Abeni
2007-11-02Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it%Stefano Sabatini
2007-11-01doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A po...Stefano Sabatini
2007-10-30Mark the source buffer as "const"Luca Abeni
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