summaryrefslogtreecommitdiffstats
path: root/libavcodec/h2645_parse.c
Commit message (Collapse)AuthorAgeFilesLines
* h2645_parse: compute the actual data length, without trailing padddingAnton Khirnov2016-03-281-3/+36
| | | | This is required by h264.
* h2645_parse: add support for parsing h264Anton Khirnov2016-03-281-2/+22
|
* h2645_parse: change the AVCodecContext* parameter to void*Anton Khirnov2016-03-281-6/+6
| | | | | This should make it more clear that it is not supposed to be used for anything except logging.
* h2645_parse: add a function for uninitializing the packetAnton Khirnov2016-03-281-0/+9
|
* hevc_parse: rename into h2645_parseAnton Khirnov2016-03-281-0/+228
This code will be shared with h264.
OpenPOWER on IntegriCloud