Dirac encoder support via libschroedinger-1.0 libraries. More...
#include <assert.h>#include <schroedinger/schro.h>#include <schroedinger/schrodebug.h>#include <schroedinger/schrovideoformat.h>#include "avcodec.h"#include "internal.h"#include "libschroedinger.h"#include "bytestream.h"Go to the source code of this file.
Data Structures | |
| struct | SchroEncoderParams |
| libschroedinger encoder private data More... | |
Typedefs | |
| typedef struct SchroEncoderParams | SchroEncoderParams |
| libschroedinger encoder private data More... | |
Functions | |
| static int | set_chroma_format (AVCodecContext *avccontext) |
| Works out Schro-compatible chroma format. More... | |
| static int | libschroedinger_encode_init (AVCodecContext *avccontext) |
| static SchroFrame * | libschroedinger_frame_from_data (AVCodecContext *avccontext, const AVFrame *frame) |
| static void | libschroedinger_free_frame (void *data) |
| static int | libschroedinger_encode_frame (AVCodecContext *avccontext, AVPacket *pkt, const AVFrame *frame, int *got_packet) |
| static int | libschroedinger_encode_close (AVCodecContext *avccontext) |
Variables | |
| AVCodec | ff_libschroedinger_encoder |
Dirac encoder support via libschroedinger-1.0 libraries.
More details about the Schroedinger project can be found at http://www.diracvideo.org/. The library implements Dirac Specification Version 2.2 (http://dirac.sourceforge.net/specification.html).
Definition in file libschroedingerenc.c.
| typedef struct SchroEncoderParams SchroEncoderParams |
libschroedinger encoder private data
|
static |
Definition at line 419 of file libschroedingerenc.c.
|
static |
Definition at line 269 of file libschroedingerenc.c.
|
static |
Definition at line 106 of file libschroedingerenc.c.
|
static |
Definition at line 242 of file libschroedingerenc.c.
Referenced by libschroedinger_encode_frame().
Definition at line 261 of file libschroedingerenc.c.
Referenced by libschroedinger_encode_close(), and libschroedinger_encode_frame().
|
static |
Works out Schro-compatible chroma format.
Definition at line 82 of file libschroedingerenc.c.
Referenced by libschroedinger_encode_init().
| AVCodec ff_libschroedinger_encoder |
Definition at line 442 of file libschroedingerenc.c.