summaryrefslogtreecommitdiffstats
path: root/libavcodec/parsers.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec: add g732_1 parserPaul B Mahol2018-12-231-0/+1
|
* avcodec: add gif parserPaul B Mahol2018-12-101-0/+1
|
* avcodec: add an AV1 parserJames Almer2018-10-031-0/+1
| | | | | | | | Simple parser to set keyframes, frame type, structure, width, height, and pixel format, plus stream profile and level. Reviewed-by: Mark Thompson <sw@jkqxz.net> Signed-off-by: James Almer <jamrial@gmail.com>
* lavc: add AVS2/IEEE 1857.4 parserhwren2018-07-271-0/+1
| | | | | | Tested-by: Steven Liu <lq@chinaffmpeg.org> Signed-off-by: hwren <hwrenx@126.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
* avcodec/parser: move parsers list and related API to its own fileJames Almer2018-07-211-0/+106
And add it to the CONFIGURABLE_COMPONENTS list in Makefile. This way, changes to the new file will be tracked and the usual warning to suggest re-running configure will be shown. Reviewed-by: Rostislav Pehlivanov <atomnuker@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
OpenPOWER on IntegriCloud