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
*
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
*
const
Michael Niedermayer
2008-02-02
1
-9
/
+9
*
Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as well
Reimar Döffinger
2008-01-30
1
-1
/
+1
*
Simplify: use DECLARE_ASM_CONST
Reimar Döffinger
2008-01-30
1
-8
/
+8
*
Make MMX vectors constants.
Diego Pettenò
2008-01-10
1
-8
/
+8
*
Make pp_help a constant array of characters to move it to .rodata.
Diego Pettenò
2008-01-10
1
-0
/
+4
*
Reduce the size of the replaceTable entries.
Diego Pettenò
2008-01-10
1
-5
/
+5
*
Remove clip_table as it is not used anymore.
Diego Pettenò
2008-01-08
1
-13
/
+0
*
Make the av_class member of PPContext a poiner to constant AVClass.
Diego Pettenò
2008-01-07
1
-1
/
+1
*
Make pp_help a constant pointer to constant characters, moves it partially
Diego Pettenò
2008-01-04
1
-1
/
+1
*
Make pp_get_mode_by_name_and_quality accept a constant string.
Diego Pettenò
2008-01-03
1
-1
/
+1
*
Make filterDelimiters and optionDelimiters two static constant array of
Diego Pettenò
2008-01-03
1
-2
/
+2
*
Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h.
Diego Biurrun
2007-07-06
1
-2
/
+0
*
misc spelling fixes
Diego Biurrun
2007-06-12
1
-9
/
+9
*
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
Diego Biurrun
2007-05-28
1
-3
/
+0
*
Use DECLARE_ALIGNED for alignment in libpostprocess
Reimar Döffinger
2007-05-17
1
-8
/
+8
*
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-12-08
1
-1
/
+1
*
Use common define for x86_32 and x86_64.
Diego Biurrun
2006-11-01
1
-5
/
+5
*
Fix #endif comments.
Diego Biurrun
2006-10-16
1
-1
/
+1
*
Rename ABS macro to FFABS.
Diego Biurrun
2006-10-11
1
-11
/
+11
*
Rename SIGN macro to FFSIGN to avoid clashes with system headers.
Diego Biurrun
2006-10-11
1
-3
/
+3
*
printf --> av_log with some help from Oded
Diego Biurrun
2006-10-11
1
-16
/
+17
*
Change libpostproc to use the FFMIN/FFMAX macros from libavutil.
Diego Biurrun
2006-10-10
1
-11
/
+8
*
Move sign macro to libavutil.
Diego Biurrun
2006-10-10
1
-1
/
+0
*
Use ABS macro from libavutil.
Diego Biurrun
2006-10-10
1
-1
/
+0
*
Remove gcc-workaround that is already present in libavutil/common.h.
Diego Biurrun
2006-10-09
1
-8
/
+0
*
Fix default license header.
Diego Biurrun
2006-10-09
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-18
/
+20
*
1000000l for lu_zero (commiting untested? code)
Michael Niedermayer
2006-10-03
1
-1
/
+1
*
make postproc use avutil
Luca Barbato
2006-10-02
1
-23
/
+19
[next]