Blender
V3.3
|
#include "AVI_avi.h"
#include "avi_intern.h"
#include "avi_mjpeg.h"
#include "avi_rgb.h"
#include "avi_rgb32.h"
Go to the source code of this file.
Functions | |
void * | avi_format_convert (AviMovie *movie, int stream, void *buffer, AviFormat from, AviFormat to, size_t *size) |
int | avi_get_data_id (AviFormat format, int stream) |
int | avi_get_format_type (AviFormat format) |
int | avi_get_format_fcc (AviFormat format) |
int | avi_get_format_compression (AviFormat format) |
This is external code. Identify and convert different avi-files.
Definition in file avi_codecs.c.
void* avi_format_convert | ( | AviMovie * | movie, |
int | stream, | ||
void * | buffer, | ||
AviFormat | from, | ||
AviFormat | to, | ||
size_t * | size | ||
) |
Definition at line 17 of file avi_codecs.c.
References avi_converter_from_avi_rgb(), avi_converter_from_mjpeg(), avi_converter_from_rgb32(), avi_converter_to_avi_rgb(), avi_converter_to_mjpeg(), avi_converter_to_rgb32(), AVI_FORMAT_AVI_RGB, AVI_FORMAT_MJPEG, AVI_FORMAT_RGB24, AVI_FORMAT_RGB32, buffer, from, and size().
Referenced by AVI_read_frame(), and AVI_write_frame().
int avi_get_data_id | ( | AviFormat | format, |
int | stream | ||
) |
Definition at line 66 of file avi_codecs.c.
References avi_get_format_type(), and FCC.
Referenced by AVI_write_frame().
int avi_get_format_compression | ( | AviFormat | format | ) |
Definition at line 110 of file avi_codecs.c.
References AVI_FORMAT_AVI_RGB, AVI_FORMAT_MJPEG, AVI_FORMAT_RGB24, AVI_FORMAT_RGB32, and FCC.
Referenced by AVI_open_compress().
int avi_get_format_fcc | ( | AviFormat | format | ) |
Definition at line 96 of file avi_codecs.c.
References AVI_FORMAT_AVI_RGB, AVI_FORMAT_MJPEG, AVI_FORMAT_RGB24, AVI_FORMAT_RGB32, and FCC.
Referenced by AVI_open_compress().
int avi_get_format_type | ( | AviFormat | format | ) |
Definition at line 83 of file avi_codecs.c.
References AVI_FORMAT_AVI_RGB, AVI_FORMAT_MJPEG, AVI_FORMAT_RGB24, AVI_FORMAT_RGB32, and FCC.
Referenced by avi_get_data_id(), AVI_open_compress(), and AVI_set_compress_option().