]> git.sesse.net Git - ffmpeg/history - libavutil
Add PIX_FMT_ARGB encoding to qtrle.
[ffmpeg] / libavutil /
2009-07-01 Måns RullgårdARM: use gcc inline asm in bswap.h only when available
2009-06-28 Carl Eugen HoyosIcc does not support attribute flatten, do not try...
2009-06-27 Carl Eugen HoyosIcc 11.1 does not support attributes force_align_arg_po...
2009-06-12 Jeff DownsFix cast of byte buffer to uint32 that was disregarding...
2009-06-11 Diego Biurruncosmetics: Reformat file to K&R style upon Kostya's...
2009-06-09 Diego Biurruncosmetics: Add missing ending backslash to installed...
2009-06-06 Stefano SabatiniRemove '\p', '\c' and '\e' doxygen markup from doxy...
2009-05-28 Måns RullgårdMIPS: inline asm for intreadwrite.h
2009-05-25 Ramiro PollaAdd LABEL_MANGLE() to export label symbols from inside...
2009-05-22 David ConradMove ALIGN macro to libavutil/common.h and use it in...
2009-05-09 Stefano SabatiniAdd @code/@endcode commands to markup C code in av_tree...
2009-05-09 Stefano SabatiniAdd missing '*' to av_tree_insert() doxy.
2009-04-22 Michael NiedermayerFix 10l typo (usage of PIX_FMT_NE()).
2009-04-21 Michael NiedermayerAdd 420,422 and 444 planar 16bit per component pix...
2009-04-18 Måns RullgårdPPC: check for x-form asm constraint support
2009-04-18 Måns RullgårdPPC asm for AV_RL*()
2009-04-18 Måns RullgårdARM asm for AV_RN*()
2009-04-18 Måns RullgårdReorganise intreadwrite.h
2009-04-10 Diego Biurruncosmetics: Rename prn variable to prng (Pseudo Random...
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.
next