]> git.sesse.net Git - ffmpeg/history - libavutil
Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.
[ffmpeg] / libavutil /
2008-12-20 Carl Eugen HoyosUse AV_GCC_VERSION_AT_LEAST() to simplify gcc version...
2008-12-17 Måns RullgårdARM: make FASTDIV() an inline function
2008-12-17 Måns RullgårdARM: replace "armv4l" with "arm"
2008-11-20 Diego Biurruncosmetics: Consistently place HEADERS before OBJS in...
2008-10-31 Diego BiurrunInitialize variable to silence the warning:
2008-10-26 Måns Rullgårdcosmetic: align backslashes in makefiles
2008-10-25 Måns RullgårdARM: faster ARMv6 FASTDIV()
2008-10-21 Måns Rullgårdsplit bswap.h into per-arch files
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-10-21 Michael NiedermayerPort read_time() that works on x86_32 and 64 from noe.
2008-10-20 Måns RullgårdARM: Kill warning in bswap_32()
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-10-15 Benoit FouetBump minor version after addition of FF_ARRAY_ELEMS...
2008-10-15 Benoit FouetAdd a macro to get the number of elements in a table.
2008-10-12 Carl Eugen HoyosDon't include byteswap.h anymore.
2008-10-02 Carl Eugen HoyosAllow using DECLARE_ALIGNED with Sun cc.
2008-09-25 Stefano SabatiniImplement av_nearer_q() and av_find_nearest_q_idx(...
2008-09-19 Michael NiedermayerAvoid undefined behavior for removing elements that...
2008-09-15 Michael NiedermayerFix generated md5, it was wrong for some input lengths.
2008-09-14 Diego BiurrunOnly define x86 register names on x86.
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.
next