aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Change the RGB5X5/BGR5X5 pixel format defines so that we have littleStefano Sabatini2009-03-212-5/+16
* Use PIX_FMT_NE() macro.Stefano Sabatini2009-03-211-4/+3
* Implement PIX_FMT_NE() macro.Stefano Sabatini2009-03-211-0/+6
* Remove deprecated and now unused Mersenne Twister PRNG.Diego Biurrun2009-03-213-177/+1
* When warning about forbidden pseudo random number generation functions,Diego Biurrun2009-03-211-3/+3
* Fix reference to av_random where av_lfg_get was meant.Diego Biurrun2009-03-211-1/+1
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-203-11/+20
* Align test program output columns.Diego Biurrun2009-03-201-1/+1
* Make softfloat test program compile again: Setting the av_log_level variableDiego Biurrun2009-03-201-1/+1
* Make AES test program compile again: Setting the av_log_level variableDiego Biurrun2009-03-201-1/+1
* typedef int x86_reg on non x86Michael Niedermayer2009-03-191-0/+2
* Fix compilation of adler32 test program: Use av_log_set_level()Diego Biurrun2009-03-191-1/+1
* Remove code that was disabled by the recent major version bump.Diego Biurrun2009-03-151-6/+0
* Fix typo: 'conjuction' -> 'conjunction'.Stefano Sabatini2009-03-151-1/+1
* Fix ff_random_get_seed() prototypeMåns Rullgård2009-03-141-1/+1
* Fix typos.Stefano Sabatini2009-03-101-1/+1
* Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger2009-03-092-3/+3
* Update VA API pixfmts documentation: struct vaapi_render_stateGwenole Beauchesne2009-03-091-3/+3
* Remove all remaining code that was disabled through the major version bump.Diego Biurrun2009-03-094-30/+0
* Add av_fifo_reset function to completely reset fifo state, which makesReimar Döffinger2009-03-092-1/+13
* indentMichael Niedermayer2009-03-091-2/+2
* Remove more functions disabled by major version bump.Reimar Döffinger2009-03-084-47/+0
* Remove/replace code disabled by major version bump.Reimar Döffinger2009-03-081-11/+3
* Deprecate the Mersenne Twister.Michael Niedermayer2009-03-081-4/+4
* Replace all uses of the replaced av_fifo_read by av_fifo_generic_readReimar Döffinger2009-03-081-1/+1
* Remove the Mersenne Twister from the public API/ABI.Michael Niedermayer2009-03-081-1/+0
* Bump major version of libavutil due to FIFO fixes.Michael Niedermayer2009-03-081-2/+2
* Remove av_fifo_read, API is already broken and major version will be bumped s...Reimar Döffinger2009-03-082-13/+0
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-082-13/+18
* add ff_random_get_seed to be used in conjunction with random functionsBaptiste Coudurier2009-03-083-0/+75
* Comments to indicate where memory barriers may be needed.Michael Niedermayer2009-03-081-0/+3
* Try to fix the 1 byte cannot be used issue.Michael Niedermayer2009-03-072-6/+7
* ARM: disable inline asm for armccMåns Rullgård2009-03-051-2/+2
* ARM: armcc versions of bswap_16/32Måns Rullgård2009-03-051-0/+21
* Add VA API pixel formats.Gwenole Beauchesne2009-02-271-0/+3
* Compact repeated messages to "Last message repeated x times".Michael Niedermayer2009-02-221-4/+17
* Split avutil.h, move all the pixel format definitions to the newStefano Sabatini2009-02-223-102/+136
* Add note about big vs. little endian.Michael Niedermayer2009-02-221-0/+4
* Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.Peter Ross2009-02-221-1/+5
* Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilersMåns Rullgård2009-02-221-1/+5
* Check return value of posix_memalign and explicitly set pointer to NULL if itPatrik Kullman2009-02-211-1/+2
* Correct, portable definition of INT_BITMåns Rullgård2009-02-211-5/+1
* Remove reference to renamed header file xvmc_render.h.Diego Biurrun2009-02-121-1/+1
* Silence one icc warning:Carl Eugen Hoyos2009-02-101-1/+1
* Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check.Diego Biurrun2009-02-101-1/+1
* av_flatten to make the similarly named attribute available.Michael Niedermayer2009-02-091-0/+8
* av_uninit() to suppress false uninitialized warnings from gcc without deoptim...Michael Niedermayer2009-02-091-0/+8
* Document the av_base64_encode/decode functions.Stefano Sabatini2009-02-081-5/+15
* Cosmetics: "* out" -> "*out" for consistency with the otherStefano Sabatini2009-02-082-2/+2
* Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size".Stefano Sabatini2009-02-082-5/+5