FFmpeg
|
#include "config_components.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "error_resilience.h"
#include "flvdec.h"
#include "h263.h"
#include "h263dec.h"
#include "hwaccel_internal.h"
#include "hwconfig.h"
#include "mpeg_er.h"
#include "mpeg4video.h"
#include "mpeg4videodec.h"
#include "mpeg4videodefs.h"
#include "mpegutils.h"
#include "mpegvideo.h"
#include "mpegvideodec.h"
#include "msmpeg4dec.h"
#include "thread.h"
#include "wmv2dec.h"
Go to the source code of this file.
Macros | |
#define | UNCHECKED_BITSTREAM_READER 1 |
Functions | |
static enum AVPixelFormat | h263_get_format (AVCodecContext *avctx) |
av_cold int | ff_h263_decode_init (AVCodecContext *avctx) |
av_cold int | ff_h263_decode_end (AVCodecContext *avctx) |
static int | get_consumed_bytes (MpegEncContext *s, int buf_size) |
Return the number of bytes consumed for building the current frame. More... | |
static int | decode_slice (MpegEncContext *s) |
int | ff_h263_decode_frame (AVCodecContext *avctx, AVFrame *pict, int *got_frame, AVPacket *avpkt) |
Variables | |
static enum AVPixelFormat | h263_hwaccel_pixfmt_list_420 [] |
static const AVCodecHWConfigInternal *const | h263_hw_config_list [] |
const FFCodec | ff_h263_decoder |
const FFCodec | ff_h263p_decoder |
H.263 decoder.
Definition in file h263dec.c.
|
static |
Definition at line 69 of file h263dec.c.
Referenced by ff_h263_decode_frame(), and ff_h263_decode_init().
av_cold int ff_h263_decode_init | ( | AVCodecContext * | avctx | ) |
Definition at line 91 of file h263dec.c.
Referenced by ff_msmpeg4_decode_init().
av_cold int ff_h263_decode_end | ( | AVCodecContext * | avctx | ) |
Definition at line 163 of file h263dec.c.
Referenced by wmv2_decode_end().
|
static |
Return the number of bytes consumed for building the current frame.
Definition at line 174 of file h263dec.c.
Referenced by ff_h263_decode_frame().
|
static |
Definition at line 194 of file h263dec.c.
Referenced by ff_h263_decode_frame().
int ff_h263_decode_frame | ( | AVCodecContext * | avctx, |
AVFrame * | pict, | ||
int * | got_frame, | ||
AVPacket * | avpkt | ||
) |
|
static |
Definition at line 52 of file h263dec.c.
Referenced by h263_get_format().
|
static |
const FFCodec ff_h263_decoder |
const FFCodec ff_h263p_decoder |