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 |
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 |
Diego Biurrun
|
3b7660b002
Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h.
|
17 years ago |
Diego Biurrun
|
755bfeabcc
misc spelling fixes
|
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 |
Måns Rullgård
|
849f10351d
rename always_inline to av_always_inline and move to common.h
|
18 years ago |
Diego Biurrun
|
3cd52279c9
Use common define for x86_32 and x86_64.
|
18 years ago |
Diego Biurrun
|
c45b5de03a
Fix #endif comments.
|
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
|
e7becfb25f
printf --> av_log with some help from Oded
|
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 |
Michael Niedermayer
|
4851f2ad92
1000000l for lu_zero (commiting untested? code)
|
18 years ago |
Luca Barbato
|
6ab6c7c3cc
make postproc use avutil
|
18 years ago |