summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Macro suggested by Michael which will be used to disable theStefano Sabatini2008-06-01
* Implement a proper configure test for AltiVec vector declaration syntax.Diego Biurrun2008-05-30
* Ensure that one can store X bytes in a fifo of size X.Michael Niedermayer2008-05-25
* Make av_fifo*_read() ignore the available amount of data.Michael Niedermayer2008-05-25
* indentMichael Niedermayer2008-05-23
* make av_strdup(NULL) return NULLMichael Niedermayer2008-05-23
* Add required stdint.h header.Diego Biurrun2008-05-09
* Do not misuse long as the size of a register in x86.Ramiro Polla2008-05-08
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* minor wording fixDiego Biurrun2008-05-06
* minor spelling fixDiego Biurrun2008-05-06
* add necessary #includes in headersMåns Rullgård2008-05-03
* add FFMIN3Baptiste Coudurier2008-04-26
* Enhance documentation for AVClassStefano Sabatini2008-04-24
* Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov2008-04-19
* Fix des-test compilation.Diego Biurrun2008-04-18
* cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun2008-04-17
* remove useless extern keyword.Stefano Sabatini2008-04-11
* cosmetics (by Björn Axelsson)Benoit Fouet2008-04-09
* Add a generic write function to av_fifo.Björn Axelsson2008-04-09
* non-recursive makefilesMåns Rullgård2008-04-07
* simplifyMichael Niedermayer2008-04-05
* Merge declaratio and initialization.Michael Niedermayer2008-04-03
* Merge declaration and initialization.Michael Niedermayer2008-04-03
* Split MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX partsAlexander Strange2008-03-22
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* add missing #include "common.h" to libavutil headersMåns Rullgård2008-03-19
* Cosmetic change: remove the whitespace after 'defined'Zuxy Meng2008-03-19
* 'malloc' attribute isn't supported in old gcc.Zuxy Meng2008-03-19
* Apply "alloc_size" attribute to av_alloc, av_realloc and av_malloczZuxy Meng2008-03-19
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-19
* 32/64-bit agnostic x86 bswapMåns Rullgård2008-03-18
* cosmetics: sanitise asm() statements in bswap.hMåns Rullgård2008-03-18
* revert r12489.Benoit Fouet2008-03-18
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-18
* check for prefix on extern symbols in configureMåns Rullgård2008-03-18
* add REGd definitionMåns Rullgård2008-03-17
* cosmetics: indentationDiego Biurrun2008-03-17
* Simplify MANGLE macro preprocessor condition checks.Diego Biurrun2008-03-17
* Fix MANGLE macro on Mac OS X.İsmail Dönmez2008-03-17
* #include stddef.h instead of sys/types.h, the former is a standard C header.Diego Biurrun2008-03-13
* #include stdint.h instead of inttypes.h like all libavutil headers do.Diego Biurrun2008-03-13
* Add #include "config.h" to headers that need it.Diego Biurrun2008-03-13
* Add missing stdint.h #include to headers that use it.Diego Biurrun2008-03-13
* typo fixesDiego Biurrun2008-03-12
* misc spelling fixesDiego Biurrun2008-03-10
* #error in case we do not know how to provide alignment.Diego Biurrun2008-03-08
* check for x86 bswap instructionMåns Rullgård2008-03-08
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
* simplify library version handlingMåns Rullgård2008-03-07