]> git.sesse.net Git - ffmpeg/history - libavutil
Factorize check of read symbols.
[ffmpeg] / libavutil /
2009-04-09 Diego BiurrunGive liblzo benchmark conditionals more descriptive...
2009-04-09 Diego BiurrunAdd a configure check for lzo1x_999_compress() and...
2009-04-02 Olivier GuilyardiImplement av_fifo_space().
2009-04-02 Diego BiurrunFix lzo-test linking: -llzo2 should be in ELIBS, not...
2009-04-02 Diego BiurrunReplace manual setting of the removed av_log_level...
2009-04-01 Måns RullgårdARM: START/STOP_TIMER support for ARMv7
2009-04-01 Måns RullgårdSplit libavutil/timer.h per architecture
2009-03-31 Benoit FouetFix warnings in tree.c test code.
2009-03-31 Diego BiurrunMark non-exported functions in test and example program...
2009-03-26 Diego BiurrunUse a wildcard match instead of a list to remove test...
2009-03-25 Diego BiurrunMove adding the '-test$(EXESUF)' suffix to test program...
2009-03-23 Stefano SabatiniUse PIX_FMT_NE() for defining the PIX_FMT_RGB32 variant...
2009-03-23 Stefano SabatiniMake the PIX_FMT_NE() macro more generic.
2009-03-22 Diego BiurrunRename 'tests' target to 'testprogs'. It is too easily...
2009-03-22 Stefano SabatiniMake the pixel formats which were defined as macros:
2009-03-21 Stefano SabatiniChange the RGB5X5/BGR5X5 pixel format defines so that...
2009-03-21 Stefano SabatiniUse PIX_FMT_NE() macro.
2009-03-21 Stefano SabatiniImplement PIX_FMT_NE() macro.
2009-03-21 Diego BiurrunRemove deprecated and now unused Mersenne Twister PRNG.
2009-03-21 Diego BiurrunWhen warning about forbidden pseudo random number gener...
2009-03-21 Diego BiurrunFix reference to av_random where av_lfg_get was meant.
2009-03-20 Diego BiurrunReplace random() usage in test programs by av_lfg_*().
2009-03-20 Diego BiurrunAlign test program output columns.
2009-03-20 Diego BiurrunMake softfloat test program compile again: Setting...
2009-03-20 Diego BiurrunMake AES test program compile again: Setting the av_log...
2009-03-19 Michael Niedermayertypedef int x86_reg on non x86
2009-03-19 Diego BiurrunFix compilation of adler32 test program: Use av_log_set...
2009-03-15 Diego BiurrunRemove code that was disabled by the recent major versi...
2009-03-15 Stefano SabatiniFix typo: 'conjuction' -> 'conjunction'.
2009-03-14 Måns RullgårdFix ff_random_get_seed() prototype
2009-03-10 Stefano SabatiniFix typos.
2009-03-09 Reimar DöffingerReorder arguments for av_fifo_generic_read to be more...
2009-03-09 Gwenole BeauchesneUpdate VA API pixfmts documentation: struct vaapi_rende...
2009-03-09 Diego BiurrunRemove all remaining code that was disabled through...
2009-03-09 Reimar DöffingerAdd av_fifo_reset function to completely reset fifo...
2009-03-09 Michael Niedermayerindent
2009-03-08 Reimar DöffingerRemove more functions disabled by major version bump.
2009-03-08 Reimar DöffingerRemove/replace code disabled by major version bump.
2009-03-08 Michael NiedermayerDeprecate the Mersenne Twister.
2009-03-08 Reimar DöffingerReplace all uses of the replaced av_fifo_read by av_fif...
2009-03-08 Michael NiedermayerRemove the Mersenne Twister from the public API/ABI.
2009-03-08 Michael NiedermayerBump major version of libavutil due to FIFO fixes.
2009-03-08 Reimar DöffingerRemove av_fifo_read, API is already broken and major...
2009-03-08 Michael NiedermayerAllocate AVFifoBuffer through the fifo API to reduce...
2009-03-08 Baptiste Coudurieradd ff_random_get_seed to be used in conjunction with...
2009-03-08 Michael NiedermayerComments to indicate where memory barriers may be needed.
2009-03-07 Michael NiedermayerTry to fix the 1 byte cannot be used issue.
2009-03-05 Måns RullgårdARM: disable inline asm for armcc
2009-03-05 Måns RullgårdARM: armcc versions of bswap_16/32
2009-02-27 Gwenole BeauchesneAdd VA API pixel formats.
2009-02-22 Michael NiedermayerCompact repeated messages to "Last message repeated...
2009-02-22 Stefano SabatiniSplit avutil.h, move all the pixel format definitions...
2009-02-22 Michael NiedermayerAdd note about big vs. little endian.
2009-02-22 Peter RossAdd PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.
2009-02-22 Måns RullgårdAvoid warnings from AV_GCC_VERSION_AT_LEAST with some...
2009-02-21 Patrik KullmanCheck return value of posix_memalign and explicitly...
2009-02-21 Måns RullgårdCorrect, portable definition of INT_BIT
2009-02-12 Diego BiurrunRemove reference to renamed header file xvmc_render.h.
2009-02-10 Carl Eugen HoyosSilence one icc warning:
2009-02-10 Diego BiurrunUse AV_GCC_VERSION_AT_LEAST instead of complicated...
2009-02-09 Michael Niedermayerav_flatten to make the similarly named attribute available.
2009-02-09 Michael Niedermayerav_uninit() to suppress false uninitialized warnings...
2009-02-08 Stefano SabatiniDocument the av_base64_encode/decode functions.
2009-02-08 Stefano SabatiniCosmetics: "* out" -> "*out" for consistency with the...
2009-02-08 Stefano SabatiniCosmetics: rename the "size" parameter of av_base64_enc...
2009-02-08 Stefano SabatiniCosmetics: prefer out/in over buf/src for the parameter...
2009-02-08 Stefano SabatiniCosmetics: consistently prefer "size" over "len"/"lengt...
2009-02-08 Stefano SabatiniMake av_base64_encode() do not require the user to...
2009-02-06 Stefano SabatiniAdd a new test program for base64, based on that remove...
2009-02-06 Stefano SabatiniRemove broken test program.
2009-02-06 Michael NiedermayerEnsure that the palette is set in data[1] for all 8bit...
2009-02-03 Reimar Döffinger100l, don't run tests twice, this was some forgotten...
2009-02-03 Reimar DöffingerFix a bug in 3DEC CBC decryption and add more extensive...
2009-02-03 Reimar DöffingerUpdate DES test code to use the new public API.
2009-02-03 Reimar DöffingerAdd support for 3DES to DES module
2009-02-03 Reimar DöffingerAdd and use a public API for RC4 and DES, analogous...
2009-02-02 Diego BiurrunAdd necessary header for LIBAVUTIL_VERSION_MAJOR, fixes...
2009-02-02 Reimar DöffingerDocumentation for LZO error return value flags
2009-02-02 Reimar DöffingerMove doxygen documentation from lzo.c to lzo.h
2009-02-02 Reimar DöffingerAdd av_ prefix to LZO stuff and thus make it officially...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-02-01 Diego Biurruncosmetics: Use 'num' instead of 'nom' as abbreviation...
2009-01-30 Diego BiurrunAdd required header mem.h, av_malloc and friends are...
2009-01-30 Diego Biurruncosmetics: Move all #includes together at the beginning...
2009-01-29 Diego BiurrunRename string.c to avstring.c so that the name of heade...
2009-01-28 Diego Biurrunspelling/grammar/consistency review part III
2009-01-28 Diego Biurrunspelling/grammar/consistency review part II
2009-01-28 Reimar DöffingerAdd "const" to AES function arguments where possible...
2009-01-28 Diego BiurrunAdd common.h #include, necessary for av_const.
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-27 Aurelien Jacobsadd a ff_gcd() function again, for compatibility with...
2009-01-26 Diego BiurrunRemove misleading comment about how to build SHA1 test...
2009-01-25 Diego BiurrunReorganize header #includes: Unconditionally #include...
2009-01-25 Diego Biurrun10l: Add #undefs for system free/malloc/realloc, which...
2009-01-25 Diego BiurrunC files should #include the header files of the same...
2009-01-25 Diego BiurrunDisambiguate the macros used to disable fprintf/printf...
2009-01-25 Diego BiurrunAdd required limits.h header.
2009-01-25 Diego BiurrunRestore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CO...
2009-01-25 Diego BiurrunDrop _MSC_VER case from macro declaration.
2009-01-25 Diego BiurrunDrop deprecated av_fifo_write function with the next...
next