684 Commits (d71d64dcc1fec5fcc015366a0a668db63f138ff1)

Author SHA1 Message Date
  Diego Biurrun 082dea8e40 Remove all remaining code that was disabled through the major version bump. 17 years ago
  Reimar Döffinger 32b936d0c3 Add av_fifo_reset function to completely reset fifo state, which makes 17 years ago
  Michael Niedermayer c900635fd9 indent 17 years ago
  Reimar Döffinger fe4032b66a Remove more functions disabled by major version bump. 17 years ago
  Reimar Döffinger 3fb1084306 Remove/replace code disabled by major version bump. 17 years ago
  Michael Niedermayer 52a6632a2b Deprecate the Mersenne Twister. 17 years ago
  Reimar Döffinger c957c85426 Replace all uses of the replaced av_fifo_read by av_fifo_generic_read 17 years ago
  Michael Niedermayer 792e467904 Remove the Mersenne Twister from the public API/ABI. 17 years ago
  Michael Niedermayer 49ceb58bf6 Bump major version of libavutil due to FIFO fixes. 17 years ago
  Reimar Döffinger cddcf8c60f Remove av_fifo_read, API is already broken and major version will be bumped soon. 17 years ago
  Michael Niedermayer 41dd680dd8 Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. 17 years ago
  Baptiste Coudurier 48d58e592a add ff_random_get_seed to be used in conjunction with random functions 17 years ago
  Michael Niedermayer a936475949 Comments to indicate where memory barriers may be needed. 17 years ago
  Michael Niedermayer 0a71e78ce4 Try to fix the 1 byte cannot be used issue. 17 years ago
  Måns Rullgård 35690321a7 ARM: disable inline asm for armcc 17 years ago
  Måns Rullgård 1e65f62e2b ARM: armcc versions of bswap_16/32 17 years ago
  Gwenole Beauchesne f06ce1ce89 Add VA API pixel formats. 17 years ago
  Michael Niedermayer b9c353fff2 Compact repeated messages to "Last message repeated x times". 17 years ago
  Stefano Sabatini 04331dea2a Split avutil.h, move all the pixel format definitions to the new 17 years ago
  Michael Niedermayer 50ded3fdb6 Add note about big vs. little endian. 17 years ago
  Peter Ross 88c21a6f14 Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE. 17 years ago
  Måns Rullgård 03bc0f3744 Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilers 17 years ago
  Patrik Kullman a90de11dba Check return value of posix_memalign and explicitly set pointer to NULL if it 17 years ago
  Måns Rullgård 28499cc8d8 Correct, portable definition of INT_BIT 17 years ago
  Diego Biurrun 22009729d7 Remove reference to renamed header file xvmc_render.h. 17 years ago
  Carl Eugen Hoyos 0dd8966638 Silence one icc warning: 17 years ago
  Diego Biurrun b7d3a8c13f Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check. 17 years ago
  Michael Niedermayer 3b49f69077 av_flatten to make the similarly named attribute available. 17 years ago
  Michael Niedermayer 51066987cf av_uninit() to suppress false uninitialized warnings from gcc without deoptimizing code. 17 years ago
  Stefano Sabatini 74afdc5535 Document the av_base64_encode/decode functions. 17 years ago
  Stefano Sabatini ac76729c10 Cosmetics: "* out" -> "*out" for consistency with the other 17 years ago
  Stefano Sabatini 5118bd441d Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size". 17 years ago
  Stefano Sabatini 52ef50a080 Cosmetics: prefer out/in over buf/src for the parameter names of 17 years ago
  Stefano Sabatini 61ccbc52ea Cosmetics: consistently prefer "size" over "len"/"length" for the 17 years ago
  Stefano Sabatini 0d20c3fdad Make av_base64_encode() do not require the user to provide an 17 years ago
  Stefano Sabatini 21eff9ced7 Add a new test program for base64, based on that removed in r17024. 17 years ago
  Stefano Sabatini 33094be894 Remove broken test program. 17 years ago
  Michael Niedermayer 6337178b4f Ensure that the palette is set in data[1] for all 8bit formats. 17 years ago
  Reimar Döffinger 25a03ba358 100l, don't run tests twice, this was some forgotten debugging code. 17 years ago
  Reimar Döffinger 551a0c796e Fix a bug in 3DEC CBC decryption and add more extensive tests based on 17 years ago
  Reimar Döffinger 61eb8cc420 Update DES test code to use the new public API. 17 years ago
  Reimar Döffinger bc17cc01ed Add support for 3DES to DES module 17 years ago
  Reimar Döffinger 1a534c7f1e Add and use a public API for RC4 and DES, analogous to the AES API. 17 years ago
  Diego Biurrun 0d08e27015 Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning: 17 years ago
  Reimar Döffinger 679f5c2542 Documentation for LZO error return value flags 17 years ago
  Reimar Döffinger a545f067f3 Move doxygen documentation from lzo.c to lzo.h 17 years ago
  Reimar Döffinger 0b178e5629 Add av_ prefix to LZO stuff and thus make it officially part of the public API. 17 years ago
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 17 years ago
  Diego Biurrun 674bd4f691 cosmetics: Use 'num' instead of 'nom' as abbreviation for numerator. 17 years ago
  Diego Biurrun 9d52d54df3 Add required header mem.h, av_malloc and friends are used. 17 years ago