summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Remove/replace code disabled by major version bump.Reimar Döffinger2009-03-08
* Deprecate the Mersenne Twister.Michael Niedermayer2009-03-08
* Replace all uses of the replaced av_fifo_read by av_fifo_generic_readReimar Döffinger2009-03-08
* Remove the Mersenne Twister from the public API/ABI.Michael Niedermayer2009-03-08
* Bump major version of libavutil due to FIFO fixes.Michael Niedermayer2009-03-08
* Remove av_fifo_read, API is already broken and major version will be bumped s...Reimar Döffinger2009-03-08
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-08
* add ff_random_get_seed to be used in conjunction with random functionsBaptiste Coudurier2009-03-08
* Comments to indicate where memory barriers may be needed.Michael Niedermayer2009-03-08
* Try to fix the 1 byte cannot be used issue.Michael Niedermayer2009-03-07
* ARM: disable inline asm for armccMåns Rullgård2009-03-05
* ARM: armcc versions of bswap_16/32Måns Rullgård2009-03-05
* Add VA API pixel formats.Gwenole Beauchesne2009-02-27
* Compact repeated messages to "Last message repeated x times".Michael Niedermayer2009-02-22
* Split avutil.h, move all the pixel format definitions to the newStefano Sabatini2009-02-22
* Add note about big vs. little endian.Michael Niedermayer2009-02-22
* Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.Peter Ross2009-02-22
* Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilersMåns Rullgård2009-02-22
* Check return value of posix_memalign and explicitly set pointer to NULL if itPatrik Kullman2009-02-21
* Correct, portable definition of INT_BITMåns Rullgård2009-02-21
* Remove reference to renamed header file xvmc_render.h.Diego Biurrun2009-02-12
* Silence one icc warning:Carl Eugen Hoyos2009-02-10
* Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check.Diego Biurrun2009-02-10
* av_flatten to make the similarly named attribute available.Michael Niedermayer2009-02-09
* av_uninit() to suppress false uninitialized warnings from gcc without deoptim...Michael Niedermayer2009-02-09
* Document the av_base64_encode/decode functions.Stefano Sabatini2009-02-08
* Cosmetics: "* out" -> "*out" for consistency with the otherStefano Sabatini2009-02-08
* Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size".Stefano Sabatini2009-02-08
* Cosmetics: prefer out/in over buf/src for the parameter names ofStefano Sabatini2009-02-08
* Cosmetics: consistently prefer "size" over "len"/"length" for theStefano Sabatini2009-02-08
* Make av_base64_encode() do not require the user to provide anStefano Sabatini2009-02-08
* Add a new test program for base64, based on that removed in r17024.Stefano Sabatini2009-02-06
* Remove broken test program.Stefano Sabatini2009-02-06
* Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer2009-02-06
* 100l, don't run tests twice, this was some forgotten debugging code.Reimar Döffinger2009-02-03
* Fix a bug in 3DEC CBC decryption and add more extensive tests based onReimar Döffinger2009-02-03
* Update DES test code to use the new public API.Reimar Döffinger2009-02-03
* Add support for 3DES to DES moduleReimar Döffinger2009-02-03
* Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger2009-02-03
* Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning:Diego Biurrun2009-02-02
* Documentation for LZO error return value flagsReimar Döffinger2009-02-02
* Move doxygen documentation from lzo.c to lzo.hReimar Döffinger2009-02-02
* Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger2009-02-02
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Use 'num' instead of 'nom' as abbreviation for numerator.Diego Biurrun2009-02-01
* Add required header mem.h, av_malloc and friends are used.Diego Biurrun2009-01-30
* cosmetics: Move all #includes together at the beginning of the file.Diego Biurrun2009-01-30
* Rename string.c to avstring.c so that the name of header and C file match.Diego Biurrun2009-01-29
* spelling/grammar/consistency review part IIIDiego Biurrun2009-01-28
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-28