FFmpeg
|
id RoQ Video Decoder by Dr. More...
#include "libavutil/avassert.h"
#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
#include "roqvideo.h"
Include dependency graph for roqvideodec.c:
Go to the source code of this file.
Functions | |
static void | roqvideo_decode_frame (RoqContext *ri) |
static av_cold int | roq_decode_init (AVCodecContext *avctx) |
static int | roq_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
static av_cold int | roq_decode_end (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_roq_decoder |
Detailed Description
id RoQ Video Decoder by Dr.
Tim Ferguson For more information about the id RoQ format, visit: http://www.csse.monash.edu.au/~timf/
Definition in file roqvideodec.c.
Function Documentation
|
static |
Definition at line 227 of file roqvideodec.c.
|
static |
Definition at line 197 of file roqvideodec.c.
|
static |
Definition at line 169 of file roqvideodec.c.
|
static |
Definition at line 34 of file roqvideodec.c.
Referenced by roq_decode_frame().
Variable Documentation
AVCodec ff_roq_decoder |
Initial value:
= {
.name = "roqvideo",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_ROQ,
.priv_data_size = sizeof(RoqContext),
.init = roq_decode_init,
.close = roq_decode_end,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("id RoQ video"),
}
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: libavcodec/avcodec.h:743
#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 roq_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: roqvideodec.c:197
struct RoqContext RoqContext
Definition: libavcodec/avcodec.h:141
static av_cold int roq_decode_init(AVCodecContext *avctx)
Definition: roqvideodec.c:169
Definition: avutil.h:143
static int decode(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: crystalhd.c:868
Definition at line 237 of file roqvideodec.c.
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11