Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
88f858e9
Commit
88f858e9
authored
Jun 10, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Authorship
parent
1669a713
Changes
27
Show whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
27 additions
and
27 deletions
+27
-27
modules/access/rdp.c
modules/access/rdp.c
+1
-1
modules/access/vnc.c
modules/access/vnc.c
+1
-1
modules/demux/adaptative/PlaylistManager.cpp
modules/demux/adaptative/PlaylistManager.cpp
+1
-1
modules/demux/adaptative/PlaylistManager.h
modules/demux/adaptative/PlaylistManager.h
+1
-1
modules/demux/adaptative/http/HTTPConnection.cpp
modules/demux/adaptative/http/HTTPConnection.cpp
+1
-1
modules/demux/adaptative/http/HTTPConnection.hpp
modules/demux/adaptative/http/HTTPConnection.hpp
+1
-1
modules/demux/adaptative/playlist/ICanonicalUrl.hpp
modules/demux/adaptative/playlist/ICanonicalUrl.hpp
+1
-1
modules/demux/adaptative/playlist/SegmentInformation.cpp
modules/demux/adaptative/playlist/SegmentInformation.cpp
+1
-1
modules/demux/adaptative/playlist/SegmentInformation.hpp
modules/demux/adaptative/playlist/SegmentInformation.hpp
+1
-1
modules/demux/adaptative/playlist/Url.cpp
modules/demux/adaptative/playlist/Url.cpp
+1
-1
modules/demux/adaptative/playlist/Url.hpp
modules/demux/adaptative/playlist/Url.hpp
+1
-1
modules/demux/adaptative/tools/Properties.hpp
modules/demux/adaptative/tools/Properties.hpp
+1
-1
modules/demux/adaptative/tools/Retrieve.cpp
modules/demux/adaptative/tools/Retrieve.cpp
+1
-1
modules/demux/adaptative/tools/Retrieve.hpp
modules/demux/adaptative/tools/Retrieve.hpp
+1
-1
modules/demux/dash/dash.hpp
modules/demux/dash/dash.hpp
+1
-1
modules/demux/dash/mpd/Profile.cpp
modules/demux/dash/mpd/Profile.cpp
+1
-1
modules/demux/dash/mpd/Profile.hpp
modules/demux/dash/mpd/Profile.hpp
+1
-1
modules/demux/hls/hls.cpp
modules/demux/hls/hls.cpp
+1
-1
modules/demux/hls/hls.hpp
modules/demux/hls/hls.hpp
+1
-1
modules/demux/hls/playlist/M3U8.cpp
modules/demux/hls/playlist/M3U8.cpp
+1
-1
modules/demux/hls/playlist/M3U8.hpp
modules/demux/hls/playlist/M3U8.hpp
+1
-1
modules/demux/hls/playlist/Parser.cpp
modules/demux/hls/playlist/Parser.cpp
+1
-1
modules/demux/hls/playlist/Parser.hpp
modules/demux/hls/playlist/Parser.hpp
+1
-1
modules/demux/hls/playlist/Representation.cpp
modules/demux/hls/playlist/Representation.cpp
+1
-1
modules/demux/hls/playlist/Representation.hpp
modules/demux/hls/playlist/Representation.hpp
+1
-1
modules/demux/hls/playlist/Tags.cpp
modules/demux/hls/playlist/Tags.cpp
+1
-1
modules/demux/hls/playlist/Tags.hpp
modules/demux/hls/playlist/Tags.hpp
+1
-1
No files found.
modules/access/rdp.c
View file @
88f858e9
/*****************************************************************************
/*****************************************************************************
* rdp.c: libfreeRDP based Remote Desktop access
* rdp.c: libfreeRDP based Remote Desktop access
*****************************************************************************
*****************************************************************************
* Copyright (C) 2013 VideoLAN Authors
* Copyright (C) 2013 VideoLAN
and VLC
Authors
*****************************************************************************
*****************************************************************************
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
...
...
modules/access/vnc.c
View file @
88f858e9
/*****************************************************************************
/*****************************************************************************
* vnc.c: libVNC access
* vnc.c: libVNC access
*****************************************************************************
*****************************************************************************
* Copyright (C) 2013 VideoLAN Authors
* Copyright (C) 2013 VideoLAN
and VLC
Authors
*****************************************************************************
*****************************************************************************
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
...
...
modules/demux/adaptative/PlaylistManager.cpp
View file @
88f858e9
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* PlaylistManager.cpp
* PlaylistManager.cpp
*****************************************************************************
*****************************************************************************
* Copyright © 2010 - 2011 Klagenfurt University
* Copyright © 2010 - 2011 Klagenfurt University
* 2015 VideoLAN Authors
* 2015 VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/adaptative/PlaylistManager.h
View file @
88f858e9
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* PlaylistManager.h
* PlaylistManager.h
*****************************************************************************
*****************************************************************************
* Copyright © 2010 - 2011 Klagenfurt University
* Copyright © 2010 - 2011 Klagenfurt University
* 2015 VideoLAN Authors
* 2015 VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/adaptative/http/HTTPConnection.cpp
View file @
88f858e9
/*
/*
* HTTPConnection.cpp
* HTTPConnection.cpp
*****************************************************************************
*****************************************************************************
* Copyright (C) 2014-2015 - VideoLAN Authors
* Copyright (C) 2014-2015 - VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/adaptative/http/HTTPConnection.hpp
View file @
88f858e9
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* HTTPConnection.hpp
* HTTPConnection.hpp
*****************************************************************************
*****************************************************************************
* Copyright (C) 2010 - 2011 Klagenfurt University
* Copyright (C) 2010 - 2011 Klagenfurt University
* 2014 - 2015 VideoLAN Authors
* 2014 - 2015 VideoLAN
and VLC
Authors
*
*
* Created on: Aug 10, 2010
* Created on: Aug 10, 2010
* Authors: Christopher Mueller <christopher.mueller@itec.uni-klu.ac.at>
* Authors: Christopher Mueller <christopher.mueller@itec.uni-klu.ac.at>
...
...
modules/demux/adaptative/playlist/ICanonicalUrl.hpp
View file @
88f858e9
/*
/*
* ICanonicalUrl.hpp
* ICanonicalUrl.hpp
*****************************************************************************
*****************************************************************************
* Copyright (C) 2014 - VideoLAN Authors
* Copyright (C) 2014 - VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/adaptative/playlist/SegmentInformation.cpp
View file @
88f858e9
/*
/*
* SegmentInformation.cpp
* SegmentInformation.cpp
*****************************************************************************
*****************************************************************************
* Copyright (C) 2014 - VideoLAN Authors
* Copyright (C) 2014 - VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/adaptative/playlist/SegmentInformation.hpp
View file @
88f858e9
/*
/*
* SegmentInformation.hpp
* SegmentInformation.hpp
*****************************************************************************
*****************************************************************************
* Copyright (C) 2014 - VideoLAN Authors
* Copyright (C) 2014 - VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/adaptative/playlist/Url.cpp
View file @
88f858e9
/*
/*
* Url.cpp
* Url.cpp
*****************************************************************************
*****************************************************************************
* Copyright (C) 2014 - VideoLAN Authors
* Copyright (C) 2014 - VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/adaptative/playlist/Url.hpp
View file @
88f858e9
/*
/*
* Url.hpp
* Url.hpp
*****************************************************************************
*****************************************************************************
* Copyright (C) 2014 - VideoLAN Authors
* Copyright (C) 2014 - VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/adaptative/tools/Properties.hpp
View file @
88f858e9
/*
/*
* Inheritables.hpp
* Inheritables.hpp
*****************************************************************************
*****************************************************************************
* Copyright (C) 2014 - VideoLAN Authors
* Copyright (C) 2014 - VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/adaptative/tools/Retrieve.cpp
View file @
88f858e9
/*
/*
* Parser.cpp
* Parser.cpp
*****************************************************************************
*****************************************************************************
* Copyright © 2015 - VideoLAN Authors
* Copyright © 2015 - VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/adaptative/tools/Retrieve.hpp
View file @
88f858e9
/*
/*
* Retrieve.hpp
* Retrieve.hpp
*****************************************************************************
*****************************************************************************
* Copyright © 2015 - VideoLAN Authors
* Copyright © 2015 - VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/dash/dash.hpp
View file @
88f858e9
/*****************************************************************************
/*****************************************************************************
* dash.hpp: DASH module
* dash.hpp: DASH module
*****************************************************************************
*****************************************************************************
* Copyright © 2014 - VideoLAN Authors
* Copyright © 2014 - VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/dash/mpd/Profile.cpp
View file @
88f858e9
/*
/*
* Profile.cpp
* Profile.cpp
*****************************************************************************
*****************************************************************************
* Copyright (C) 2010 - 2014 VideoLAN Authors
* Copyright (C) 2010 - 2014 VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/dash/mpd/Profile.hpp
View file @
88f858e9
/*
/*
* Profile.hpp
* Profile.hpp
*****************************************************************************
*****************************************************************************
* Copyright (C) 2010 - 2014 VideoLAN Authors
* Copyright (C) 2010 - 2014 VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/hls/hls.cpp
View file @
88f858e9
/*****************************************************************************
/*****************************************************************************
* hls.cpp: HTTP Live Streaming module
* hls.cpp: HTTP Live Streaming module
*****************************************************************************
*****************************************************************************
* Copyright © 2015 - VideoLAN Authors
* Copyright © 2015 - VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/hls/hls.hpp
View file @
88f858e9
/*****************************************************************************
/*****************************************************************************
* hls.hpp: HTTP Live Streaming module
* hls.hpp: HTTP Live Streaming module
*****************************************************************************
*****************************************************************************
* Copyright © 2015 - VideoLAN Authors
* Copyright © 2015 - VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/hls/playlist/M3U8.cpp
View file @
88f858e9
/*
/*
* M3U8.cpp
* M3U8.cpp
*****************************************************************************
*****************************************************************************
* Copyright © 2015 - VideoLAN Authors
* Copyright © 2015 - VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/hls/playlist/M3U8.hpp
View file @
88f858e9
/*
/*
* M3U8.hpp
* M3U8.hpp
*****************************************************************************
*****************************************************************************
* Copyright © 2015 - VideoLAN Authors
* Copyright © 2015 - VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/hls/playlist/Parser.cpp
View file @
88f858e9
/*
/*
* Parser.cpp
* Parser.cpp
*****************************************************************************
*****************************************************************************
* Copyright © 2015 - VideoLAN Authors
* Copyright © 2015 - VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/hls/playlist/Parser.hpp
View file @
88f858e9
/*
/*
* Parser.hpp
* Parser.hpp
*****************************************************************************
*****************************************************************************
* Copyright © 2015 - VideoLAN Authors
* Copyright © 2015 - VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/hls/playlist/Representation.cpp
View file @
88f858e9
/*
/*
* Representation.cpp
* Representation.cpp
*****************************************************************************
*****************************************************************************
* Copyright © 2015 - VideoLAN Authors
* Copyright © 2015 - VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/hls/playlist/Representation.hpp
View file @
88f858e9
/*
/*
* Representation.hpp
* Representation.hpp
*****************************************************************************
*****************************************************************************
* Copyright © 2015 - VideoLAN Authors
* Copyright © 2015 - VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/hls/playlist/Tags.cpp
View file @
88f858e9
/*
/*
* Tags.cpp
* Tags.cpp
*****************************************************************************
*****************************************************************************
* Copyright © 2015 - VideoLAN Authors
* Copyright © 2015 - VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
modules/demux/hls/playlist/Tags.hpp
View file @
88f858e9
/*
/*
* Tags.hpp
* Tags.hpp
*****************************************************************************
*****************************************************************************
* Copyright © 2015 - VideoLAN Authors
* Copyright © 2015 - VideoLAN
and VLC
Authors
*
*
* This program is free software; you can redistribute it and/or modify it
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* under the terms of the GNU Lesser General Public License as published
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment