#include "libavutil/cpu.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "avs2.h"
#include "davs2.h"
Go to the source code of this file.
|
| static av_cold int | davs2_init (AVCodecContext *avctx) |
| |
| static int | davs2_dump_frames (AVCodecContext *avctx, davs2_picture_t *pic, int *got_frame, davs2_seq_info_t *headerset, int ret_type, AVFrame *frame) |
| |
| static void | davs2_flush (AVCodecContext *avctx) |
| |
| static int | send_delayed_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame) |
| |
| static av_cold int | davs2_end (AVCodecContext *avctx) |
| |
| static int | davs2_decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) |
| |
◆ davs2_init()
◆ davs2_dump_frames()
| static int davs2_dump_frames |
( |
AVCodecContext * | avctx, |
|
|
davs2_picture_t * | pic, |
|
|
int * | got_frame, |
|
|
davs2_seq_info_t * | headerset, |
|
|
int | ret_type, |
|
|
AVFrame * | frame ) |
|
static |
◆ davs2_flush()
◆ send_delayed_frame()
◆ davs2_end()
◆ davs2_decode_frame()
◆ ff_libdavs2_decoder
Initial value:= {
.p.name = "libdavs2",
.p.wrapper_name = "libdavs2",
}
static av_cold void close(AVCodecParserContext *s)
#define FF_CODEC_CAP_NOT_INIT_THREADSAFE
The codec is not known to be init-threadsafe (i.e.
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
#define FF_CODEC_CAP_AUTO_THREADS
Codec handles avctx->thread_count == 0 (auto) internally.
int(* init)(AVBSFContext *ctx)
#define AV_CODEC_CAP_OTHER_THREADS
Codec supports multithreading through a method other than slice- or frame-level multithreading.
#define AV_CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
static av_cold int davs2_init(AVCodecContext *avctx)
static int davs2_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt)
static void davs2_flush(AVCodecContext *avctx)
static av_cold int davs2_end(AVCodecContext *avctx)
Definition at line 224 of file libdavs2.c.