Go to the source code of this file.
◆ END_NOT_FOUND
#define END_NOT_FOUND (-100) |
◆ ff_combine_frame()
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 238 of file parser.c.
Referenced by adx_parse(), avs2_parse(), avs3_parse(), bmp_parse(), cavsvideo_parse(), cri_parse(), dca_parse(), dnxhd_parse(), dpx_parse(), ff_aac_ac3_parse(), ff_h263_decode_frame(), g723_1_parse(), g729_parse(), gif_parse(), gsm_parse(), h261_parse(), h263_parse(), h264_parse(), hevc_parse(), ipu_parse(), jpeg2000_parse(), jpeg_parse(), latm_parse(), mlp_parse(), mpeg4video_parse(), mpeg_decode_frame(), mpegaudio_parse(), mpegvideo_parse(), opus_parse(), png_parse(), pnm_parse(), sbc_parse(), sipr_parse(), tak_parse(), vc1_parse(), webp_parse(), and xbm_parse().
◆ ff_mpeg4video_split()
◆ ff_parse_close()
◆ ff_fetch_timestamp()
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. |
fuzzy | Only use found value if it is more informative than what we already have |
Definition at line 89 of file parser.c.
Referenced by av_parser_parse2(), and ff_mpeg1_find_frame_end().