summaryrefslogtreecommitdiff
path: root/postproc
Commit message (Collapse)AuthorAge
* YUV 411/422/444 support for ppMichael Niedermayer2003-01-05
| | | | Originally committed as revision 8806 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10l another int i missing (without ^M)Sascha Sommer2002-12-30
| | | | Originally committed as revision 8667 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10l (int i)Michael Niedermayer2002-12-30
| | | | Originally committed as revision 8657 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleaning corners of green dirt ;)Michael Niedermayer2002-12-29
| | | | Originally committed as revision 8652 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* buffer alloc cleanup / 10lMichael Niedermayer2002-12-29
| | | | 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-23
| | | | Originally committed as revision 8255 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
* *HUGE* set of compiler warning fixes, unused variables removalArpi2002-11-06
| | | | | | 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-04
| | | | Originally committed as revision 8108 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10lMichael Niedermayer2002-11-04
| | | | Originally committed as revision 8100 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
* pp docsMichael Niedermayer2002-11-03
| | | | Originally committed as revision 8077 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2002-11-02
| | | | Originally committed as revision 8041 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2002-11-02
| | | | Originally committed as revision 8039 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* verbose can be negativeArpi2002-11-01
| | | | Originally committed as revision 8028 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cosmetics requested by kabiMichael Niedermayer2002-11-01
| | | | 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-31
| | | | | | problems with it Originally committed as revision 7995 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* using fewer registers ... to workaround somethingMichael Niedermayer2002-10-31
| | | | Originally committed as revision 7991 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* removing "-npp" (found by arpi)Michael Niedermayer2002-10-30
| | | | Originally committed as revision 7987 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* per context cpuCaps (idea by kabi)Michael Niedermayer2002-10-30
| | | | Originally committed as revision 7986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* change qscale type to int8 and fix qscale orderingMichael Niedermayer2002-10-30
| | | | Originally committed as revision 7985 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* using same numbers for cpuCaps as libmpeg2 & liba52Michael Niedermayer2002-10-30
| | | | Originally committed as revision 7974 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanly passing the cpuCapsMichael Niedermayer2002-10-30
| | | | Originally committed as revision 7973 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10lMichael Niedermayer2002-10-29
| | | | Originally committed as revision 7969 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2002-10-29
| | | | Originally committed as revision 7964 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cosmetics ;)Michael Niedermayer2002-10-29
| | | | | | 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-29
| | | | Originally committed as revision 7961 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
* using fewer registers (fixes compilation bug hopefully)Michael Niedermayer2002-10-29
| | | | Originally committed as revision 7953 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fix compilation on non-x86 with gcc 2.95Colin Leroy2002-10-29
| | | | Originally committed as revision 7949 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
* fixing RGB32->RGB16 on big endian patch by (Colin Leroy <colin at colino dot ↵Colin Leroy2002-10-23
| | | | | | net>) Originally committed as revision 7892 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* avoid multiple initMichael Niedermayer2002-10-17
| | | | Originally committed as revision 7770 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing yuy2 upscaling (use -sws 0 for the faster but uglier variant)Michael Niedermayer2002-10-13
| | | | Originally committed as revision 7726 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* mmx yuy2 outputMichael Niedermayer2002-10-13
| | | | Originally committed as revision 7724 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yuy2 output supportMichael Niedermayer2002-10-13
| | | | Originally committed as revision 7721 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugArpi2002-09-22
| | | | Originally committed as revision 7473 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* use detected WORDSIZE instead of warning, when inttypes.h doesn't define ↵Arpi2002-09-16
| | | | | | __WORDSIZE Originally committed as revision 7422 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing y422p outputMichael Niedermayer2002-09-09
| | | | Originally committed as revision 7352 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixed palette8to{rgb24,bgr24,rgb32,bgr32}Alex Beregszaszi2002-09-09
| | | | Originally committed as revision 7335 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>Arpi2002-09-01
| | | | Originally committed as revision 7221 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* added missing palette8tobgr pairs (hope it's correct)Alex Beregszaszi2002-08-30
| | | | Originally committed as revision 7160 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
* remove unused varibles patch by (Eric Sesterhenn <SnakeByte at gmx dot de>)Eric Sesterhenn2002-08-13
| | | | Originally committed as revision 6992 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 1000lMichael Niedermayer2002-08-08
| | | | Originally committed as revision 6950 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* planar yuv 444 422 411 supportMichael Niedermayer2002-08-01
| | | | Originally committed as revision 6864 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing sinc filter (seems the problem was caused by rounding in pmulhw -> ↵Michael Niedermayer2002-07-09
| | | | | | | | | solution use shorter filter, its long and slow enough anyway) some typos some warning fixes Originally committed as revision 6680 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* more scaling algosMichael Niedermayer2002-07-04
| | | | Originally committed as revision 6638 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* using the new rgb2rgb converters (the LQ ones are only used if -sws 0 or -sws 4)Michael Niedermayer2002-06-30
| | | | Originally committed as revision 6617 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* last line messed up in Y800 bugfixMichael Niedermayer2002-06-30
| | | | Originally committed as revision 6616 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc