FFmpeg
|
#include "libavutil/avstring.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/intfloat.h"
#include "libavutil/imgutils.h"
#include "libavutil/timecode.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
Go to the source code of this file.
Enumerations | |
enum | DPX_TRC { DPX_TRC_USER_DEFINED = 0, DPX_TRC_PRINTING_DENSITY = 1, DPX_TRC_LINEAR = 2, DPX_TRC_LOGARITHMIC = 3, DPX_TRC_UNSPECIFIED_VIDEO = 4, DPX_TRC_SMPTE_274 = 5, DPX_TRC_ITU_R_709_4 = 6, DPX_TRC_ITU_R_601_625 = 7, DPX_TRC_ITU_R_601_525 = 8, DPX_TRC_SMPTE_170 = 9, DPX_TRC_ITU_R_624_4_PAL = 10, DPX_TRC_Z_LINEAR = 11, DPX_TRC_Z_HOMOGENEOUS = 12 } |
enum | DPX_COL_SPEC { DPX_COL_SPEC_USER_DEFINED = 0, DPX_COL_SPEC_PRINTING_DENSITY = 1, DPX_COL_SPEC_UNSPECIFIED_VIDEO = 4, DPX_COL_SPEC_SMPTE_274 = 5, DPX_COL_SPEC_ITU_R_709_4 = 6, DPX_COL_SPEC_ITU_R_601_625 = 7, DPX_COL_SPEC_ITU_R_601_525 = 8, DPX_COL_SPEC_SMPTE_170 = 9, DPX_COL_SPEC_ITU_R_624_4_PAL = 10 } |
Functions | |
static unsigned int | read16 (const uint8_t **ptr, int is_big) |
static unsigned int | read32 (const uint8_t **ptr, int is_big) |
static uint16_t | read10in32_gray (const uint8_t **ptr, uint32_t *lbuf, int *n_datum, int is_big, int shift) |
static uint16_t | read10in32 (const uint8_t **ptr, uint32_t *lbuf, int *n_datum, int is_big, int shift) |
static uint16_t | read12in32 (const uint8_t **ptr, uint32_t *lbuf, int *n_datum, int is_big) |
static int | decode_frame (AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) |
Variables | |
const FFCodec | ff_dpx_decoder |
enum DPX_TRC |
enum DPX_COL_SPEC |
Definition at line 63 of file dpx.c.
Referenced by decode_frame().
Definition at line 75 of file dpx.c.
Referenced by decode_frame(), read10in32(), read10in32_gray(), and read12in32().
|
static |
Definition at line 87 of file dpx.c.
Referenced by decode_frame().
|
static |
Definition at line 105 of file dpx.c.
Referenced by decode_frame().
|
static |
Definition at line 120 of file dpx.c.
Referenced by decode_frame().
|
static |
const FFCodec ff_dpx_decoder |