Piotr Kaczuba
|
f4f3300c09
postprocess.c: filter name needs to be double 0 terminated
|
13 лет назад |
Michael Niedermayer
|
c3b6cc61e5
Merge remote-tracking branch 'qatar/master'
|
13 лет назад |
Diego Biurrun
|
0fedf754b2
libpostproc: Remove disabled code.
|
13 лет назад |
Piotr Kaczuba
|
c96f3750c2
postprocess: Remove test for impossible condition (was: Re: postprocess.c: replace check for p==NULL with *p==0)
|
13 лет назад |
Piotr Kaczuba
|
84fb4e9df7
postprocess.c: filter name needs to be double 0 terminated
|
13 лет назад |
Michael Niedermayer
|
ea535ed50d
Revert 1a5e4fd8c5b99478b4e08a69261930bb12aa948b for postproc. This broke the code
|
13 лет назад |
Michael Niedermayer
|
6841c8c579
Merge remote branch 'qatar/master'
|
13 лет назад |
Alex Converse
|
c38d9780eb
cosmetics: trim trailing whitespace in postproc
|
13 лет назад |
Michael Niedermayer
|
b000b86e1d
Merge remote branch 'qatar/master'
|
13 лет назад |
Alex Converse
|
1a5e4fd8c5
Replace strncpy() with av_strlcpy().
|
13 лет назад |
Diego Biurrun
|
a81ff195c1
libpostproc: Remove crufty code disabled by the big bump.
|
13 лет назад |
Michael Niedermayer
|
8ea36711b0
Merge remote-tracking branch 'newdev/master'
|
13 лет назад |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 лет назад |
Janne Grunau
|
faa6f1c306
get rid of the last svn mentions
|
13 лет назад |
Michael Niedermayer
|
e528cdac8a
Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"
|
13 лет назад |
Michael Niedermayer
|
0cb88628fb
Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"
|
13 лет назад |
Janne Grunau
|
a03be6e1ba
use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
|
13 лет назад |
Janne Grunau
|
29ba091136
replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
|
13 лет назад |
Diego Biurrun
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
14 лет назад |
Stefano Sabatini
|
4160069067
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and
|
15 лет назад |
Diego Biurrun
|
c173693698
Add functions to return library license and library configuration.
|
15 лет назад |
David Conrad
|
ef516f7377
Move ALIGN macro to libavutil/common.h and use it in various places
|
15 лет назад |
Ramiro Polla
|
e90f5b5ab1
configure: Add --enable-runtime-cpudetect
|
15 лет назад |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 лет назад |
Diego Biurrun
|
ebc3209a7d
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
|
16 лет назад |
Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 лет назад |
Diego Biurrun
|
bbea3555ec
Remove pointless malloc.h #include.
|
16 лет назад |
Diego Biurrun
|
7dfea3420f
Drop _t from typedef names for POSIX compatibility.
|
16 лет назад |
Diego Biurrun
|
fe9e9d6020
Do not set COMPILE_C if AltiVec is enabled without runtime CPU detection.
|
16 лет назад |
Diego Pettenò
|
be449fca79
Convert asm keyword into __asm__.
|
16 лет назад |
Stefano Sabatini
|
2a4a62bffc
Implement postproc_version().
|
16 лет назад |
Diego Biurrun
|
245976da2a
Use full path for #includes from another directory.
|
16 лет назад |
Diego Biurrun
|
aa089f6c05
typo fixes: tempBlured --> tempBlurred
|
16 лет назад |
Diego Biurrun
|
04932b0d97
cosmetics: typo fixes
|
16 лет назад |
Diego Biurrun
|
16e0bf7349
cosmetics: Fix indentation to be 4 spaces and consistently place {}.
|
16 лет назад |
Diego Biurrun
|
0866c56f0a
Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.
|
16 лет назад |
Diego Biurrun
|
bd10713636
typo fixes
|
16 лет назад |
Diego Biurrun
|
216d513c34
typos
|
16 лет назад |
Diego Biurrun
|
2cab640129
typo fixes
|
16 лет назад |
Michael Niedermayer
|
6c51fd3f2b
const
|
17 лет назад |
Reimar Döffinger
|
2722e36265
Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as well
|
17 лет назад |
Reimar Döffinger
|
2b858d0b99
Simplify: use DECLARE_ASM_CONST
|
17 лет назад |
Diego Pettenò
|
fb83ea6417
Make MMX vectors constants.
|
17 лет назад |
Diego Pettenò
|
69fdc40db7
Make pp_help a constant array of characters to move it to .rodata.
|
17 лет назад |
Diego Pettenò
|
649537438e
Reduce the size of the replaceTable entries.
|
17 лет назад |
Diego Pettenò
|
9656df7994
Remove clip_table as it is not used anymore.
|
17 лет назад |
Diego Pettenò
|
31bfd6f34f
Make the av_class member of PPContext a poiner to constant AVClass.
|
17 лет назад |
Diego Pettenò
|
10ff3ff43b
Make pp_help a constant pointer to constant characters, moves it partially
|
17 лет назад |
Diego Pettenò
|
ca32534337
Make pp_get_mode_by_name_and_quality accept a constant string.
|
17 лет назад |
Diego Pettenò
|
a89889164c
Make filterDelimiters and optionDelimiters two static constant array of
|
17 лет назад |