FFmpeg
|
bethsoftvideo.c File Reference
Bethesda Softworks VID Video Decoder. More...
#include "libavutil/common.h"
#include "avcodec.h"
#include "bethsoftvideo.h"
#include "bytestream.h"
#include "internal.h"
Include dependency graph for bethsoftvideo.c:
Go to the source code of this file.
Data Structures | |
struct | BethsoftvidContext |
Typedefs | |
typedef struct BethsoftvidContext | BethsoftvidContext |
Functions | |
static av_cold int | bethsoftvid_decode_init (AVCodecContext *avctx) |
static int | set_palette (BethsoftvidContext *ctx) |
static int | bethsoftvid_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
static av_cold int | bethsoftvid_decode_end (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_bethsoftvid_decoder |
Detailed Description
Bethesda Softworks VID Video Decoder.
- See also
- http://wiki.multimedia.cx/index.php?title=Bethsoft_VID
- http://www.svatopluk.com/andux/docs/dfvid.html
Definition in file bethsoftvideo.c.
Typedef Documentation
typedef struct BethsoftvidContext BethsoftvidContext |
Function Documentation
|
static |
Definition at line 145 of file bethsoftvideo.c.
|
static |
Definition at line 65 of file bethsoftvideo.c.
|
static |
Definition at line 41 of file bethsoftvideo.c.
|
static |
Definition at line 49 of file bethsoftvideo.c.
Referenced by bethsoftvid_decode_frame().
Variable Documentation
AVCodec ff_bethsoftvid_decoder |
Initial value:
= {
.name = "bethsoftvid",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_BETHSOFTVID,
.priv_data_size = sizeof(BethsoftvidContext),
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Bethesda VID video"),
}
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: libavcodec/avcodec.h:743
Definition: libavcodec/avcodec.h:206
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
static int bethsoftvid_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: bethsoftvideo.c:65
struct BethsoftvidContext BethsoftvidContext
static av_cold int bethsoftvid_decode_end(AVCodecContext *avctx)
Definition: bethsoftvideo.c:145
static av_cold int bethsoftvid_decode_init(AVCodecContext *avctx)
Definition: bethsoftvideo.c:41
Definition: avutil.h:143
static int decode(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: crystalhd.c:868
Definition at line 152 of file bethsoftvideo.c.
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11