FFmpeg
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <stdint.h>
#include <float.h>
#include <xavs.h>
#include "avcodec.h"
#include "internal.h"
#include "libavutil/internal.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
Go to the source code of this file.
Data Structures | |
struct | XavsContext |
Macros | |
#define | END_OF_STREAM 0x001 |
#define | XAVS_PART_I8X8 0x002 /* Analyze i8x8 (requires 8x8 transform) */ |
#define | XAVS_PART_P8X8 0x010 /* Analyze p16x8, p8x16 and p8x8 */ |
#define | XAVS_PART_B8X8 0x100 /* Analyze b16x8, b*/ |
#define | OFFSET(x) offsetof(XavsContext, x) |
#define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
static void | XAVS_log (void *p, int level, const char *fmt, va_list args) |
static int | encode_nals (AVCodecContext *ctx, AVPacket *pkt, xavs_nal_t *nals, int nnal) |
static int | XAVS_frame (AVCodecContext *ctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) |
static av_cold int | XAVS_close (AVCodecContext *avctx) |
static av_cold int | XAVS_init (AVCodecContext *avctx) |
Variables | |
static const AVOption | options [] |
class { | |
class_name = "libxavs" | |
item_name = av_default_item_name | |
option = options | |
version = LIBAVUTIL_VERSION_INT | |
}; | |
static const AVCodecDefault | xavs_defaults [] |
AVCodec | ff_libxavs_encoder |
#define END_OF_STREAM 0x001 |
Definition at line 35 of file libxavs.c.
Referenced by XAVS_frame().
#define XAVS_PART_I8X8 0x002 /* Analyze i8x8 (requires 8x8 transform) */ |
#define XAVS_PART_P8X8 0x010 /* Analyze p16x8, p8x16 and p8x8 */ |
#define OFFSET | ( | x | ) | offsetof(XavsContext, x) |
#define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 64 of file libxavs.c.
Referenced by XAVS_init().
|
static |
Definition at line 79 of file libxavs.c.
Referenced by XAVS_frame().
|
static |
|
static |
|
static |
|
static |
item_name = av_default_item_name |
version = LIBAVUTIL_VERSION_INT |
const { ... } |
|
static |
AVCodec ff_libxavs_encoder |