#include <stdint.h>#include <string.h>#include "libavutil/avassert.h"#include "libavutil/atomic.h"#include "libavutil/mem.h"#include "internal.h"#include "parser.h"Go to the source code of this file.
Fetch timestamps for a specific byte within the current access unit.
Definition at line 100 of file parser.c.
Referenced by av_parser_parse2(), and ff_mpeg1_find_frame_end().
Combine the (truncated) bitstream to a complete frame.
Definition at line 231 of file parser.c.
Referenced by adx_parse(), bmp_parse(), cavsvideo_parse(), dca_parse(), dnxhd_parse(), dpx_parse(), ff_aac_ac3_parse(), ff_h263_decode_frame(), gsm_parse(), h261_parse(), h263_parse(), h264_parse(), hevc_parse(), jpeg_parse(), latm_parse(), mlp_parse(), mpeg4video_parse(), mpeg_decode_frame(), mpegaudio_parse(), mpegvideo_parse(), opus_parse(), png_parse(), pnm_parse(), tak_parse(), and vc1_parse().
Definition at line 33 of file parser.c.
Referenced by av_parser_next(), and av_register_codec_parser().