]> git.sesse.net Git - ffmpeg/history - libavutil
Correct normalization constant for the vertical filter, iam not
[ffmpeg] / libavutil /
2008-09-06 Stefano SabatiniRemove wrong and unnecessary condition. VHOOK filters...
2008-09-04 Michael NiedermayerFix typo.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-19 Stefano SabatiniCosmetics: remove a redundant and misplaced doxy.
2008-08-19 Stefano SabatiniDeprecate av_fifo_realloc(). av_fifo_realloc2() should...
2008-08-19 Stefano SabatiniImplement av_fifo_realloc2().
2008-08-17 Michael NiedermayerCopy and paste LGPL from tree.h, the previous one refer...
2008-08-17 Diego BiurrunAdd missing stdint.h header to fix 'make checkheaders'.
2008-08-17 Justin Rugglesuse LFG instead of Mersenne Twister for AC-3 PRNG
2008-08-17 Michael Niedermayerrestore alphabetical order of TESTS
2008-08-17 Michael NiedermayerAdd PCA to TESTS.
2008-08-17 Michael NiedermayerAdd multiple inclusion guards for consistency and to...
2008-08-17 Michael NiedermayerMove context struct to c file.
2008-08-17 Michael NiedermayerAdd prototypes to header (based on code by ramiro)
2008-08-17 Michael NiedermayerMake ff_pca_init() allocate it struct instead of lettin...
2008-08-17 Michael NiedermayerDo not mix declarations and statements (by ramiro).
2008-08-17 Michael Niedermayerput testing code under #ifdef TEST
2008-08-17 Michael NiedermayerTesting code uses random().
2008-08-17 Michael Niedermayerfix includes
2008-08-17 Michael NiedermayerPrincipal component analysis
2008-08-14 Diego BiurrunRemove hackish support for fastmemcpy from MPlayer.
2008-08-13 Aurelien Jacobsmove M_PI definition along with other math definitions
2008-08-13 Aurelien Jacobsdefine some math constants so as not to depend on _XOPE...
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.
next