libavcodec/rv10.c File Reference
RV10 codec.
More...
#include "avcodec.h"
#include "dsputil.h"
#include "mpegvideo.h"
Go to the source code of this file.
Detailed Description
RV10 codec.
Definition in file rv10.c.
Define Documentation
Function Documentation
static int get_slice_offset |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
buf, |
|
|
int |
n | |
|
) |
| | [static] |
static av_cold int rv10_decode_end |
( |
AVCodecContext * |
avctx |
) |
[static] |
static int rv10_decode_frame |
( |
AVCodecContext * |
avctx, |
|
|
void * |
data, |
|
|
int * |
data_size, |
|
|
const uint8_t * |
buf, |
|
|
int |
buf_size | |
|
) |
| | [static] |
static av_cold int rv10_decode_init |
( |
AVCodecContext * |
avctx |
) |
[static] |
static int rv10_decode_packet |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
buf, |
|
|
int |
buf_size | |
|
) |
| | [static] |
Variable Documentation
Initial value:
{
"rv10",
CODEC_TYPE_VIDEO,
CODEC_ID_RV10,
sizeof(MpegEncContext),
rv10_decode_init,
NULL,
rv10_decode_end,
rv10_decode_frame,
CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("RealVideo 1.0"),
.pix_fmts= ff_pixfmt_list_420,
}
Definition at line 791 of file rv10.c.
Initial value:
{
"rv20",
CODEC_TYPE_VIDEO,
CODEC_ID_RV20,
sizeof(MpegEncContext),
rv10_decode_init,
NULL,
rv10_decode_end,
rv10_decode_frame,
CODEC_CAP_DR1 | CODEC_CAP_DELAY,
.flush= ff_mpeg_flush,
.long_name = NULL_IF_CONFIG_SMALL("RealVideo 2.0"),
.pix_fmts= ff_pixfmt_list_420,
}
Definition at line 805 of file rv10.c.