summaryrefslogtreecommitdiffstats
path: root/libavcodec/cbs_h264_syntax_template.c
Commit message (Collapse)AuthorAgeFilesLines
* cbs_h264: Add support for filler NAL unitsMark Thompson2018-02-201-0/+29
|
* cbs_h264: Move slice_group_id array out of PPS structureMark Thompson2018-02-201-0/+3
| | | | It's very large, and is only used in some FMO streams.
* cbs_h264: Add hack for pic_timing with no active SPSMark Thompson2018-02-201-0/+16
| | | | | If there is exactly one possible SPS but it is not yet active then just assume that it should be the active one.
* lavc: Add coded bitstream read/write support for H.264Mark Thompson2017-08-121-0/+1230
OpenPOWER on IntegriCloud