summaryrefslogtreecommitdiff
path: root/postproc
Commit message (Collapse)AuthorAge
* 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
* byte interleaving for mgaMichael Niedermayer2002-03-25
| | | | | | | | | untested (no g200 mga or whatever i would need ...) experimental sse2 version (even less tested as no p4 either ...) sse2 version would need 16-byte aligned src & dst else sig11 sse2 version is disabled by default Originally committed as revision 5338 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing bgr15&16 on big_endianMichael Niedermayer2002-03-21
| | | | | | i doubt that that will fix all big endian problems though, we very likely will have to support RGB & BGR output formats as either bgr32 or bgr15 is rgb depending upon the way rgb/bgr is defined Originally committed as revision 5247 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* add manglingFelix Bünemann2002-03-03
| | | | Originally committed as revision 4924 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* use assert.hMichael Niedermayer2002-02-22
| | | | | | more assertions Originally committed as revision 4807 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 101++Michael Niedermayer2002-02-21
| | | | Originally committed as revision 4795 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing bgr32 output on big-endian systemsMichael Niedermayer2002-02-21
| | | | Originally committed as revision 4794 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* unscaled yuv2rgb fix for big-endian systemsMichael Niedermayer2002-02-21
| | | | Originally committed as revision 4792 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* minor dststride bugfix for i420 outputMichael Niedermayer2002-02-14
| | | | | | srcHeight %2 != 0 bugfix / chroma height = (luma height +1)>>1 in YV12 Originally committed as revision 4699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* unscaled memcpy variant bugfix (negative strides)Michael Niedermayer2002-02-10
| | | | Originally committed as revision 4650 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* unscaled BGR24 -> YV12Michael Niedermayer2002-02-10
| | | | Originally committed as revision 4624 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* rgb24toyv12 in MMX (untested)Michael Niedermayer2002-02-10
| | | | Originally committed as revision 4623 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* bgr24toUV in MMXMichael Niedermayer2002-02-09
| | | | Originally committed as revision 4620 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* bgr24toY in MMXMichael Niedermayer2002-02-09
| | | | Originally committed as revision 4613 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fastmemcpyMichael Niedermayer2002-02-08
| | | | Originally committed as revision 4587 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* unscaled BGR15->BGR16Michael Niedermayer2002-02-08
| | | | | | a few bugfixes of the other unscaled converters Originally committed as revision 4582 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* bgr15 input supportMichael Niedermayer2002-02-08
| | | | Originally committed as revision 4581 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* faster bgr16 inputMichael Niedermayer2002-02-08
| | | | Originally committed as revision 4580 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* bgr16 input supportMichael Niedermayer2002-02-08
| | | | Originally committed as revision 4579 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* unscaled convertersMichael Niedermayer2002-02-07
| | | | | | | BGR24 -> BGR32 & RGB24 -> RGB32 BGR32 -> BGR24 & RGB32 -> RGB24 Originally committed as revision 4568 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing green line at right side bug (reported by Nick Kurshev ↵Michael Niedermayer2002-02-07
| | | | | | <nickols_k@mail.ru>) Originally committed as revision 4564 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* rgb32 & rgb24 input supportMichael Niedermayer2002-02-06
| | | | | | squished a endianness bug in the 15/16bgr output Originally committed as revision 4559 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 101 (yuv2rgb with mpeg1,...) ;)Michael Niedermayer2002-02-06
| | | | | | simple copy if possible (same format, no scaling, ...) Originally committed as revision 4556 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* swScale internally uses yuv2rgb now if possibleMichael Niedermayer2002-02-06
| | | | Originally committed as revision 4555 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* printing error messages if something is wrong instead of just return NULL;Michael Niedermayer2002-02-04
| | | | Originally committed as revision 4530 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* filterPos bugfix (only nearest neighbor scaling was affected)Michael Niedermayer2002-02-03
| | | | Originally committed as revision 4493 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* MMX(2) optimized YUY2 inputMichael Niedermayer2002-02-02
| | | | | | avoid duplicate checks for formats by changeing them (Y8->Y800, IYUV->I420) Originally committed as revision 4482 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* printing correct format infoMichael Niedermayer2002-02-01
| | | | Originally committed as revision 4469 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* YUY2, BGR24, BGR32 input support (no mmx yet)Michael Niedermayer2002-02-01
| | | | Originally committed as revision 4468 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* -sws 2 is default nowMichael Niedermayer2002-01-30
| | | | Originally committed as revision 4422 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* YV12 like formats support (I420/IYUV)Michael Niedermayer2002-01-30
| | | | | | bugfixes related to vo_x11 resizeing Originally committed as revision 4420 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* top row bugfixMichael Niedermayer2002-01-29
| | | | Originally committed as revision 4404 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* area averageing scaling support (-sws 5) (is identical to bilinear for upscale)Michael Niedermayer2002-01-29
| | | | Originally committed as revision 4403 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* nearest neighbor / sdl emulation ;) scaling (-sws 4)Michael Niedermayer2002-01-28
| | | | Originally committed as revision 4402 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* minor QP bugfixMichael Niedermayer2002-01-28
| | | | Originally committed as revision 4400 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* minor bugfix in the -v outputMichael Niedermayer2002-01-22
| | | | Originally committed as revision 4305 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc