Changeset c9958ed21646465252d2d196e24beac4d1e91d02

Show
Ignore:
Timestamp:
12/21/06 16:00:04 (2 years ago)
Author:
Olivier Aubert <olivier.aubert@liris.cnrs.fr>
git-committer:
Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1166713204 +0000
git-parent:

[a315f6348f5932244c9b395cd0330652faa9baeb]

git-author:
Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1166713204 +0000
Message:

python bindings: svn propset svn:keywords

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bindings/python/vlc_input.c

    ra315f63 rc9958ed  
    33 ***************************************************************************** 
    44 * Copyright (C) 2006 the VideoLAN team 
    5  * $Id:
     5 * $Id
    66 * 
    77 * Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr> 
  • bindings/python/vlc_instance.c

    ra315f63 rc9958ed  
    33 ***************************************************************************** 
    44 * Copyright (C) 2006 the VideoLAN team 
    5  * $Id:
     5 * $Id
    66 * 
    77 * Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr> 
  • bindings/python/vlc_mediacontrol.c

    r53af664 rc9958ed  
    33 ***************************************************************************** 
    44 * Copyright (C) 2006 the VideoLAN team 
    5  * $Id:
     5 * $Id
    66 * 
    77 * Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr> 
  • bindings/python/vlc_module.c

    rfbf4c80 rc9958ed  
    33 ***************************************************************************** 
    44 * Copyright (C) 2006 the VideoLAN team 
    5  * $Id:
     5 * $Id
    66 * 
    77 * Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr> 
  • bindings/python/vlc_object.c

    rfbf4c80 rc9958ed  
    33 ***************************************************************************** 
    44 * Copyright (C) 2006 the VideoLAN team 
    5  * $Id:
     5 * $Id
    66 * 
    77 * Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr> 
  • bindings/python/vlc_position.c

    r07a52db rc9958ed  
    33 ***************************************************************************** 
    44 * Copyright (C) 2006 the VideoLAN team 
    5  * $Id:
     5 * $Id
    66 * 
    77 * Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr> 
  • bindings/python/vlcglue.h

    r07a52db rc9958ed  
    33 ***************************************************************************** 
    44 * Copyright (C) 1998-2004 the VideoLAN team 
    5  * $Id
     5 * $Id: vlcglue.h 16752 2006-09-20 11:10:44Z oaubert
    66 * 
    77 * Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr> 
  • bindings/python/vlcwidget.py

    r07a52db rc9958ed  
    99 
    1010DecoratedVLCWidget provides simple player controls. 
     11 
     12$Id$ 
    1113""" 
    1214 
  • bindings/python/vlcwrapper.py

    r07a52db rc9958ed  
    11"""Wrapper around vlc module in order to ease the use of vlc.Object 
    22class (completion in ipython, access variable as attributes, etc). 
     3 
     4$Id$ 
    35""" 
    46import vlc