external API header
More...
Go to the source code of this file.
Data Structures
Macros
CPU caps are autodetected now, those flags are only provided for API compatibility.
Functions
Return the libswscale build-time configuration.
Return the libswscale license.
Return a positive value if pix_fmt is a supported input format, 0 otherwise.
Return a positive value if pix_fmt is a supported output format, 0 otherwise.
Initialize the swscaler context sws_context.
Free the swscaler context swsContext.
Scale the image slice in srcSlice and put the resulting scaled slice in the image in dst.
Allocate and return an uninitialized vector with length coefficients.
Return a normalized Gaussian curve used to filter stuff quality = 3 is high quality, lower is lower quality.
Allocate and return a vector with length coefficients, all with the same value c.
Allocate and return a vector with just one coefficient, with value 1.0.
Scale all the coefficients of a by the scalar value.
Scale all the coefficients of a so that their sum equals height.
Allocate and return a clone of the vector a, that is a vector with the same coefficients as a.
Print with
av_log() a textual representation of the vector a if log_level <= av_log_level.
SwsFilter *
sws_getDefaultFilter (float lumaGBlur, float chromaGBlur, float lumaSharpen, float chromaSharpen, float chromaHShift, float chromaVShift, int verbose)
struct
SwsContext *
sws_getCachedContext (struct
SwsContext *context, int srcW, int srcH, enum
AVPixelFormat srcFormat, int dstW, int dstH, enum
AVPixelFormat dstFormat, int
flags,
SwsFilter *srcFilter,
SwsFilter *dstFilter, const double *param)
Check if context can be reused, otherwise reallocate a new one.
Convert an 8-bit paletted frame into a frame with a color depth of 32 bits.
Convert an 8-bit paletted frame into a frame with a color depth of 24 bits.
Detailed Description
external API header
Definition in file swscale.h.