#include "avcodec.h"
Go to the source code of this file.
Data Structures | |
struct | ParseContext |
struct | ParseContext1 |
Defines | |
#define | END_NOT_FOUND (-100) |
Functions | |
int | ff_combine_frame (ParseContext *pc, int next, const uint8_t **buf, int *buf_size) |
combines the (truncated) bitstream to a complete frame | |
int | ff_mpeg4video_split (AVCodecContext *avctx, const uint8_t *buf, int buf_size) |
void | ff_parse_close (AVCodecParserContext *s) |
void | ff_parse1_close (AVCodecParserContext *s) |
#define END_NOT_FOUND (-100) |
Definition at line 54 of file parser.h.
Referenced by cavs_find_frame_end(), dca_find_frame_end(), ff_combine_frame(), ff_h263_find_frame_end(), ff_h264_find_frame_end(), ff_mpeg1_find_frame_end(), ff_mpeg4_find_frame_end(), find_frame_end(), h261_find_frame_end(), h264_parse(), mlp_parse(), pnm_parse(), and vc1_find_frame_end().
int ff_combine_frame | ( | ParseContext * | pc, | |
int | next, | |||
const uint8_t ** | buf, | |||
int * | buf_size | |||
) |
combines the (truncated) bitstream to a complete frame
Definition at line 229 of file parser.c.
Referenced by cavsvideo_parse(), dca_parse(), decode_frame(), ff_h263_decode_frame(), h261_parse(), h263_parse(), h264_parse(), jpeg_parse(), mlp_parse(), mpeg4video_parse(), mpeg_decode_frame(), mpegvideo_parse(), pnm_parse(), and vc1_parse().
int ff_mpeg4video_split | ( | AVCodecContext * | avctx, | |
const uint8_t * | buf, | |||
int | buf_size | |||
) |
void ff_parse1_close | ( | AVCodecParserContext * | s | ) |
void ff_parse_close | ( | AVCodecParserContext * | s | ) |