Include dependency graph for image.c:

| image_handler_t* __image_HandlerCreate | ( | vlc_object_t * | p_this | ) |
Create an image_handler_t instance.
| static decoder_t * CreateDecoder | ( | vlc_object_t * | , | |
| video_format_t * | ||||
| ) | [static] |
| static encoder_t * CreateEncoder | ( | vlc_object_t * | , | |
| video_format_t * | , | |||
| video_format_t * | ||||
| ) | [static] |
| static filter_t * CreateFilter | ( | vlc_object_t * | , | |
| es_format_t * | , | |||
| video_format_t * | , | |||
| const char * | ||||
| ) | [static] |
| static void DeleteDecoder | ( | decoder_t * | ) | [static] |
| static void DeleteEncoder | ( | encoder_t * | ) | [static] |
| static void DeleteFilter | ( | filter_t * | ) | [static] |
| static vlc_fourcc_t Ext2Fourcc | ( | const char * | ) | [static] |
| void image_HandlerDelete | ( | image_handler_t * | p_image | ) |
Delete the image_handler_t instance.
| static picture_t * ImageConvert | ( | image_handler_t * | , | |
| picture_t * | , | |||
| video_format_t * | , | |||
| video_format_t * | ||||
| ) | [static] |
Convert an image to a different format.
| static picture_t * ImageFilter | ( | image_handler_t * | , | |
| picture_t * | , | |||
| video_format_t * | , | |||
| const char * | psz_module | |||
| ) | [static] |
Filter an image with a psz_module filter.
| static picture_t * ImageRead | ( | image_handler_t * | , | |
| block_t * | , | |||
| video_format_t * | , | |||
| video_format_t * | ||||
| ) | [static] |
Read an image.
| static picture_t * ImageReadUrl | ( | image_handler_t * | , | |
| const char * | , | |||
| video_format_t * | , | |||
| video_format_t * | ||||
| ) | [static] |
| static block_t * ImageWrite | ( | image_handler_t * | , | |
| picture_t * | , | |||
| video_format_t * | , | |||
| video_format_t * | ||||
| ) | [static] |
Write an image.
| static int ImageWriteUrl | ( | image_handler_t * | , | |
| picture_t * | , | |||
| video_format_t * | , | |||
| video_format_t * | , | |||
| const char * | ||||
| ) | [static] |
struct { ... } ext_table[] [static] |
Misc functions.
| const char* psz_ext |
1.5.1