summaryrefslogtreecommitdiff
path: root/libswscale/swscale_template.c
Commit message (Collapse)AuthorAge
...
* Fix overflow.Michael Niedermayer2008-09-10
| | | | Originally committed as revision 27573 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix build failure due to %%eip on x86_64.Michael Niedermayer2008-09-10
| | | | Originally committed as revision 27569 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Change RGB2YUV_SHIFT from 16 to 15 to make it able to workMichael Niedermayer2008-09-10
| | | | | | with 16bit signed constants (like SIMD might use). Originally committed as revision 27568 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add bgr/rgb15/16/32->UV-half to the macro so theres less code duplicationMichael Niedermayer2008-09-10
| | | | | | at the source level. Originally committed as revision 27567 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Factorize RGB/BGR15/16/32->UV by using the preprocessor.Michael Niedermayer2008-09-10
| | | | Originally committed as revision 27566 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Factorize rgb/bgr15/16/32->Y by using the preprocessor.Michael Niedermayer2008-09-10
| | | | Originally committed as revision 27565 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make SWS_FULL_CHR_H_INP work.Michael Niedermayer2008-09-10
| | | | Originally committed as revision 27564 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate,Michael Niedermayer2008-09-09
| | | | | | and does not throw half the chroma away. Originally committed as revision 27561 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* More correct rounding for the rgb/bgr->yuv converters.Michael Niedermayer2008-09-09
| | | | Originally committed as revision 27557 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Prevent overflows during mpeg->jpeg yuv.Michael Niedermayer2008-09-09
| | | | Originally committed as revision 27552 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix jpeg yuv.Michael Niedermayer2008-09-08
| | | | | | Fixes issue504. Originally committed as revision 27547 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix accurate rounding mode on x86_64.Michael Niedermayer2008-09-07
| | | | | | Fixes issue222. Originally committed as revision 27545 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make ToY and ToUV family of function consistent part ILuca Barbato2008-09-07
| | | | | | Convert width argument from int to long (note: srcW is still an int). Originally committed as revision 27544 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make 16bit grayscale output work.Michael Niedermayer2008-09-04
| | | | Originally committed as revision 27524 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.Michael Niedermayer2008-09-04
| | | | | | Fixes issue248. Originally committed as revision 27522 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix rgb15/16 vs. bgr part2.Michael Niedermayer2008-09-04
| | | | Originally committed as revision 27517 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make C code in yuv2yuv1() do accurate rounding, this could be splitMichael Niedermayer2008-07-18
| | | | | | depending on SWS_ACCURATE as well if someone wants. Originally committed as revision 27323 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* indentMichael Niedermayer2008-07-17
| | | | Originally committed as revision 27322 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.Michael Niedermayer2008-07-17
| | | | Originally committed as revision 27321 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* simplify yuv2yuv1()Michael Niedermayer2008-07-17
| | | | Originally committed as revision 27320 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove ASSERT() macro. SoC Patch from Keiji CostantiniLuca Barbato2008-07-06
| | | | Originally committed as revision 27214 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* spelling/grammar/wording overhaulDiego Biurrun2008-07-04
| | | | Originally committed as revision 27190 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-01
| | | | Originally committed as revision 26946 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: comment typo fixesDiego Biurrun2008-03-22
| | | | Originally committed as revision 26269 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* remove redundant SwScaler text since av_log uses AVClass contextBaptiste Coudurier2008-03-06
| | | | Originally committed as revision 26182 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Turn ancient V offset numerical constants into named ones.Michael Niedermayer2008-03-05
| | | | | | | Add a check that checks that the width is within the choosen constant. This might have been exploitable. Originally committed as revision 26165 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* __asm __volatile -> asm volatile part 3Reimar Döffinger2008-02-24
| | | | Originally committed as revision 26091 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Discard two symbols from libswscale.Carl Eugen Hoyos2008-02-22
| | | | Originally committed as revision 26060 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make some assembler constants global instead of declaring them multiple times.Reimar Döffinger2008-01-29
| | | | Originally committed as revision 25910 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).Benoit Fouet2008-01-17
| | | | Originally committed as revision 25780 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove non cosmetic spaces inside parentheses.Benoit Fouet2008-01-17
| | | | Originally committed as revision 25777 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Comment some #endif directives.Diego Biurrun2007-11-30
| | | | Originally committed as revision 25211 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.Diego Biurrun2007-11-04
| | | | | | Rename them to match the actual implementation. Fixes issue 162. Originally committed as revision 24965 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 23722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* comment grammar fixesDiego Biurrun2007-06-28
| | | | Originally committed as revision 23685 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 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: Remove trailing whitespace.Diego Biurrun2007-04-26
| | | | Originally committed as revision 23147 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
* typoDiego Biurrun2007-04-07
| | | | Originally committed as revision 22932 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
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
| | | | Originally committed as revision 22339 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
* pal8 inputMichael Niedermayer2007-02-16
| | | | | | this is not optimized or anything (that is easy to add just use the existing unscaled converters if possible ...) Originally committed as revision 22236 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Pass a context to av_log(), when possibleLuca Abeni2007-01-23
| | | | Originally committed as revision 21999 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()Luca Abeni2006-12-26
| | | | Originally committed as revision 21776 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add some explicit casts to avoid some warningsLuca Abeni2006-12-26
| | | | Originally committed as revision 21772 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix compilation of non-MMX code with gcc 2.95Luca Abeni2006-12-20
| | | | Originally committed as revision 21702 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale