summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Ensure that one can store X bytes in a fifo of size X.Michael Niedermayer2008-05-252-3/+4
* Make av_fifo*_read() ignore the available amount of data.Michael Niedermayer2008-05-251-8/+0
* indentMichael Niedermayer2008-05-231-4/+4
* make av_strdup(NULL) return NULLMichael Niedermayer2008-05-231-1/+3
* Add required stdint.h header.Diego Biurrun2008-05-091-0/+1
* Do not misuse long as the size of a register in x86.Ramiro Polla2008-05-081-0/+2
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-1/+1
* minor wording fixDiego Biurrun2008-05-061-1/+1
* minor spelling fixDiego Biurrun2008-05-061-2/+2
* add necessary #includes in headersMåns Rullgård2008-05-031-0/+1
* add FFMIN3Baptiste Coudurier2008-04-261-0/+1
* Enhance documentation for AVClassStefano Sabatini2008-04-241-5/+19
* Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov2008-04-191-0/+1
* Fix des-test compilation.Diego Biurrun2008-04-181-0/+3
* cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun2008-04-171-1/+1
* remove useless extern keyword.Stefano Sabatini2008-04-111-7/+7
* cosmetics (by Björn Axelsson)Benoit Fouet2008-04-092-8/+8
* Add a generic write function to av_fifo.Björn Axelsson2008-04-092-2/+28
* non-recursive makefilesMåns Rullgård2008-04-071-5/+4
* simplifyMichael Niedermayer2008-04-051-3/+3
* Merge declaratio and initialization.Michael Niedermayer2008-04-031-2/+1
* Merge declaration and initialization.Michael Niedermayer2008-04-031-3/+1
* Split MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX partsAlexander Strange2008-03-221-2/+4
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-0/+8
* add missing #include "common.h" to libavutil headersMåns Rullgård2008-03-195-0/+5
* Cosmetic change: remove the whitespace after 'defined'Zuxy Meng2008-03-191-1/+1
* 'malloc' attribute isn't supported in old gcc.Zuxy Meng2008-03-191-1/+1
* Apply "alloc_size" attribute to av_alloc, av_realloc and av_malloczZuxy Meng2008-03-191-3/+9
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-1913-55/+79
* 32/64-bit agnostic x86 bswapMåns Rullgård2008-03-181-14/+6
* cosmetics: sanitise asm() statements in bswap.hMåns Rullgård2008-03-181-21/+17
* revert r12489.Benoit Fouet2008-03-1813-78/+55
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-1813-55/+78
* check for prefix on extern symbols in configureMåns Rullgård2008-03-181-11/+3
* add REGd definitionMåns Rullgård2008-03-171-0/+2
* cosmetics: indentationDiego Biurrun2008-03-171-2/+2
* Simplify MANGLE macro preprocessor condition checks.Diego Biurrun2008-03-171-4/+2
* Fix MANGLE macro on Mac OS X.İsmail Dönmez2008-03-171-3/+2
* #include stddef.h instead of sys/types.h, the former is a standard C header.Diego Biurrun2008-03-131-1/+1
* #include stdint.h instead of inttypes.h like all libavutil headers do.Diego Biurrun2008-03-131-1/+1
* Add #include "config.h" to headers that need it.Diego Biurrun2008-03-134-0/+5
* Add missing stdint.h #include to headers that use it.Diego Biurrun2008-03-132-0/+2
* typo fixesDiego Biurrun2008-03-121-1/+1
* misc spelling fixesDiego Biurrun2008-03-105-7/+7
* #error in case we do not know how to provide alignment.Diego Biurrun2008-03-081-1/+2
* check for x86 bswap instructionMåns Rullgård2008-03-081-1/+1
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-081-2/+2
* simplify library version handlingMåns Rullgård2008-03-071-2/+0
* Use cltd instead of cdq asm mnemonic, ICC and gcc support both, butReimar Döffinger2008-02-281-1/+1
* simplify lzo-test ruleMåns Rullgård2008-02-271-2/+1
OpenPOWER on IntegriCloud