59 Commits (ca34b9e61551506aab28a0839999d6caa05dcece)

Author SHA1 Message Date
Diego Biurrun 52703a6459 Use filename as multiple inclusion guard. 17 years ago
Diego Biurrun 8008a04325 Move Apple gcc AltiVec vector declaration syntax to libavutil. 17 years ago
Diego Biurrun 9d16f87ffd Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). 17 years ago
Diego Biurrun 021551c587 Uppercase variable overlooked in last commit. 17 years ago
Diego Biurrun 3b7660b002 Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h. 17 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 17 years ago
Diego Biurrun 224906414b Remove leading underscores from specifiers, they are reserved. 17 years ago
Diego Biurrun 53eecfdefc Fix 'make checkheaders'. 17 years ago
Guillaume Poirier efb775777f add a comment to indicate which #endif belong to which #define 18 years ago
Måns Rullgård 699b3f99d0 add multiple inclusion guards to headers 18 years ago
Diego Biurrun 90b5b51eab misc typo fixes 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Diego Biurrun fa62bdb868 Move libpostproc-specific uninstallation command to the libpostproc Makefile. 18 years ago
Diego Biurrun 42610c4983 Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. 18 years ago
Reimar Döffinger 0bda781739 Use DECLARE_ALIGNED for alignment in libpostprocess 18 years ago
Diego Biurrun 605315248c Remove extern C declarations for C++. 18 years ago
Diego Biurrun e42dba481f typos/grammar 18 years ago
Luca Barbato 4906b0267a Typo 18 years ago
Luca Barbato 97cda6b944 Many steps to avutilized this mess: DECLARE_ALIGNED 18 years ago
Diego Biurrun 3cee76e6c9 Remove useless conditional. 18 years ago
Diego Biurrun 57177f648d cosmetics: Fix another common typo, gurantee --> guArantee. 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 997baf0141 allow spaces in source and build directory names 18 years ago
Diego Biurrun 3cd52279c9 Use common define for x86_32 and x86_64. 18 years ago
Diego Biurrun 5423fe7391 Fix dependencies for 'make dep'. 18 years ago
Diego Biurrun c45b5de03a Fix #endif comments. 18 years ago
Diego Biurrun 14f29f795d Revert putting EXTRALIBS in common.mak, linking fails on MinGW. 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 e7becfb25f printf --> av_log with some help from Oded 18 years ago
Diego Biurrun 6b6b5003de Remove unused variables. 18 years ago
Diego Biurrun 8925915fcc Change libpostproc to use the FFMIN/FFMAX macros from libavutil. 18 years ago
Diego Biurrun a22b7322cc Move sign macro to libavutil. 18 years ago
Diego Biurrun e0296b9a2e Use ABS macro from libavutil. 18 years ago
Diego Biurrun c6a9271c56 Remove gcc-workaround that is already present in libavutil/common.h. 18 years ago
Diego Biurrun ef85972ba5 Fix default license header. 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
Diego Biurrun 4aad0d6db6 Remove bogus commented out include line. 18 years ago
Diego Biurrun 0533322ea3 Move EXTRALIBS handling to common.mak. 18 years ago
Michael Niedermayer 4851f2ad92 1000000l for lu_zero (commiting untested? code) 18 years ago
Luca Barbato 17ff55356a Fix postproc build, thanks to Pavlov Konstantin <thresh@cpms.ru> 18 years ago
Luca Barbato 6ab6c7c3cc make postproc use avutil 18 years ago
Diego Biurrun dc8cd49f1a Remove superfluous ifeq. 18 years ago
Diego Biurrun 691c480e7f Fix 'make depend' for libpostproc. 18 years ago
Diego Biurrun 380b2da75a Replace informal GPL notice by official header. 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
Diego Biurrun c895987b33 Remove unnecessary -I. option. 18 years ago