summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 15 bpp supportMichael Niedermayer2001-11-06
| | | | Originally committed as revision 2736 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* common code moved to a #defineMichael Niedermayer2001-11-06
| | | | | | added bgr24 output support Originally committed as revision 2735 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Move yuv2rgb to postprocessNick Kurshev2001-11-06
| | | | Originally committed as revision 2733 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* faster bgr24 outputMichael Niedermayer2001-11-06
| | | | Originally committed as revision 2731 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* only 6 registers usedMichael Niedermayer2001-11-05
| | | | Originally committed as revision 2729 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* unsigned stuffMichael Niedermayer2001-11-05
| | | | Originally committed as revision 2726 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yuy2toyv12 fixed and speedupMichael Niedermayer2001-11-05
| | | | Originally committed as revision 2725 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixed yv12toyuy2Michael Niedermayer2001-11-05
| | | | Originally committed as revision 2724 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* postprocessing array increased to handle HDTV resolutions (1920x1152)Arpi2001-11-05
| | | | Originally committed as revision 206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ForgotNick Kurshev2001-11-05
| | | | Originally committed as revision 2722 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Fixed rgb32(24)to15 stuffNick Kurshev2001-11-05
| | | | Originally committed as revision 2721 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Fixed rgb32(24)to16 stuff, rgb32(24)to15 is still brokenNick Kurshev2001-11-05
| | | | Originally committed as revision 2720 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Well - old algorithms and new stuff rgb24to16(15)Nick Kurshev2001-11-05
| | | | Originally committed as revision 2719 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* More standards compilanceNick Kurshev2001-11-05
| | | | Originally committed as revision 2712 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yuy2toyv12 in MMXMichael Niedermayer2001-11-05
| | | | Originally committed as revision 2705 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yv12toyuy2 in MMXMichael Niedermayer2001-11-05
| | | | | | cleanup Originally committed as revision 2703 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yv12 <-> yuy2 in CMichael Niedermayer2001-11-05
| | | | Originally committed as revision 2702 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* faster 15to16 bit rgb (the mmx routine is limited by memory speed so there ↵Michael Niedermayer2001-11-04
| | | | | | is no difference ): but the c routine is faster Originally committed as revision 2699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* palette to bgr24Michael Niedermayer2001-11-04
| | | | Originally committed as revision 2698 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* bgr32to16, bgr32to15 (needed for palette stuff)Michael Niedermayer2001-11-04
| | | | | | | paletteto 32,16,15bgr all in c, will be optimized as soon as they are tested (assuming opt. is possible) Originally committed as revision 2695 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* green line fix for dstw%8!=0Michael Niedermayer2001-11-04
| | | | Originally committed as revision 2681 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* using const modifierNick Kurshev2001-11-04
| | | | Originally committed as revision 2678 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixed warningsMichael Niedermayer2001-11-04
| | | | Originally committed as revision 2672 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* faster bgr15/16Michael Niedermayer2001-11-04
| | | | Originally committed as revision 2670 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* dct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at>Arpi2001-11-03
| | | | Originally committed as revision 205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Bug fix on inter MCBPC table for inter+q.Juanjo2001-11-03
| | | | | | | | | - H.263/H.263+ decoder now knows GOB start codes. - H.263/H.263+ decoder now returns the size of the stream on the first call. - Added show_bits() functions to see the buffer without loosing the bits. - TODO: H.263v1 UMV parsing is buggy. Originally committed as revision 204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* right green line bugfix for width not %8==0 (untested -vo vesa doesnt work)Michael Niedermayer2001-11-02
| | | | Originally committed as revision 2639 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* * fixed decoding busy loopZdenek Kabelac2001-10-31
| | | | Originally committed as revision 203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * dependency for static linkingZdenek Kabelac2001-10-31
| | | | Originally committed as revision 202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* deinterlace bugfixMichael Niedermayer2001-10-31
| | | | Originally committed as revision 2596 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* c speedup (x1, rk1 filters)Michael Niedermayer2001-10-31
| | | | Originally committed as revision 2587 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* c speedupMichael Niedermayer2001-10-31
| | | | Originally committed as revision 2586 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 15/16bit in C speedupMichael Niedermayer2001-10-31
| | | | Originally committed as revision 2585 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* c optimizationsMichael Niedermayer2001-10-30
| | | | | | bugfix Originally committed as revision 2577 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* c optimizationsMichael Niedermayer2001-10-30
| | | | Originally committed as revision 2576 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* c optimizations (array is faster than pointer) (16bpp variants tested and 2% ↵Michael Niedermayer2001-10-30
| | | | | | faster) Originally committed as revision 2573 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* minor speedupMichael Niedermayer2001-10-30
| | | | | | cleanup Originally committed as revision 2571 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* interpolate chrominance for every second line in the 1:1 vertical scale functionMichael Niedermayer2001-10-30
| | | | Originally committed as revision 2570 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* bugfixesMichael Niedermayer2001-10-30
| | | | | | small speedup for the non x86 stuff Originally committed as revision 2567 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cosmeticNick Kurshev2001-10-30
| | | | Originally committed as revision 2565 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixed a warningMichael Niedermayer2001-10-29
| | | | Originally committed as revision 2541 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* No longer requiredNick Kurshev2001-10-29
| | | | Originally committed as revision 2540 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Finish mmx2, 3dnow optimiz. 15to16 should be tested. Better fix of can't compileNick Kurshev2001-10-29
| | | | Originally committed as revision 2539 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cant compile on non x86 bugfixMichael Niedermayer2001-10-29
| | | | Originally committed as revision 2536 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* patch from Martin Decky <deckm1am@ss1000.ms.mff.cuni.cz> applied and ↵Michael Niedermayer2001-10-29
| | | | | | unnecassery "memory" removed Originally committed as revision 2535 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* tell the c compiler that the memory changedMichael Niedermayer2001-10-28
| | | | Originally committed as revision 2522 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 3dnow prefetch & sfenceMichael Niedermayer2001-10-28
| | | | Originally committed as revision 2521 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yv12 to yv12 scalerMichael Niedermayer2001-10-28
| | | | | | someone who knows a bit about vo_odivx could add support for it ... Originally committed as revision 2520 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 32to24: MMX, MMX2, 3DNOW optimizationNick Kurshev2001-10-28
| | | | Originally committed as revision 2518 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* More elegant solutionNick Kurshev2001-10-28
| | | | Originally committed as revision 2517 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc