libavcodec/flvdec.c File Reference
#include "mpegvideo.h"
#include "h263.h"
#include "flv.h"
#include "libavutil/imgutils.h"
Include dependency graph for libavcodec/flvdec.c:

Go to the source code of this file.

Functions

void ff_flv2_decode_ac_esc (GetBitContext *gb, int *level, int *run, int *last)
 
int ff_flv_decode_picture_header (MpegEncContext *s)
 

Variables

AVCodec ff_flv_decoder
 

Function Documentation

void ff_flv2_decode_ac_esc ( GetBitContext gb,
int *  level,
int *  run,
int *  last 
)

Definition at line 25 of file libavcodec/flvdec.c.

Referenced by h263_decode_block().

int ff_flv_decode_picture_header ( MpegEncContext s)

Definition at line 36 of file libavcodec/flvdec.c.

Referenced by ff_h263_decode_frame().

Variable Documentation

AVCodec ff_flv_decoder
Initial value:
= {
.name = "flv",
.priv_data_size = sizeof(MpegEncContext),
.max_lowres = 3,
.long_name = NULL_IF_CONFIG_SMALL("FLV / Sorenson Spark / Sorenson H.263 (Flash Video)"),
.pix_fmts = ff_pixfmt_list_420,
}
struct MpegEncContext MpegEncContext
MpegEncContext.
static av_cold int init(AVCodecContext *avctx)
Definition: avrndec.c:35
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
enum AVPixelFormat ff_pixfmt_list_420[]
Definition: mpegvideo.c:127
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
int ff_h263_decode_init(AVCodecContext *avctx)
int ff_h263_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
#define CODEC_CAP_DRAW_HORIZ_BAND
Decoder can use draw_horiz_band callback.
static void close(AVCodecParserContext *s)
Definition: h264_parser.c:375
int ff_h263_decode_end(AVCodecContext *avctx)
static int decode(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: crystalhd.c:868

Definition at line 122 of file libavcodec/flvdec.c.