summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Collapse)AuthorAge
* misc spelling fixesDiego Biurrun2007-06-13
| | | | Originally committed as revision 23556 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8Reimar Döffinger2007-06-08
| | | | Originally committed as revision 23508 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_lineMarc Hoffman2007-06-05
| | | | Originally committed as revision 23472 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* rename attribute_unused to av_unused as it is declared in common.hCarl Eugen Hoyos2007-05-30
| | | | | | | | patch by Carl Eugen Hoyos cehoyos chez ag or at original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused date: 05/29/2007 01:23 PM Originally committed as revision 23418 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-28
| | | | Originally committed as revision 23400 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* ffmpeg -sws_flags command line option to set swscaler flagsIvo van Poorten2007-05-23
| | | | Originally committed as revision 23379 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Blackfin optimized uyvytoyv12 routine. the implementation includes chroma ↵Marc Hoffman2007-05-19
| | | | | | | | averaging. This is 10x faster than the cooresponding C function. Originally committed as revision 23345 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove extern C declarations for C++.Diego Biurrun2007-05-16
| | | | | | FFmpeg is pure C and not all public headers have the declarations. Originally committed as revision 23322 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman2007-05-13
| | | | | | | | | | | YUV2 -> RGB BGR for 565, 555 and 888 a.k.a. 24bit color. Speed-up compared to C version compiled with -O3 187.28% Patch by Marc Hoffman %mmh A pleasantst P com% Original thread: Date: May 9, 2007 2:46 AM Subject: [FFmpeg-devel] PATCH BlackFin yuv2rgb color space conversion Originally committed as revision 23307 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics; one test per line for all isXXX(x) macrosIvo van Poorten2007-05-11
| | | | Originally committed as revision 23296 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* remove the need of one extra shift in rgb16ToUVIvo van Poorten2007-05-09
| | | | Originally committed as revision 23281 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix rgb15ToUV. Correct order of components and use one shift less.Ivo van Poorten2007-05-09
| | | | Originally committed as revision 23279 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: indentation after previous patchBenoit Fouet2007-05-02
| | | | Originally committed as revision 23207 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* test if color conv fonction exists prior to using itBenoit Fouet2007-05-02
| | | | Originally committed as revision 23206 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-30
| | | | Originally committed as revision 23179 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-29
| | | | Originally committed as revision 23175 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Fix stray wrongly indented line.Diego Biurrun2007-04-29
| | | | Originally committed as revision 23174 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-29
| | | | Originally committed as revision 23173 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-28
| | | | Originally committed as revision 23158 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.Diego Biurrun2007-04-28
| | | | Originally committed as revision 23157 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-26
| | | | Originally committed as revision 23147 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Don't declare -lm as a dependency of swscale-example.Diego Biurrun2007-04-26
| | | | Originally committed as revision 23140 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove large automatics from stack.Marc Hoffman2007-04-26
| | | | | | patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 23117 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* preserve alpha channel when converting rgb32 to bgr32 in plain CIvo van Poorten2007-04-18
| | | | Originally committed as revision 23022 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* fix red_15mask and green_15mask. the previous values were wrong and causedIvo van Poorten2007-04-18
| | | | | | some SIMD functions to output wrong data. Originally committed as revision 23021 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* test widths all down to one. this tests whether the scalers correctly switchIvo van Poorten2007-04-18
| | | | | | to plain C when width < unit size of assembly code. Originally committed as revision 23018 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* skip MMX code in rgb24tobgr24 if the size of the input is smaller than theIvo van Poorten2007-04-18
| | | | | | size of the units the MMX code processes Originally committed as revision 23015 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* skip MMX code in rgb32to16 if the size of the input is smaller than theIvo van Poorten2007-04-18
| | | | | | size of the units the MMX code processes Originally committed as revision 23014 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* skip MMX code in rgb32to15 if the size of the input is smaller than theIvo van Poorten2007-04-18
| | | | | | size of the units the MMX code processes Originally committed as revision 23013 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* slightly faster rgb32tobgr32; avoid one add and one cmpIvo van Poorten2007-04-17
| | | | Originally committed as revision 23012 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* New implementation of rgb32tobgr32Ivo van Poorten2007-04-16
| | | | | | | | | | The previous implementation segfaulted with MMX enabled when fed an image smaller than the size of the units the MMX code processed. The new code: - is faster for MMX, MMX2 and plain C - processes small images correctly - is LGPL Originally committed as revision 23009 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* improve horizontal chroma resolution with palMichael Niedermayer2007-04-15
| | | | Originally committed as revision 22994 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* convert palette to yuv instead of converting each pixel after pal->rgbMichael Niedermayer2007-04-15
| | | | Originally committed as revision 22993 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics, expand all tabs to four spaces.Ivo van Poorten2007-04-12
| | | | Originally committed as revision 22983 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Replace huge switch statement by a lookup table.Ivo van Poorten2007-04-12
| | | | | | Add newline to final report. Originally committed as revision 22982 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics after last commit; remove superfluous bracesIvo van Poorten2007-04-11
| | | | Originally committed as revision 22979 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove code duplication in sws_rgb2rgb_init.Ivo van Poorten2007-04-11
| | | | | | | | | | The lists of assignments of all rgbxtoy variants are removed from sws_rgb2rgb_init and replaced by a single list inside the template file. This way, multiple lists are generated by the preprocessor and each list gets its own initialization function. Those are called from the main sws_rgb2rgb_init function, if applicable. Originally committed as revision 22978 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* typoDiego Biurrun2007-04-07
| | | | Originally committed as revision 22932 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24Carl Eugen Hoyos2007-04-03
| | | | Originally committed as revision 22910 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Handle proper compilation on Mac OS X.Marc Hoffman2007-03-30
| | | | | | | Fix data alignment bug (the original purpose of the code is unclear, though). patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 22847 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* fix full range (jpeg yuv) chromaMichael Niedermayer2007-03-18
| | | | Originally committed as revision 22713 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add PIX_FMT_PAL8 to isPacked().Karl H. Beckers2007-03-08
| | | | | | patch by "Karl H. Beckers", karl.h.beckers gmx net Originally committed as revision 22487 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* a small step toward 4 plane supportMichael Niedermayer2007-03-02
| | | | Originally committed as revision 22411 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* copy src to prevent the user supplied argumet from being changedMichael Niedermayer2007-03-02
| | | | Originally committed as revision 22410 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtrReimar Döffinger2007-03-01
| | | | | | does not fit in 32 bits. The SWS_ACCURATE_RND is still broken though. Originally committed as revision 22401 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove useless conditional.Diego Biurrun2007-02-27
| | | | Originally committed as revision 22355 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
| | | | Originally committed as revision 22339 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: typo fixes, usefuLL --> useful and aswell --> as wellDiego Biurrun2007-02-22
| | | | Originally committed as revision 22307 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* negative stride and h_size-=8 fixMichael Niedermayer2007-02-17
| | | | Originally committed as revision 22247 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* BGR/RGB4 byte formats as inputMichael Niedermayer2007-02-17
| | | | | | fixing isRGB/BGR() for the byte formats Originally committed as revision 22244 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale