78 #include "libavcodec/parser_list.c"
105 uintptr_t i = (uintptr_t)*opaque;
109 *opaque = (
void*)(i + 1);
155 #if FF_API_CONVERGENCE_DURATION
199 if (s->
cur_offset + off < s->cur_frame_end[i])
206 uint8_t **poutbuf,
int *poutbuf_size,
208 int64_t
pts, int64_t dts, int64_t pos)
230 memset(dummy_buf, 0,
sizeof(dummy_buf));
252 poutbuf_size, buf, buf_size);
254 #define FILL(name) if(s->name > 0 && avctx->name <= 0) avctx->name = s->name
275 uint8_t **poutbuf,
int *poutbuf_size,
276 const uint8_t *
buf,
int buf_size,
int keyframe)
289 *poutbuf_size = buf_size;
294 *poutbuf_size =
size;
323 ff_dlog(
NULL,
"overread %d, state:%"PRIX32
" next:%d index:%d o_index:%d\n",
326 (*buf)[0], (*buf)[1], (*buf)[2], (*buf)[3]);
342 *buf_size + pc->
index +
352 pc->
index += *buf_size;
381 for (; next < 0; next++) {
388 ff_dlog(
NULL,
"overread %d, state:%"PRIX32
" next:%d index:%d o_index:%d\n",
391 (*buf)[0], (*buf)[1], (*buf)[2], (*buf)[3]);
411 if (state == 0x1B3 || state == 0x1B6)
412 return ptr - 4 -
buf;
AVCodecParser ff_mlp_parser
int(* parser_init)(AVCodecParserContext *s)
AVCodecParser ff_dvd_nav_parser
AVCodecParser ff_dpx_parser
AVCodecParser ff_opus_parser
void av_register_codec_parser(AVCodecParser *parser)
Memory handling functions.
int64_t next_frame_offset
AVCodecParser ff_mpeg4video_parser
void * av_mallocz(size_t size)
Allocate a memory block with alignment suitable for all memory accesses (including vectors if availab...
int64_t cur_frame_pos[AV_PARSER_PTS_NB]
Position of the packet in file.
AVCodecParser ff_dca_parser
AVCodecParser ff_h261_parser
int dts_ref_dts_delta
Offset of the current timestamp against last timestamp sync point in units of AVCodecContext.time_base.
static AVOnce av_parser_next_init
int ff_mpeg4video_split(AVCodecContext *avctx, const uint8_t *buf, int buf_size)
#define av_assert0(cond)
assert() equivalent, that is always enabled.
AVCodecParser ff_rv40_parser
int av_parser_change(AVCodecParserContext *s, AVCodecContext *avctx, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe)
static av_cold int end(AVCodecContext *avctx)
AVCodecParser ff_vc1_parser
AVCodecParser ff_flac_parser
uint8_t * extradata
some codecs need / can use extradata like Huffman tables.
AVCodecParser ff_g729_parser
AVCodecParser ff_dnxhd_parser
struct AVCodecParser * next
int(* parser_parse)(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
const uint8_t * avpriv_find_start_code(const uint8_t *p, const uint8_t *end, uint32_t *state)
AVCodecParser ff_rv30_parser
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
int64_t pos
Byte position of currently parsed frame in stream.
struct AVCodecParser * parser
int ff_combine_frame(ParseContext *pc, int next, const uint8_t **buf, int *buf_size)
Combine the (truncated) bitstream to a complete frame.
AVCodecParser ff_hevc_parser
AVCodecParser ff_gsm_parser
AVCodecParser ff_sbc_parser
AVCodecParser * av_parser_next(const AVCodecParser *p)
int flags
AV_CODEC_FLAG_*.
simple assert() macros that are a bit more flexible than ISO C assert().
static void av_parser_init_next(void)
int overread_index
the index into ParseContext.buffer of the overread bytes
int64_t cur_frame_dts[AV_PARSER_PTS_NB]
AVCodecParser ff_h263_parser
AVCodecParser ff_png_parser
AVCodecParser ff_vp9_parser
void ff_parse_close(AVCodecParserContext *s)
common internal API header
AVCodecParser ff_aac_parser
#define av_assert1(cond)
assert() equivalent, that does not lie in speed critical code.
int overread
the number of bytes which where irreversibly read from the next frame
int av_parser_parse2(AVCodecParserContext *s, AVCodecContext *avctx, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int64_t pts, int64_t dts, int64_t pos)
Parse a packet.
void(* parser_close)(AVCodecParserContext *s)
AVCodecParser ff_aac_latm_parser
int64_t offset
byte offset from starting packet start
AVCodecParser ff_dvaudio_parser
void av_parser_close(AVCodecParserContext *s)
void * av_fast_realloc(void *ptr, unsigned int *size, size_t min_size)
Reallocate the given buffer if it is not large enough, otherwise do nothing.
int64_t cur_frame_end[AV_PARSER_PTS_NB]
int64_t cur_frame_pts[AV_PARSER_PTS_NB]
int64_t last_pos
Previous frame byte position.
AVCodecParser ff_cook_parser
int pts_dts_delta
Presentation delay of current frame in units of AVCodecContext.time_base.
AVCodecParser ff_cavsvideo_parser
AVCodecParser ff_vorbis_parser
AVCodecParserContext * av_parser_init(int codec_id)
enum AVMediaType codec_type
const AVCodecParser * av_parser_iterate(void **opaque)
Iterate over all registered codec parsers.
AVCodecParser ff_vp3_parser
main external API structure.
#define AV_CODEC_FLAG2_LOCAL_HEADER
Place global headers at every keyframe instead of in extradata.
int cur_frame_start_index
#define PARSER_FLAG_FETCHED_OFFSET
Set if the parser has a valid file offset.
AVCodecParser ff_dvdsub_parser
uint32_t state
contains the last few bytes in MSB order
uint64_t state64
contains the last 8 bytes in MSB order
AVCodecParser ff_ac3_parser
AVCodecParser ff_mpegvideo_parser
AVCodecParser ff_adx_parser
AVCodecParser ff_bmp_parser
AVCodecParser ff_dirac_parser
attribute_deprecated int64_t convergence_duration
#define AV_CODEC_FLAG_GLOBAL_HEADER
Place global headers in extradata instead of every keyframe.
int(* split)(AVCodecContext *avctx, const uint8_t *buf, int buf_size)
#define FF_DISABLE_DEPRECATION_WARNINGS
common internal api header.
AVCodecParser ff_mpegaudio_parser
AVCodecParser ff_vp8_parser
int64_t cur_frame_offset[AV_PARSER_PTS_NB]
AVCodecParser ff_h264_parser
#define AV_INPUT_BUFFER_PADDING_SIZE
Required number of additionally allocated bytes at the end of the input bitstream for decoding...
AVCodecParser ff_tak_parser
#define FF_ENABLE_DEPRECATION_WARNINGS
static int ff_thread_once(char *control, void(*routine)(void))
int format
The format of the coded data, corresponds to enum AVPixelFormat for video and for enum AVSampleFormat...
AVCodecParser ff_dvbsub_parser
AVCodecParser ff_mjpeg_parser
int flags2
AV_CODEC_FLAG2_*.
AVCodecParser ff_xma_parser
AVCodecParser ff_sipr_parser
AVCodecParser ff_pnm_parser
void ff_fetch_timestamp(AVCodecParserContext *s, int off, int remove, int fuzzy)
Fetch timestamps for a specific byte within the current access unit.
int key_frame
Set by parser to 1 for key frames and 0 for non-key frames.
int dts_sync_point
Synchronization point for start of timestamp generation.
#define AV_NOPTS_VALUE
Undefined timestamp value.