summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.h
Commit message (Collapse)AuthorAgeFilesLines
* Make sws_format_name() use av_pix_fmt_descriptors.Stefano Sabatini2009-11-261-1/+1
| | | | | | This also introduces a dependency of libswscale on libavutil. Originally committed as revision 29968 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add functions to return library license and library configuration.Diego Biurrun2009-11-181-0/+10
| | | | Originally committed as revision 29932 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document sws_freeContext().Stefano Sabatini2009-11-071-0/+4
| | | | Originally committed as revision 29844 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document slice ordering assumption done by sws_scale().Stefano Sabatini2009-10-301-1/+5
| | | | Originally committed as revision 29804 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document that slices can be bottom to top or top to bottom.Ramiro Polla2009-09-091-1/+1
| | | | Originally committed as revision 29665 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Introduce and use sws_allocVec().Ramiro Polla2009-08-191-0/+5
| | | | Originally committed as revision 29536 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove '\p' doxygen markup, as it should improve plain text doxyStefano Sabatini2009-06-061-16/+15
| | | | | | readability. Originally committed as revision 29351 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add const qualifier to param argument of sws_getContext() andDiego Biurrun2009-05-101-2/+2
| | | | | | | sws_getCachedContext(). Fixes the warning: swscale.c:3408: warning: assignment discards qualifiers from pointer target type Originally committed as revision 29288 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move sws_[gs]etColorspaceDetails() documentation from swscale.c toStefano Sabatini2009-04-181-1/+9
| | | | | | swscale.h. Originally committed as revision 29186 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* whitespace cosmetics: Break some overly long lines.Diego Biurrun2009-04-141-10/+18
| | | | Originally committed as revision 29180 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov2009-02-221-1/+1
| | | | Originally committed as revision 28700 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Rename the "src" parameter in the sws_scale() declaration toStefano Sabatini2009-02-181-3/+3
| | | | | | | "srcSlice" to stress the fact that it references a slice rather than an image. Originally committed as revision 28655 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document sws_scale().Stefano Sabatini2009-02-181-0/+23
| | | | Originally committed as revision 28654 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Implement sws_printVec2() and deprecate sws_printVec().Stefano Sabatini2009-02-141-3/+15
| | | | Originally committed as revision 28566 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document sws_normalizeVec().Stefano Sabatini2009-02-141-0/+5
| | | | Originally committed as revision 28565 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Apply misc fixes for sws_getCachedContext() documentation.Stefano Sabatini2009-02-121-7/+10
| | | | Originally committed as revision 28537 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Bump micro version, related to r28491.Stefano Sabatini2009-02-121-1/+1
| | | | | | | See the thread: "[FFmpeg-devel] [PATCH] Explicitely declare {dst, src}Format sws_get*Context() params as enum PixelFormat". Originally committed as revision 28536 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document sws_getContext().Stefano Sabatini2009-02-111-0/+13
| | | | Originally committed as revision 28535 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document sws_getIdentityVec().Stefano Sabatini2009-02-111-0/+5
| | | | Originally committed as revision 28533 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move sws_getGaussianVec() documentation from swscale.c to swscale.h.Stefano Sabatini2009-02-101-0/+5
| | | | Originally committed as revision 28528 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document sws_cloneVec().Stefano Sabatini2009-02-101-0/+5
| | | | Originally committed as revision 28527 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix typo: lenght -> length.Stefano Sabatini2009-02-101-1/+1
| | | | Originally committed as revision 28526 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document sws_scaleVec().Stefano Sabatini2009-02-101-0/+4
| | | | Originally committed as revision 28525 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document sws_getConstVec().Stefano Sabatini2009-02-101-0/+5
| | | | Originally committed as revision 28524 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move documentation of sws_getCachedContext() from swscale.c toStefano Sabatini2009-02-101-0/+10
| | | | | | swscale.h. Originally committed as revision 28523 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add a @deprecated notice to swscale_get_ordered().Stefano Sabatini2009-02-101-0/+3
| | | | Originally committed as revision 28521 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document coeff and length fields in SwsVector.Stefano Sabatini2009-02-091-2/+2
| | | | Originally committed as revision 28512 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Drop the deprecated sws_scale_ordered() at the next major versionStefano Sabatini2009-02-081-0/+2
| | | | | | bump. Originally committed as revision 28492 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Replace int type with enum PixelFormat for the dstFormat/srcFormatStefano Sabatini2009-02-081-3/+3
| | | | | | | params of the sws_getContext() and sws_getCachedContext() declarations, consistent with the implementation. Originally committed as revision 28491 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix a typo: lumaSarpen -> lumaSharpen.Stefano Sabatini2009-02-081-1/+1
| | | | Originally committed as revision 28490 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 28414 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add bitexact flag.Michael Niedermayer2008-09-121-0/+1
| | | | Originally committed as revision 27592 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Change headers' guardnames consistently with r15120.Stefano Sabatini2008-08-311-3/+3
| | | | Originally committed as revision 27499 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Implement swscale_version().Stefano Sabatini2008-08-291-1/+6
| | | | 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-061-1/+1
| | | | Originally committed as revision 26183 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* less preprocessor magic in version number macrosMåns Rullgård2008-02-261-4/+10
| | | | Originally committed as revision 26105 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* #include "libavutil/avutil.h" in swscale.hMåns Rullgård2008-02-251-1/+1
| | | | Originally committed as revision 26097 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Clean up lib* version definitionsMåns Rullgård2008-02-191-2/+4
| | | | Originally committed as revision 26034 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* remove duplicate AV_STRINGIFY() definitionMåns Rullgård2008-02-171-3/+0
| | | | Originally committed as revision 26013 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-181-3/+3
| | | | Originally committed as revision 24800 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
| | | | Originally committed as revision 23722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* misc spelling fixesDiego Biurrun2007-06-131-2/+2
| | | | Originally committed as revision 23556 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove extern C declarations for C++.Diego Biurrun2007-05-161-8/+0
| | | | | | 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-131-0/+1
| | | | | | | | | | | 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-291-45/+45
| | | | Originally committed as revision 23173 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-261-2/+2
| | | | 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-121-1/+3
| | | | 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-191-11/+8
| | | | | | 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-071-19/+21
| | | | 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-041-0/+5
| | | | | | | | | | | 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
OpenPOWER on IntegriCloud