| Commit message (Expand) | Author | Age | Files | Lines |
* | Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. | Diego Biurrun | 2009-03-25 | 1 | -1/+1 |
* | Use PIX_FMT_NE() for defining the PIX_FMT_RGB32 variants macros. | Stefano Sabatini | 2009-03-23 | 1 | -11/+4 |
* | Make the PIX_FMT_NE() macro more generic. | Stefano Sabatini | 2009-03-23 | 1 | -8/+8 |
* | Rename 'tests' target to 'testprogs'. It is too easily confused with the | Diego Biurrun | 2009-03-22 | 1 | -1/+1 |
* | Make the pixel formats which were defined as macros: | Stefano Sabatini | 2009-03-22 | 2 | -13/+13 |
* | Change the RGB5X5/BGR5X5 pixel format defines so that we have little | Stefano Sabatini | 2009-03-21 | 2 | -5/+16 |
* | Use PIX_FMT_NE() macro. | Stefano Sabatini | 2009-03-21 | 1 | -4/+3 |
* | Implement PIX_FMT_NE() macro. | Stefano Sabatini | 2009-03-21 | 1 | -0/+6 |
* | Remove deprecated and now unused Mersenne Twister PRNG. | Diego Biurrun | 2009-03-21 | 3 | -177/+1 |
* | When warning about forbidden pseudo random number generation functions, | Diego Biurrun | 2009-03-21 | 1 | -3/+3 |
* | Fix reference to av_random where av_lfg_get was meant. | Diego Biurrun | 2009-03-21 | 1 | -1/+1 |
* | Replace random() usage in test programs by av_lfg_*(). | Diego Biurrun | 2009-03-20 | 3 | -11/+20 |
* | Align test program output columns. | Diego Biurrun | 2009-03-20 | 1 | -1/+1 |
* | Make softfloat test program compile again: Setting the av_log_level variable | Diego Biurrun | 2009-03-20 | 1 | -1/+1 |
* | Make AES test program compile again: Setting the av_log_level variable | Diego Biurrun | 2009-03-20 | 1 | -1/+1 |
* | typedef int x86_reg on non x86 | Michael Niedermayer | 2009-03-19 | 1 | -0/+2 |
* | Fix compilation of adler32 test program: Use av_log_set_level() | Diego Biurrun | 2009-03-19 | 1 | -1/+1 |
* | Remove code that was disabled by the recent major version bump. | Diego Biurrun | 2009-03-15 | 1 | -6/+0 |
* | Fix typo: 'conjuction' -> 'conjunction'. | Stefano Sabatini | 2009-03-15 | 1 | -1/+1 |
* | Fix ff_random_get_seed() prototype | Måns Rullgård | 2009-03-14 | 1 | -1/+1 |
* | Fix typos. | Stefano Sabatini | 2009-03-10 | 1 | -1/+1 |
* | Reorder arguments for av_fifo_generic_read to be more logical and | Reimar Döffinger | 2009-03-09 | 2 | -3/+3 |
* | Update VA API pixfmts documentation: struct vaapi_render_state | Gwenole Beauchesne | 2009-03-09 | 1 | -3/+3 |
* | Remove all remaining code that was disabled through the major version bump. | Diego Biurrun | 2009-03-09 | 4 | -30/+0 |
* | Add av_fifo_reset function to completely reset fifo state, which makes | Reimar Döffinger | 2009-03-09 | 2 | -1/+13 |
* | indent | Michael Niedermayer | 2009-03-09 | 1 | -2/+2 |
* | Remove more functions disabled by major version bump. | Reimar Döffinger | 2009-03-08 | 4 | -47/+0 |
* | Remove/replace code disabled by major version bump. | Reimar Döffinger | 2009-03-08 | 1 | -11/+3 |
* | Deprecate the Mersenne Twister. | Michael Niedermayer | 2009-03-08 | 1 | -4/+4 |
* | Replace all uses of the replaced av_fifo_read by av_fifo_generic_read | Reimar Döffinger | 2009-03-08 | 1 | -1/+1 |
* | Remove the Mersenne Twister from the public API/ABI. | Michael Niedermayer | 2009-03-08 | 1 | -1/+0 |
* | Bump major version of libavutil due to FIFO fixes. | Michael Niedermayer | 2009-03-08 | 1 | -2/+2 |
* | Remove av_fifo_read, API is already broken and major version will be bumped s... | Reimar Döffinger | 2009-03-08 | 2 | -13/+0 |
* | Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. | Michael Niedermayer | 2009-03-08 | 2 | -13/+18 |
* | add ff_random_get_seed to be used in conjunction with random functions | Baptiste Coudurier | 2009-03-08 | 3 | -0/+75 |
* | Comments to indicate where memory barriers may be needed. | Michael Niedermayer | 2009-03-08 | 1 | -0/+3 |
* | Try to fix the 1 byte cannot be used issue. | Michael Niedermayer | 2009-03-07 | 2 | -6/+7 |
* | ARM: disable inline asm for armcc | Måns Rullgård | 2009-03-05 | 1 | -2/+2 |
* | ARM: armcc versions of bswap_16/32 | Måns Rullgård | 2009-03-05 | 1 | -0/+21 |
* | Add VA API pixel formats. | Gwenole Beauchesne | 2009-02-27 | 1 | -0/+3 |
* | Compact repeated messages to "Last message repeated x times". | Michael Niedermayer | 2009-02-22 | 1 | -4/+17 |
* | Split avutil.h, move all the pixel format definitions to the new | Stefano Sabatini | 2009-02-22 | 3 | -102/+136 |
* | Add note about big vs. little endian. | Michael Niedermayer | 2009-02-22 | 1 | -0/+4 |
* | Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE. | Peter Ross | 2009-02-22 | 1 | -1/+5 |
* | Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilers | Måns Rullgård | 2009-02-22 | 1 | -1/+5 |
* | Check return value of posix_memalign and explicitly set pointer to NULL if it | Patrik Kullman | 2009-02-21 | 1 | -1/+2 |
* | Correct, portable definition of INT_BIT | Måns Rullgård | 2009-02-21 | 1 | -5/+1 |
* | Remove reference to renamed header file xvmc_render.h. | Diego Biurrun | 2009-02-12 | 1 | -1/+1 |
* | Silence one icc warning: | Carl Eugen Hoyos | 2009-02-10 | 1 | -1/+1 |
* | Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check. | Diego Biurrun | 2009-02-10 | 1 | -1/+1 |