summaryrefslogtreecommitdiff
path: root/libswscale/swscale.c
Commit message (Collapse)AuthorAge
* 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
* 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
* 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
* Add "support for both orderings of the slices (top->down / bottom->up)"Luca Abeni2007-01-12
| | | | | | (r15249) to sws_scale() too (until now, it only was in sws_scale_ordered()) Originally committed as revision 21887 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* replace some av_malloc();memset(...,0,...) sequences with av_mallocz()Luca Abeni2007-01-06
| | | | Originally committed as revision 21835 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
* Mark some variables as possibly unused to avoid warningsLuca Abeni2006-12-26
| | | | Originally committed as revision 21775 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add some explicit casts to avoid "assignment from incompatible pointer type"Luca Abeni2006-12-26
| | | | | | warnings Originally committed as revision 21774 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove useless include (not needed now that libswscale uses libavutil)Luca Abeni2006-12-22
| | | | Originally committed as revision 21728 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Allow to compile swscale's non-SIMD code under the LGPL license.Luca Abeni2006-12-20
| | | | | | | Since mplayer always define CONFIG_GPL, this commit should not change anything for mplayer. Originally committed as revision 21699 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Clarify that some of the non-SIMD code is now LGPLed.Luca Abeni2006-11-19
| | | | | | All the authours of such code agreed. Originally committed as revision 21045 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove stray newline.Diego Biurrun2006-11-16
| | | | Originally committed as revision 20959 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add support for conversions from the rgb565 and rgb555 formatsLuca Abeni2006-11-02
| | | | Originally committed as revision 20605 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-01
| | | | Originally committed as revision 20592 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 16-bit grayscale supportKostya Shishkov2006-10-24
| | | | Originally committed as revision 20427 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
| | | | Originally committed as revision 20169 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun2006-10-07
| | | | Originally committed as revision 20100 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add support for YUVJ formatsLuca Abeni2006-09-27
| | | | Originally committed as revision 19993 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove the dependency of libswscale on img_format.hLuca Abeni2006-09-17
| | | | Originally committed as revision 19878 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32)Luca Abeni2006-09-17
| | | | Originally committed as revision 19875 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add sws_getCachedContext(), which checks if context is valid or reallocs a ↵Víctor Paesa2006-09-04
| | | | | | | | | | | new one instead. Patch by Victor Paesa <wzrlpy@arsystel.com> Original thread: Date: Aug 31, 2006 7:15 PM Subject: [Ffmpeg-devel] [PATCH] Add sws_getCachedContext() to swscale library Originally committed as revision 19667 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* make the C code of the swscaler which i wrote LGPLMichael Niedermayer2006-08-30
| | | | Originally committed as revision 19600 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Diego Biurrun2006-08-18
| | | | Originally committed as revision 19437 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compileUoti Urpala2006-08-12
| | | | | | | | MMX2 code, because the HAVE_ defines do not have sane values here if runtime cpudetection is used. Hopefully fixes runtime cpudetection breakage from r19339. Originally committed as revision 19374 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale