909 Commits (bfbdc58e521bc8aa750ce9a1be3bc57ce1c85d53)

Author SHA1 Message Date
Diego Biurrun 504ffed19f Mark non-exported functions in test and example programs as static. 16 years ago
Diego Biurrun 3344cf851c Use a wildcard match instead of a list to remove test programs. 16 years ago
Diego Biurrun 7304c2c4ce Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. 16 years ago
Stefano Sabatini 77544e5b91 Use PIX_FMT_NE() for defining the PIX_FMT_RGB32 variants macros. 16 years ago
Stefano Sabatini 1cee4eafa3 Make the PIX_FMT_NE() macro more generic. 16 years ago
Diego Biurrun 661ce28996 Rename 'tests' target to 'testprogs'. It is too easily confused with the 16 years ago
Stefano Sabatini 6e08ca9c51 Make the pixel formats which were defined as macros: 16 years ago
Stefano Sabatini f82674e584 Change the RGB5X5/BGR5X5 pixel format defines so that we have little 16 years ago
Stefano Sabatini 31a79497b7 Use PIX_FMT_NE() macro. 16 years ago
Stefano Sabatini a1a05abebd Implement PIX_FMT_NE() macro. 16 years ago
Diego Biurrun ee6624ef4a Remove deprecated and now unused Mersenne Twister PRNG. 16 years ago
Diego Biurrun 9f5da4d189 When warning about forbidden pseudo random number generation functions, 16 years ago
Diego Biurrun 0e4cb6cbad Fix reference to av_random where av_lfg_get was meant. 16 years ago
Diego Biurrun 294eaa2643 Replace random() usage in test programs by av_lfg_*(). 16 years ago
Diego Biurrun 578f90a8d5 Align test program output columns. 16 years ago
Diego Biurrun 7349392535 Make softfloat test program compile again: Setting the av_log_level variable 16 years ago
Diego Biurrun b56e34c5e9 Make AES test program compile again: Setting the av_log_level variable 16 years ago
Michael Niedermayer 8e3d8a82e6 typedef int x86_reg on non x86 16 years ago
Diego Biurrun bb504ac45e Fix compilation of adler32 test program: Use av_log_set_level() 16 years ago
Diego Biurrun 3cf6adaf64 Remove code that was disabled by the recent major version bump. 16 years ago
Stefano Sabatini 323a8230fb Fix typo: 'conjuction' -> 'conjunction'. 16 years ago
Måns Rullgård 9bceffef3a Fix ff_random_get_seed() prototype 16 years ago
Stefano Sabatini 8358c03479 Fix typos. 16 years ago
Reimar Döffinger 3898eed890 Reorder arguments for av_fifo_generic_read to be more logical and 16 years ago
Gwenole Beauchesne 2500d8bea6 Update VA API pixfmts documentation: struct vaapi_render_state 16 years ago
Diego Biurrun 082dea8e40 Remove all remaining code that was disabled through the major version bump. 16 years ago
Reimar Döffinger 32b936d0c3 Add av_fifo_reset function to completely reset fifo state, which makes 16 years ago
Michael Niedermayer c900635fd9 indent 16 years ago
Reimar Döffinger fe4032b66a Remove more functions disabled by major version bump. 16 years ago
Reimar Döffinger 3fb1084306 Remove/replace code disabled by major version bump. 16 years ago
Michael Niedermayer 52a6632a2b Deprecate the Mersenne Twister. 16 years ago
Reimar Döffinger c957c85426 Replace all uses of the replaced av_fifo_read by av_fifo_generic_read 16 years ago
Michael Niedermayer 792e467904 Remove the Mersenne Twister from the public API/ABI. 16 years ago
Michael Niedermayer 49ceb58bf6 Bump major version of libavutil due to FIFO fixes. 16 years ago
Reimar Döffinger cddcf8c60f Remove av_fifo_read, API is already broken and major version will be bumped soon. 16 years ago
Michael Niedermayer 41dd680dd8 Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. 16 years ago
Baptiste Coudurier 48d58e592a add ff_random_get_seed to be used in conjunction with random functions 16 years ago
Michael Niedermayer a936475949 Comments to indicate where memory barriers may be needed. 16 years ago
Michael Niedermayer 0a71e78ce4 Try to fix the 1 byte cannot be used issue. 16 years ago
Måns Rullgård 35690321a7 ARM: disable inline asm for armcc 16 years ago
Måns Rullgård 1e65f62e2b ARM: armcc versions of bswap_16/32 16 years ago
Gwenole Beauchesne f06ce1ce89 Add VA API pixel formats. 16 years ago
Michael Niedermayer b9c353fff2 Compact repeated messages to "Last message repeated x times". 16 years ago
Stefano Sabatini 04331dea2a Split avutil.h, move all the pixel format definitions to the new 16 years ago
Michael Niedermayer 50ded3fdb6 Add note about big vs. little endian. 16 years ago
Peter Ross 88c21a6f14 Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE. 16 years ago
Måns Rullgård 03bc0f3744 Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilers 16 years ago
Patrik Kullman a90de11dba Check return value of posix_memalign and explicitly set pointer to NULL if it 16 years ago
Måns Rullgård 28499cc8d8 Correct, portable definition of INT_BIT 16 years ago
Diego Biurrun 22009729d7 Remove reference to renamed header file xvmc_render.h. 16 years ago