index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpostproc
/
postprocess.c
Age
Commit message (
Expand
)
Author
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-03-22
typo fixes: tempBlured --> tempBlurred
Diego Biurrun
2008-03-22
cosmetics: typo fixes
Diego Biurrun
2008-03-22
cosmetics: Fix indentation to be 4 spaces and consistently place {}.
Diego Biurrun
2008-03-18
Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.
Diego Biurrun
2008-03-15
typo fixes
Diego Biurrun
2008-03-14
typos
Diego Biurrun
2008-03-12
typo fixes
Diego Biurrun
2008-02-02
const
Michael Niedermayer
2008-01-30
Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as well
Reimar Döffinger
2008-01-30
Simplify: use DECLARE_ASM_CONST
Reimar Döffinger
2008-01-10
Make MMX vectors constants.
Diego Pettenò
2008-01-10
Make pp_help a constant array of characters to move it to .rodata.
Diego Pettenò
2008-01-10
Reduce the size of the replaceTable entries.
Diego Pettenò
2008-01-08
Remove clip_table as it is not used anymore.
Diego Pettenò
2008-01-07
Make the av_class member of PPContext a poiner to constant AVClass.
Diego Pettenò
2008-01-04
Make pp_help a constant pointer to constant characters, moves it partially
Diego Pettenò
2008-01-03
Make pp_get_mode_by_name_and_quality accept a constant string.
Diego Pettenò
2008-01-03
Make filterDelimiters and optionDelimiters two static constant array of
Diego Pettenò
2007-07-06
Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h.
Diego Biurrun
2007-06-12
misc spelling fixes
Diego Biurrun
2007-05-28
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
Diego Biurrun
2007-05-17
Use DECLARE_ALIGNED for alignment in libpostprocess
Reimar Döffinger
2006-12-08
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-11-01
Use common define for x86_32 and x86_64.
Diego Biurrun
2006-10-16
Fix #endif comments.
Diego Biurrun
2006-10-11
Rename ABS macro to FFABS.
Diego Biurrun
2006-10-11
Rename SIGN macro to FFSIGN to avoid clashes with system headers.
Diego Biurrun
2006-10-11
printf --> av_log with some help from Oded
Diego Biurrun
2006-10-10
Change libpostproc to use the FFMIN/FFMAX macros from libavutil.
Diego Biurrun
2006-10-10
Move sign macro to libavutil.
Diego Biurrun
2006-10-10
Use ABS macro from libavutil.
Diego Biurrun
2006-10-09
Remove gcc-workaround that is already present in libavutil/common.h.
Diego Biurrun
2006-10-09
Fix default license header.
Diego Biurrun
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-03
1000000l for lu_zero (commiting untested? code)
Michael Niedermayer
2006-10-02
make postproc use avutil
Luca Barbato
2006-08-18
Explicitly include fastmemcpy.h from libvo/.
Diego Biurrun
2006-06-18
Add const to (mostly) char* and make some functions static, which aren't used
Stefan Huehner
2006-06-09
CVS --> Subversion
Diego Biurrun
2006-06-01
libavcodec/libpostproc ---> libpostproc
Diego Biurrun