#include <kvazaar.h>
#include <stdint.h>
#include <string.h>
#include "libavutil/attributes.h"
#include "libavutil/avassert.h"
#include "libavutil/dict.h"
#include "libavutil/error.h"
#include "libavutil/imgutils.h"
#include "libavutil/internal.h"
#include "libavutil/log.h"
#include "libavutil/mem.h"
#include "libavutil/pixdesc.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "internal.h"
Go to the source code of this file.
◆ OFFSET
◆ VE
◆ libkvazaar_init()
◆ libkvazaar_close()
◆ libkvazaar_encode()
◆ pix_fmts
Initial value:= {
}
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
- Examples:
- filtering_video.c, hw_decode.c, and qsvdec.c.
Definition at line 266 of file libkvazaar.c.
Referenced by a64multi_encode_frame(), configure_output_video_filter(), cudascale_query_formats(), cuvid_decode_init(), cuvid_handle_video_sequence(), deint_vaapi_query_formats(), drm_transfer_get_formats(), encode_init(), ff_mediacodec_dec_init(), ff_qsv_process_data(), flashsv_decode_frame(), get_format(), get_pixel_format(), get_video_frame(), init_filters(), lavfi_read_header(), main(), mpeg12_class(), mpeg_get_pixelformat(), nppscale_query_formats(), nvenc_old_init(), pp_query_formats(), print_codec(), qsvdeint_query_formats(), qsvscale_query_formats(), query_formats(), request_frame(), scale_vaapi_query_formats(), update_size(), and vaapi_transfer_get_formats().
◆ options
Initial value:= {
{ "kvazaar-params", "Set kvazaar parameters as a comma-separated list of key=value pairs.",
}
Definition at line 273 of file libkvazaar.c.
◆ class_name
class_name = "libkvazaar" |
|
private |
◆ item_name
◆ option
◆ version
◆ @81
◆ defaults
◆ ff_libkvazaar_encoder
Initial value:= {
.name = "libkvazaar",
.priv_class = &class,
}
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
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 FF_CODEC_CAP_INIT_THREADSAFE
The codec does not modify any global variables in the init function, allowing to call the init functi...
#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 291 of file libkvazaar.c.