134 Commits (f4096bf6eeddc605457192476dbbf110d4cc6140)

Author SHA1 Message Date
Diego Biurrun 9b25f4a65f cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. 17 years ago
Måns Rullgård 0e32c8c65a simplify library version handling 17 years ago
Måns Rullgård 5671fc14f6 consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment 17 years ago
Måns Rullgård 800c289a66 less preprocessor magic in version number macros 17 years ago
Måns Rullgård 76a448ed4f Install headers in $prefix/include/$libname 17 years ago
Måns Rullgård 8815bf011e #include avutil.h in postprocess.h 17 years ago
Måns Rullgård e97ac1e6f5 Clean up lib* version definitions 17 years ago
Michael Niedermayer 6c51fd3f2b const 17 years ago
Michael Niedermayer ae77c4b007 Make src const. 17 years ago
Michael Niedermayer b0ddba1291 void arithmetic 17 years ago
Reimar Döffinger 2722e36265 Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as well 17 years ago
Reimar Döffinger 2b858d0b99 Simplify: use DECLARE_ASM_CONST 17 years ago
Diego Pettenò 363728ea0e Build both static and shared libs from the same object. 17 years ago
Michael Niedermayer 927688d6e0 unused 17 years ago
Diego Pettenò fb83ea6417 Make MMX vectors constants. 17 years ago
Diego Pettenò 69fdc40db7 Make pp_help a constant array of characters to move it to .rodata. 17 years ago
Diego Pettenò 649537438e Reduce the size of the replaceTable entries. 17 years ago
Diego Pettenò 9656df7994 Remove clip_table as it is not used anymore. 17 years ago
Diego Pettenò 31bfd6f34f Make the av_class member of PPContext a poiner to constant AVClass. 17 years ago
Diego Pettenò 10ff3ff43b Make pp_help a constant pointer to constant characters, moves it partially 17 years ago
Diego Pettenò ca32534337 Make pp_get_mode_by_name_and_quality accept a constant string. 17 years ago
Diego Pettenò a89889164c Make filterDelimiters and optionDelimiters two static constant array of 17 years ago
Vitor Sessak 52b541ad79 spelling 17 years ago
Diego Biurrun 582c1c47da Declare libpostproc prerequisites directly instead of using a layer of 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
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