summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Collapse)AuthorAge
...
* Average chroma of 2 lines in packed 422 -> planar 420.Michael Niedermayer2009-03-21
| | | | Originally committed as revision 29029 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix build failure on x86_32 Mac OS X with PIC enabledCédric Schieli2009-03-21
| | | | Originally committed as revision 29022 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest ↵Reimar Döffinger2009-03-21
| | | | | | regression test. Originally committed as revision 29021 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Avoid crash on planarCopy to a destination without alpha.Reimar Döffinger2009-03-20
| | | | | | Makes regression tests run again, though the results are still wrong. Originally committed as revision 29018 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Initialize pointer arrays which may be freed before being initialized.Benoit Fouet2009-03-20
| | | | Originally committed as revision 29017 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides itReimar Döffinger2009-03-20
| | | | | | added completely pointless code. Originally committed as revision 29016 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix swscale compilation with Altivec enabled.Reimar Döffinger2009-03-20
| | | | Originally committed as revision 29015 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Reindent after last commitCédric Schieli2009-03-20
| | | | Originally committed as revision 29014 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Also test the alpha channel in swscale-exampleCédric Schieli2009-03-20
| | | | Originally committed as revision 29013 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* YUVA420P is now supported as output formatCédric Schieli2009-03-20
| | | | Originally committed as revision 29012 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add alpha channel scalingCédric Schieli2009-03-20
| | | | Originally committed as revision 29011 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled convertersCédric Schieli2009-03-20
| | | | Originally committed as revision 29010 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use a simpler and more general check for the gray case in the planarCopy ↵Cédric Schieli2009-03-20
| | | | | | function Originally committed as revision 29009 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:Diego Biurrun2009-03-19
| | | | | | | | libswscale/swscale-example.c:60: warning: 'outContext' may be used uninitialized in this function libswscale/swscale-example.c:60: warning: 'dstContext' may be used uninitialized in this function libswscale/swscale-example.c:60: warning: 'srcContext' may be used uninitialized in this function Originally committed as revision 29008 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove useless casting in asm "m" operand.Matthieu Castet2009-03-19
| | | | | | Patch by Matthieu Castet, castet D matthieu A free D fr Originally committed as revision 29007 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Allocate executable memory with VirtualAlloc() in Windows.Ramiro Polla2009-03-19
| | | | Originally committed as revision 29006 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Drop unnecessary cast and cosmetically align.Ramiro Polla2009-03-19
| | | | Originally committed as revision 29005 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* RevertMichael Niedermayer2009-03-19
| | | | | | | | | | | | | Date: Wed Mar 18 23:11:50 2009 New Revision: 28996 Log: Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again. This change was non optimal, correct would have been to revert the offending commits if no time was available to find a clean fix. Originally committed as revision 29003 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix 10l typo.Michael Niedermayer2009-03-19
| | | | Originally committed as revision 29002 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Unscaled converters forMichael Niedermayer2009-03-19
| | | | | | | | | YUYV->YUV420P YUYV->YUV422P UYVY->YUV420P UYVY->YUV422P Originally committed as revision 28997 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.Reimar Döffinger2009-03-18
| | | | Originally committed as revision 28996 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale-example: use LFG instead of random()Ramiro Polla2009-03-18
| | | | Originally committed as revision 28993 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Do not assume long is same width as x86 register.Ramiro Polla2009-03-18
| | | | Originally committed as revision 28992 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Consistently use ff_ prefixes for internal symbols.Diego Biurrun2009-03-18
| | | | Originally committed as revision 28988 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add a fillPlane function to fill a plane with one constant valueCédric Schieli2009-03-17
| | | | Originally committed as revision 28986 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Don't write outside of the picture buffer in planarCopy in the gray caseCédric Schieli2009-03-17
| | | | Originally committed as revision 28985 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() nameDiego Biurrun2009-03-17
| | | | | | mismatch. The function is now called sws_yuv2rgb_get_func_ptr_bfin(). Originally committed as revision 28982 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* whitespace cosmetics: Consistently format function calls without spaceDiego Biurrun2009-03-17
| | | | | | between name and parentheses; shorten some overly long lines. Originally committed as revision 28981 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming ↵Cédric Schieli2009-03-16
| | | | | | yuva2rgb patch Originally committed as revision 28978 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Split YUV2RGB operands declaration into a separate macroCédric Schieli2009-03-16
| | | | Originally committed as revision 28972 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA macroCédric Schieli2009-03-14
| | | | Originally committed as revision 28943 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macroCédric Schieli2009-03-11
| | | | Originally committed as revision 28934 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos ↵Cédric Schieli2009-03-11
| | | | | | element is initialized on the wrong index (not evenly aligned). This fixes it Originally committed as revision 28933 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Mask all unused bits for packed pixel format instead of green and alpha mask ↵Kostya Shishkov2009-03-09
| | | | | | | | | only. That fixes the case when converting 15-bit RGB/BGR to YUV and high bit is set for input value(s). Originally committed as revision 28916 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Let the 4th plane reach the swScale functionCédric Schieli2009-03-07
| | | | Originally committed as revision 28868 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* YUVA420P is a planar YUV formatCédric Schieli2009-03-07
| | | | Originally committed as revision 28867 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix bug introduced by me in r28756Cédric Schieli2009-03-05
| | | | Originally committed as revision 28825 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting ↵Cédric Schieli2009-03-04
| | | | | | alpha channel to 0xFF Originally committed as revision 28808 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* remove the rest of x86 asm from LGPL buildJindřich Makovička2009-03-03
| | | | Originally committed as revision 28804 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix typo in comments.Dominik Mierzejewski2009-03-01
| | | | Originally committed as revision 28777 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255).Reimar Döffinger2009-03-01
| | | | Originally committed as revision 28776 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make AltiVec code write alpha as 255 instead of 0 when converting to RGBAReimar Döffinger2009-03-01
| | | | Originally committed as revision 28774 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix braindead and broken way to calculate abase, fixes regression tests onReimar Döffinger2009-03-01
| | | | | | big-endian systems. Originally committed as revision 28773 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* When converting from a non alpha format to an alpha format, defaultsCédric Schieli2009-02-28
| | | | Originally committed as revision 28756 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add an isALPHA macro to check if pixel format has alpha channelCédric Schieli2009-02-27
| | | | Originally committed as revision 28747 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use YUV420P code path for YUVA420P where appropriateCédric Schieli2009-02-27
| | | | Originally committed as revision 28746 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Refactor code for upcoming alpha patches.Cédric Schieli2009-02-27
| | | | | | Patch by Cédric Schieli, cschieli A gmail Originally committed as revision 28741 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Rename yuv2rgb2.c --> yuv2rgb.c.Diego Biurrun2009-02-24
| | | | Originally committed as revision 28723 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Relicense AltiVec optimizations as LGPL with the permission of Marc HoffmanDiego Biurrun2009-02-24
| | | | | | and Reza Jelveh, the original authors. Originally committed as revision 28717 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.Diego Biurrun2009-02-24
| | | | Originally committed as revision 28716 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale