47 Commits (8d674e604c4025c7cc2ece969486196d180817e3)

Author SHA1 Message Date
James Almer 33d6e14d6f avformat/hevc: reindent after previous commits 6 months ago
James Almer cbfbacff20 avformat/hevc: add a function to write a lhvC box 6 months ago
James Almer cee43e512d avformat/hevc: store parameter set and layer IDs in HVCCNALUnit 6 months ago
James Almer 361b01329f avformat/hevc: use a single array for per-PS NALUs 6 months ago
James Almer ab7893a7b1 avformat/hevc: don't write the same array values per nal addition 6 months ago
James Almer a696b28886 avformat/hevc: don't write NALUs with nuh_layer_id > 0 in hvcC boxes 6 months ago
James Almer 53c8d417ed avformat: split off generic NAL function helpers into their own file 6 months ago
Anton Khirnov e4601cc339 lavc/hevc*: move to hevc/ subdir 7 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 9 months ago
Carl Eugen Hoyos fc410ce572 lavf/hevc: Fix type specifiers, missed in 8b5d1553 2 years ago
Andreas Rheinhardt c421000434 avformat/hevc: Reindent after the previous commit 2 years ago
Andreas Rheinhardt 8b5d155301 avformat/hevc: Fix crash on allocation failure, avoid allocations 2 years ago
Jun Zhao 101e154c28 lavf/hevc: replace the unicode signal quotation with normal quotation 2 years ago
Anton Khirnov 5620d18e66 lavf/hevc: drop unnecessary avcodec.h include 4 years ago
Andreas Rheinhardt 1884d887ba avformat/hevc: Defer initializations in ff_isom_write_hvcc() 5 years ago
Andreas Rheinhardt 22ec35a428 avformat/av1, hevc: Make *_buf-functions return 0 on success 5 years ago
Andreas Rheinhardt 680cd59bb2 avformat/hevc: Fix potential leak in case of ff_hevc_annexb2mp4_buf failure 5 years ago
Baptiste Coudurier b401a4ab8a avformat/mxfenc: support XAVC long gop 6 years ago
James Almer 9482ec1b20 avformat/hvcc: zero initialize the nal buffers past the last written byte 7 years ago
James Almer dc40e64adb hvcc: zero initialize the nal buffers past the last written byte 7 years ago
Mark Thompson b1374e925c hevc: Improve stream constraint values in common header 7 years ago
Mark Thompson b88da98b34 hevc: Improve stream constraint values in common header 8 years ago
Diego Biurrun d4c2103bd3 golomb: Convert to the new bitstream reader 8 years ago
Anton Khirnov c359d624d3 hevcdec: move decoder-independent declarations into a separate header 8 years ago
Anton Khirnov 4abe3b049d hevc: rename hevc.[ch] to hevcdec.[ch] 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Michael Niedermayer ee155c18a2 avformat/hevc: Check num_long_term_ref_pics_sps to avoid potentially long loops 9 years ago
Arthur Grant 781efd0741 avformat/hevc: Fix parsing errors 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Anton Khirnov 0e7c0ec344 lavf/hevc: pad the RBSP buffer as required by the bistream reader 10 years ago
Deliang Fu 6e1f8780c8 avformat: Fix bug in parse_rps for HEVC. 10 years ago
Michael Niedermayer b62b3292d8 avformat/hevc: Check num_negative_pics and num_positive_pics 10 years ago
Michael Niedermayer 2cddc0b19a avformat/hevc: Check cpb_cnt_minus1 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Lou Logan 88f2586adb fix various typos 11 years ago
Michael Niedermayer 77e9123fe5 lavf: always use av_free 11 years ago
Tim Walker 34bbc81de8 lavf: simplify ff_hevc_annexb2mp4_buf 11 years ago
Luca Barbato ee17be3fdd hevc: Use get_se_golomb_long 11 years ago
Michael Niedermayer 88c8e4afea avformat/hevc: fix mix of av_malloc() with free() 11 years ago
Tim Walker b6c61fb83e movenc: enable Annex B to MP4 conversion for HEVC tracks. 11 years ago
Tim Walker 20b40a597c movenc: write hvcC tag for HEVC. 11 years ago