summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* main() --> main(void)Diego Biurrun2007-11-23
* Generate a linking error if perror() is used in libav*Luca Abeni2007-11-19
* Remove perror() usage from libavutilLuca Abeni2007-11-19
* Reindent the code after last commitLuca Abeni2007-11-08
* Remove redundant "if(len)"Luca Abeni2007-11-08
* Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it%Stefano Sabatini2007-11-02
* doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A po...Stefano Sabatini2007-11-01
* Mark the source buffer as "const"Luca Abeni2007-10-30
* Document ff_des_encdecReimar Döffinger2007-10-20
* Fix typo.Jeremy Mordkoff2007-10-19
* cosmetics: Add #endif comment.Diego Biurrun2007-10-19
* Add support for DES en- and decryption.Reimar Döffinger2007-10-19
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Use filename as multiple inclusion guard.Diego Biurrun2007-10-17
* misc Doxygen spelling/grammar fixesDiego Biurrun2007-10-15
* Fix rc4 header, #ifndef -> #defineReimar Döffinger2007-10-14
* Add multiple inclusion guards.Diego Biurrun2007-10-14
* Add standard license header.Diego Biurrun2007-10-14
* Consistently place comments in file header.Diego Biurrun2007-10-14
* cosmetics: sort()Diego Biurrun2007-10-14
* Add RC4 encryption/decryption functionReimar Döffinger2007-10-13
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-24
* Document libavutil/mem.h:av_strdup.Stefano Sabatini2007-09-09
* cosmetics: Sort some lines, whitespace changes.Diego Biurrun2007-08-30
* Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun2007-08-27
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-24
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-22
* Additional documentation for CRC functionsReimar Döffinger2007-08-20
* Use defines instead of raw hex numbers to specify CRC polynomialsReimar Döffinger2007-08-19
* CONFIG_7REGS -> HAVE_7REGSRamiro Polla2007-08-15
* Add attribute that forces alignment of stack to functions that need it.Ramiro Polla2007-08-13
* add a new av_clip_int16() function to libavutilAurelien Jacobs2007-08-11
* ensure av_noinline is always definedAurelien Jacobs2007-08-11
* * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik2007-08-09
* * Making [START|STOP]_TIMER work on architectures that support gethrtime()Roman Shaposhnik2007-08-09
* Implement av_strlcatf(): a strlcat which adds a printf style formatted stringLuca Abeni2007-07-19
* Document aes init code writing on purpose beyond round_key array into state a...Reimar Döffinger2007-07-18
* add YUV440P and YUVJ440P supportAndreas Öman2007-07-18
* move #include of system headers to top of fileMåns Rullgård2007-07-14
* 10l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefsAlex Beregszaszi2007-07-14
* match doxygen comment with other parts of the fileAlex Beregszaszi2007-07-14
* Remove unnecessary MINGW ifdef.Ramiro Polla2007-07-11
* Remove MinGW lrint hack.Ramiro Polla2007-07-11
* Remove OS/2 supportRamiro Polla2007-07-10
* 10l: fix av_str[i]start()Måns Rullgård2007-07-10
* undef forbidden names before we #define them in case they are macros in libcMåns Rullgård2007-07-08
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* Make error message more helpful and forbid random()Vitor Sessak2007-07-05
* Move comment to a slightly better place.Diego Biurrun2007-07-02