Michael Niedermayer
|
23b3fe00bb
postproc: fix qp count
|
10 years ago |
Michael Niedermayer
|
42669252e8
postproc/postprocess: fix quant store for fq mode
|
10 years ago |
Clément Bœsch
|
518239cd61
build: postproc cleanup.
|
12 years ago |
Michael Niedermayer
|
9e04e11e83
libpostproc: alloc a few bytes more in the temporary buffer
|
12 years ago |
Michael Niedermayer
|
f9d8658d67
libpostproc: fix leak of 2kb
|
12 years ago |
Clément Bœsch
|
4e264d1c79
pp: add support for SSE2.
|
12 years ago |
Clément Bœsch
|
59d686f100
pp: add auto detection cpu flag.
|
12 years ago |
Clément Bœsch
|
e034b07e40
pp: add various const for pointers.
|
12 years ago |
Clément Bœsch
|
c6945228e8
pp: simplify postProcess().
|
12 years ago |
Clément Bœsch
|
375cd3f2ec
pp: rework the way templating is done.
|
12 years ago |
Derek Buitenhuis
|
e20ac54f3e
postproc: Fix unprotected inline asm
|
12 years ago |
XhmikosR
|
08bd8c8ab3
rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXT
|
12 years ago |
Michael Niedermayer
|
561a365dca
pp: check that the argument is not NULL as this is not supported
|
12 years ago |
Michael Niedermayer
|
234d42f53b
postprocess: fix another void returning void function.
|
12 years ago |
Michael Niedermayer
|
7f80afe0a7
libpostproc: add bitexact mode, which is needed for regression testing.
|
12 years ago |
Michael Niedermayer
|
f1808e3048
libpostproc: add pp=help support to print the help text via av_log()
|
12 years ago |
Michael Niedermayer
|
55a6d8d9fa
libpostproc: increase LIBPOSTPROC_VERSION_MICRO to 100
|
13 years ago |
Michael Niedermayer
|
7fad19a63d
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Diego Biurrun
|
da9cea77e3
Fix a bunch of common typos.
|
13 years ago |
Michael Niedermayer
|
b404ab9e74
Merge remote-tracking branch 'qatar/master'
|
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 |
Michael Niedermayer
|
c3b6cc61e5
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Diego Biurrun
|
0fedf754b2
libpostproc: Remove disabled code.
|
13 years ago |
Piotr Kaczuba
|
c96f3750c2
postprocess: Remove test for impossible condition (was: Re: postprocess.c: replace check for p==NULL with *p==0)
|
13 years ago |
Piotr Kaczuba
|
84fb4e9df7
postprocess.c: filter name needs to be double 0 terminated
|
13 years ago |
Michael Niedermayer
|
ea535ed50d
Revert 1a5e4fd8c5b99478b4e08a69261930bb12aa948b for postproc. This broke the code
|
13 years ago |
Michael Niedermayer
|
6841c8c579
Merge remote branch 'qatar/master'
|
13 years ago |
Alex Converse
|
c38d9780eb
cosmetics: trim trailing whitespace in postproc
|
13 years ago |
Michael Niedermayer
|
b000b86e1d
Merge remote branch 'qatar/master'
|
13 years ago |
Alex Converse
|
1a5e4fd8c5
Replace strncpy() with av_strlcpy().
|
13 years ago |
Diego Biurrun
|
a81ff195c1
libpostproc: Remove crufty code disabled by the big bump.
|
13 years ago |
Michael Niedermayer
|
8ea36711b0
Merge remote-tracking branch 'newdev/master'
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Janne Grunau
|
faa6f1c306
get rid of the last svn mentions
|
13 years ago |
Michael Niedermayer
|
e528cdac8a
Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"
|
13 years ago |
Michael Niedermayer
|
0cb88628fb
Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"
|
13 years ago |
Janne Grunau
|
a03be6e1ba
use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
|
13 years ago |
Janne Grunau
|
29ba091136
replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
|
13 years ago |
Diego Biurrun
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
14 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
|
15 years ago |
Ramiro Polla
|
e90f5b5ab1
configure: Add --enable-runtime-cpudetect
|
15 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 |