summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* 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
* Use cltd instead of cdq asm mnemonic, ICC and gcc support both, butReimar Döffinger2008-02-28
* simplify lzo-test ruleMåns Rullgård2008-02-27
* less preprocessor magic in version number macrosMåns Rullgård2008-02-26
* This header just needs stdint.h, not inttypes.h, which is a superset ofPeter Ross2008-02-26
* Fix MSVC identification, patch by Eddie Pang.Eddie Pang2008-02-25
* Make code C conformant.Michael Niedermayer2008-02-25
* cosmetics: prettyprintDiego Biurrun2008-02-25
* 10l: Correctly use preprocessor conditionals.Eddie Pang2008-02-20
* Clean up lib* version definitionsMåns Rullgård2008-02-19
* prettyprinting cosmeticsDiego Biurrun2008-02-15
* Avoid void*-arithmetic.avcoder2008-02-14
* Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.Diego Biurrun2008-02-13
* Mark MSVC compiler macros as such.Diego Biurrun2008-02-13
* Disentangle nested preprocessor directives.Diego Biurrun2008-02-13
* Allow compilation with icc 10.1.Carl Eugen Hoyos2008-02-09
* Missing const found by -Wwrite-strings.Michael Niedermayer2008-02-03
* LZO decoder input is constReimar Döffinger2008-02-01
* Do not cast const away.Michael Niedermayer2008-02-01
* Merge declaration and initialization.Michael Niedermayer2008-02-01
* Dont cast const away.Michael Niedermayer2008-02-01
* Fix the following using void* casts, proper casts are less readable andMichael Niedermayer2008-01-31
* fixing warningMichael Niedermayer2008-01-30
* Remove integer.h inclusion.Benoit Fouet2008-01-28
* Move common test program infrastructure to common.mak.Diego Biurrun2008-01-27
* Move some lines in preparation for an upcoming commit.Diego Biurrun2008-01-27
* Add Makefile rules for test programs.Diego Biurrun2008-01-27
* Do not install integer.h, it is not part of the public API.Diego Biurrun2008-01-27
* Add and use DECLARE_ASM_CONST for constants used in assembler code.Reimar Döffinger2008-01-27
* Comment to explain how the add/remove core works.Michael Niedermayer2008-01-23
* Faster ff_sqrt()Michael Niedermayer2008-01-21
* Disallow puts(), av_log() should be used instead.Diego Biurrun2008-01-17