ffmpeg.libpostproc.postprocess

Undocumented in source.

Members

Aliases

pp_context
alias pp_context = void
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pp_mode
alias pp_mode = void
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

postproc_configuration
const(char)* postproc_configuration()

Return the libpostproc build-time configuration.

postproc_license
const(char)* postproc_license()

Return the libpostproc license.

postproc_version
uint postproc_version()

Return the LIBPOSTPROC_VERSION_INT constant.

pp_free_context
void pp_free_context(pp_context* ppContext)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pp_free_mode
void pp_free_mode(pp_mode* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pp_get_context
pp_context* pp_get_context(int width, int height, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pp_get_mode_by_name_and_quality
pp_mode* pp_get_mode_by_name_and_quality(const(char)* name, int quality)

Return a pp_mode or NULL if an error occurred.

pp_postprocess
void pp_postprocess(const(ubyte)*[3] src, const(int)[3] srcStride, ubyte*[3] dst, const(int)[3] dstStride, int horizontalSize, int verticalSize, const(byte)* QP_store, int QP_stride, pp_mode* mode, pp_context* ppContext, int pict_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

PP_CPU_CAPS_3DNOW
enum PP_CPU_CAPS_3DNOW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PP_CPU_CAPS_ALTIVEC
enum PP_CPU_CAPS_ALTIVEC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PP_CPU_CAPS_AUTO
enum PP_CPU_CAPS_AUTO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PP_CPU_CAPS_MMX
enum PP_CPU_CAPS_MMX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PP_CPU_CAPS_MMX2
enum PP_CPU_CAPS_MMX2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PP_FORMAT
enum PP_FORMAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PP_FORMAT_411
enum PP_FORMAT_411;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PP_FORMAT_420
enum PP_FORMAT_420;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PP_FORMAT_422
enum PP_FORMAT_422;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PP_FORMAT_440
enum PP_FORMAT_440;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PP_FORMAT_444
enum PP_FORMAT_444;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PP_PICT_TYPE_QP2
enum PP_PICT_TYPE_QP2;

< MPEG2 style QScale

PP_QUALITY_MAX
enum PP_QUALITY_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

pp_help
const(char)[] pp_help;

< a simple help text +////< a simple help tex

Meta