summaryrefslogtreecommitdiff
path: root/postproc
Commit message (Collapse)AuthorAge
* 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
* 8bpp bugfixes (brightness, contrast ...)Michael Niedermayer2002-06-17
| | | | | | 4bpp Originally committed as revision 6454 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* ordered dither for 8bppMichael Niedermayer2002-06-16
| | | | Originally committed as revision 6453 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 8bpp support (no dithering yet, use -vop noise for now)Michael Niedermayer2002-06-16
| | | | Originally committed as revision 6452 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* applied 64bit patch from Ulrich Hecht <uli at suse dot de>Alex Beregszaszi2002-05-23
| | | | Originally committed as revision 6165 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 64bit incompatibility bug, patch by Artur Grabowski <art@blahonga.org>Artur Grabowski2002-05-20
| | | | Originally committed as revision 6141 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* big cosmetics patch, cleanup of messages printed by mplayer and libs.Arpi2002-05-20
| | | | | | | some printf->mp_msg conversion, and some debug messages moved from warn/info to v/dbg2 mplayer's output is now shorter, readable and consistent Originally committed as revision 6139 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing end overwrite bugs (some at least)Michael Niedermayer2002-05-15
| | | | | | | this needs testing, untested parts should be reversed before release i tested 24->32, 15->16, bgr24->rgb, bgr32->rgb (retesting them isnt a bad idea either ...) Originally committed as revision 6097 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* various openbsd and general warning fixes - patch by Björn Sandell ↵Björn Sandell2002-05-12
| | | | | | <biorn@dce.chalmers.se> Originally committed as revision 6058 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 3dnow temporal denoiser bugfix by Rémi Guyomarch <rguyom@pobox.com>Michael Niedermayer2002-05-05
| | | | Originally committed as revision 5981 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10l - MMX rgb2bgr 32bpp expects num_of_bytes instead of num_of_pixelsArpi2002-05-03
| | | | Originally committed as revision 5962 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* printf to mp_msgAlban Bedel2002-05-02
| | | | Originally committed as revision 5938 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* x1 deblocking filter bugfixMichael Niedermayer2002-04-22
| | | | Originally committed as revision 5788 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yuv422p -> yuy2 (untested)Michael Niedermayer2002-04-13
| | | | Originally committed as revision 5589 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* rgb24->bgr24Michael Niedermayer2002-04-13
| | | | Originally committed as revision 5583 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fix typo found by Milan Cutka <cutka@szm.sk>Michael Niedermayer2002-04-12
| | | | Originally committed as revision 5577 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing black stripe at right if width%8!=0 && stride%8==0 reported by kabiMichael Niedermayer2002-04-08
| | | | Originally committed as revision 5534 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* overread in the mmx2 horizontal scaler fixedMichael Niedermayer2002-04-01
| | | | | | 2% faster horizontal mmx2 scaler Originally committed as revision 5453 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10lMichael Niedermayer2002-03-25
| | | | Originally committed as revision 5339 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc