summaryrefslogtreecommitdiff
path: root/postproc/postprocess_template.c
Commit message (Collapse)AuthorAge
* faster deringMichael Niedermayer2001-10-26
| | | | Originally committed as revision 2479 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* dering in cMichael Niedermayer2001-10-26
| | | | | | dering bugfix Originally committed as revision 2478 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* a few warning fixes (missing #include's)Pierre Lombard2001-10-25
| | | | Originally committed as revision 2477 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 3dnow deringMichael Niedermayer2001-10-25
| | | | Originally committed as revision 2476 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* dering in mmx2Michael Niedermayer2001-10-25
| | | | Originally committed as revision 2474 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixed difference with -vo md5 between doVertDefFilter() C and MMX / MMX2 ↵Michael Niedermayer2001-10-25
| | | | | | | | | versions fixed some warnings fixed the cant compile on non x86 systems (i didnt apply the patch from Oliver Schoenbrunner <oliver.schoenbrunner@jku.at> because it used ARCH_X86 instead of HAVE_MMX) Originally committed as revision 2462 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* much better horizontal filters (transpose & use the vertical ones) :)Michael Niedermayer2001-10-24
| | | | | | | bugfix bugs? Originally committed as revision 2455 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* more speedMichael Niedermayer2001-10-24
| | | | Originally committed as revision 2438 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* more speedMichael Niedermayer2001-10-23
| | | | Originally committed as revision 2429 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* and another +2% speedupMichael Niedermayer2001-10-23
| | | | Originally committed as revision 2417 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* optimizations (+2% speedup)Michael Niedermayer2001-10-23
| | | | Originally committed as revision 2414 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* brightness / contrast fix/copy optimizations +2% speedupMichael Niedermayer2001-10-23
| | | | Originally committed as revision 2402 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* negative black bugfixMichael Niedermayer2001-10-23
| | | | Originally committed as revision 2395 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* auto brightness/ contrast bugfixMichael Niedermayer2001-10-22
| | | | | | getPPModeByNameAndQuality Originally committed as revision 2390 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* more logic behavior if the altenative deblock filters are used (turning a ↵Michael Niedermayer2001-10-19
| | | | | | alt filter on without turning the deblock filter on uses the alt filter instead of using no filter now) Originally committed as revision 2301 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* added compiletime option to turn width%8==0 onMichael Niedermayer2001-10-19
| | | | Originally committed as revision 2287 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixed a bug in the tmp bufferMichael Niedermayer2001-10-19
| | | | | | | 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
* fixed the height%8!=0 bugMichael Niedermayer2001-10-17
| | | | | | | | 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
* quick fix for movies with a height which is not a multiple of 8Michael Niedermayer2001-10-17
| | | | Originally committed as revision 2232 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* minor cleanupsMichael Niedermayer2001-10-16
| | | | | | | median deinterlace in MMX fixed typos Originally committed as revision 2222 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* rewrote the horizontal lowpass filter to fix a bug which caused a blocky lookMichael Niedermayer2001-10-15
| | | | | | | 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
* c++ fixArpi2001-10-14
| | | | Originally committed as revision 2196 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Cleanup:Arpi2001-10-13
| | | | | | | - 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
* small changes for mplayer integration:Arpi2001-10-13
| | | | | | | | | - getModeForQuality -> getPpModeForQuality renamed - #define POSTPROCESS_H -> NEWPOSTPROCESS_H (to avoid conflicts) - added #ifdef'ed code for calling old postprocess (for testing/comparison) - #ifdef'ed some asm code to allow compilation on non-x86 platforms (untested) Originally committed as revision 2186 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixed a sig4 bug an non mmx2 cpus (in case of more sig4 errors please send ↵Michael Niedermayer2001-10-13
| | | | | | me a "disassemble $eip-16 $eip+16" from gdb) Originally committed as revision 2182 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* minor QP scaling & auto-contrast bugfixMichael Niedermayer2001-10-13
| | | | | | fixed compilation problem without -fomit-frame-pointer Originally committed as revision 2181 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixed a rounding bug thing in the X1 FilterMichael Niedermayer2001-10-13
| | | | | | | | 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
* final changes to convert to CMichael Niedermayer2001-10-11
| | | | Originally committed as revision 2170 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* bugfixes: last 3 lines not brightness/contrast correctedMichael Niedermayer2001-10-11
| | | | | | | | | | | 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
* fixed a bug in the horizontal default filterArpi2001-10-10
| | | | | | | | | 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
* new postprocess code by Michael Niedermayer (michaelni@gmx.at)Arpi2001-10-10
Originally committed as revision 2159 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc