summaryrefslogtreecommitdiff
path: root/libswscale/swscale.h
Commit message (Collapse)AuthorAge
* lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov2011-09-03
|
* doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-14
|
* Do not include log.h in avutil.hMans Rullgard2011-07-03
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Do not include pixfmt.h in avutil.hMans Rullgard2011-07-03
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* doxygen: Remove spurious documentation for non-existing function parameters.Diego Biurrun2011-07-03
|
* Bump major version for b8e893399ff8755721dc117695ec5ff183c1e07bReinhard Tartler2011-06-20
| | | | | | | | | | | On architectures such as x86 (both 32 bit and 64bit), the stack element size is fixed, which maintains alignment. Here, this change does not break anything. However, we also support also other architectures where this property is not maintained and therefore, applications will crash horribly. This change effectively forces all applications to be recompiled against libswscale.
* sws: replace all long with int.Anton Khirnov2011-05-28
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* swscale: revive SWS_CPU_CAPS until next major bump.Anton Khirnov2011-05-26
|
* swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-24
|
* swscale: point out an alternative to sws_getContextClément Bœsch2011-05-21
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-04-28
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* sws: remove disabled cruft.Anton Khirnov2011-04-19
|
* Bump major versions of all libraries.Anton Khirnov2011-04-18
| | | | | | They've accumulated enough new APIs and corresponding deprecated cruft. This breaks API and ABI.
* swscale: postpone sws_getContext removal until next major bump.Anton Khirnov2011-04-06
| | | | The replacement isn't ready yet.
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Deprecate sws_getContext(), use sws_alloc_context() andStefano Sabatini2010-09-28
| | | | | | sws_init_context() instead. Originally committed as revision 32401 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add documentation for the returned value of sws_init_context().Stefano Sabatini2010-09-28
| | | | Originally committed as revision 32400 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Bump minor version after the addition of sws_alloc_context() andStefano Sabatini2010-09-28
| | | | | | sws_init_context() of r32368. Originally committed as revision 32396 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* fix typos and grammarRamiro Polla2010-09-26
| | | | Originally committed as revision 32370 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Split alloc and init of context so that parameters can be set in the contextMichael Niedermayer2010-09-26
| | | | | | | instead of requireing being passed through function parameters. This also makes sws work with AVOptions. Originally committed as revision 32368 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* rgb2rgb: build SSE2 codepathRamiro Polla2010-09-08
| | | | Originally committed as revision 32068 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Revert commit:Stefano Sabatini2010-07-28
| | | | | | | | | | | r31772 | stefano | 2010-07-23 01:01:31 +0200 (Fri, 23 Jul 2010) | 2 lines Prefer impersonal form over third person, for consistency with the rest of FFmpeg. The change was not approved by the maintainer. Originally committed as revision 31847 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Prefer impersonal form over third person, for consistency with theStefano Sabatini2010-07-22
| | | | | | rest of FFmpeg. Originally committed as revision 31772 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* deprecate palette8topacked32 in favor of public API functions ↵Reinhard Tartler2010-06-01
| | | | | | | | | | | sws_convertPalette8ToPacked32 and -24 additionallym deprecate palette8torgb16 and its bgr variant without replacement. These functions are not meant to be used by applications. Discussed at: http://comments.gmane.org/gmane.comp.video.ffmpeg.devel/109340 Originally committed as revision 31301 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add empty newline to separate function declarations, for betterStefano Sabatini2010-05-23
| | | | | | readability. Originally committed as revision 31192 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 31050 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Apply misc fixes to sws_getCoefficients() doxy.Stefano Sabatini2010-02-05
| | | | Originally committed as revision 30519 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Satisfy consistency need:Stefano Sabatini2010-02-05
| | | | | | int * sws_getCoefficients -> int *sws_getCoefficients. Originally committed as revision 30518 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add function to translate SWS_CS_* to coefficient arrayDavid Conrad2010-02-05
| | | | Originally committed as revision 30513 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* More const-correctness for sws_scaleDavid Conrad2010-01-21
| | | | Originally committed as revision 30381 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make const prototypes for input sources of sws_scale_* stricter.Alexis Ballier2010-01-19
| | | | | | Patch by Alexis Ballier gmailify($firstname, $familyname) Originally committed as revision 30374 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-15
| | | | | | libswscale. Originally committed as revision 30306 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Implement sws_isSupportedInput() and sws_isSupportedOutput().Stefano Sabatini2010-01-07
| | | | Originally committed as revision 30236 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for theStefano Sabatini2010-01-03
| | | | | | | swscale_configuration() and swscale_license() functions, consistent with the rest of FFmpeg. Originally committed as revision 30180 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make sws_format_name() use av_pix_fmt_descriptors.Stefano Sabatini2009-11-26
| | | | | | 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-18
| | | | Originally committed as revision 29932 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document sws_freeContext().Stefano Sabatini2009-11-07
| | | | Originally committed as revision 29844 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document slice ordering assumption done by sws_scale().Stefano Sabatini2009-10-30
| | | | 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-09
| | | | Originally committed as revision 29665 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Introduce and use sws_allocVec().Ramiro Polla2009-08-19
| | | | 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-06
| | | | | | 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-10
| | | | | | | 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-18
| | | | | | 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-14
| | | | Originally committed as revision 29180 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov2009-02-22
| | | | 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-18
| | | | | | | "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-18
| | | | Originally committed as revision 28654 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Implement sws_printVec2() and deprecate sws_printVec().Stefano Sabatini2009-02-14
| | | | Originally committed as revision 28566 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document sws_normalizeVec().Stefano Sabatini2009-02-14
| | | | Originally committed as revision 28565 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Apply misc fixes for sws_getCachedContext() documentation.Stefano Sabatini2009-02-12
| | | | Originally committed as revision 28537 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale