summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Use a wildcard match instead of a list to remove test programs.Diego Biurrun2009-03-26
* Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun2009-03-25
* Use PIX_FMT_NE() for defining the PIX_FMT_RGB32 variants macros.Stefano Sabatini2009-03-23
* Make the PIX_FMT_NE() macro more generic.Stefano Sabatini2009-03-23
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-22
* Make the pixel formats which were defined as macros:Stefano Sabatini2009-03-22
* Change the RGB5X5/BGR5X5 pixel format defines so that we have littleStefano Sabatini2009-03-21
* Use PIX_FMT_NE() macro.Stefano Sabatini2009-03-21
* Implement PIX_FMT_NE() macro.Stefano Sabatini2009-03-21
* Remove deprecated and now unused Mersenne Twister PRNG.Diego Biurrun2009-03-21
* When warning about forbidden pseudo random number generation functions,Diego Biurrun2009-03-21
* Fix reference to av_random where av_lfg_get was meant.Diego Biurrun2009-03-21
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-20
* Align test program output columns.Diego Biurrun2009-03-20
* Make softfloat test program compile again: Setting the av_log_level variableDiego Biurrun2009-03-20
* Make AES test program compile again: Setting the av_log_level variableDiego Biurrun2009-03-20
* typedef int x86_reg on non x86Michael Niedermayer2009-03-19
* Fix compilation of adler32 test program: Use av_log_set_level()Diego Biurrun2009-03-19
* Remove code that was disabled by the recent major version bump.Diego Biurrun2009-03-15
* Fix typo: 'conjuction' -> 'conjunction'.Stefano Sabatini2009-03-15
* Fix ff_random_get_seed() prototypeMåns Rullgård2009-03-14
* Fix typos.Stefano Sabatini2009-03-10
* Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger2009-03-09
* Update VA API pixfmts documentation: struct vaapi_render_stateGwenole Beauchesne2009-03-09
* Remove all remaining code that was disabled through the major version bump.Diego Biurrun2009-03-09
* Add av_fifo_reset function to completely reset fifo state, which makesReimar Döffinger2009-03-09
* indentMichael Niedermayer2009-03-09
* Remove more functions disabled by major version bump.Reimar Döffinger2009-03-08
* 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