638 Commits (f35254d1aa48371578b6ce4b7520cb15c4c3684a)

Author SHA1 Message Date
  Diego Biurrun dfcb6b56f9 Directly #include a bunch of indirectly #included headers. 17 years ago
  Diego Biurrun 7a845019c1 Avoid unused variable warning when compiling DES test program. 17 years ago
  Diego Biurrun 448887a6bb Make base64 test program compilable as a standard test program. 17 years ago
  Diego Biurrun 40f5cd89c9 Add void keyword to parameterless function declaration. 17 years ago
  NVIDIA Corporation c5b42f4a80 Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can 17 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 17 years ago
  Stefano Sabatini 796dff07de Drop the deprecated av_init_random() at the next libavutil major bump. 17 years ago
  Stefano Sabatini 9c868219e9 Replace calls to the deprecated function av_init_random() with 17 years ago
  Aurelien Jacobs 199436b952 moves mid_pred() into mathops.h (with arch specific code split by directory) 17 years ago
  Stefano Sabatini b097312492 Deprecate av_init_random() in favour of av_random_init(), with a more natural 17 years ago
  Aurelien Jacobs 2bb6eba21d remove ff_get_fourcc() and use AV_RL32() instead 17 years ago
  Aurelien Jacobs 9ce6c13879 export gcd function as av_gcd() 17 years ago
  NVIDIA Corporation d37edddc09 Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can 17 years ago
  Aurelien Jacobs d80a7fe50a move NULL_IF_CONFIG_SMALL() definition into internal header 17 years ago
  Aurelien Jacobs 2f5421d513 move timer related code in a new timer.h file 17 years ago
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 17 years ago
  Aurelien Jacobs af5f434f8c add the necessary include for LIBAV*_VERSION_* 17 years ago
  Diego Biurrun 7b5e8a274a Extend 'checkheaders' target to architecture-specific subdirectories. 17 years ago
  Michael Kostylev 7b04b8a057 Add truncf() replacement function. 17 years ago
  Diego Biurrun e503674c4a Add necessary, remove unnecessary #includes. 17 years ago
  Diego Biurrun ff8769e205 Drop unnecessary intreadwrite.h and bswap.h #includes. 17 years ago
  Ramiro Polla 1f91cdce0b Use posix_memalign() if available. 17 years ago
  Diego Biurrun c47d146be8 Add missing 'void' keyword to parameterless function declarations. 17 years ago
  NVIDIA Corporation 369122dd77 Add VDPAU hardware accelerated decoding for H264 which can be used by 17 years ago
  Aurelien Jacobs 045cbba92d cosmetic: indent 17 years ago
  Aurelien Jacobs d8bd113ef4 add a termination condition 17 years ago
  Diego Biurrun 79cb09b2f7 consistency cosmetics: Rename POWERPC identifiers to PPC. 17 years ago
  Carl Eugen Hoyos af4c0bcb6e Silence the following icc warnings: 17 years ago
  Carl Eugen Hoyos 52476c1bee Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks. 17 years ago
  Måns Rullgård f8c5adaf9c ARM: make FASTDIV() an inline function 17 years ago
  Måns Rullgård a2fc0f6a6d ARM: replace "armv4l" with "arm" 17 years ago
  Diego Biurrun f0e602351e cosmetics: Consistently place HEADERS before OBJS in all Makefiles. 17 years ago
  Diego Biurrun ecad9872fb Initialize variable to silence the warning: 17 years ago
  Måns Rullgård ede725104b cosmetic: align backslashes in makefiles 17 years ago
  Måns Rullgård b98f10c08a ARM: faster ARMv6 FASTDIV() 17 years ago
  Måns Rullgård 3a90480ac4 split bswap.h into per-arch files 17 years ago
  Aurelien Jacobs 37d3e0667a uses FF_ARRAY_ELEMS() where appropriate 17 years ago
  Michael Niedermayer 03092e1408 Port read_time() that works on x86_32 and 64 from noe. 17 years ago
  Måns Rullgård e80b267536 ARM: Kill warning in bswap_32() 17 years ago
  Diego Pettenò be449fca79 Convert asm keyword into __asm__. 17 years ago
  Benoit Fouet c49d0e0fe2 Bump minor version after addition of FF_ARRAY_ELEMS macro. 17 years ago
  Benoit Fouet ac809e814e Add a macro to get the number of elements in a table. 17 years ago
  Carl Eugen Hoyos 89493e10ef Don't include byteswap.h anymore. 17 years ago
  Carl Eugen Hoyos aaa0df02d3 Allow using DECLARE_ALIGNED with Sun cc. 17 years ago
  Stefano Sabatini 05b90fc0c5 Implement av_nearer_q() and av_find_nearest_q_idx() functions. 17 years ago
  Michael Niedermayer eed3607564 Avoid undefined behavior for removing elements that were not in the tree. 17 years ago
  Michael Niedermayer 53e9d0105f Fix generated md5, it was wrong for some input lengths. 17 years ago
  Diego Biurrun 9be50e3922 Only define x86 register names on x86. 17 years ago
  Stefano Sabatini 6123abad2e Remove wrong and unnecessary condition. VHOOK filters are not special 17 years ago
  Michael Niedermayer 991945d0e4 Fix typo. 17 years ago