282 Commits (07cbff39a79ee74385def1a6da8233ecdc58e6ac)

Author SHA1 Message Date
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
Michael Niedermayer 732692d94c trying to fix av_realloc() 18 years ago
Michael Niedermayer 75c413ae77 align av_realloc() 18 years ago
Guillaume Poirier 71295009be Add #define REGc 18 years ago
Baptiste Coudurier 1ce83a36bf use C99 standard constant, thanks to Foxy Shadis 18 years ago
Michael Niedermayer a2fd60437d floating point "emulation" code 18 years ago
Diego Biurrun 538389c981 Fix FSF postal address. 18 years ago
Reimar Döffinger aab7715910 do not include bswap.h in common.h for external programs, since the former 18 years ago
Michael Niedermayer 918a45917c removing redundant mess next time we break compatiility 18 years ago
Michael Niedermayer 79dc59b726 simplify 18 years ago
Michael Niedermayer 0912bf577a for floats fabs is better & smaller then ABS 18 years ago
Michael Niedermayer f296446564 simpler, smaller and faster 18 years ago
Luca Abeni 47adb88609 Install log.h 18 years ago
Michael Niedermayer 1d94a6620f simplify 18 years ago