Libav
|
Dirac decoder support via libschroedinger-1.0 libraries. More...
#include <string.h>
#include "libavutil/imgutils.h"
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "avcodec.h"
#include "internal.h"
#include "libschroedinger.h"
#include <assert.h>
#include <schroedinger/schro.h>
#include <schroedinger/schrodebug.h>
#include <schroedinger/schrovideoformat.h>
Go to the source code of this file.
Data Structures | |
struct | LibSchroFrameContext |
SchroFrame and Pts relation. More... | |
struct | SchroDecoderParams |
libschroedinger decoder private data More... | |
struct | SchroParseUnitContext |
Functions | |
static void | libschroedinger_decode_buffer_free (SchroBuffer *schro_buf, void *priv) |
static void | parse_context_init (SchroParseUnitContext *parse_ctx, const uint8_t *buf, int buf_size) |
static SchroBuffer * | find_next_parse_unit (SchroParseUnitContext *parse_ctx) |
static enum AVPixelFormat | get_chroma_format (SchroChromaFormat schro_pix_fmt) |
Returns Libav chroma format. | |
static av_cold int | libschroedinger_decode_init (AVCodecContext *avctx) |
static void | libschroedinger_decode_frame_free (void *frame) |
static void | libschroedinger_handle_first_access_unit (AVCodecContext *avctx) |
static int | libschroedinger_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
static av_cold int | libschroedinger_decode_close (AVCodecContext *avctx) |
static void | libschroedinger_flush (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_libschroedinger_decoder |
Dirac decoder 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 libschroedingerdec.c.
Definition at line 81 of file libschroedingerdec.c.
Referenced by find_next_parse_unit().
|
static |
Definition at line 87 of file libschroedingerdec.c.
Referenced by libschroedinger_decode_frame().
|
static |
Definition at line 94 of file libschroedingerdec.c.
Referenced by libschroedinger_decode_frame().
|
static |
Returns Libav chroma format.
Definition at line 139 of file libschroedingerdec.c.
Referenced by libschroedinger_handle_first_access_unit().
|
static |
Definition at line 151 of file libschroedingerdec.c.
Definition at line 170 of file libschroedingerdec.c.
Referenced by libschroedinger_decode_close(), libschroedinger_decode_frame(), and libschroedinger_flush().
|
static |
Definition at line 175 of file libschroedingerdec.c.
Referenced by libschroedinger_decode_frame().
|
static |
Definition at line 206 of file libschroedingerdec.c.
|
static |
Definition at line 349 of file libschroedingerdec.c.
|
static |
Definition at line 363 of file libschroedingerdec.c.
AVCodec ff_libschroedinger_decoder |
Definition at line 379 of file libschroedingerdec.c.