Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
c9958ed2
Commit
c9958ed2
authored
Dec 21, 2006
by
Olivier Aubert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
python bindings: svn propset svn:keywords
parent
a315f634
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
7 deletions
+11
-7
bindings/python/vlc_input.c
bindings/python/vlc_input.c
+1
-1
bindings/python/vlc_instance.c
bindings/python/vlc_instance.c
+1
-1
bindings/python/vlc_mediacontrol.c
bindings/python/vlc_mediacontrol.c
+1
-1
bindings/python/vlc_module.c
bindings/python/vlc_module.c
+1
-1
bindings/python/vlc_object.c
bindings/python/vlc_object.c
+1
-1
bindings/python/vlc_position.c
bindings/python/vlc_position.c
+1
-1
bindings/python/vlcglue.h
bindings/python/vlcglue.h
+1
-1
bindings/python/vlcwidget.py
bindings/python/vlcwidget.py
+2
-0
bindings/python/vlcwrapper.py
bindings/python/vlcwrapper.py
+2
-0
No files found.
bindings/python/vlc_input.c
View file @
c9958ed2
...
...
@@ -2,7 +2,7 @@
* vlc_input.c: vlc.Input binding
*****************************************************************************
* Copyright (C) 2006 the VideoLAN team
* $Id
:
$
* $Id$
*
* Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr>
*
...
...
bindings/python/vlc_instance.c
View file @
c9958ed2
...
...
@@ -2,7 +2,7 @@
* vlc_instance.c: vlc.Instance binding
*****************************************************************************
* Copyright (C) 2006 the VideoLAN team
* $Id
:
$
* $Id$
*
* Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr>
*
...
...
bindings/python/vlc_mediacontrol.c
View file @
c9958ed2
...
...
@@ -2,7 +2,7 @@
* vlc_mediacontrol.c: vlc.MediaControl binding
*****************************************************************************
* Copyright (C) 2006 the VideoLAN team
* $Id
:
$
* $Id$
*
* Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr>
*
...
...
bindings/python/vlc_module.c
View file @
c9958ed2
...
...
@@ -2,7 +2,7 @@
* vlc_module.c: vlc python binding module
*****************************************************************************
* Copyright (C) 2006 the VideoLAN team
* $Id
:
$
* $Id$
*
* Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr>
*
...
...
bindings/python/vlc_object.c
View file @
c9958ed2
...
...
@@ -2,7 +2,7 @@
* vlc_object.c: vlc.Object
*****************************************************************************
* Copyright (C) 2006 the VideoLAN team
* $Id
:
$
* $Id$
*
* Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr>
*
...
...
bindings/python/vlc_position.c
View file @
c9958ed2
...
...
@@ -2,7 +2,7 @@
* vlc_position.c: vlc.Position binding
*****************************************************************************
* Copyright (C) 2006 the VideoLAN team
* $Id
:
$
* $Id$
*
* Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr>
*
...
...
bindings/python/vlcglue.h
View file @
c9958ed2
...
...
@@ -2,7 +2,7 @@
* vlcglue.h: Main header for the Python binding
*****************************************************************************
* Copyright (C) 1998-2004 the VideoLAN team
* $Id$
* $Id
: vlcglue.h 16752 2006-09-20 11:10:44Z oaubert
$
*
* Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr>
* Clément Stenac <zorglub@videolan.org>
...
...
bindings/python/vlcwidget.py
View file @
c9958ed2
...
...
@@ -8,6 +8,8 @@ VLC component inside a pygtk application.
VLCWidget is a simple VLC widget.
DecoratedVLCWidget provides simple player controls.
$Id$
"""
import
gtk
...
...
bindings/python/vlcwrapper.py
View file @
c9958ed2
"""Wrapper around vlc module in order to ease the use of vlc.Object
class (completion in ipython, access variable as attributes, etc).
$Id$
"""
import
vlc
...
...
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