summaryrefslogtreecommitdiffstats
path: root/postproc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* altivec yuv->rgb convertermichael2004-06-271-0/+6
| | | | | | | | | | | | | orginal patch by (Marc Hoffman <mmh at pleasantst dot com>) critical fixes by (Reza Jelveh <reza.jelveh at tu-harburg dot de>) known bugs/issues, which should be fixed ASAP by someone who has a ppc: 0..255 vs. 16..235 unneeded recalculation of tables general cleaup, like removing double initalizing of variables git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12699 b3059339-0415-0410-9bf9-f77b7e298cf2
* ranlib cleanup by Dan Christiansenalex2004-06-241-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12633 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove cs_test and swscale-example tooalex2003-07-281-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10497 b3059339-0415-0410-9bf9-f77b7e298cf2
* cs_test cleanup and fix compilation if gui enabledalex2003-05-231-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10175 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove remaining cpudetect dependancymichael2003-04-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9988 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer idependant (not really yet) swscale examplemichael2003-04-171-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9922 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l patch by (Andreas Hess <jaska at gmx dot net>)michael2003-04-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9886 b3059339-0415-0410-9bf9-f77b7e298cf2
* moving postprocess code to libavcodecmichael2003-02-141-31/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9427 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid #include "../michael2003-02-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9403 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing compilation of cs_testmichael2002-11-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8232 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing dependanciesmichael2002-11-041-3/+3
| | | | | | | removing stray tabs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8099 b3059339-0415-0410-9bf9-f77b7e298cf2
* disabling compilation of .so if its not needed, gcc 3.1 seems to have ↵michael2002-10-311-1/+5
| | | | | | problems with it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7995 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fomit-frame-pointer is needed for the PIC codemichael2002-10-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7957 b3059339-0415-0410-9bf9-f77b7e298cf2
* postprocessing cleanup:michael2002-10-281-8/+34
| | | | | | | | | | | | | | | 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) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7947 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed -W -Wall -g and other gcc-specific warning/debug optionsarpi2002-08-221-1/+1
| | | | | | | patch by Joey Parrish <joey@yunamusic.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7074 b3059339-0415-0410-9bf9-f77b7e298cf2
* colorspace converter tests (memory corruption tests at different width/src/dst)michael2002-06-291-0/+4
| | | | | | | | quite impressive results only 1 of the 13 rgb->rgb converters fails for the c versions ... sadly only 1 of the mmx converters passes though :( ... i feared allready that last mplayerxp merge reversed the bugfixes :(((( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6604 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime cpu detectionmichael2001-11-261-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3144 b3059339-0415-0410-9bf9-f77b7e298cf2
* postproc/ dir now respects --with-extraincdirgabucino2001-11-161-1/+1
| | | | | | | Now that I'm fixing configure1, here comes configure2 ehh ;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2928 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move yuv2rgb to postprocessnick2001-11-061-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2733 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_vesa: rgb2rgb supportnick2001-10-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2505 b3059339-0415-0410-9bf9-f77b7e298cf2
* Independed compilation of SUBDIRSnick2001-10-241-0/+40
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2445 b3059339-0415-0410-9bf9-f77b7e298cf2