#include <kvazaar.h>
#include <string.h>
#include "libavutil/avassert.h"
#include "libavutil/dict.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "internal.h"
Go to the source code of this file.
Initial value:= {
}
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
- Examples:
- filtering_video.c, and qsvdec.c.
Definition at line 209 of file libkvazaar.c.
Referenced by configure_output_video_filter(), ff_qsv_decode_init(), get_pixel_format(), init_filters(), lavfi_read_header(), mpeg12_class(), mpeg_get_pixelformat(), pp_query_formats(), print_codec(), query_formats(), and set_sps().
Initial value:= {
{ "kvazaar-params", "Set kvazaar parameters as a comma-separated list of name=value pairs.",
}
#define AV_OPT_FLAG_ENCODING_PARAM
a generic parameter which can be set by the user for muxing or encoding
#define AV_OPT_FLAG_VIDEO_PARAM
Definition at line 214 of file libkvazaar.c.
class_name = "libkvazaar" |
Initial value:= {
.name = "libkvazaar",
.priv_class = &class,
}
static av_cold int init(AVCodecContext *avctx)
static av_cold int libkvazaar_close(AVCodecContext *avctx)
#define AV_CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVCodecDefault defaults[]
static int libkvazaar_encode(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
static av_cold int libkvazaar_init(AVCodecContext *avctx)
static enum AVPixelFormat pix_fmts[]
Definition at line 233 of file libkvazaar.c.