index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
postproc
/
postprocess.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
in libavcodec now -> remove
michael
2003-02-14
1
-874
/
+0
*
avoid #include "../
michael
2003-02-11
1
-3
/
+3
*
C implementation of the median deinterlacer (seems to be the only one
rfelker
2003-01-23
1
-1
/
+1
*
YUV 411/422/444 support for pp
michael
2003-01-05
1
-3
/
+9
*
buffer alloc cleanup / 10l
michael
2002-12-29
1
-27
/
+43
*
dont use fastmemcpy for PIC
michael
2002-11-04
1
-0
/
+2
*
pp docs
michael
2002-11-03
1
-6
/
+5
*
cleanup
michael
2002-11-02
1
-6
/
+1
*
cleanup
michael
2002-11-02
1
-83
/
+49
*
cosmetics requested by kabi
michael
2002-11-01
1
-1
/
+1
*
removing "-npp" (found by arpi)
michael
2002-10-30
1
-4
/
+4
*
per context cpuCaps (idea by kabi)
michael
2002-10-30
1
-13
/
+9
*
change qscale type to int8 and fix qscale ordering
michael
2002-10-30
1
-1
/
+1
*
cleanly passing the cpuCaps
michael
2002-10-30
1
-13
/
+11
*
10l
michael
2002-10-29
1
-0
/
+2
*
cleanup
michael
2002-10-29
1
-47
/
+15
*
cosmetics ;)
michael
2002-10-29
1
-4
/
+4
*
better deblocking filter
michael
2002-10-29
1
-25
/
+55
*
postprocessing cleanup:
michael
2002-10-28
1
-300
/
+180
*
applied 64bit patch from Ulrich Hecht <uli at suse dot de>
alex
2002-05-23
1
-1
/
+1
*
Added reverting support for -pp and -npp options
albeu
2002-01-19
1
-6
/
+33
*
mangle for win32 in postproc
atmos4
2002-01-19
1
-0
/
+1
*
dont print -npp parser debug info if only -v
michael
2002-01-13
1
-5
/
+20
*
fixed -npp help ... i think i need more sleep ;)
michael
2002-01-04
1
-7
/
+7
*
-npp help
michael
2002-01-04
1
-37
/
+43
*
-npp fq:<quantizer>
michael
2002-01-03
1
-5
/
+27
*
minor brightness/contrast bugfix / moved some global vars into ppMode
michael
2001-12-28
1
-15
/
+12
*
customizeable deblocking (2 thresholds)
michael
2001-12-28
1
-16
/
+49
*
101
michael
2001-12-26
1
-4
/
+5
*
new -pp options stuff (-npp ...)
michael
2001-12-26
1
-18
/
+46
*
runtime cpu detect optional (compiles faster)
michael
2001-11-27
1
-6
/
+45
*
runtime cpu detection
michael
2001-11-24
1
-3094
/
+117
*
use fastmemcpy for chrominance if no chrominance filtering is done
michael
2001-11-24
1
-9
/
+38
*
faster dering
michael
2001-11-24
1
-57
/
+119
*
1% speedup
michael
2001-11-20
1
-46
/
+37
*
oops, too much cleanup ;)
michael
2001-11-20
1
-0
/
+140
*
cleanup
michael
2001-11-20
1
-751
/
+48
*
faster mmx2 / 3dnow deblocking filter
michael
2001-11-19
1
-8
/
+333
*
temp denoiser:
michael
2001-11-14
1
-6
/
+38
*
temp denoiser changes: (a-b)^2 instead of |a-b| and MMX2/3DNOW version
michael
2001-11-14
1
-5
/
+294
*
temporal noise reducer in C (-pp 0x100000)
michael
2001-11-13
1
-49
/
+208
*
QP_store==null bugfix and no opendivx bugfix
michael
2001-11-11
1
-0
/
+15
*
added missing #include <malloc.h>
pl
2001-11-09
1
-1
/
+1
*
gcc does optimize writes to non volatile variables away if it didnt know that...
michael
2001-11-06
1
-2
/
+2
*
minor changes (fixed some warnings, added attribute aligned(8) stuff)
michael
2001-11-06
1
-39
/
+46
*
deinterlace bugfix
michael
2001-10-31
1
-20
/
+112
*
c speedup (x1, rk1 filters)
michael
2001-10-31
1
-15
/
+15
*
minor speedup
michael
2001-10-30
1
-12
/
+27
*
faster dering
michael
2001-10-26
1
-9
/
+13
*
dering in c
michael
2001-10-26
1
-11
/
+85
*
a few warning fixes (missing #include's)
pl
2001-10-25
1
-0
/
+3
*
3dnow dering
michael
2001-10-25
1
-10
/
+32
*
dering in mmx2
michael
2001-10-25
1
-31
/
+151
*
fixed difference with -vo md5 between doVertDefFilter() C and MMX / MMX2 vers...
michael
2001-10-25
1
-37
/
+84
*
much better horizontal filters (transpose & use the vertical ones) :)
michael
2001-10-24
1
-81
/
+226
*
more speed
michael
2001-10-24
1
-10
/
+56
*
more speed
michael
2001-10-23
1
-63
/
+59
*
and another +2% speedup
michael
2001-10-23
1
-28
/
+47
*
optimizations (+2% speedup)
michael
2001-10-23
1
-29
/
+16
*
brightness / contrast fix/copy optimizations +2% speedup
michael
2001-10-23
1
-21
/
+15
*
negative black bugfix
michael
2001-10-23
1
-11
/
+10
*
auto brightness/ contrast bugfix
michael
2001-10-22
1
-17
/
+235
*
more logic behavior if the altenative deblock filters are used (turning a alt...
michael
2001-10-19
1
-24
/
+18
*
added compiletime option to turn width%8==0 on
michael
2001-10-19
1
-0
/
+4
*
fixed a bug in the tmp buffer
michael
2001-10-19
1
-4
/
+50
*
fixed the height%8!=0 bug
michael
2001-10-17
1
-275
/
+152
*
quick fix for movies with a height which is not a multiple of 8
michael
2001-10-17
1
-1
/
+1
*
minor cleanups
michael
2001-10-16
1
-43
/
+80
*
rewrote the horizontal lowpass filter to fix a bug which caused a blocky look
michael
2001-10-15
1
-24
/
+475
*
c++ fix
arpi
2001-10-14
1
-1
/
+2
*
Cleanup:
arpi
2001-10-13
1
-0
/
+10
*
small changes for mplayer integration:
arpi
2001-10-13
1
-10
/
+53
*
fixed a sig4 bug an non mmx2 cpus (in case of more sig4 errors please send me...
michael
2001-10-13
1
-17
/
+20
*
minor QP scaling & auto-contrast bugfix
michael
2001-10-13
1
-7
/
+8
*
fixed a rounding bug thing in the X1 Filter
michael
2001-10-13
1
-25
/
+247
*
final changes to convert to C
michael
2001-10-11
1
-2
/
+2
*
bugfixes: last 3 lines not brightness/contrast corrected
michael
2001-10-11
1
-79
/
+265
*
fixed a bug in the horizontal default filter
arpi
2001-10-10
1
-100
/
+371
*
new postprocess code by Michael Niedermayer (michaelni@gmx.at)
arpi
2001-10-10
1
-0
/
+1551