145 Commits (7ad8d3bf0c02ecb34d257451fe84be9d60d06472)

Author SHA1 Message Date
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
Diego Biurrun 02305ff38f Rename SIGN macro to FFSIGN to avoid clashes with system headers. 18 years ago
Diego Biurrun dadb850a50 Move CFLAGS handling to common.mak. 18 years ago
Diego Biurrun a22b7322cc Move sign macro to libavutil. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun cbeee4d8e5 Replace -I../-I. by -I$(BUILD_ROOT). 18 years ago
Siarhei Siamashka eeebe6ad1f add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8% 18 years ago
Luca Barbato 79e47000c8 move memory functions from avcodec to avutil 18 years ago
Loren Merritt 8e06f20abf remove a division from STOP_TIMER 18 years ago
Loren Merritt 7e611a0e8c simplify asm mid_pred, as suggested by michaelni. 18 years ago
Roman Shaposhnik f5a478f65d * Moving FifoBuffer out of libavformat/avformat.h and 18 years ago
Loren Merritt 93a319f13b asm implementation of mid_pred. 18 years ago
Diego Biurrun 04d7f60143 Add official LGPL license headers to the files that were missing them. 18 years ago
Panagiotis Issaris af0ad8f0c1 Remove unused defines, patch by takis P issaris A uhasselt P be 18 years ago
Diego Biurrun af41dd8216 Exchange informal LGPL notice by official license header. 18 years ago
Diego Biurrun 7494517673 Add license from zlib.h instead of referring to it. 18 years ago
Luca Barbato 9814587500 Align the input buffer in ffplay, introduce a public macro for aligned declarations 18 years ago
Luca Abeni 001299bfe8 Add some new pixel formats to libavutil 18 years ago
Michael Niedermayer 27cd2c10b0 compatibility warning 18 years ago
Michael Niedermayer 0cb5cfb615 cleanup PixelFormat a little 18 years ago
Michael Niedermayer 955ab9a4d8 attribute_deprecated 18 years ago
Michael Niedermayer 67eca72dc0 SWAP 18 years ago
Diego Biurrun f4bd289a04 Explicitly include fastmemcpy.h from libvo/. 18 years ago
Diego Biurrun 7981555d89 Move all internal -I parameters to the front of CFLAGS to avoid using external 18 years ago
Michael Niedermayer 0a7c36af54 revert aligned realloc() changesm this should be identical to r5784 18 years ago