8088flex TMV video decoder
More...
#include <string.h>
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "libavutil/internal.h"
#include "libavutil/xga_font_data.h"
#include "cga_data.h"
Go to the source code of this file.
8088flex TMV video decoder
- Author
- Daniel Verkamp
- See also
- http://www.oldskool.org/pc/8088_Corruption
Definition in file tmv.c.
◆ tmv_decode_frame()
Definition at line 39 of file tmv.c.
◆ tmv_decode_init()
Definition at line 81 of file tmv.c.
◆ ff_tmv_decoder
Initial value:= {
.p.name = "tmv",
}
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
static av_cold int tmv_decode_init(AVCodecContext *avctx)
static int tmv_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt)
Definition at line 87 of file tmv.c.