#include <kvazaar.h>
#include <string.h>
#include "libavutil/avassert.h"
#include "libavutil/dict.h"
#include "libavutil/error.h"
#include "libavutil/imgutils.h"
#include "libavutil/internal.h"
#include "libavutil/pixdesc.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 262 of file libkvazaar.c.
Referenced by configure_output_video_filter(), cuvid_decode_init(), ff_mediacodec_dec_init(), get_pixel_format(), init_filters(), lavfi_read_header(), mpeg12_class(), mpeg_get_pixelformat(), nppscale_query_formats(), pp_query_formats(), print_codec(), qsv_decode_init(), query_formats(), scale_vaapi_query_formats(), set_sps(), update_size(), and vaapi_transfer_get_formats().
 
 
Initial value:= {
    { "kvazaar-params", "Set kvazaar parameters as a comma-separated list of key=value pairs.",
}
 
Definition at line 269 of file libkvazaar.c.
 
 
      
        
          | class_name = "libkvazaar" | 
        
      
 
 
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 287 of file libkvazaar.c.