summaryrefslogtreecommitdiff
path: root/libavcodec/libopenh264dec.c
Commit message (Collapse)AuthorAge
* libopenh264dec: Simplify the init thanks to FF_CODEC_CAP_INIT_CLEANUP being setMartin Storsjö2016-07-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* libopenh264dec: Fix cleanup if the init failed earlyMartin Storsjö2016-07-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* libopenh264: Support building with the 1.6 releaseMartin Storsjö2016-07-09
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Add an OpenH264 decoder wrapperMartin Storsjö2016-06-28
While it is less featureful (and slower) than the built-in H264 decoder, one could potentially want to use it to take advantage of the cisco patent license offer. Signed-off-by: Martin Storsjö <martin@martin.st>