]> git.sesse.net Git - ffmpeg/history - libavutil
optimize ac3_downmix.
[ffmpeg] / libavutil /
2008-08-08 Stefano SabatiniCosmetics: fix weird indent.
2008-08-08 Stefano SabatiniImplement avutil_version().
2008-08-07 Benoit FouetRemove unused redefinition of av_log for test.
2008-08-06 Benoit FouetRemove a useless directive.
2008-08-06 Benoit FouetCosmetics: indentation
2008-08-06 Peter RossAdd av_memcpy_backptr(): deliberately overlapping memcp...
2008-08-04 Diego Biurrunmisc spelling/wording fixes
2008-07-31 Måns Rullgårdfix ARMv6 FASTDIV for divisor <=2
2008-07-30 Michael Niedermayer1000l typo my new PRNG converged to -1.
2008-07-30 Michael NiedermayerAdd a multiplicative LFG for those thinking the additiv...
2008-07-30 Diego BiurrunUSE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.
2008-07-28 Michael NiedermayerDocument av_lfg_get().
2008-07-28 Michael NiedermayerWarning about MTs speed.
2008-07-28 Michael NiedermayerSimple lagged fibonacci PRNG.
2008-07-27 Diego BiurrunAdd random to list of test programs.
2008-07-27 Diego BiurrunChange return type of main function to int to avoid...
2008-07-27 Diego BiurrunMove #includes, which are only used in the test program...
2008-07-27 Michael NiedermayerChange benchmarking code so it returns comparable values.
2008-07-27 Michael NiedermayerMake the selftesting code use and compileable.
2008-07-24 Diego Biurruncosmetics: Fix two common typos: wont --> will not...
2008-07-24 Diego BiurrunRemove AltiVec vector declaration compiler compatibilit...
2008-07-18 Måns Rullgårdintreadwrite: support DEC compiler __unaligned type...
2008-07-17 Måns RullgårdRearrange AV_[RW][BL]*() macros
2008-07-15 Måns RullgårdARM: ARMv6 optimised FASTDIV
2008-07-15 Måns RullgårdARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32()
2008-07-15 Måns RullgårdARM: ARMv6 optimised bswap_16/32
2008-07-15 Alexander StrangePrint the address of the AVCodecContext in av_log().
2008-07-13 Vitor SessakAdd av_clipf() function to common.h and use it in ra288.c
2008-07-13 Loren Merrittsimplify vorbis windowing
2008-07-05 Peter RossOnly define AltiVec vector syntax macro when AltiVec...
2008-06-08 Michael NiedermayerMake START/STOP_TIMER not require -v 2.
2008-06-05 Måns Rullgårdalloc_size attribute is new to gcc 4.3; don't use it...
2008-06-03 Rafaël CarréFix embarassing __GNU__ vs. __GNUC__ typo in preprocess...
2008-06-01 Stefano SabatiniMacro suggested by Michael which will be used to disabl...
2008-05-30 Diego BiurrunImplement a proper configure test for AltiVec vector...
2008-05-25 Michael NiedermayerEnsure that one can store X bytes in a fifo of size X.
2008-05-25 Michael NiedermayerMake av_fifo*_read() ignore the available amount of...
2008-05-23 Michael Niedermayerindent
2008-05-23 Michael Niedermayermake av_strdup(NULL) return NULL
2008-05-09 Diego BiurrunAdd required stdint.h header.
2008-05-08 Ramiro PollaDo not misuse long as the size of a register in x86.
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2008-05-06 Diego Biurrunminor wording fix
2008-05-06 Diego Biurrunminor spelling fix
2008-05-03 Måns Rullgårdadd necessary #includes in headers
2008-04-26 Baptiste Coudurieradd FFMIN3
2008-04-24 Stefano SabatiniEnhance documentation for AVClass
2008-04-19 Vladimir VoroshilovImplement FFMAX3(a,b,c) - maximum over three arguments.
2008-04-18 Diego BiurrunFix des-test compilation.
2008-04-17 Diego Biurruncosmetics: __asm__ __volatile__ --> asm volatile
2008-04-11 Stefano Sabatiniremove useless extern keyword.
2008-04-09 Benoit Fouetcosmetics (by Björn Axelsson)
2008-04-09 Björn AxelssonAdd a generic write function to av_fifo.
2008-04-07 Måns Rullgårdnon-recursive makefiles
2008-04-05 Michael Niedermayersimplify
2008-04-03 Michael NiedermayerMerge declaratio and initialization.
2008-04-03 Michael NiedermayerMerge declaration and initialization.
2008-03-22 Alexander StrangeSplit MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX...
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-19 Måns Rullgårdadd missing #include "common.h" to libavutil headers
2008-03-19 Zuxy MengCosmetic change: remove the whitespace after 'defined'
2008-03-19 Zuxy Meng'malloc' attribute isn't supported in old gcc.
2008-03-19 Zuxy MengApply "alloc_size" attribute to av_alloc, av_realloc...
2008-03-19 Zuxy MengReapply r12489: Add pure, const and malloc attributes...
2008-03-18 Måns Rullgård32/64-bit agnostic x86 bswap
2008-03-18 Måns Rullgårdcosmetics: sanitise asm() statements in bswap.h
2008-03-18 Benoit Fouetrevert r12489.
2008-03-18 Zuxy MengPure, const and malloc attributes to libavutil.
2008-03-18 Måns Rullgårdcheck for prefix on extern symbols in configure
2008-03-17 Måns Rullgårdadd REGd definition
2008-03-17 Diego Biurruncosmetics: indentation
2008-03-17 Diego BiurrunSimplify MANGLE macro preprocessor condition checks.
2008-03-17 İsmail DönmezFix MANGLE macro on Mac OS X.
2008-03-13 Diego Biurrun#include stddef.h instead of sys/types.h, the former...
2008-03-13 Diego Biurrun#include stdint.h instead of inttypes.h like all libavu...
2008-03-13 Diego BiurrunAdd #include "config.h" to headers that need it.
2008-03-13 Diego BiurrunAdd missing stdint.h #include to headers that use it.
2008-03-12 Diego Biurruntypo fixes
2008-03-10 Diego Biurrunmisc spelling fixes
2008-03-08 Diego Biurrun#error in case we do not know how to provide alignment.
2008-03-08 Måns Rullgårdcheck for x86 bswap instruction
2008-03-08 Diego Biurruncosmetics: Consistently move NAME and FFLIBS to the...
2008-03-07 Måns Rullgårdsimplify library version handling
2008-02-28 Reimar DöffingerUse cltd instead of cdq asm mnemonic, ICC and gcc suppo...
2008-02-27 Måns Rullgårdsimplify lzo-test rule
2008-02-26 Måns Rullgårdless preprocessor magic in version number macros
2008-02-26 Peter RossThis header just needs stdint.h, not inttypes.h, which...
2008-02-25 Eddie PangFix MSVC identification, patch by Eddie Pang.
2008-02-25 Michael NiedermayerMake code C conformant.
2008-02-25 Diego Biurruncosmetics: prettyprint
2008-02-20 Eddie Pang10l: Correctly use preprocessor conditionals.
2008-02-19 Måns RullgårdClean up lib* version definitions
2008-02-15 Diego Biurrunprettyprinting cosmetics
2008-02-14 avcoderAvoid void*-arithmetic.
2008-02-13 Diego BiurrunAdd fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.
2008-02-13 Diego BiurrunMark MSVC compiler macros as such.
2008-02-13 Diego BiurrunDisentangle nested preprocessor directives.
2008-02-09 Carl Eugen HoyosAllow compilation with icc 10.1.
2008-02-03 Michael NiedermayerMissing const found by -Wwrite-strings.
2008-02-01 Reimar DöffingerLZO decoder input is const
next