Go to the documentation of this file.
36 #define UNESCAPED_THRESHOLD 37
42 #define UNESCAPED_LIMIT 144
103 s->repeat_pict = vpc->
v.
rptfrm * 2 + 1;
130 const uint8_t **poutbuf,
int *poutbuf_size,
141 int start_code_found = 0;
145 if (pic_found && buf_size == 0) {
151 while (
i < buf_size) {
153 start_code_found = 0;
156 unesc_buffer[unesc_index++] =
b;
158 search_state =
b ?
NO_MATCH : search_state + 1;
171 start_code_found = 1;
186 while (
i < buf_size) {
203 start_code_found = 1;
209 if (start_code_found) {
255 *poutbuf_size = buf_size;
271 return ptr - 4 -
buf;
VC1ParseSearchState search_state
int interlace
Progressive/interlaced (RPTFTM syntax element)
static av_cold int end(AVCodecContext *avctx)
void ff_parse_close(AVCodecParserContext *s)
struct AVCodecContext * avctx
const uint8_t * avpriv_find_start_code(const uint8_t *p, const uint8_t *end, uint32_t *state)
AVCodecParser ff_vc1_parser
int ff_vc1_parse_frame_header(VC1Context *v, GetBitContext *gb)
int pict_type
AV_PICTURE_TYPE_I, AV_PICTURE_TYPE_P, AV_PICTURE_TYPE_B, ...
int first_pic_header_flag
int ff_vc1_decode_sequence_header(AVCodecContext *avctx, VC1Context *v, GetBitContext *gb)
Decode Simple/Main Profiles sequence header.
static int init_get_bits8(GetBitContext *s, const uint8_t *buffer, int byte_size)
Initialize GetBitContext.
int ticks_per_frame
For some codecs, the time base is closer to the field rate than the frame rate.
static av_cold int vc1_parse_init(AVCodecParserContext *s)
uint8_t unesc_buffer[UNESCAPED_LIMIT]
@ AV_PIX_FMT_YUV420P
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
Rational number (pair of numerator and denominator).
#define UNESCAPED_LIMIT
The maximum number of bytes of a sequence, entry point or frame header which must be valid memory (be...
static int vc1_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
int slice_context_count
number of used thread_contexts
AVRational time_base
This is the fundamental unit of time (in seconds) in terms of which frame timestamps are represented.
int parse_only
Context is used within parser.
av_cold int ff_vc1_init_common(VC1Context *v)
Init VC-1 specific tables and VC1Context members.
int chromaformat
2 bits, 2=4:2:0, only defined
static char * split(char *message, char delim)
int ff_combine_frame(ParseContext *pc, int next, const uint8_t **buf, int *buf_size)
Combine the (truncated) bitstream to a complete frame.
int(* startcode_find_candidate)(const uint8_t *buf, int size)
Search buf from the start for up to size bytes.
#define PARSER_FLAG_COMPLETE_FRAMES
#define i(width, name, range_min, range_max)
int ff_vc1_decode_entry_point(AVCodecContext *avctx, VC1Context *v, GetBitContext *gb)
int ff_vc1_parse_frame_header_adv(VC1Context *v, GetBitContext *gb)
static av_always_inline AVRational av_inv_q(AVRational q)
Invert a rational.
#define UNESCAPED_THRESHOLD
The maximum number of bytes of a sequence, entry point or frame header whose values we pay any attent...
main external API structure.
@ AV_PICTURE_TYPE_B
Bi-dir predicted.
int profile
Sequence header data for all Profiles TODO: choose between ints, uint8_ts and monobit flags.
AVRational av_mul_q(AVRational b, AVRational c)
Multiply two rationals.
int coded_width
Bitstream width / height, may be different from width/height e.g.
int psf
Progressive Segmented Frame.
int broadcast
TFF/RFF present.
@ AV_PICTURE_TYPE_BI
BI type.
int width
picture width / height.
static int vc1_split(AVCodecContext *avctx, const uint8_t *buf, int buf_size)
static void vc1_extract_header(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t *buf, int buf_size)