| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Originally committed as revision 1586 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 9427 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Originally committed as revision 9428 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
| |
Originally committed as revision 9402 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
| |
Originally committed as revision 8806 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
| |
Originally committed as revision 8041 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
| |
Originally committed as revision 8039 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
| |
Originally committed as revision 8020 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
| |
Originally committed as revision 7986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
| |
Originally committed as revision 7985 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
| |
Originally committed as revision 7974 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
| |
Originally committed as revision 7973 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
| |
Originally committed as revision 7964 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
|
|
| |
prefixing all functions with pp_ to avoid namespace issues
Originally committed as revision 7962 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
| |
Originally committed as revision 7961 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
remove opendivx #ifdefs
remove rk1 filter
remove unused / obsolete stuff
add -1,4,2,4,-1 deinterlacing filter (ffmpeg uses that)
threadsafe / no more non-const globals
some optimizations
different strides for Y,U,V possible
remove ebx usage (someone really should fix gcc, this is really lame)
change the dering filter slightly (tell me if its worse for any files)
Originally committed as revision 7947 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
| |
Originally committed as revision 5577 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
|
|
|
| |
force quantizer (for these lq movies which where reencoded at high bitrates)
(c) 2002
Originally committed as revision 3965 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
|
|
| |
non mmx compilation bugfix
Originally committed as revision 3833 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
|
|
| |
see line527@postproc/postprocess.c ;) for the documentation of the format
Originally committed as revision 3772 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
|
|
| |
faster with -benchmark -vo null -nosound
Originally committed as revision 3155 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
|
|
| |
setting the thresholds from the commandline requires postprocess2() / getPpModeByNameAndQuality() (someone could perhaps modify mplayer so that they are beiing used, iam too lazy for it ;)
Originally committed as revision 2861 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
| |
Originally committed as revision 2475 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
|
|
| |
getPPModeByNameAndQuality
Originally committed as revision 2390 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
| |
Originally committed as revision 2293 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
| |
Originally committed as revision 2287 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
|
|
|
| |
fixed the color range for yuv
fixed the width %8!=0 bug (another 1% speed loss)
Originally committed as revision 2286 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
|
|
|
|
| |
simplified a few things
removed last row variants of the deinterlace filters, they are not needed anymore
added cubic interpolating deinterlacer
Originally committed as revision 2247 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
|
|
|
| |
median deinterlace in MMX
fixed typos
Originally committed as revision 2222 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
|
|
|
| |
added deinterlace filters (linear interpolate, linear blend, median)
minor cleanups (removed some outcommented stuff)
Originally committed as revision 2204 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
|
|
|
| |
- TIMEING && MORE_TIMEING disabled by default
- private stuff moved to postprocess.c to avoid possible conflicts
Originally committed as revision 2190 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
|
|
|
| |
- getModeForQuality -> getPpModeForQuality renamed
- #define POSTPROCESS_H -> NEWPOSTPROCESS_H (to avoid conflicts)
Originally committed as revision 2187 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
|
|
|
|
| |
changed the X1 Filter slightly to make flat blocks look like in the 9tap lpf
minor change to the -pp numbers & added decimal numbers in comments
new experimental horizontal deblocking filter
Originally committed as revision 2180 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
| |
Originally committed as revision 2170 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
|
|
|
|
|
|
|
| |
brightness statistics messed up with initial black pic
changed initial values of the brightness statistics
C++ -> C conversation
QP range question solved (very likely 1<=QP<=32 according to arpi)
new experimental vertical deblocking filter
RK filter has 3dNow support now (untested)
Originally committed as revision 2169 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
|
|
|
|
|
|
|
| |
3dnow version of the Horizontal & Vertical Lowpass filters
mmx version of the Horizontal Default filter
mmx2 & C versions of a simple filter described in a paper from ramkishor & karan
added mode flags & quality2mode function
Originally committed as revision 2160 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
|
Originally committed as revision 2159 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|