summaryrefslogtreecommitdiff
path: root/libswscale/swscale.h
Commit message (Collapse)AuthorAge
* Add bitexact flag.Michael Niedermayer2008-09-12
| | | | Originally committed as revision 27592 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Change headers' guardnames consistently with r15120.Stefano Sabatini2008-08-31
| | | | Originally committed as revision 27499 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Implement swscale_version().Stefano Sabatini2008-08-29
| | | | Originally committed as revision 27492 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
* less preprocessor magic in version number macrosMåns Rullgård2008-02-26
| | | | Originally committed as revision 26105 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* #include "libavutil/avutil.h" in swscale.hMåns Rullgård2008-02-25
| | | | Originally committed as revision 26097 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Clean up lib* version definitionsMåns Rullgård2008-02-19
| | | | Originally committed as revision 26034 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* remove duplicate AV_STRINGIFY() definitionMåns Rullgård2008-02-17
| | | | Originally committed as revision 26013 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-18
| | | | Originally committed as revision 24800 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
* misc spelling fixesDiego Biurrun2007-06-13
| | | | Originally committed as revision 23556 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 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
* deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()Luca Abeni2007-01-12
| | | | Originally committed as revision 21888 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
* 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 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
* vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsMichael Niedermayer2006-07-24
| | | | | | | the +-1 issue is limited to >2tap vertical filters, so bilinear upscale was unaffected the new code is sometime faster sometimes slower but the difference is significant (~20%) so its optional and enabled with arnd=1 Originally committed as revision 19177 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use libavutil in libswscale, and allow it to be built out of the mplayer treeLuca Abeni2006-07-20
| | | | Originally committed as revision 19148 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move postproc ---> libswscaleLuca Abeni2006-06-30
Originally committed as revision 18866 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale