[vlc-commits] access: Add satip access module
    Julian Scheel 
    git at videolan.org
       
    Fri Jul  8 10:07:12 CEST 2016
    
    
  
vlc | branch: master | Julian Scheel <julian at jusst.de> | Thu Jul  7 17:07:24 2016 +0200| [45c877aa1d35ff7305bce9075724b79b8fb7c4f6] | committer: Thomas Guillem
access: Add satip access module
This module implements a minimal RTSP subset, which is required to support
satip servers.
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=45c877aa1d35ff7305bce9075724b79b8fb7c4f6
---
 NEWS                       |    1 +
 configure.ac               |    2 +-
 modules/MODULES_LIST       |    1 +
 modules/access/Makefile.am |    3 +
 modules/access/satip.c     |  783 ++++++++++++++++++++++++++++++++++++++++++++
 po/POTFILES.in             |    1 +
 6 files changed, 790 insertions(+), 1 deletion(-)
Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=45c877aa1d35ff7305bce9075724b79b8fb7c4f6
    
    
More information about the vlc-commits
mailing list