aboutsummaryrefslogtreecommitdiff
path: root/libavutil
AgeCommit message (Collapse)Author
2007-11-24Add missing #includes to fix 'make checkheaders'.Diego Biurrun
Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-23main() --> main(void)Diego Biurrun
Originally committed as revision 11079 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-19Generate a linking error if perror() is used in libav*Luca Abeni
Originally committed as revision 11061 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-19Remove perror() usage from libavutilLuca Abeni
Originally committed as revision 11057 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-08Reindent the code after last commitLuca Abeni
Originally committed as revision 10958 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-08Remove redundant "if(len)"Luca Abeni
Originally committed as revision 10957 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-02Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it%Stefano Sabatini
Originally committed as revision 10906 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-01doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A ↵Stefano Sabatini
posteP it % Originally committed as revision 10893 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-30Mark the source buffer as "const"Luca Abeni
Originally committed as revision 10877 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-20Document ff_des_encdecReimar Döffinger
Originally committed as revision 10822 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-19Fix typo.Jeremy Mordkoff
Patch by Jeremy Mordkoff: jlm zazzletech com Originally committed as revision 10812 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-19cosmetics: Add #endif comment.Diego Biurrun
Originally committed as revision 10811 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-19Add support for DES en- and decryption.Reimar Döffinger
Originally committed as revision 10810 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17Use filename as multiple inclusion guard.Diego Biurrun
Originally committed as revision 10760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-15misc Doxygen spelling/grammar fixesDiego Biurrun
Originally committed as revision 10754 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-14Fix rc4 header, #ifndef -> #defineReimar Döffinger
Originally committed as revision 10733 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-14Add multiple inclusion guards.Diego Biurrun
Originally committed as revision 10732 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-14Add standard license header.Diego Biurrun
Originally committed as revision 10731 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-14Consistently place comments in file header.Diego Biurrun
Originally committed as revision 10730 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-14cosmetics: sort()Diego Biurrun
Originally committed as revision 10729 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-13Add RC4 encryption/decryption functionReimar Döffinger
Originally committed as revision 10723 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-24add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs
Originally committed as revision 10565 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09Document libavutil/mem.h:av_strdup.Stefano Sabatini
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10456 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-30cosmetics: Sort some lines, whitespace changes.Diego Biurrun
Originally committed as revision 10268 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-27Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun
to Mac OS X rather than to Darwin. Originally committed as revision 10247 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-24Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun
Originally committed as revision 10207 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-22Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun
Originally committed as revision 10190 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-20Additional documentation for CRC functionsReimar Döffinger
Originally committed as revision 10151 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-19Use defines instead of raw hex numbers to specify CRC polynomialsReimar Döffinger
Originally committed as revision 10143 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-15CONFIG_7REGS -> HAVE_7REGSRamiro Polla
Originally committed as revision 10121 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-13Add attribute that forces alignment of stack to functions that need it.Ramiro Polla
Necessary for systems that don't align by default to 16 bytes, required by some SSE instructions. Requires GCC >= 4.2. Based on patch by Gaël Chardon. Originally committed as revision 10106 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-11add a new av_clip_int16() function to libavutilAurelien Jacobs
Originally committed as revision 10076 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-11ensure av_noinline is always definedAurelien Jacobs
Originally committed as revision 10075 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-09 * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik
Originally committed as revision 10023 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-09 * Making [START|STOP]_TIMER work on architectures that support gethrtime()Roman Shaposhnik
Originally committed as revision 9998 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Implement av_strlcatf(): a strlcat which adds a printf style formatted stringLuca Abeni
Originally committed as revision 9753 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-18Document aes init code writing on purpose beyond round_key array into state ↵Reimar Döffinger
array. Originally committed as revision 9734 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-18add YUV440P and YUVJ440P supportAndreas Öman
patch by Andreas Öman: \andreas olebyn nu/ original thread: [FFmpeg-devel] half vertical chroma resolution from JPEGs.. date: 07/03/2007 01:29 PM Originally committed as revision 9732 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-14move #include of system headers to top of fileMåns Rullgård
Originally committed as revision 9646 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-1410l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefsAlex Beregszaszi
Originally committed as revision 9636 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-14match doxygen comment with other parts of the fileAlex Beregszaszi
Originally committed as revision 9635 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-11Remove unnecessary MINGW ifdef.Ramiro Polla
These were added for MSVC++, which is no longer supported. Originally committed as revision 9595 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-11Remove MinGW lrint hack.Ramiro Polla
It has been in mingw-runtime at least since version 2.4 Originally committed as revision 9594 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-10Remove OS/2 supportRamiro Polla
Originally committed as revision 9586 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-1010l: fix av_str[i]start()Måns Rullgård
Originally committed as revision 9585 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-08undef forbidden names before we #define them in case they are macros in libcMåns Rullgård
Originally committed as revision 9545 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-05license header consistency cosmeticsDiego Biurrun
Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-05Group all copyright and author notices together.Diego Biurrun
Originally committed as revision 9483 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-05Make error message more helpful and forbid random()Vitor Sessak
Originally committed as revision 9472 to svn://svn.ffmpeg.org/ffmpeg/trunk