466 Commits (9d2cc8c1ee586c4f01745ed78ece1462119c68fb)

Author SHA1 Message Date
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 a08d38ee82 put the code which is specific for the large crc table under #ifndef CONFIG_SMALL 18 years ago
Michael Niedermayer 9d82b0dda1 moving utf8 reading function to libavutil 18 years ago
Diego Biurrun a020e2c5f0 Add proper LGPL header. 18 years ago
Diego Biurrun da2e9781bb spelling typo 18 years ago
Luca Barbato 24dd8c616d Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org> 18 years ago
Diego Biurrun f130fd4630 cosmetics: Break overly long lines. 18 years ago
Måns Rullgård 959e63c9ba floorf() is not used, and causes warnings on Solaris 18 years ago
Michael Niedermayer 767aeb11fb simplify 18 years ago
Luca Barbato 5351c29cbe fix endianess build in a better way 18 years ago
Luca Abeni 9c39071d6d Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h 18 years ago
Luca Barbato a8d88e03d2 big endian fix 18 years ago
Måns Rullgård d10fda8ee2 1l: put that int i back 18 years ago
Måns Rullgård 4dddc5e10c kill warnings 18 years ago
Ivo van Poorten fb9cc9e7aa compile md5 and include in libavutil.a 18 years ago
Ivo van Poorten 93d6aeb0a4 add missing declaration for av_md5_sum 18 years ago
Ivo van Poorten f28660eb3f cast pointers to make compiler happy 18 years ago
Michael Niedermayer 94d85eaf34 md5 support 18 years ago
Diego Pettenò 72468a035a make sure NDEBUG is not defined already before defining it 18 years ago
Måns Rullgård 42225a3058 remove redundant make variable SUBDIR 19 years ago
Michael Niedermayer fc861443d3 improve selftest 19 years ago
Diego Biurrun fefbdd2e67 Remove some lines that are duplicated in common.mak. 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
Michael Niedermayer 2bda41e5b2 extend range used for testing (larger range should work too but testing code overflows) 19 years ago
Michael Niedermayer 5c1cb3792d <= vs. >= 10l bug 19 years ago
Måns Rullgård d1c9b76287 add newline at end of file 19 years ago
Michael Niedermayer fdb3a34156 avoid AVInteger usage in av_rescale 19 years ago
Måns Rullgård d2fbcb3bc8 #define [U]INT32_{MIN,MAX} if missing 19 years ago
Luca Abeni 5d6ed7c141 move enum PixelFormat from libavcodec to libavutil 19 years ago
Sam Hocevar 5f112e1f96 Proper mangling information for symbols in OS X Mach-O shared objects. 19 years ago
Michael Niedermayer 43a80ccee5 generic crc calculation code 19 years ago
Ivan Kalvachev afe6a4a0be Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 code. 19 years ago
Måns Rullgård 8b2121e3de move common parts of makefiles into common.mak 19 years ago
Diego Biurrun dc2a1ce5c0 Simplify header installation. 19 years ago
Diego Biurrun b12f8273fa Separate library install into static and shared installation. 19 years ago
Diego Biurrun f29f3b5d9f Separate header file installation from the general install target. 19 years ago
Michael Niedermayer f11288dab4 AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org) 19 years ago
Dieter a851b8e898 add missing #includes 19 years ago
Diego Biurrun 320d060ae9 On MinGW it is not possible to build shared and static libraries at once. 19 years ago
Diego Biurrun c0af384013 Simplify LDFLAGS handling for MinGW. 19 years ago
Diego Biurrun 04c07634d6 Remove obscure Makefile.bak entry from distclean rules. 19 years ago
Gildas Bazin ac44871c77 WinCE cross-compilation support 19 years ago
Diego Biurrun 29a10be0d4 Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. 19 years ago
Diego Biurrun 4bdd05e76f Move library name generation to configure, simplifies build system a bit more. 19 years ago
Diego Biurrun f3b6010916 Create symbolic links for all library sonames and clean up Makefiles. 19 years ago