H.263 decoder. More...
#include "libavutil/cpu.h"#include "internal.h"#include "avcodec.h"#include "dsputil.h"#include "mpegvideo.h"#include "h263.h"#include "h263_parser.h"#include "mpeg4video_parser.h"#include "msmpeg4.h"#include "vdpau_internal.h"#include "thread.h"#include "flv.h"#include "mpeg4video.h"Go to the source code of this file.
Macros | |
| #define | SET_QPEL_FUNC(postfix1, postfix2) |
Functions | |
| 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. | |
| static int | decode_slice (MpegEncContext *s) |
| int | ff_h263_decode_frame (AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) |
Variables | |
| AVCodec | ff_h263_decoder |
H.263 decoder.
Definition in file h263dec.c.
| #define SET_QPEL_FUNC | ( | postfix1, | |
| postfix2 | |||
| ) |
Referenced by ff_h263_decode_frame().
|
static |
Definition at line 150 of file h263dec.c.
Referenced by ff_h263_decode_frame().
| av_cold int ff_h263_decode_end | ( | AVCodecContext * | avctx | ) |
Definition at line 121 of file h263dec.c.
Referenced by wmv2_decode_end().
| int ff_h263_decode_frame | ( | AVCodecContext * | avctx, |
| void * | data, | ||
| int * | data_size, | ||
| AVPacket * | avpkt | ||
| ) |
| av_cold int ff_h263_decode_init | ( | AVCodecContext * | avctx | ) |
Definition at line 45 of file h263dec.c.
Referenced by decode_init(), and ff_msmpeg4_decode_init().
|
static |
Return the number of bytes consumed for building the current frame.
Definition at line 132 of file h263dec.c.
Referenced by ff_h263_decode_frame().
| AVCodec ff_h263_decoder |