summaryrefslogtreecommitdiffstats
path: root/libavcodec/h2645_parse.h
Commit message (Collapse)AuthorAgeFilesLines
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* h2645_parse: compute the actual data length, without trailing padddingAnton Khirnov2016-03-281-0/+6
| | | | This is required by h264.
* h2645_parse: add support for parsing h264Anton Khirnov2016-03-281-1/+14
|
* h2645_parse: change the AVCodecContext* parameter to void*Anton Khirnov2016-03-281-1/+1
| | | | | 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/+5
|
* hevc_parse: rename into h2645_parseAnton Khirnov2016-03-281-0/+64
This code will be shared with h264.
OpenPOWER on IntegriCloud