summaryrefslogtreecommitdiff
path: root/postproc
Commit message (Collapse)AuthorAge
...
* 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
* fixing rgb24tobgr32Michael Niedermayer2002-06-30
| | | | Originally committed as revision 6615 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing memory overwrite bugs in the new convertersMichael Niedermayer2002-06-29
| | | | Originally committed as revision 6609 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* test new converter stuff tooMichael Niedermayer2002-06-29
| | | | Originally committed as revision 6608 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* merging changes from mplayerxp (rgb2rgb*.{c,h} only)Michael Niedermayer2002-06-29
| | | | Originally committed as revision 6607 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing memory overwrite bugs again ...Michael Niedermayer2002-06-29
| | | | Originally committed as revision 6606 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
* yvu9 -> yv12 unscaled converter with linear chroma scalingMichael Niedermayer2002-06-27
| | | | Originally committed as revision 6583 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* -sws 6 (luma bicubic & chroma bilinear)Michael Niedermayer2002-06-27
| | | | Originally committed as revision 6581 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* use unified yuv2rgb initMichael Niedermayer2002-06-27
| | | | | | {RGB,BGR}{1,4,8,15,16,24,32} output supported Originally committed as revision 6579 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing scaling/contrast for 1/4/8 bppMichael Niedermayer2002-06-27
| | | | | | exporting yuv2rgb_c_init() as the swscaler will use it (avoids code duplication) Originally committed as revision 6578 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* killing globalsMichael Niedermayer2002-06-24
| | | | Originally committed as revision 6555 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10lMichael Niedermayer2002-06-24
| | | | Originally committed as revision 6542 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 100l (non mmx versions didnt compile)Michael Niedermayer2002-06-24
| | | | | | some cleanup Originally committed as revision 6541 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* IF09 is alias for YVU9 (actually it has extra 4th plane containing MC changeArpi2002-06-23
| | | | | | | flags, but it doesn't matter for now) - IF09 is supported by win32 Indeo codecs and by some others too Originally committed as revision 6536 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yvu9 support (other planar yuv formats with other chroma subsamplings should ↵Michael Niedermayer2002-06-23
| | | | | | | | | be trivial to add, if they had a IMGFMT) disabled broken (=new) converters (they cause random sig11) various bugfixes Originally committed as revision 6533 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2002-06-23
| | | | Originally committed as revision 6521 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* selftest supportMichael Niedermayer2002-06-23
| | | | | | bugfixes Originally committed as revision 6518 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanup & grayscale supportMichael Niedermayer2002-06-22
| | | | Originally committed as revision 6504 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* sync with mplayer xpArpi2002-06-22
| | | | | | | | - partial yvu9 support (copy only) - rgb 15/16 -> 24/32 converters - int->unsigned changes Originally committed as revision 6493 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* pre-yvu9toyv12 converter, only grayscale Y-plane coping :)Alex Beregszaszi2002-06-21
| | | | Originally committed as revision 6485 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10lMichael Niedermayer2002-06-17
| | | | Originally committed as revision 6459 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 1bpp supportMichael Niedermayer2002-06-17
| | | | Originally committed as revision 6457 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc