summaryrefslogtreecommitdiff
path: root/libavcodec/h265_profile_level.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264_levels, h265_profile_level: Remove ff_h26[45]_get_levelAndreas Rheinhardt2021-02-021-12/+0
* lavc/h265_profile_level: Fix the default profile in ff_h265_guess_levelLinjie Fu2020-02-011-1/+1
* lavc/h265_profile_level: Add new profilesMark Thompson2019-07-071-1/+5
* lavc/h265_profile_level: Do not allow high tier at level < 4Mark Thompson2019-07-071-6/+12
* lavc/h265_profile_level: Fix DPB size calculationMark Thompson2019-07-071-43/+43
* lavc/h265_profile_level: Fix level guessing with no PTL structureMark Thompson2018-09-241-4/+8
* lavc/h265_profile_level: Avoid integer overflow in bitrateMark Thompson2018-09-241-1/+1
* lavc/h265: Add some common code for profile/tier/level handlingMark Thompson2018-09-231-0/+245