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
caec8c67
Commit
caec8c67
authored
Jun 23, 2009
by
Olivier Aubert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Python bindings: update e-mail address
parent
760fece1
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
12 deletions
+12
-12
bindings/python/vlc_instance.c
bindings/python/vlc_instance.c
+2
-2
bindings/python/vlc_media.c
bindings/python/vlc_media.c
+1
-1
bindings/python/vlc_mediacontrol.c
bindings/python/vlc_mediacontrol.c
+2
-2
bindings/python/vlc_mediaplayer.c
bindings/python/vlc_mediaplayer.c
+2
-2
bindings/python/vlc_module.c
bindings/python/vlc_module.c
+2
-2
bindings/python/vlc_position.c
bindings/python/vlc_position.c
+2
-2
bindings/python/vlcglue.h
bindings/python/vlcglue.h
+1
-1
No files found.
bindings/python/vlc_instance.c
View file @
caec8c67
/*****************************************************************************
/*****************************************************************************
* vlc_instance.c: vlc.Instance binding
* vlc_instance.c: vlc.Instance binding
*****************************************************************************
*****************************************************************************
* Copyright (C) 2006 the VideoLAN team
* Copyright (C) 2006
,2007,2008,2009
the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Olivier Aubert <o
aubert at bat710.univ-lyon1
.fr>
* Authors: Olivier Aubert <o
livier.aubert at liris.cnrs
.fr>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
...
bindings/python/vlc_media.c
View file @
caec8c67
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 2007 the VideoLAN team
* Copyright (C) 2007 the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Olivier Aubert <oaubert at liris.cnrs.fr>
* Authors: Olivier Aubert <o
livier.
aubert at liris.cnrs.fr>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
...
bindings/python/vlc_mediacontrol.c
View file @
caec8c67
/*****************************************************************************
/*****************************************************************************
* vlc_mediacontrol.c: vlc.MediaControl binding
* vlc_mediacontrol.c: vlc.MediaControl binding
*****************************************************************************
*****************************************************************************
* Copyright (C) 2006 the VideoLAN team
* Copyright (C) 2006
,2007,2008,2009
the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Olivier Aubert <o
aubert at bat710.univ-lyon1
.fr>
* Authors: Olivier Aubert <o
livier.aubert at liris.cnrs
.fr>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
...
bindings/python/vlc_mediaplayer.c
View file @
caec8c67
/*****************************************************************************
/*****************************************************************************
* vlc_mediaplayer.c: vlc.MediaPlayer binding
* vlc_mediaplayer.c: vlc.MediaPlayer binding
*****************************************************************************
*****************************************************************************
* Copyright (C) 2006 the VideoLAN team
* Copyright (C) 2006
,2007,2008,2009
the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Olivier Aubert <o
aubert at bat710.univ-lyon1
.fr>
* Authors: Olivier Aubert <o
livier.aubert at liris.cnrs
.fr>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
...
bindings/python/vlc_module.c
View file @
caec8c67
/*****************************************************************************
/*****************************************************************************
* vlc_module.c: vlc python binding module
* vlc_module.c: vlc python binding module
*****************************************************************************
*****************************************************************************
* Copyright (C) 2006 the VideoLAN team
* Copyright (C) 2006
,2007,2008,2009
the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Olivier Aubert <o
aubert at bat710.univ-lyon1
.fr>
* Authors: Olivier Aubert <o
livier.aubert at liris.cnrs
.fr>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
...
bindings/python/vlc_position.c
View file @
caec8c67
/*****************************************************************************
/*****************************************************************************
* vlc_position.c: vlc.Position binding
* vlc_position.c: vlc.Position binding
*****************************************************************************
*****************************************************************************
* Copyright (C) 2006 the VideoLAN team
* Copyright (C) 2006
,2007,2008,2009
the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Olivier Aubert <o
aubert at bat710.univ-lyon1
.fr>
* Authors: Olivier Aubert <o
livier.aubert at liris.cnrs
.fr>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
...
bindings/python/vlcglue.h
View file @
caec8c67
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 1998-2004 the VideoLAN team
* Copyright (C) 1998-2004 the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Olivier Aubert <o
aubert at bat710.univ-lyon1
.fr>
* Authors: Olivier Aubert <o
livier.aubert at liris.cnrs
.fr>
* Clément Stenac <zorglub@videolan.org>
* Clément Stenac <zorglub@videolan.org>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
...
...
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