#include "libavutil/mem.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "h263.h"
#include "mpegvideo.h"
#include "mpegvideoenc.h"
#include "msmpeg4.h"
#include "msmpeg4enc.h"
#include "msmpeg4data.h"
#include "msmpeg4_vc1_data.h"
#include "put_bits.h"
#include "wmv2.h"
Go to the source code of this file.
◆ WMV2_EXTRADATA_SIZE
| #define WMV2_EXTRADATA_SIZE 4 |
◆ encode_ext_header()
◆ wmv2_encode_picture_header()
◆ wmv2_encode_mb()
| static void wmv2_encode_mb |
( |
MPVEncContext *const | s, |
|
|
int16_t | block[][64], |
|
|
int | motion_x, |
|
|
int | motion_y ) |
|
static |
◆ wmv2_encode_init()
◆ ff_wmv2_encoder
Initial value:= {
.p.name = "wmv2",
}
#define CODEC_PIXFMTS(...)
#define FF_CODEC_ENCODE_CB(func)
#define CODEC_LONG_NAME(str)
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
int(* init)(AVBSFContext *ctx)
#define AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE
This encoder can reorder user opaque values from input AVFrames and return them with corresponding ou...
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
const AVClass ff_mpv_enc_class
int ff_mpv_encode_picture(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic_arg, int *got_packet)
av_cold int ff_mpv_encode_end(AVCodecContext *avctx)
@ AVCOL_RANGE_MPEG
Narrow or limited range content.
@ AV_PIX_FMT_YUV420P
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
static av_cold int wmv2_encode_init(AVCodecContext *avctx)
Definition at line 245 of file wmv2enc.c.