Libav
Functions | Variables
flvdec.c File Reference
#include "libavutil/imgutils.h"
#include "flv.h"
#include "h263.h"
#include "mpegvideo.h"
#include "mpegvideodata.h"

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

◆ ff_flv2_decode_ac_esc()

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

Definition at line 28 of file flvdec.c.

Referenced by h263_decode_block().

◆ ff_flv_decode_picture_header()

int ff_flv_decode_picture_header ( MpegEncContext s)

Definition at line 39 of file flvdec.c.

Referenced by ff_h263_decode_frame().

Variable Documentation

◆ ff_flv_decoder

AVCodec ff_flv_decoder
Initial value:
= {
.name = "flv",
.long_name = NULL_IF_CONFIG_SMALL("FLV / Sorenson Spark / Sorenson H.263 (Flash Video)"),
.priv_data_size = sizeof(MpegEncContext),
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:148
int ff_h263_decode_init(AVCodecContext *avctx)
Definition: h263dec.c:53
int ff_h263_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: h263dec.c:373
#define AV_CODEC_CAP_DRAW_HORIZ_BAND
Decoder can use draw_horiz_band callback.
Definition: avcodec.h:832
static int decode(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *pkt)
Definition: avconv.c:1288
static enum AVPixelFormat pix_fmts[]
Definition: libkvazaar.c:257
MpegEncContext.
Definition: mpegvideo.h:76
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
Definition: pixfmt.h:59
static av_cold int init(AVCodecParserContext *s)
Definition: h264_parser.c:582
int ff_h263_decode_end(AVCodecContext *avctx)
Definition: h263dec.c:136
AVPixelFormat
Pixel format.
Definition: pixfmt.h:57
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: avcodec.h:838

Definition at line 123 of file flvdec.c.