summaryrefslogtreecommitdiff
path: root/libavcodec/h265_profile_level.c
Commit message (Collapse)AuthorAge
* lavc/h265_profile_level: Fix level guessing with no PTL structureMark Thompson2018-09-24
| | | | Fixes CID #1439661.
* lavc/h265_profile_level: Avoid integer overflow in bitrateMark Thompson2018-09-24
| | | | Fixes CIDs #1439659 and #1439660.
* lavc/h265: Add some common code for profile/tier/level handlingMark Thompson2018-09-23
Adds support for determining for level limits, including mapping PTL blocks to profiles to check profile-dependent level limits.