[vlc-devel] [PATCH v4 0/3] Support SRT input/ouput
Justin Kim
justin.kim at collabora.com
Tue Aug 22 02:58:25 CEST 2017
Hello,
Could you review again?
I am sorry if I am urging too much.
Thanks,
Justin
On 16/08/2017 5:10 AM, Justin Kim wrote:
> The commits are splitted to have a module per commit.
>
> Justin Kim (3):
> access: srt: introduce srt input module
> access_out:srt: introduce SRT ouput module
> stream_out: standard: add 'srt'
>
> NEWS | 1 +
> configure.ac | 5 +
> modules/MODULES_LIST | 2 +
> modules/access/Makefile.am | 9 ++
> modules/access/srt.c | 221 +++++++++++++++++++++++++++++++++++
> modules/access_output/Makefile.am | 8 ++
> modules/access_output/srt.c | 237 ++++++++++++++++++++++++++++++++++++++
> modules/stream_out/Makefile.am | 1 +
> modules/stream_out/standard.c | 8 +-
> 9 files changed, 491 insertions(+), 1 deletion(-)
> create mode 100644 modules/access/srt.c
> create mode 100644 modules/access_output/srt.c
>
More information about the vlc-devel
mailing list