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
df3a1461
Commit
df3a1461
authored
Jul 13, 2006
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qt4/*: buildsytem fix + cosmetic+ copyright dates + svn Id
parent
84ff292f
Changes
38
Hide whitespace changes
Inline
Side-by-side
Showing
38 changed files
with
77 additions
and
77 deletions
+77
-77
modules/gui/qt4/Modules.am
modules/gui/qt4/Modules.am
+6
-6
modules/gui/qt4/components/infopanels.cpp
modules/gui/qt4/components/infopanels.cpp
+2
-2
modules/gui/qt4/components/infopanels.hpp
modules/gui/qt4/components/infopanels.hpp
+2
-2
modules/gui/qt4/components/open.cpp
modules/gui/qt4/components/open.cpp
+2
-2
modules/gui/qt4/components/open.hpp
modules/gui/qt4/components/open.hpp
+2
-2
modules/gui/qt4/components/playlist/panels.hpp
modules/gui/qt4/components/playlist/panels.hpp
+1
-1
modules/gui/qt4/components/playlist/selector.hpp
modules/gui/qt4/components/playlist/selector.hpp
+1
-1
modules/gui/qt4/components/playlist/standardpanel.cpp
modules/gui/qt4/components/playlist/standardpanel.cpp
+1
-1
modules/gui/qt4/components/preferences.cpp
modules/gui/qt4/components/preferences.cpp
+2
-2
modules/gui/qt4/components/preferences.hpp
modules/gui/qt4/components/preferences.hpp
+2
-2
modules/gui/qt4/components/preferences_widgets.cpp
modules/gui/qt4/components/preferences_widgets.cpp
+2
-2
modules/gui/qt4/components/preferences_widgets.hpp
modules/gui/qt4/components/preferences_widgets.hpp
+2
-2
modules/gui/qt4/components/video_widget.cpp
modules/gui/qt4/components/video_widget.cpp
+2
-2
modules/gui/qt4/components/video_widget.hpp
modules/gui/qt4/components/video_widget.hpp
+2
-2
modules/gui/qt4/dialogs/interaction.cpp
modules/gui/qt4/dialogs/interaction.cpp
+2
-2
modules/gui/qt4/dialogs/interaction.hpp
modules/gui/qt4/dialogs/interaction.hpp
+2
-2
modules/gui/qt4/dialogs/playlist.cpp
modules/gui/qt4/dialogs/playlist.cpp
+2
-2
modules/gui/qt4/dialogs/playlist.hpp
modules/gui/qt4/dialogs/playlist.hpp
+2
-2
modules/gui/qt4/dialogs/prefs_dialog.cpp
modules/gui/qt4/dialogs/prefs_dialog.cpp
+2
-2
modules/gui/qt4/dialogs/prefs_dialog.hpp
modules/gui/qt4/dialogs/prefs_dialog.hpp
+2
-2
modules/gui/qt4/dialogs/streaminfo.cpp
modules/gui/qt4/dialogs/streaminfo.cpp
+2
-2
modules/gui/qt4/dialogs/streaminfo.hpp
modules/gui/qt4/dialogs/streaminfo.hpp
+2
-2
modules/gui/qt4/dialogs_provider.cpp
modules/gui/qt4/dialogs_provider.cpp
+2
-2
modules/gui/qt4/dialogs_provider.hpp
modules/gui/qt4/dialogs_provider.hpp
+2
-2
modules/gui/qt4/input_manager.cpp
modules/gui/qt4/input_manager.cpp
+2
-2
modules/gui/qt4/input_manager.hpp
modules/gui/qt4/input_manager.hpp
+2
-2
modules/gui/qt4/main_interface.cpp
modules/gui/qt4/main_interface.cpp
+2
-2
modules/gui/qt4/main_interface.hpp
modules/gui/qt4/main_interface.hpp
+2
-2
modules/gui/qt4/menus.cpp
modules/gui/qt4/menus.cpp
+2
-2
modules/gui/qt4/menus.hpp
modules/gui/qt4/menus.hpp
+2
-2
modules/gui/qt4/playlist_model.cpp
modules/gui/qt4/playlist_model.cpp
+2
-2
modules/gui/qt4/playlist_model.hpp
modules/gui/qt4/playlist_model.hpp
+2
-2
modules/gui/qt4/qt4.cpp
modules/gui/qt4/qt4.cpp
+2
-2
modules/gui/qt4/qt4.hpp
modules/gui/qt4/qt4.hpp
+2
-2
modules/gui/qt4/util/directslider.hpp
modules/gui/qt4/util/directslider.hpp
+2
-2
modules/gui/qt4/util/input_slider.cpp
modules/gui/qt4/util/input_slider.cpp
+2
-2
modules/gui/qt4/util/input_slider.hpp
modules/gui/qt4/util/input_slider.hpp
+2
-2
modules/gui/qt4/util/qvlcframe.hpp
modules/gui/qt4/util/qvlcframe.hpp
+2
-2
No files found.
modules/gui/qt4/Modules.am
View file @
df3a1461
...
...
@@ -16,7 +16,7 @@ TOUI = ui/input_stats ui/main_interface ui/file_open \
UIH
=
$(TOUI:%=%.h)
TOMOC
=
main_interface
\
menus
\
menus
\
dialogs_provider
\
input_manager
\
playlist_model
\
...
...
@@ -35,7 +35,7 @@ MOCCPP = $(TOMOC:%=%.moc.cpp)
nodist_SOURCES_qt4
=
\
main_interface.moc.cpp
\
menus.moc.cpp
\
menus.moc.cpp
\
dialogs_provider.moc.cpp
\
input_manager.moc.cpp
\
playlist_model.moc.cpp
\
...
...
@@ -72,7 +72,7 @@ $(UIH): %.h: %.ui
SOURCES_qt4
=
qt4.cpp
\
menus.cpp
\
menus.cpp
\
main_interface.cpp
\
dialogs_provider.cpp
\
input_manager.cpp
\
...
...
@@ -87,12 +87,12 @@ SOURCES_qt4 = qt4.cpp \
components/open.cpp
\
components/video_widget.cpp
\
components/playlist/standardpanel.cpp
\
util/input_slider.cpp
util/input_slider.cpp
\
$(NULL)
EXTRA_DIST
+=
\
qt4.hpp
\
menus.hpp
menus.hpp
\
main_interface.hpp
\
dialogs_provider.hpp
\
input_manager.hpp
\
...
...
@@ -108,7 +108,7 @@ EXTRA_DIST += \
components/open.hpp
\
components/video_widget.hpp
\
components/playlist/panels.hpp
\
components/playlist/selector.hpp
\
components/playlist/selector.hpp
\
util/input_slider.hpp
\
ui/input_stats.ui
\
ui/file_open.ui
\
...
...
modules/gui/qt4/components/infopanels.cpp
View file @
df3a1461
/*****************************************************************************
* infopanels.cpp : Panels for the information dialogs
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/infopanels.hpp
View file @
df3a1461
/*****************************************************************************
* infopanels.hpp : Panels for the information dialogs
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/open.cpp
View file @
df3a1461
/*****************************************************************************
* open.cpp : Panels for the open dialogs
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/open.hpp
View file @
df3a1461
/*****************************************************************************
* open.hpp : Panels for the open dialogs
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/playlist/panels.hpp
View file @
df3a1461
...
...
@@ -2,7 +2,7 @@
* panels.hpp : Panels for the playlist
****************************************************************************
* Copyright (C) 2000-2005 the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/playlist/selector.hpp
View file @
df3a1461
...
...
@@ -2,7 +2,7 @@
* selector.hpp : Playlist source selector
****************************************************************************
* Copyright (C) 2000-2005 the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/playlist/standardpanel.cpp
View file @
df3a1461
...
...
@@ -2,7 +2,7 @@
* standardpanel.cpp : The "standard" playlist panel : just a treeview
****************************************************************************
* Copyright (C) 2000-2005 the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/preferences.cpp
View file @
df3a1461
/*****************************************************************************
* preferences_tree.cpp : Tree of modules for preferences
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/preferences.hpp
View file @
df3a1461
/*****************************************************************************
* preferences_tree.hpp : Tree of modules for preferences
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/preferences_widgets.cpp
View file @
df3a1461
/*****************************************************************************
* preferences_widgets.cpp : Widgets for preferences displays
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/preferences_widgets.hpp
View file @
df3a1461
/*****************************************************************************
* preferences_widgets.hpp : Widgets for preferences panels
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/video_widget.cpp
View file @
df3a1461
/*****************************************************************************
* video_widget.cpp : Embedded video output
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/video_widget.hpp
View file @
df3a1461
/*****************************************************************************
* video_widget.hpp : Embedded video
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/dialogs/interaction.cpp
View file @
df3a1461
/*****************************************************************************
* interaction.cpp : Interaction stuff
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/dialogs/interaction.hpp
View file @
df3a1461
/*****************************************************************************
* interaction.hpp : Interaction dialogs
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/dialogs/playlist.cpp
View file @
df3a1461
/*****************************************************************************
* playlist.cpp : Playlist dialog
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/dialogs/playlist.hpp
View file @
df3a1461
/*****************************************************************************
* playlist.hpp: Playlist dialog
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/dialogs/prefs_dialog.cpp
View file @
df3a1461
/*****************************************************************************
* prefs_dialog.cpp : Preferences
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/dialogs/prefs_dialog.hpp
View file @
df3a1461
/*****************************************************************************
* prefs_dialog.hpp : Preferences
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/dialogs/streaminfo.cpp
View file @
df3a1461
/*****************************************************************************
* streaminfo.cpp : Information about an item
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/dialogs/streaminfo.hpp
View file @
df3a1461
/*****************************************************************************
* streaminfo.hpp : Information about a stream
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/dialogs_provider.cpp
View file @
df3a1461
/*****************************************************************************
* main_inteface.cpp : Main interface
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/dialogs_provider.hpp
View file @
df3a1461
/*****************************************************************************
* dialogs_provider.hpp : Dialogs provider
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/input_manager.cpp
View file @
df3a1461
/*****************************************************************************
* input_manager.cpp : Manage an input and interact with its GUI elements
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/input_manager.hpp
View file @
df3a1461
/*****************************************************************************
* input_manager.hpp : Manage an input and interact with its GUI elements
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/main_interface.cpp
View file @
df3a1461
/*****************************************************************************
* main_inteface.cpp : Main interface
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/main_interface.hpp
View file @
df3a1461
/*****************************************************************************
* main_interface.hpp : Main Interface
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/menus.cpp
View file @
df3a1461
/*****************************************************************************
* menus.cpp : Qt menus
*****************************************************************************
* Copyright (C) 200
0-2004
the VideoLAN team
* $Id
: menus.cpp 15858 2006-06-09 21:35:13Z gbazin
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clment Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/menus.hpp
View file @
df3a1461
/*****************************************************************************
* menus.hpp : Menus handling
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/playlist_model.cpp
View file @
df3a1461
/*****************************************************************************
* input_manager.cpp : Manage an input and interact with its GUI elements
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/playlist_model.hpp
View file @
df3a1461
/*****************************************************************************
* playlist_model.hpp : Model for a playlist tree
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/qt4.cpp
View file @
df3a1461
/*****************************************************************************
* qt4.cpp : QT4 interface
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/qt4.hpp
View file @
df3a1461
/*****************************************************************************
* qt4.hpp : QT4 interface
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/util/directslider.hpp
View file @
df3a1461
/*****************************************************************************
* directslider.hpp : A slider that goes where you click
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
* with precious help from ahigerd on #qt@freenode
...
...
modules/gui/qt4/util/input_slider.cpp
View file @
df3a1461
/*****************************************************************************
* input_manager.cpp : Manage an input and interact with its GUI elements
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/util/input_slider.hpp
View file @
df3a1461
/*****************************************************************************
* input_slider.hpp : A slider that controls an input
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/util/qvlcframe.hpp
View file @
df3a1461
/*****************************************************************************
* qvlcframe.hpp : A few helpers
****************************************************************************
* Copyright (C) 200
0-200
6 the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 2006 the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
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