summaryrefslogtreecommitdiffstats
path: root/libavcodec/cbs_h265_syntax_template.c
Commit message (Collapse)AuthorAgeFilesLines
* cbs_h265: Fix ranges of prediction weight offsetsMark Thompson2017-09-121-6/+6
| | | | | | The bracketing was wrong - '-' binds before '<<'. This would previously incorrectly reject the streams in the WP_A and WP_B conformance tests.
* cbs_h265: Fix reading of unknown parameter set extension dataMark Thompson2017-09-121-1/+2
|
* lavc: Add coded bitstream read/write support for H.265Mark Thompson2017-08-121-0/+1502
OpenPOWER on IntegriCloud