595 Commits (62045d486041ddb925f5055b6edb602eef6f99a0)

Author SHA1 Message Date
Michael Kostylev 7b04b8a057 Add truncf() replacement function. 16 years ago
Diego Biurrun e503674c4a Add necessary, remove unnecessary #includes. 16 years ago
Diego Biurrun ff8769e205 Drop unnecessary intreadwrite.h and bswap.h #includes. 16 years ago
Ramiro Polla 1f91cdce0b Use posix_memalign() if available. 16 years ago
Diego Biurrun c47d146be8 Add missing 'void' keyword to parameterless function declarations. 16 years ago
NVIDIA Corporation 369122dd77 Add VDPAU hardware accelerated decoding for H264 which can be used by 16 years ago
Aurelien Jacobs 045cbba92d cosmetic: indent 16 years ago
Aurelien Jacobs d8bd113ef4 add a termination condition 16 years ago
Diego Biurrun 79cb09b2f7 consistency cosmetics: Rename POWERPC identifiers to PPC. 16 years ago
Carl Eugen Hoyos af4c0bcb6e Silence the following icc warnings: 16 years ago
Carl Eugen Hoyos 52476c1bee Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks. 16 years ago
Måns Rullgård f8c5adaf9c ARM: make FASTDIV() an inline function 16 years ago
Måns Rullgård a2fc0f6a6d ARM: replace "armv4l" with "arm" 16 years ago
Diego Biurrun f0e602351e cosmetics: Consistently place HEADERS before OBJS in all Makefiles. 16 years ago
Diego Biurrun ecad9872fb Initialize variable to silence the warning: 16 years ago
Måns Rullgård ede725104b cosmetic: align backslashes in makefiles 16 years ago
Måns Rullgård b98f10c08a ARM: faster ARMv6 FASTDIV() 16 years ago
Måns Rullgård 3a90480ac4 split bswap.h into per-arch files 16 years ago
Aurelien Jacobs 37d3e0667a uses FF_ARRAY_ELEMS() where appropriate 16 years ago
Michael Niedermayer 03092e1408 Port read_time() that works on x86_32 and 64 from noe. 16 years ago
Måns Rullgård e80b267536 ARM: Kill warning in bswap_32() 16 years ago
Diego Pettenò be449fca79 Convert asm keyword into __asm__. 16 years ago
Benoit Fouet c49d0e0fe2 Bump minor version after addition of FF_ARRAY_ELEMS macro. 16 years ago
Benoit Fouet ac809e814e Add a macro to get the number of elements in a table. 16 years ago
Carl Eugen Hoyos 89493e10ef Don't include byteswap.h anymore. 16 years ago
Carl Eugen Hoyos aaa0df02d3 Allow using DECLARE_ALIGNED with Sun cc. 16 years ago
Stefano Sabatini 05b90fc0c5 Implement av_nearer_q() and av_find_nearest_q_idx() functions. 16 years ago
Michael Niedermayer eed3607564 Avoid undefined behavior for removing elements that were not in the tree. 16 years ago
Michael Niedermayer 53e9d0105f Fix generated md5, it was wrong for some input lengths. 16 years ago
Diego Biurrun 9be50e3922 Only define x86 register names on x86. 16 years ago
Stefano Sabatini 6123abad2e Remove wrong and unnecessary condition. VHOOK filters are not special 16 years ago
Michael Niedermayer 991945d0e4 Fix typo. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Stefano Sabatini b76e3424ca Cosmetics: remove a redundant and misplaced doxy. 16 years ago
Stefano Sabatini e8e2b2ef17 Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead. 16 years ago
Stefano Sabatini 8257b835cf Implement av_fifo_realloc2(). 16 years ago
Michael Niedermayer a8aefc8aed Copy and paste LGPL from tree.h, the previous one referred to a non-existing 16 years ago
Diego Biurrun 82ed0b763a Add missing stdint.h header to fix 'make checkheaders'. 16 years ago
Justin Ruggles ec0350c983 use LFG instead of Mersenne Twister for AC-3 PRNG 16 years ago
Michael Niedermayer 8cb2db4edb restore alphabetical order of TESTS 16 years ago
Michael Niedermayer 31bcb290cc Add PCA to TESTS. 16 years ago
Michael Niedermayer 4869f47eca Add multiple inclusion guards for consistency and to avoid them being 16 years ago
Michael Niedermayer ab1388e435 Move context struct to c file. 16 years ago
Michael Niedermayer f43ad0fe74 Add prototypes to header (based on code by ramiro) 16 years ago
Michael Niedermayer 6441737591 Make ff_pca_init() allocate it struct instead of letting the user provide 16 years ago
Michael Niedermayer 7b0a6612c6 Do not mix declarations and statements (by ramiro). 16 years ago
Michael Niedermayer 88ccaf6f31 put testing code under #ifdef TEST 16 years ago
Michael Niedermayer cd5cd37741 Testing code uses random(). 16 years ago
Michael Niedermayer a50bd69d9d fix includes 16 years ago
Michael Niedermayer 7a0d00d49e Principal component analysis 16 years ago