|
FFmpeg
|
JPEG 2000 encoder using libopenjpeg. More...
#include "libavutil/avassert.h"#include "libavutil/common.h"#include "libavutil/imgutils.h"#include "libavutil/intreadwrite.h"#include "libavutil/opt.h"#include "avcodec.h"#include "internal.h"#include <openjpeg.h>Go to the source code of this file.
Data Structures | |
| struct | LibOpenJPEGContext |
Macros | |
| #define | OPENJPEG_MAJOR_VERSION 1 |
| #define | OPJ(x) x |
| #define | OFFSET(x) offsetof(LibOpenJPEGContext, x) |
| #define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Variables | |
| static const AVOption | options [] |
| static const AVClass | openjpeg_class |
| AVCodec | ff_libopenjpeg_encoder |
JPEG 2000 encoder using libopenjpeg.
Definition in file libopenjpegenc.c.
| #define OPENJPEG_MAJOR_VERSION 1 |
Definition at line 53 of file libopenjpegenc.c.
| #define OPJ | ( | x | ) | x |
Definition at line 54 of file libopenjpegenc.c.
Referenced by cinema_parameters(), and mj2_create_image().
| #define OFFSET | ( | x | ) | offsetof(LibOpenJPEGContext, x) |
Definition at line 822 of file libopenjpegenc.c.
| #define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 823 of file libopenjpegenc.c.
Definition at line 76 of file libopenjpegenc.c.
Referenced by libopenjpeg_encode_frame().
Definition at line 81 of file libopenjpegenc.c.
Referenced by libopenjpeg_encode_frame().
Definition at line 86 of file libopenjpegenc.c.
Referenced by libopenjpeg_encode_frame().
|
static |
Definition at line 163 of file libopenjpegenc.c.
Referenced by libopenjpeg_encode_init().
|
static |
Definition at line 200 of file libopenjpegenc.c.
Referenced by libopenjpeg_encode_frame(), and libopenjpeg_encode_init().
|
static |
Definition at line 305 of file libopenjpegenc.c.
|
static |
Definition at line 395 of file libopenjpegenc.c.
Referenced by libopenjpeg_encode_frame().
|
static |
Definition at line 435 of file libopenjpegenc.c.
Referenced by libopenjpeg_encode_frame().
|
static |
Definition at line 474 of file libopenjpegenc.c.
Referenced by libopenjpeg_encode_frame().
|
static |
Definition at line 514 of file libopenjpegenc.c.
Referenced by libopenjpeg_encode_frame().
|
static |
Definition at line 555 of file libopenjpegenc.c.
Referenced by libopenjpeg_encode_frame().
|
static |
Definition at line 598 of file libopenjpegenc.c.
|
static |
Definition at line 811 of file libopenjpegenc.c.
|
static |
Definition at line 824 of file libopenjpegenc.c.
|
static |
Definition at line 850 of file libopenjpegenc.c.
| AVCodec ff_libopenjpeg_encoder |
Definition at line 857 of file libopenjpegenc.c.
1.8.6