aboutsummaryrefslogtreecommitdiffstats
path: root/postproc
Commit message (Collapse)AuthorAgeFilesLines
* 1000lMichael Niedermayer2003-02-151-1/+1
| | | | Originally committed as revision 9435 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* bigendian bug (fixes?)Michael Niedermayer2003-02-151-74/+34
| | | | Originally committed as revision 9434 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* simpler & fasterMichael Niedermayer2003-02-151-29/+15
| | | | Originally committed as revision 9431 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* moving postprocess to ffmpeg/libavcodecMichael Niedermayer2003-02-145-4233/+1
| | | | | | 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
* cleanupMichael Niedermayer2003-02-131-96/+130
| | | | Originally committed as revision 9418 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* brightness / saturation / contrast / different yuv colorspace support for ↵Michael Niedermayer2003-02-132-10/+56
| | | | | | some yuv2rgb converters (many converters still ignore it) Originally committed as revision 9417 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2003-02-132-184/+164
| | | | Originally committed as revision 9415 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2003-02-133-95/+153
| | | | Originally committed as revision 9414 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* avoid #include "../Michael Niedermayer2003-02-112-5/+5
| | | | Originally committed as revision 9403 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* #ifdef c++Michael Niedermayer2003-02-111-1/+15
| | | | Originally committed as revision 9402 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* -fPIC compileableMichael Niedermayer2003-02-111-35/+28
| | | | Originally committed as revision 9395 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yv12 -> yuy2 converter in alpha asm (from mplayerxp)Michael Niedermayer2003-02-111-2/+50
| | | | Originally committed as revision 9394 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanup (unsigned stride -> int stride)Michael Niedermayer2003-02-115-48/+47
| | | | Originally committed as revision 9393 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yuv9 -> yv12 bugfixesMichael Niedermayer2003-02-031-39/+52
| | | | Originally committed as revision 9257 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10l found by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Michael Niedermayer2003-02-011-2/+2
| | | | Originally committed as revision 9189 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing rgb4 & bgr4 (2 pixels per byte)Michael Niedermayer2003-01-302-12/+150
| | | | | | adding bg4b & rg4b (1 pixel per byte) Originally committed as revision 9172 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* UYVY inputMichael Niedermayer2003-01-232-4/+79
| | | | Originally committed as revision 9072 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* C implementation of the median deinterlacer (seems to be the only oneD Richard Felker III2003-01-232-11/+16
| | | | | | | that generates tolerable output for anime) so it will work on non-MMX architectures. Someone should optimize it better eventually. Originally committed as revision 9071 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* YUV 411/422/444 support for ppMichael Niedermayer2003-01-054-8/+26
| | | | Originally committed as revision 8806 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10l another int i missing (without ^M)Sascha Sommer2002-12-301-0/+1
| | | | Originally committed as revision 8667 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10l (int i)Michael Niedermayer2002-12-301-1/+2
| | | | Originally committed as revision 8657 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleaning corners of green dirt ;)Michael Niedermayer2002-12-291-2/+18
| | | | Originally committed as revision 8652 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* buffer alloc cleanup / 10lMichael Niedermayer2002-12-292-32/+48
| | | | Originally committed as revision 8631 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Dominik Mierzejewski2002-11-232-1/+6
| | | | Originally committed as revision 8255 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing compilation of cs_testMichael Niedermayer2002-11-181-1/+1
| | | | Originally committed as revision 8232 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* *HUGE* set of compiler warning fixes, unused variables removalArpi2002-11-061-0/+1
| | | | | | based on patch by Dominik Mierzejewski <dominik@rangers.eu.org> Originally committed as revision 8124 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* dont use fastmemcpy for PICMichael Niedermayer2002-11-041-0/+2
| | | | Originally committed as revision 8108 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10lMichael Niedermayer2002-11-041-1/+1
| | | | Originally committed as revision 8100 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing dependanciesMichael Niedermayer2002-11-041-3/+3
| | | | | | removing stray tabs Originally committed as revision 8099 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* pp docsMichael Niedermayer2002-11-031-6/+5
| | | | Originally committed as revision 8077 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2002-11-022-8/+8
| | | | Originally committed as revision 8041 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2002-11-023-145/+179
| | | | Originally committed as revision 8039 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* verbose can be negativeArpi2002-11-011-1/+1
| | | | Originally committed as revision 8028 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cosmetics requested by kabiMichael Niedermayer2002-11-012-5/+5
| | | | Originally committed as revision 8020 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-311-1/+5
| | | | | | problems with it Originally committed as revision 7995 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* using fewer registers ... to workaround somethingMichael Niedermayer2002-10-311-18/+17
| | | | Originally committed as revision 7991 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* removing "-npp" (found by arpi)Michael Niedermayer2002-10-301-4/+4
| | | | Originally committed as revision 7987 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* per context cpuCaps (idea by kabi)Michael Niedermayer2002-10-302-15/+10
| | | | Originally committed as revision 7986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* change qscale type to int8 and fix qscale orderingMichael Niedermayer2002-10-303-8/+10
| | | | Originally committed as revision 7985 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* using same numbers for cpuCaps as libmpeg2 & liba52Michael Niedermayer2002-10-301-3/+3
| | | | Originally committed as revision 7974 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanly passing the cpuCapsMichael Niedermayer2002-10-302-13/+16
| | | | Originally committed as revision 7973 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10lMichael Niedermayer2002-10-291-0/+2
| | | | Originally committed as revision 7969 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2002-10-293-55/+24
| | | | Originally committed as revision 7964 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cosmetics ;)Michael Niedermayer2002-10-292-11/+10
| | | | | | prefixing all functions with pp_ to avoid namespace issues Originally committed as revision 7962 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* better deblocking filterMichael Niedermayer2002-10-293-63/+101
| | | | Originally committed as revision 7961 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* -fomit-frame-pointer is needed for the PIC codeMichael Niedermayer2002-10-291-1/+1
| | | | Originally committed as revision 7957 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* using fewer registers (fixes compilation bug hopefully)Michael Niedermayer2002-10-291-5/+6
| | | | Originally committed as revision 7953 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fix compilation on non-x86 with gcc 2.95Colin Leroy2002-10-291-0/+2
| | | | Originally committed as revision 7949 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* postprocessing cleanup:Michael Niedermayer2002-10-284-870/+661
| | | | | | | | | | | | | | 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
* fixing RGB32->RGB16 on big endian patch by (Colin Leroy <colin at colino dot ↵Colin Leroy2002-10-231-0/+9
| | | | | | net>) Originally committed as revision 7892 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc