FFmpeg
|
H.264 / AVC / MPEG4 part10 sei decoding. More...
Go to the source code of this file.
Functions | |
void | ff_h264_reset_sei (H264Context *h) |
Reset SEI values at the beginning of the frame. More... | |
static int | decode_picture_timing (H264Context *h) |
static int | decode_registered_user_data_afd (H264Context *h, int size) |
static int | decode_registered_user_data_closed_caption (H264Context *h, int size) |
static int | decode_registered_user_data (H264Context *h, int size) |
static int | decode_unregistered_user_data (H264Context *h, int size) |
static int | decode_recovery_point (H264Context *h) |
static int | decode_buffering_period (H264Context *h) |
static int | decode_frame_packing_arrangement (H264Context *h) |
static int | decode_display_orientation (H264Context *h) |
static int | decode_GreenMetadata (H264Context *h) |
int | ff_h264_decode_sei (H264Context *h) |
Decode SEI. More... | |
const char * | ff_h264_sei_stereo_mode (H264Context *h) |
Get stereo_mode string from the h264 frame_packing_arrangement. More... | |
Variables | |
static const uint8_t | sei_num_clock_ts_table [9] |
H.264 / AVC / MPEG4 part10 sei decoding.
Definition in file h264_sei.c.
void ff_h264_reset_sei | ( | H264Context * | h | ) |
Reset SEI values at the beginning of the frame.
h | H.264 context. |
Definition at line 37 of file h264_sei.c.
Referenced by decode_nal_units(), ff_h264_flush_change(), h264_init_context(), and parse_nal_units().
|
static |
Definition at line 51 of file h264_sei.c.
Referenced by ff_h264_decode_sei().
|
static |
Definition at line 115 of file h264_sei.c.
Referenced by decode_registered_user_data().
|
static |
Definition at line 141 of file h264_sei.c.
Referenced by decode_registered_user_data().
|
static |
Definition at line 192 of file h264_sei.c.
Referenced by ff_h264_decode_sei().
|
static |
Definition at line 225 of file h264_sei.c.
Referenced by ff_h264_decode_sei().
|
static |
Definition at line 254 of file h264_sei.c.
Referenced by ff_h264_decode_sei().
|
static |
Definition at line 271 of file h264_sei.c.
Referenced by ff_h264_decode_sei().
|
static |
Definition at line 307 of file h264_sei.c.
Referenced by ff_h264_decode_sei().
|
static |
Definition at line 345 of file h264_sei.c.
Referenced by ff_h264_decode_sei().
|
static |
Definition at line 361 of file h264_sei.c.
Referenced by ff_h264_decode_sei().
int ff_h264_decode_sei | ( | H264Context * | h | ) |
Decode SEI.
Definition at line 421 of file h264_sei.c.
Referenced by decode_nal_units(), and parse_nal_units().
const char* ff_h264_sei_stereo_mode | ( | H264Context * | h | ) |
Get stereo_mode string from the h264 frame_packing_arrangement.
h | H.264 context. |
Definition at line 491 of file h264_sei.c.
Referenced by output_frame().
|
static |
Definition at line 33 of file h264_sei.c.
Referenced by decode_picture_timing().