Go to the source code of this file.
Macro Definition Documentation
#define END_NOT_FOUND (-100) |
Definition at line 40 of file parser.h.
Referenced by adx_parse(), cavs_find_frame_end(), dca_find_frame_end(), dnxhd_find_frame_end(), ff_aac_ac3_parse(), 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(), gsm_parse(), h261_find_frame_end(), h264_parse(), latm_find_frame_end(), mlp_parse(), mpegaudio_parse(), pnm_parse(), tak_parse(), and vc1_find_frame_end().
Typedef Documentation
Function Documentation
Combine the (truncated) bitstream to a complete frame.
- Returns
- -1 if no complete frame could be created, AVERROR(ENOMEM) if there was a memory allocation error
Definition at line 215 of file parser.c.
Referenced by adx_parse(), cavsvideo_parse(), dca_parse(), dnxhd_parse(), ff_aac_ac3_parse(), ff_h263_decode_frame(), gsm_parse(), h261_parse(), h263_parse(), h264_parse(), jpeg_parse(), latm_parse(), mlp_parse(), mpeg4video_parse(), mpeg_decode_frame(), mpegaudio_parse(), mpegvideo_parse(), pnm_parse(), tak_parse(), and vc1_parse().
Fetch timestamps for a specific byte within the current access unit.
- Parameters
-
off | byte position within the access unit |
remove | Found timestamps will be removed if set to 1, kept if set to 0. |
Definition at line 89 of file parser.c.
Referenced by av_parser_parse2(), and ff_mpeg1_find_frame_end().