Miam-Player  0.8.0
A nice music player

Classes

struct  AVPicture
 

Typedefs

typedef struct AVPicture AVPicture
 

Functions

attribute_deprecated int avpicture_alloc (AVPicture *picture, enum AVPixelFormat pix_fmt, int width, int height)
 
attribute_deprecated void avpicture_free (AVPicture *picture)
 
attribute_deprecated int avpicture_fill (AVPicture *picture, const uint8_t *ptr, enum AVPixelFormat pix_fmt, int width, int height)
 
attribute_deprecated int avpicture_layout (const AVPicture *src, enum AVPixelFormat pix_fmt, int width, int height, unsigned char *dest, int dest_size)
 
attribute_deprecated int avpicture_get_size (enum AVPixelFormat pix_fmt, int width, int height)
 
attribute_deprecated void av_picture_copy (AVPicture *dst, const AVPicture *src, enum AVPixelFormat pix_fmt, int width, int height)
 
attribute_deprecated int av_picture_crop (AVPicture *dst, const AVPicture *src, enum AVPixelFormat pix_fmt, int top_band, int left_band)
 
attribute_deprecated int av_picture_pad (AVPicture *dst, const AVPicture *src, int height, int width, enum AVPixelFormat pix_fmt, int padtop, int padbottom, int padleft, int padright, int *color)
 

Detailed Description

Functions for working with AVPicture

Typedef Documentation

typedef struct AVPicture AVPicture

Picture data structure.

Up to four components can be stored into it, the last component is alpha.

Deprecated:
use AVFrame or imgutils functions instead

Function Documentation

attribute_deprecated void av_picture_copy ( AVPicture dst,
const AVPicture src,
enum AVPixelFormat  pix_fmt,
int  width,
int  height 
)
attribute_deprecated int av_picture_crop ( AVPicture dst,
const AVPicture src,
enum AVPixelFormat  pix_fmt,
int  top_band,
int  left_band 
)
Deprecated:
unused
attribute_deprecated int av_picture_pad ( AVPicture dst,
const AVPicture src,
int  height,
int  width,
enum AVPixelFormat  pix_fmt,
int  padtop,
int  padbottom,
int  padleft,
int  padright,
int *  color 
)
Deprecated:
unused
attribute_deprecated int avpicture_alloc ( AVPicture picture,
enum AVPixelFormat  pix_fmt,
int  width,
int  height 
)
Deprecated:
unused
attribute_deprecated int avpicture_fill ( AVPicture picture,
const uint8_t *  ptr,
enum AVPixelFormat  pix_fmt,
int  width,
int  height 
)
attribute_deprecated void avpicture_free ( AVPicture picture)
Deprecated:
unused
attribute_deprecated int avpicture_get_size ( enum AVPixelFormat  pix_fmt,
int  width,
int  height 
)
attribute_deprecated int avpicture_layout ( const AVPicture src,
enum AVPixelFormat  pix_fmt,
int  width,
int  height,
unsigned char *  dest,
int  dest_size 
)