81 Commits (3c033d00f5990e48b14f962d33c362f76695fb07)

Author SHA1 Message Date
Michael Niedermayer 561a365dca pp: check that the argument is not NULL as this is not supported 13 years ago
Michael Niedermayer 234d42f53b postprocess: fix another void returning void function. 13 years ago
Michael Niedermayer 7f80afe0a7 libpostproc: add bitexact mode, which is needed for regression testing. 13 years ago
Michael Niedermayer f1808e3048 libpostproc: add pp=help support to print the help text via av_log() 13 years ago
Diego Biurrun b315042c8c Remove libpostproc. 13 years ago
Michael Niedermayer 55a6d8d9fa libpostproc: increase LIBPOSTPROC_VERSION_MICRO to 100 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Diego Biurrun c68fafe0d2 doxygen: eliminate Qt-style doxygen syntax 13 years ago
Piotr Kaczuba f4f3300c09 postprocess.c: filter name needs to be double 0 terminated 13 years ago
Diego Biurrun 0fedf754b2 libpostproc: Remove disabled code. 14 years ago
Piotr Kaczuba c96f3750c2 postprocess: Remove test for impossible condition (was: Re: postprocess.c: replace check for p==NULL with *p==0) 14 years ago
Piotr Kaczuba 84fb4e9df7 postprocess.c: filter name needs to be double 0 terminated 14 years ago
Michael Niedermayer ea535ed50d Revert 1a5e4fd8c5 for postproc. This broke the code 14 years ago
Alex Converse c38d9780eb cosmetics: trim trailing whitespace in postproc 14 years ago
Alex Converse 1a5e4fd8c5 Replace strncpy() with av_strlcpy(). 14 years ago
Diego Biurrun a81ff195c1 libpostproc: Remove crufty code disabled by the big bump. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Janne Grunau faa6f1c306 get rid of the last svn mentions 14 years ago
Michael Niedermayer e528cdac8a Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" 14 years ago
Michael Niedermayer 0cb88628fb Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*" 14 years ago
Janne Grunau a03be6e1ba use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 14 years ago
Janne Grunau 29ba091136 replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 4160069067 Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and 15 years ago
Diego Biurrun c173693698 Add functions to return library license and library configuration. 15 years ago
David Conrad ef516f7377 Move ALIGN macro to libavutil/common.h and use it in various places 16 years ago
Ramiro Polla e90f5b5ab1 configure: Add --enable-runtime-cpudetect 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun ebc3209a7d HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun bbea3555ec Remove pointless malloc.h #include. 16 years ago
Diego Biurrun 7dfea3420f Drop _t from typedef names for POSIX compatibility. 16 years ago
Diego Biurrun fe9e9d6020 Do not set COMPILE_C if AltiVec is enabled without runtime CPU detection. 16 years ago
Diego Pettenò be449fca79 Convert asm keyword into __asm__. 16 years ago
Stefano Sabatini 2a4a62bffc Implement postproc_version(). 16 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Diego Biurrun aa089f6c05 typo fixes: tempBlured --> tempBlurred 17 years ago
Diego Biurrun 04932b0d97 cosmetics: typo fixes 17 years ago
Diego Biurrun 16e0bf7349 cosmetics: Fix indentation to be 4 spaces and consistently place {}. 17 years ago
Diego Biurrun 0866c56f0a Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC. 17 years ago
Diego Biurrun bd10713636 typo fixes 17 years ago
Diego Biurrun 216d513c34 typos 17 years ago
Diego Biurrun 2cab640129 typo fixes 17 years ago
Michael Niedermayer 6c51fd3f2b const 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ò 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