30 #define START_CODE 0x000001
32 #define IS_IRAP_NAL(nal) (nal->type >= 16 && nal->type <= 23)
34 #define ADVANCED_PARSER CONFIG_HEVC_DECODER
144 for (i = 0; i < buf_size; i++) {
152 nut = (pc->
state64 >> 2 * 8 + 1) & 0x3F;
155 (nut >= 41 && nut <= 44) || (nut >= 48 && nut <= 55)) {
162 int first_slice_segment_in_pic_flag = buf[i] >> 7;
163 if (first_slice_segment_in_pic_flag) {
195 const uint8_t *buf_end = buf + buf_size;
224 memset(pkt->
nals, 0,
sizeof(*tmp));
231 int src_length, consumed;
234 if (--buf + 2 >= buf_end)
236 src_length = buf_end -
buf;
316 int slice_address_length;
386 const uint8_t **poutbuf,
int *poutbuf_size,
387 const uint8_t *buf,
int buf_size)
412 *poutbuf_size = buf_size;
430 nut = (state >> 1) & 0x3F;
439 if (has_vps && has_sps) {
440 while (ptr - 4 > buf && ptr[-5] == 0)
442 return ptr - 4 -
buf;
int ff_h2645_packet_split(H2645Packet *pkt, const uint8_t *buf, int length, void *logctx, int is_nalff, int nal_length_size, enum AVCodecID codec_id, int small_padding)
Split an input packet into NAL units.
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
void av_buffer_unref(AVBufferRef **buf)
Free a given reference and automatically free the buffer if there are no more references to it...
static int hevc_parse_slice_header(AVCodecParserContext *s, H2645NAL *nal, AVCodecContext *avctx)
static unsigned int get_bits(GetBitContext *s, int n)
Read 1-25 bits.
static int hevc_split(AVCodecContext *avctx, const uint8_t *buf, int buf_size)
int width
Dimensions of the decoded video intended for presentation.
enum AVFieldOrder field_order
int coded_width
Dimensions of the coded video.
int ff_hevc_decode_nal_sps(GetBitContext *gb, AVCodecContext *avctx, HEVCParamSets *ps, int apply_defdispwin)
void * av_mallocz(size_t size)
Allocate a memory block with alignment suitable for all memory accesses (including vectors if availab...
AVBufferRef * vps_list[MAX_VPS_COUNT]
enum AVPictureStructure picture_structure
Indicate whether a picture is coded as a frame, top field or bottom field.
static av_cold int end(AVCodecContext *avctx)
uint8_t * extradata
some codecs need / can use extradata like Huffman tables.
void ff_h2645_packet_uninit(H2645Packet *pkt)
Free all the allocated memory in the packet.
int ff_h2645_extract_rbsp(const uint8_t *src, int length, H2645NAL *nal, int small_padding)
Extract the raw (unescaped) bitstream.
int ff_hevc_decode_nal_sei(HEVCContext *s)
void * av_realloc_array(void *ptr, size_t nmemb, size_t size)
const uint8_t * avpriv_find_start_code(const uint8_t *p, const uint8_t *end, uint32_t *state)
int temporal_id
temporal_id_plus1 - 1
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
static int get_ue_golomb(GetBitContext *gb)
Read an unsigned Exp-Golomb code in the range 0 to 8190.
unsigned int log2_max_poc_lsb
int ff_hevc_decode_nal_pps(GetBitContext *gb, AVCodecContext *avctx, HEVCParamSets *ps)
void ff_hevc_reset_sei(HEVCContext *s)
Reset SEI values that are stored on the Context.
int ff_combine_frame(ParseContext *pc, int next, const uint8_t **buf, int *buf_size)
Combine the (truncated) bitstream to a complete frame.
int ff_hevc_compute_poc(HEVCContext *s, int poc_lsb)
Compute POC of the current frame and return it.
static int hevc_find_frame_end(AVCodecParserContext *s, const uint8_t *buf, int buf_size)
Find the end of the current frame in the bitstream.
static char * split(char *message, char delim)
static int parse_nal_units(AVCodecParserContext *s, const uint8_t *buf, int buf_size, AVCodecContext *avctx)
AVBufferRef * pps_list[MAX_PPS_COUNT]
uint8_t output_flag_present_flag
#define FF_ARRAY_ELEMS(a)
static unsigned get_ue_golomb_long(GetBitContext *gb)
Read an unsigned Exp-Golomb code in the range 0 to UINT32_MAX-1.
enum AVPixelFormat pix_fmt
static int init_get_bits8(GetBitContext *s, const uint8_t *buffer, int byte_size)
Initialize GetBitContext.
#define START_CODE
start_code_prefix_one_3bytes
unsigned int sps_id
seq_parameter_set_id
main external API structure.
int num_extra_slice_header_bits
uint8_t * data
The data buffer.
AVCodecParser ff_hevc_parser
static unsigned int get_bits1(GetBitContext *s)
static void skip_bits(GetBitContext *s, int n)
uint64_t state64
contains the last 8 bytes in MSB order
enum NALUnitType nal_unit_type
HEVCLocalContext * HEVClc
int output_picture_number
Picture number incremented in presentation or output order.
int ff_hevc_decode_nal_vps(GetBitContext *gb, AVCodecContext *avctx, HEVCParamSets *ps)
common internal and external API header
#define PARSER_FLAG_COMPLETE_FRAMES
int format
The format of the coded data, corresponds to enum AVPixelFormat for video and for enum AVSampleFormat...
static int hevc_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
static void hevc_parser_close(AVCodecParserContext *s)
static av_always_inline av_const int av_ceil_log2_c(int x)
Compute ceil(log2(x)).
int key_frame
Set by parser to 1 for key frames and 0 for non-key frames.
AVBufferRef * sps_list[MAX_SPS_COUNT]
uint8_t separate_colour_plane_flag
output (i.e. cropped) values
static av_always_inline int get_bitsz(GetBitContext *s, int n)
Read 0-25 bits.
uint8_t dependent_slice_segments_enabled_flag