index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libpostproc
/
postprocess.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
postproc: Fix unprotected inline asm
Derek Buitenhuis
2012-09-11
1
-31
/
+31
*
rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXT
XhmikosR
2012-08-20
1
-11
/
+11
*
pp: check that the argument is not NULL as this is not supported
Michael Niedermayer
2012-07-07
1
-0
/
+5
*
postprocess: fix another void returning void function.
Michael Niedermayer
2012-06-10
1
-2
/
+4
*
libpostproc: add bitexact mode, which is needed for regression testing.
Michael Niedermayer
2012-02-29
1
-2
/
+5
*
libpostproc: add pp=help support to print the help text via av_log()
Michael Niedermayer
2012-02-27
1
-0
/
+9
*
libpostproc: increase LIBPOSTPROC_VERSION_MICRO to 100
Michael Niedermayer
2011-12-22
1
-0
/
+2
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-12
1
-1
/
+1
|
\
|
*
Fix a bunch of common typos.
Diego Biurrun
2011-12-11
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-06
1
-2
/
+2
|
\
\
|
|
/
|
*
doxygen: eliminate Qt-style doxygen syntax
Diego Biurrun
2011-12-05
1
-2
/
+2
|
*
postprocess.c: filter name needs to be double 0 terminated
Piotr Kaczuba
2011-08-26
1
-2
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-06
1
-32
/
+0
|
\
\
|
|
/
|
*
libpostproc: Remove disabled code.
Diego Biurrun
2011-07-06
1
-32
/
+0
*
|
postprocess: Remove test for impossible condition (was: Re: postprocess.c: re...
Piotr Kaczuba
2011-06-02
1
-2
/
+1
*
|
postprocess.c: filter name needs to be double 0 terminated
Piotr Kaczuba
2011-05-31
1
-3
/
+4
*
|
Revert 1a5e4fd8c5b99478b4e08a69261930bb12aa948b for postproc. This broke the ...
Michael Niedermayer
2011-05-29
1
-2
/
+2
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-09
1
-1
/
+0
|
\
\
|
|
/
|
*
cosmetics: trim trailing whitespace in postproc
Alex Converse
2011-05-08
1
-1
/
+0
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-05
1
-1
/
+2
|
\
\
|
|
/
|
*
Replace strncpy() with av_strlcpy().
Alex Converse
2011-05-03
1
-1
/
+2
|
*
libpostproc: Remove crufty code disabled by the big bump.
Diego Biurrun
2011-04-20
1
-4
/
+0
*
|
Merge remote-tracking branch 'newdev/master'
Michael Niedermayer
2011-03-19
1
-1
/
+1
|
\
\
|
|
/
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
*
get rid of the last svn mentions
Janne Grunau
2011-03-18
1
-1
/
+1
*
|
Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"
Michael Niedermayer
2011-03-17
1
-1
/
+1
*
|
Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"
Michael Niedermayer
2011-03-17
1
-1
/
+1
|
/
*
use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
Janne Grunau
2011-03-16
1
-1
/
+1
*
replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
Janne Grunau
2011-03-16
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and
Stefano Sabatini
2010-01-03
1
-2
/
+2
*
Add functions to return library license and library configuration.
Diego Biurrun
2009-11-18
1
-0
/
+11
*
Move ALIGN macro to libavutil/common.h and use it in various places
David Conrad
2009-05-22
1
-1
/
+1
*
configure: Add --enable-runtime-cpudetect
Ramiro Polla
2009-04-08
1
-7
/
+7
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
Diego Biurrun
2009-01-25
1
-8
/
+8
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-28
/
+33
*
Remove pointless malloc.h #include.
Diego Biurrun
2008-12-19
1
-3
/
+0
*
Drop _t from typedef names for POSIX compatibility.
Diego Biurrun
2008-12-11
1
-5
/
+5
*
Do not set COMPILE_C if AltiVec is enabled without runtime CPU detection.
Diego Biurrun
2008-12-11
1
-1
/
+1
*
Convert asm keyword into __asm__.
Diego Pettenò
2008-10-16
1
-4
/
+4
*
Implement postproc_version().
Stefano Sabatini
2008-09-01
1
-0
/
+5
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+1
*
typo fixes: tempBlured --> tempBlurred
Diego Biurrun
2008-03-22
1
-4
/
+4
*
cosmetics: typo fixes
Diego Biurrun
2008-03-22
1
-2
/
+3
*
cosmetics: Fix indentation to be 4 spaces and consistently place {}.
Diego Biurrun
2008-03-22
1
-687
/
+650
*
Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.
Diego Biurrun
2008-03-18
1
-6
/
+0
*
typo fixes
Diego Biurrun
2008-03-15
1
-1
/
+1
*
typos
Diego Biurrun
2008-03-14
1
-2
/
+2
*
typo fixes
Diego Biurrun
2008-03-12
1
-1
/
+1
[next]