[vlc-devel] [PATCH v4 0/3] Support SRT input/ouput
Justin Kim
justin.kim at collabora.com
Tue Aug 22 21:26:18 CEST 2017
Hello,
Thanks for good feedback.
Then, can I expect that the series of patches will be merged into
upstream soon?
Regards,
Justin
On 22/08/2017 3:36 PM, Jean-Baptiste Kempf wrote:
> As far as I am concerned, this patch series is good for me.
>
> On Tue, 22 Aug 2017, at 02:58, Justin Kim wrote:
>> 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
>>>
>> _______________________________________________
>> vlc-devel mailing list
>> To unsubscribe or modify your subscription options:
>> https://mailman.videolan.org/listinfo/vlc-devel
>
>
More information about the vlc-devel
mailing list