54 Commits (7b0d75fc400e97e8aae7c5b02f3b3294e25db09a)

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 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
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 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
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
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
Luca Barbato 9814587500 Align the input buffer in ffplay, introduce a public macro for aligned declarations 18 years ago
Michael Niedermayer 955ab9a4d8 attribute_deprecated 18 years ago
Michael Niedermayer 67eca72dc0 SWAP 18 years ago
Reimar Döffinger aab7715910 do not include bswap.h in common.h for external programs, since the former 18 years ago
Luca Abeni cea8f6f323 Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil 18 years ago
Reimar Döffinger 05020c89eb Split common.h in two parts, purely internal stuff (internal.h) and things 18 years ago
Måns Rullgård 29e4710a70 indent 18 years ago
Måns Rullgård 0339e2b49f simplify 18 years ago
Måns Rullgård 6d3d62b3d3 simplify 18 years ago
Måns Rullgård 1dd590619a remove impossible #ifdef case 18 years ago
Måns Rullgård b2b48c77ca remove old msvc cruft 18 years ago
Måns Rullgård 43756fa17f remove redundant #include <math.h> 18 years ago
Diego Biurrun 2f30a81d19 CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just 18 years ago
Diego Biurrun f7facfbf23 cosmetics: Fix indentation after last commit. 18 years ago
Diego Biurrun 4bbefe6b5e Remove old MSVC remnants. 18 years ago
Michael Niedermayer 18769c0a79 cosmetic 18 years ago
Michael Niedermayer a7702890bd remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) 18 years ago
Michael Niedermayer 9d82b0dda1 moving utf8 reading function to libavutil 18 years ago
Luca Barbato 24dd8c616d Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org> 19 years ago
Måns Rullgård 959e63c9ba floorf() is not used, and causes warnings on Solaris 19 years ago
Diego Pettenò 72468a035a make sure NDEBUG is not defined already before defining it 19 years ago
Aurelien Jacobs 77177335f0 document clip functions 19 years ago
Panagiotis Issaris 3a1fda0a37 clip_uint8 should return an uint8_t instead of an int (patch by Panagiotis Issaris < takis.issaris _at_ uhasselt.be >) 19 years ago
Måns Rullgård d2fbcb3bc8 #define [U]INT32_{MIN,MAX} if missing 19 years ago
Sam Hocevar 5f112e1f96 Proper mangling information for symbols in OS X Mach-O shared objects. 19 years ago
Diego Biurrun 320d060ae9 On MinGW it is not possible to build shared and static libraries at once. 19 years ago
Gildas Bazin ac44871c77 WinCE cross-compilation support 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
François Revol 86f77a493a Add some more PRIfooNN crap so it builds again here. Why can't ppl add defaults when they use such things ? 19 years ago
Fredrik Orderud 765c344060 Define EMULATE_INTTYPES for all windows-systems, except Cygwin and MinGW 19 years ago
François Revol e684b35d62 fix for systems not defining PRIu64, not everyone knows C99. 19 years ago