419 Commits (b2a9177017b426e782198a7b3f8ffd478bbfa323)

Author SHA1 Message Date
Michael Niedermayer cd0968c4ca stealing multbl trick from reimar 18 years ago
Michael Niedermayer e8fc93136d stealing reimars XOR_BLOCK 18 years ago
Michael Niedermayer d43a297579 cosmetic 18 years ago
Michael Niedermayer eade86e2f5 memleak 18 years ago
Michael Niedermayer 2c3427eb2a simplify sbox init 18 years ago
Michael Niedermayer 3306dfd544 aes support (unfinished) 18 years ago
Axel Holzinger 411983c1f2 Allow to uninstall a custom log callback 18 years ago
Christophe Mutricy d0b456ba1e Avoid "HAVE_CMOV not defined" warning. 18 years ago
Michael Niedermayer 6880edab82 fix av_reduce() with things like 1/0 and 0/0 18 years ago
Luca Abeni 40628be0ed __attribute__((unused)) works with gcc 2.95 too 18 years ago
Måns Rullgård 849f10351d rename always_inline to av_always_inline and move to common.h 18 years ago
Måns Rullgård 1845bf1fdf merge #ifdef HAVE_AV_CONFIG_H sections 18 years ago
Måns Rullgård a77caa4dc9 fix mingw shared build, and get rid of FF_IMPORT_ATTR 18 years ago
Måns Rullgård 8da9266cea use the standard INT64_C() macro for 64-bit constants 18 years ago
Måns Rullgård cd10789691 move more macros to internal.h 18 years ago
Måns Rullgård 5403f8576b move some __attribute__ macros to internal.h 18 years ago
Måns Rullgård c48e633b9e remove 'restrict' definition, it is always #defined in config.h 18 years ago
Reimar Döffinger cf1e119bb2 Move BE_*/LE_*/ST*/LD* macros to a common place. Some further 18 years ago
Diego Biurrun c6c367254f spelling cosmetics: cliped --> clipped 18 years ago
Michael Niedermayer fc0b041637 doxy 18 years ago
Michael Niedermayer 62b9fc1571 fix overflow and remove wrong comment 18 years ago
Michael Niedermayer 3db1b8b538 return optimal fraction 18 years ago
Reimar Döffinger 40a08c7e9a Correct GET/PUT_UTF8 comment: the get/put functions might be called up 18 years ago
Reimar Döffinger a99cfb0d0e Fix typo in comment 18 years ago
Alex Beregszaszi 20d46c038a Remove alpha channel from RGB555 18 years ago
Baptiste Coudurier 3666f75d33 make option field const 18 years ago
Måns Rullgård 7e5f82dc06 move comment 18 years ago
Måns Rullgård 576a85f7c9 remove workaround for missing inttypes.h 18 years ago
Michael Niedermayer eaaa48b29e 0.5l 18 years ago
Måns Rullgård 81dc56e76e clean up inttypes.h and int_fastxx_t types detection 18 years ago
Måns Rullgård f940f7c9d2 merge CONFIG_WINCE sections 18 years ago
Måns Rullgård 635eb0cc3d indentation 18 years ago
Michael Niedermayer 3320687691 improve enumerate so arbitrary ranges can be enumerated quickly 18 years ago
Michael Niedermayer 9eb88fdeba AVL tree 18 years ago
Måns Rullgård 9ddbcae667 rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configure 18 years ago
Måns Rullgård 36cd306907 rename inverse -> ff_inverse 18 years ago
Måns Rullgård 997baf0141 allow spaces in source and build directory names 18 years ago
Guillaume Poirier d73427e347 Add doxy comments for macro GET_UTF8 18 years ago
Guillaume Poirier 34d3376902 Fix wrong params name in PUT_UTF8 doxy comments 18 years ago
Guillaume Poirier 0e8c148b59 woops, fix missplaced doxy comment 18 years ago
Zuxy Meng 360932f76d Fix ASF format parser's broken UTF-16 string handling 18 years ago
Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 18 years ago
Steve L'Homme 523fc7c17d Define fallback for PRIX64, taken from a patch by Steve L'Homme. 18 years ago
Diego Biurrun 1345f4ed6c Rename SWAP macro to FFSWAP. 18 years ago
Diego Biurrun 3cd52279c9 Use common define for x86_32 and x86_64. 18 years ago
Diego Biurrun 419b878494 Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change 18 years ago
Diego Biurrun 6c02f9e7ee better #endif comment 18 years ago
Kostya Shishkov 34380af0e1 16-bit grayscale support 18 years ago
Guillaume Poirier 94e4c3a333 Protect code that uses CMOV instructions with HAVE_CMOV, 18 years ago
Diego Biurrun c26abfa541 Rename ABS macro to FFABS. 18 years ago