summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
...
* Fix selftest.Michael Niedermayer2008-01-041-1/+1
* Support removing elements.Michael Niedermayer2008-01-041-22/+50
* Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer2008-01-042-4/+16
* Always set next correctly, even if a matching element is found (that isMichael Niedermayer2008-01-041-0/+4
* Check for the presence of llrint(), lrint(), round() and roundf()Michael Kostylev2007-12-271-0/+28
* Remove outdated comment.Diego Biurrun2007-12-271-3/+0
* djgpp port, first partMichael Kostylev2007-12-241-1/+1
* use av_log_get/set_level()Måns Rullgård2007-12-122-10/+3
* kill a warning, av_sha1_update accepts uint8_t * not uint64_t *Luca Barbato2007-12-121-1/+1
* Provide sha1 to outside applicationsLuca Barbato2007-12-123-2/+6
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2007-11-242-0/+4
* main() --> main(void)Diego Biurrun2007-11-2310-10/+10
* Generate a linking error if perror() is used in libav*Luca Abeni2007-11-191-0/+2
* Remove perror() usage from libavutilLuca Abeni2007-11-191-1/+1
* Reindent the code after last commitLuca Abeni2007-11-081-12/+12
* Remove redundant "if(len)"Luca Abeni2007-11-081-2/+0
* Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it%Stefano Sabatini2007-11-021-9/+34
* doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A po...Stefano Sabatini2007-11-011-3/+3
* Mark the source buffer as "const"Luca Abeni2007-10-302-2/+2
* Document ff_des_encdecReimar Döffinger2007-10-201-0/+10
* Fix typo.Jeremy Mordkoff2007-10-191-1/+1
* cosmetics: Add #endif comment.Diego Biurrun2007-10-191-1/+1
* Add support for DES en- and decryption.Reimar Döffinger2007-10-193-0/+358
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-1726-78/+79
* Use filename as multiple inclusion guard.Diego Biurrun2007-10-171-3/+3
* misc Doxygen spelling/grammar fixesDiego Biurrun2007-10-151-9/+9
* Fix rc4 header, #ifndef -> #defineReimar Döffinger2007-10-141-1/+1
* Add multiple inclusion guards.Diego Biurrun2007-10-141-0/+5
* Add standard license header.Diego Biurrun2007-10-141-0/+20
* Consistently place comments in file header.Diego Biurrun2007-10-141-2/+2
* cosmetics: sort()Diego Biurrun2007-10-141-1/+1
* Add RC4 encryption/decryption functionReimar Döffinger2007-10-133-0/+50
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-241-0/+1
* Document libavutil/mem.h:av_strdup.Stefano Sabatini2007-09-091-0/+7
* cosmetics: Sort some lines, whitespace changes.Diego Biurrun2007-08-301-19/+31
* Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun2007-08-271-1/+1
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-241-0/+7
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-221-1/+1
* Additional documentation for CRC functionsReimar Döffinger2007-08-201-0/+16
* Use defines instead of raw hex numbers to specify CRC polynomialsReimar Döffinger2007-08-192-4/+11
* CONFIG_7REGS -> HAVE_7REGSRamiro Polla2007-08-151-1/+1
* Add attribute that forces alignment of stack to functions that need it.Ramiro Polla2007-08-131-0/+8
* add a new av_clip_int16() function to libavutilAurelien Jacobs2007-08-112-2/+13
* ensure av_noinline is always definedAurelien Jacobs2007-08-111-1/+7
* * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik2007-08-091-36/+36
* * Making [START|STOP]_TIMER work on architectures that support gethrtime()Roman Shaposhnik2007-08-091-2/+7
* Implement av_strlcatf(): a strlcat which adds a printf style formatted stringLuca Abeni2007-07-192-0/+28
* Document aes init code writing on purpose beyond round_key array into state a...Reimar Döffinger2007-07-181-0/+2
* add YUV440P and YUVJ440P supportAndreas Öman2007-07-181-0/+2
* move #include of system headers to top of fileMåns Rullgård2007-07-141-6/+6
OpenPOWER on IntegriCloud