summaryrefslogtreecommitdiff
path: root/libavcodec/hevc_parse.c
Commit message (Collapse)AuthorAge
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* hevc: move splitting the packet into NALUs into a separate functionAnton Khirnov2015-07-12
| | | | | This function is independent of the decoding context, so we'll be able to use it in the parser.
* hevc: split bitstream unescaping to a separate fileAnton Khirnov2015-07-08
It will be useful in the QSV HEVC encoder.