codec: webvtt: add CSS lexer/grammar/parser
commit649b3d02f50855953cd19b5bdbfee177ffba38d3
authorFrancois Cartegnie <fcvlcdev@free.fr>
Mon, 9 Oct 2017 09:27:15 +0000 (9 11:27 +0200)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Tue, 7 Nov 2017 11:37:06 +0000 (7 12:37 +0100)
treebbfce063f588a57ff67c832267329ddc7635bf3f
parent35acae8efeeb32a7e77ea66b20f399efcf5ee578
codec: webvtt: add CSS lexer/grammar/parser
configure.ac
modules/codec/Makefile.am
modules/codec/webvtt/CSSGrammar.y [new file with mode: 0644]
modules/codec/webvtt/CSSLexer.l [new file with mode: 0644]
modules/codec/webvtt/css_bridge.h [new file with mode: 0644]
modules/codec/webvtt/css_parser.c [new file with mode: 0644]
modules/codec/webvtt/css_parser.h [new file with mode: 0644]