FFmpeg
|
H.264 / AVC / MPEG4 part10 sei decoding. More...
#include "internal.h"
#include "avcodec.h"
#include "h264.h"
#include "golomb.h"
#include <assert.h>
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. | |
static int | decode_picture_timing (H264Context *h) |
static int | decode_user_data_itu_t_t35 (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 (H264Context *h, int size) |
int | ff_h264_decode_sei (H264Context *h) |
Decode SEI. | |
const char * | ff_h264_sei_stereo_mode (H264Context *h) |
Get stereo_mode string from the h264 frame_packing_arrangement. | |
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 39 of file h264_sei.c.
Referenced by decode_nal_units(), ff_h264_decode_init(), flush_change(), and parse_nal_units().
|
static |
Definition at line 47 of file h264_sei.c.
Referenced by ff_h264_decode_sei().
|
static |
Definition at line 111 of file h264_sei.c.
Referenced by ff_h264_decode_sei().
|
static |
Definition at line 148 of file h264_sei.c.
Referenced by ff_h264_decode_sei().
|
static |
Definition at line 175 of file h264_sei.c.
Referenced by ff_h264_decode_sei().
|
static |
Definition at line 190 of file h264_sei.c.
Referenced by ff_h264_decode_sei().
|
static |
Definition at line 226 of file h264_sei.c.
Referenced by ff_h264_decode_sei().
int ff_h264_decode_sei | ( | H264Context * | h | ) |
Decode SEI.
Definition at line 264 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 335 of file h264_sei.c.
Referenced by output_frame().
|
static |
Definition at line 35 of file h264_sei.c.
Referenced by decode_picture_timing().