summaryrefslogtreecommitdiff
path: root/postproc/Makefile
Commit message (Collapse)AuthorAge
* remove cs_test and swscale-example tooAlex Beregszaszi2003-07-28
| | | | Originally committed as revision 10497 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cs_test cleanup and fix compilation if gui enabledAlex Beregszaszi2003-05-23
| | | | Originally committed as revision 10175 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* remove remaining cpudetect dependancyMichael Niedermayer2003-04-25
| | | | Originally committed as revision 9988 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* mplayer idependant (not really yet) swscale exampleMichael Niedermayer2003-04-17
| | | | Originally committed as revision 9922 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10l patch by (Andreas Hess <jaska at gmx dot net>)Andreas Öman2003-04-08
| | | | Originally committed as revision 9886 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* moving postprocess to ffmpeg/libavcodecMichael Niedermayer2003-02-14
| | | | | | 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
* avoid #include "../Michael Niedermayer2003-02-11
| | | | Originally committed as revision 9403 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing compilation of cs_testMichael Niedermayer2002-11-18
| | | | Originally committed as revision 8232 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing dependanciesMichael Niedermayer2002-11-04
| | | | | | removing stray tabs Originally committed as revision 8099 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* disabling compilation of .so if its not needed, gcc 3.1 seems to have ↵Michael Niedermayer2002-10-31
| | | | | | problems with it Originally committed as revision 7995 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* -fomit-frame-pointer is needed for the PIC codeMichael Niedermayer2002-10-29
| | | | Originally committed as revision 7957 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* postprocessing cleanup:Michael Niedermayer2002-10-28
| | | | | | | | | | | | | | 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
* removed -W -Wall -g and other gcc-specific warning/debug optionsJoey Parrish2002-08-22
| | | | | | patch by Joey Parrish <joey@yunamusic.com> Originally committed as revision 7074 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* colorspace converter tests (memory corruption tests at different width/src/dst)Michael Niedermayer2002-06-29
| | | | | | | 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 :(((( Originally committed as revision 6604 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* runtime cpu detectionMichael Niedermayer2001-11-26
| | | | Originally committed as revision 3144 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* postproc/ dir now respects --with-extraincdirGabucino2001-11-16
| | | | | | Now that I'm fixing configure1, here comes configure2 ehh ;) Originally committed as revision 2928 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Move yuv2rgb to postprocessNick Kurshev2001-11-06
| | | | Originally committed as revision 2733 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* vo_vesa: rgb2rgb supportNick Kurshev2001-10-28
| | | | Originally committed as revision 2505 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Independed compilation of SUBDIRSNick Kurshev2001-10-24
Originally committed as revision 2445 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc