FFmpeg
Loading...
Searching...
No Matches
dpx.h
Go to the documentation of this file.
1/*
2 * DPX (.dpx) image decoder
3 * Copyright (c) 2009 Jimmy Christensen
4 *
5 * This file is part of FFmpeg.
6 *
7 * FFmpeg is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * FFmpeg is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */
21
22#ifndef AVCODEC_DPX_H
23#define AVCODEC_DPX_H
24
25#include "libavutil/frame.h"
26#include "libavutil/pixfmt.h"
27
43
59
72
73#endif /* AVCODEC_DPX_H */
DPX_COL_SPEC
Definition dpx.h:44
@ DPX_COL_SPEC_USER_DEFINED
Definition dpx.h:45
@ DPX_COL_SPEC_SMPTE_170
Definition dpx.h:54
@ DPX_COL_SPEC_UNSPECIFIED_VIDEO
Definition dpx.h:49
@ DPX_COL_SPEC_ITU_R_624_4_PAL
Definition dpx.h:55
@ DPX_COL_SPEC_ITU_R_601_525
Definition dpx.h:53
@ DPX_COL_SPEC_ITU_R_601_625
Definition dpx.h:52
@ DPX_COL_SPEC_SMPTE_274
Definition dpx.h:50
@ DPX_COL_SPEC_PRINTING_DENSITY
Definition dpx.h:46
@ DPX_COL_SPEC_ITU_R_709_4
Definition dpx.h:51
DPX_TRC
Definition dpx.h:28
@ DPX_TRC_ITU_R_601_625
Definition dpx.h:36
@ DPX_TRC_UNSPECIFIED_VIDEO
Definition dpx.h:33
@ DPX_TRC_Z_LINEAR
Definition dpx.h:40
@ DPX_TRC_ITU_R_624_4_PAL
Definition dpx.h:39
@ DPX_TRC_Z_HOMOGENEOUS
Definition dpx.h:41
@ DPX_TRC_ITU_R_601_525
Definition dpx.h:37
@ DPX_TRC_PRINTING_DENSITY
Definition dpx.h:30
@ DPX_TRC_LOGARITHMIC
Definition dpx.h:32
@ DPX_TRC_ITU_R_709_4
Definition dpx.h:35
@ DPX_TRC_SMPTE_274
Definition dpx.h:34
@ DPX_TRC_LINEAR
Definition dpx.h:31
@ DPX_TRC_USER_DEFINED
Definition dpx.h:29
@ DPX_TRC_SMPTE_170
Definition dpx.h:38
reference-counted frame API
pixel format definitions
AVPixelFormat
Pixel format.
Definition pixfmt.h:71
This structure describes decoded (raw) audio or video data.
Definition frame.h:472
int need_align
Definition dpx.h:70
void * hwaccel_picture_private
Definition dpx.h:62
AVFrame * frame
Definition dpx.h:61
int packing
Definition dpx.h:65
int endian
Definition dpx.h:67
enum AVPixelFormat pix_fmt
Definition dpx.h:63
int unpadded_10bit
Definition dpx.h:69
int components
Definition dpx.h:68
int stride
Definition dpx.h:66