summaryrefslogtreecommitdiff
path: root/libswscale/swscale.c
Commit message (Collapse)AuthorAge
* Remove in_asm_used_var_warning_killer()Keiji Costantini2008-05-09
| | | | | | Patch by Keiji Costantini ( strites gmail com ) Originally committed as revision 26706 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 26702 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling.Alexander Strange2008-03-22
| | | | | | patch by Alexander Strange, astrange ithinksw com Originally committed as revision 26270 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun2008-03-18
| | | | Originally committed as revision 26264 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix a typo that causes an assertion to always fail.Zuxy Meng2008-03-17
| | | | | | Reported by Alexander Bokovikov (openworld AT uralweb DOT ru) Originally committed as revision 26257 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* typosDiego Biurrun2008-03-12
| | | | Originally committed as revision 26228 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* typoDiego Biurrun2008-03-10
| | | | Originally committed as revision 26212 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make av_class a pointer to const.Panagiotis Issaris2008-03-10
| | | | | | Patch by Takis. Originally committed as revision 26210 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove redundant swScaler: output from places where av_log()Diego Biurrun2008-03-10
| | | | | | properly prints the context anyway. Originally committed as revision 26207 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* change sws_format_name to return const char*, supress many warningsBaptiste Coudurier2008-03-06
| | | | Originally committed as revision 26183 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
* One more (forgotten) fix for fixing sws_flags.Michael Niedermayer2008-03-05
| | | | Originally committed as revision 26166 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
* Discard two symbols from libswscale.Carl Eugen Hoyos2008-02-22
| | | | Originally committed as revision 26060 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* More explicit unsupported pixel format error messages.Stefano Sabatini2008-02-15
| | | | | | Patch by Stefano Sabatini: stefano sabatini (minus) lala % poste it Originally committed as revision 25999 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make dither4 & dither8 const.Carl Eugen Hoyos2008-02-09
| | | | Originally committed as revision 25967 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
* Use DECLARE_ASM_CONST where possible in libswscale codeReimar Döffinger2008-01-28
| | | | Originally committed as revision 25903 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix typo in commentReimar Döffinger2008-01-21
| | | | Originally committed as revision 25829 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
* Cosmetics: whitespacesBenoit Fouet2008-01-17
| | | | Originally committed as revision 25778 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
* Description: remove superfluous parentheses.Benoit Fouet2008-01-17
| | | | Originally committed as revision 25776 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Check param in sws_getCachedContext().KO Myung-Hun2008-01-17
| | | | | | | | Patch by KO Myung-Hun komh chollian net Original thread: [FFmpeg-devel] [PATCH] param check in sws_getCachedContext() Date: Wed Jan 9 11:15:19 CET 2008 Originally committed as revision 25775 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* comment typo fixesDiego Biurrun2007-12-21
| | | | Originally committed as revision 25485 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make sure strides have positive values before converting.Peter Schlaile2007-12-20
| | | | | | Patch by Peter Schlaile: peter schlaile de Originally committed as revision 25467 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Revert wrong ARCH_BFIN --> HAVE_BFIN change.Diego Biurrun2007-09-27
| | | | Originally committed as revision 24627 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-24
| | | | Originally committed as revision 24601 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* renaming ARCH_BFIN to HAVE_BFINMarc Hoffman2007-08-31
| | | | Originally committed as revision 24309 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* typoDiego Biurrun2007-07-28
| | | | Originally committed as revision 23889 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* use YUV440P in swscaleAndreas Öman2007-07-18
| | | | | | | | patch by Andreas Öman: \andreas olebyn nu/ original thread: [FFmpeg-devel] half vertical chroma resolution from JPEGs.. date: 07/03/2007 01:29 PM Originally committed as revision 23811 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
* integrating ff_bfin_get_unscaled_swscale into the systemMarc Hoffman2007-06-22
| | | | Originally committed as revision 23605 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* misc spelling fixesDiego Biurrun2007-06-13
| | | | Originally committed as revision 23556 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 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
* 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 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: 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 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
* 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