Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavc/h264_levels: add MaxMBPS checking and update fate test. | Decai Lin | 2019-03-27 | 1 | -0/+4 |
| | | | | | | | | | 1. add MaxMBPS checking for level idc setting to align with AVC spec AnnexA table A-1/A-6 level limits. 2. update h264 level fate test. Signed-off-by: Decai Lin <decai.lin@intel.com> Signed-off-by: Mark Thompson <sw@jkqxz.net> | ||||
* | h264_levels, h264_metadata_bsf: Fix levels typo | Andreas Rheinhardt | 2018-11-13 | 1 | -1/+1 |
| | | | | | | | profile_idc for level 1b should be 11, not 10. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@googlemail.com> Signed-off-by: Mark Thompson <sw@jkqxz.net> | ||||
* | lavc/h264_levels: Avoid integer overflow in bitrate | Mark Thompson | 2018-09-24 | 1 | -1/+1 |
| | | | | Fixes CID #1439656. | ||||
* | lavc/h264: Add common code for level handling | Mark Thompson | 2018-09-23 | 1 | -0/+130 |
Including a unit test. |