[vlc-commits] stream_out: standard: add 'srt'

2017-10-05 Thread Justin Kim
vlc | branch: master | Justin Kim <justin@collabora.com> | Wed Sep 27 14:02:35 2017 +0900| [938fb514f52d22625fb8da11dd3db6394788cfaf] | committer: Jean-Baptiste Kempf stream_out: standard: add 'srt' SRT is similar to UDP. Signed-off-by: Justin Kim <justin@collabora.com>

[vlc-commits] access: srt: introduce srt input module

2017-10-05 Thread Justin Kim
vlc | branch: master | Justin Kim <justin@collabora.com> | Wed Sep 27 14:02:33 2017 +0900| [f38c0bc9316b8496d70fdb9f5051bc6cc4b6492a] | committer: Jean-Baptiste Kempf access: srt: introduce srt input module Secure Reliable Transport (SRT) is a proprietary transport tech

[vlc-commits] contrib: Add srt 1.2.2

2017-11-27 Thread Justin Kim
vlc | branch: master | Justin Kim <justin@collabora.com> | Tue Nov 21 19:39:37 2017 +0900| [9dce7032797ed9ab54e46f944bb7f800bd69cee8] | committer: Jean-Baptiste Kempf contrib: Add srt 1.2.2 Secure Reliable Transport library supports nettle backend since 1.2.1, and the current re

[vlc-commits] access: srt: remove unused variable

2017-11-27 Thread Justin Kim
vlc | branch: master | Justin Kim <justin@collabora.com> | Sun Nov 26 00:27:39 2017 +0900| [634fd3872e4cc6b9dd3927d06db41d92ec632e91] | committer: Jean-Baptiste Kempf access: srt: remove unused variable Signed-off-by: Justin Kim <justin@collabora.com> Signed-off-by: Jean-Ba

[vlc-commits] access_output: srt: suppress warnings by unused variable and parameter

2017-11-27 Thread Justin Kim
vlc | branch: master | Justin Kim <justin@collabora.com> | Sun Nov 26 00:27:40 2017 +0900| [d127141f6dd59e7cbd482070783a30bc1d3b634c] | committer: Jean-Baptiste Kempf access_output: srt: suppress warnings by unused variable and parameter Signed-off-by: Justin Kim <justin@coll

[vlc-commits] access_out: srt: use pipe to detect interrupt

2017-12-04 Thread Justin Kim
vlc | branch: master | Justin Kim <justin@collabora.com> | Mon Dec 4 15:15:25 2017 +0900| [c8bef6551e50cf4cef893a9d274571810e1895cb] | committer: Jean-Baptiste Kempf access_out: srt: use pipe to detect interrupt `eventfd` is a linux-specific API. `pipe` can provide similar mech

[vlc-commits] access: srt: use pipe to detect interrupt

2017-12-04 Thread Justin Kim
vlc | branch: master | Justin Kim <justin@collabora.com> | Mon Dec 4 15:15:24 2017 +0900| [20ccc2223554fb00876e5025a93917f0745a1c18] | committer: Jean-Baptiste Kempf access: srt: use pipe to detect interrupt `eventfd` is a linux-specific API. `pipe` can provide similar mech

[vlc-commits] access_out: srt: use pipe to detect interrupt

2017-12-05 Thread Justin Kim
vlc/vlc-3.0 | branch: master | Justin Kim <justin@collabora.com> | Mon Dec 4 15:15:25 2017 +0900| [c0ee8b2a8361f4fbeb474d8972214a79b9cef536] | committer: Jean-Baptiste Kempf access_out: srt: use pipe to detect interrupt `eventfd` is a linux-specific API. `pipe` can provide s

[vlc-commits] access: srt: use pipe to detect interrupt

2017-12-05 Thread Justin Kim
vlc/vlc-3.0 | branch: master | Justin Kim <justin@collabora.com> | Mon Dec 4 15:15:24 2017 +0900| [236104d65b652bb31026b05b371ddf6f9c0f83d9] | committer: Jean-Baptiste Kempf access: srt: use pipe to detect interrupt `eventfd` is a linux-specific API. `pipe` can provide similar mech

[vlc-commits] srt: Fix build failure

2017-11-15 Thread Justin Kim
vlc | branch: master | Justin Kim <justin@collabora.com> | Wed Nov 15 16:47:58 2017 +0900| [e05a869878aa9f0b1bf8dd4c3ad8b5e495c3a5f0] | committer: Jean-Baptiste Kempf srt: Fix build failure The properties and variables were changed while reviewing, but I've failed to verify them

[vlc-commits] contrib: srt: Apply a patch to fix link flags

2017-12-08 Thread Justin Kim
vlc | branch: master | Justin Kim <justin@collabora.com> | Fri Dec 8 20:51:52 2017 +0900| [00cdf85e6a6129aa7057be9746b4e151671d2492] | committer: Konstantin Pavlov contrib: srt: Apply a patch to fix link flags SRT 1.2.2 has a bug in their `.pc` that `Libs.private` field has package

[vlc-commits] contrib: srt: Apply a patch to fix link flags

2017-12-08 Thread Justin Kim
vlc/vlc-3.0 | branch: master | Justin Kim <justin@collabora.com> | Fri Dec 8 20:51:52 2017 +0900| [96151a75eeb33fbea431aa774c9520ec03a389b7] | committer: Konstantin Pavlov contrib: srt: Apply a patch to fix link flags SRT 1.2.2 has a bug in their `.pc` that `Libs.private` fie

[vlc-commits] access_output: srt: add support stream encryption

2017-12-09 Thread Justin Kim
vlc | branch: master | Justin Kim <justin@collabora.com> | Sun Nov 26 00:27:42 2017 +0900| [7e3ae721aa3bd55f26ca584c193b8b91893fb5d2] | committer: Jean-Baptiste Kempf access_output: srt: add support stream encryption For encrypted transmitting, `passphrase` and `key-length` prop

[vlc-commits] access: srt: add support stream encryption

2017-12-09 Thread Justin Kim
vlc | branch: master | Justin Kim <justin@collabora.com> | Sun Nov 26 00:27:41 2017 +0900| [060cf2b09f6ba1f9c3b4597f7f5b5378f5d894e6] | committer: Jean-Baptiste Kempf access: srt: add support stream encryption For encrypted transmitting, `passphrase` and `key-length` properties are

[vlc-commits] access_out: srt: refactor to support connection recovery

2018-04-06 Thread Justin Kim
vlc/vlc-3.0 | branch: master | Justin Kim <justin@collabora.com> | Wed Mar 28 19:29:44 2018 +0900| [7462ce24a086c46036894e1159a0e812b038cb6e] | committer: Jean-Baptiste Kempf access_out: srt: refactor to support connection recovery This is a refactoring code to support SRT conn

[vlc-commits] access_output: srt: add support stream encryption

2018-04-06 Thread Justin Kim
vlc/vlc-3.0 | branch: master | Justin Kim <justin@collabora.com> | Sun Nov 26 00:27:42 2017 +0900| [39398a677dbe47c4a2aeb836e63facca78625f9e] | committer: Jean-Baptiste Kempf access_output: srt: add support stream encryption For encrypted transmitting, `passphrase` and `key-

[vlc-commits] udp: fix a debug message

2018-04-05 Thread Justin Kim
vlc | branch: master | Justin Kim <justin@collabora.com> | Thu Apr 5 13:38:59 2018 +0900| [5e6cb3f816e5acdd0bffe5a9cad45f32bc217450] | committer: Rémi Denis-Courmont udp: fix a debug message When it fails, it should show which parameters cause the problem. Signed-off-by: Just

[vlc-commits] udp: fix a debug message

2018-04-05 Thread Justin Kim
vlc/vlc-3.0 | branch: master | Justin Kim <justin@collabora.com> | Thu Apr 5 13:38:59 2018 +0900| [29fd2b90fdfbb78de05d465e42b481d7c42fe8df] | committer: Rémi Denis-Courmont udp: fix a debug message When it fails, it should show which parameters cause the problem. Signed-off-by:

[vlc-commits] access: srt: parse url once

2018-04-15 Thread Justin Kim
vlc | branch: master | Justin Kim <justin@collabora.com> | Mon Apr 9 10:05:07 2018 +0900| [f659dfb85c6c87480d3fcb7fdfbb7b06d39a52ee] | committer: Jean-Baptiste Kempf access: srt: parse url once A given URL shouldn't be changed while paying. Signed-off-by: Justin Kim &

[vlc-commits] contrib: srt: enable for Win32 and update to 1.2.3

2018-04-22 Thread Justin Kim
vlc/vlc-3.0 | branch: master | Justin Kim <justin@collabora.com> | Wed Mar 28 19:29:46 2018 +0900| [2b3e1aec4dad4f0b9b9b4770d43c5479ed041864] | committer: Jean-Baptiste Kempf contrib: srt: enable for Win32 and update to 1.2.3 (cherry picked from

[vlc-commits] access: srt: add support stream encryption

2018-04-23 Thread Justin Kim
vlc/vlc-3.0 | branch: master | Justin Kim <justin@collabora.com> | Sun Nov 26 00:27:41 2017 +0900| [6e0ea59ab3805a7cb6d944cac695ab8f7ef150cc] | committer: Jean-Baptiste Kempf access: srt: add support stream encryption For encrypted transmitting, `passphrase` and `key-length` prop

[vlc-commits] access: srt: refactor to support connection recovery

2018-04-23 Thread Justin Kim
vlc/vlc-3.0 | branch: master | Justin Kim <justin@collabora.com> | Wed Mar 28 19:29:45 2018 +0900| [c9d0527636e453f2bf832228742243adfdfb1627] | committer: Jean-Baptiste Kempf access: srt: refactor to support connection recovery This is a refactoring code to support SRT connection re

[vlc-commits] contrib: srt: enable for Win32

2018-03-28 Thread Justin Kim
vlc | branch: master | Justin Kim <justin@collabora.com> | Wed Mar 28 19:29:46 2018 +0900| [53102c1a2f70bfd32a7d6a61c66da7ec87ba6a27] | committer: Thomas Guillem contrib: srt: enable for Win32 Signed-off-by: Justin Kim <justin@collabora.com> Signed-off-by: Thomas

[vlc-commits] access_out: srt: refactor to support connection recovery

2018-03-28 Thread Justin Kim
vlc | branch: master | Justin Kim <justin@collabora.com> | Wed Mar 28 19:29:44 2018 +0900| [867f005c508b1d38058d38761e5ca9273bed3a82] | committer: Thomas Guillem access_out: srt: refactor to support connection recovery This is a refactoring code to support SRT connection recovery.

[vlc-commits] access: srt: refactor to support connection recovery

2018-03-28 Thread Justin Kim
vlc | branch: master | Justin Kim <justin@collabora.com> | Wed Mar 28 19:29:45 2018 +0900| [ba758d7fa8a8d1e0de6c15dda11fd7d38fb24d84] | committer: Thomas Guillem access: srt: refactor to support connection recovery This is a refactoring code to support SRT connection recovery. While