Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
b26ea34b
Commit
b26ea34b
authored
Apr 01, 2006
by
Filippo Carone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Copyright year moved from 2004 to 2006
parent
27b163e8
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
11 additions
and
11 deletions
+11
-11
bindings/java/SWTUglyPlayer.java
bindings/java/SWTUglyPlayer.java
+1
-1
bindings/java/org/videolan/jvlc/AudioIntf.java
bindings/java/org/videolan/jvlc/AudioIntf.java
+1
-1
bindings/java/org/videolan/jvlc/InputIntf.java
bindings/java/org/videolan/jvlc/InputIntf.java
+1
-1
bindings/java/org/videolan/jvlc/JLibVLC.java
bindings/java/org/videolan/jvlc/JLibVLC.java
+1
-1
bindings/java/org/videolan/jvlc/JVLC.java
bindings/java/org/videolan/jvlc/JVLC.java
+1
-1
bindings/java/org/videolan/jvlc/JVLCCanvas.java
bindings/java/org/videolan/jvlc/JVLCCanvas.java
+1
-1
bindings/java/org/videolan/jvlc/JVLCPanel.java
bindings/java/org/videolan/jvlc/JVLCPanel.java
+1
-1
bindings/java/org/videolan/jvlc/Playlist.java
bindings/java/org/videolan/jvlc/Playlist.java
+1
-1
bindings/java/org/videolan/jvlc/PlaylistIntf.java
bindings/java/org/videolan/jvlc/PlaylistIntf.java
+1
-1
bindings/java/org/videolan/jvlc/SWTVideoWidget.java
bindings/java/org/videolan/jvlc/SWTVideoWidget.java
+1
-1
bindings/java/org/videolan/jvlc/VLMIntf.java
bindings/java/org/videolan/jvlc/VLMIntf.java
+1
-1
No files found.
bindings/java/SWTUglyPlayer.java
View file @
b26ea34b
/*****************************************************************************
* JVLC.java: global class for vlc Java Bindings
*****************************************************************************
* Copyright (C) 1998-200
4
the VideoLAN team
* Copyright (C) 1998-200
6
the VideoLAN team
*
* $Id$
*
...
...
bindings/java/org/videolan/jvlc/AudioIntf.java
View file @
b26ea34b
/*****************************************************************************
* AudioIntf.java: Audio methods interface
*****************************************************************************
* Copyright (C) 1998-200
4
the VideoLAN team
* Copyright (C) 1998-200
6
the VideoLAN team
*
* $Id$
*
...
...
bindings/java/org/videolan/jvlc/InputIntf.java
View file @
b26ea34b
/*****************************************************************************
* InputIntf.java: Input interface
*****************************************************************************
* Copyright (C) 1998-200
4
the VideoLAN team
* Copyright (C) 1998-200
6
the VideoLAN team
*
* $Id$
*
...
...
bindings/java/org/videolan/jvlc/JLibVLC.java
View file @
b26ea34b
/*****************************************************************************
* JLibVLC.java: Main library interface
*****************************************************************************
* Copyright (C) 1998-200
4
the VideoLAN team
* Copyright (C) 1998-200
6
the VideoLAN team
*
* $Id$
*
...
...
bindings/java/org/videolan/jvlc/JVLC.java
View file @
b26ea34b
/*****************************************************************************
* JVLC.java: Main Java Class, represents a libvlc_instance_t object
*****************************************************************************
* Copyright (C) 1998-200
4
the VideoLAN team
* Copyright (C) 1998-200
6
the VideoLAN team
*
* $Id$
*
...
...
bindings/java/org/videolan/jvlc/JVLCCanvas.java
View file @
b26ea34b
/*****************************************************************************
* JVLCCanvas.java: AWT Canvas containing VLC Video Output
*****************************************************************************
* Copyright (C) 1998-200
4
the VideoLAN team
* Copyright (C) 1998-200
6
the VideoLAN team
*
* $Id$
*
...
...
bindings/java/org/videolan/jvlc/JVLCPanel.java
View file @
b26ea34b
/*****************************************************************************
* JVLCPanel.java: Java Swing JPanel embedding VLC Video Output
*****************************************************************************
* Copyright (C) 1998-200
4
the VideoLAN team
* Copyright (C) 1998-200
6
the VideoLAN team
*
* $Id$
*
...
...
bindings/java/org/videolan/jvlc/Playlist.java
View file @
b26ea34b
/*****************************************************************************
* Playlist.java: The playlist class
*****************************************************************************
* Copyright (C) 1998-200
4
the VideoLAN team
* Copyright (C) 1998-200
6
the VideoLAN team
*
* $Id$
*
...
...
bindings/java/org/videolan/jvlc/PlaylistIntf.java
View file @
b26ea34b
/*****************************************************************************
* PlaylistIntf.java: The playlist interface
*****************************************************************************
* Copyright (C) 1998-200
4
the VideoLAN team
* Copyright (C) 1998-200
6
the VideoLAN team
*
* $Id$
*
...
...
bindings/java/org/videolan/jvlc/SWTVideoWidget.java
View file @
b26ea34b
/*****************************************************************************
* SWTVideoWidget.java: A component usable in SWT Application, embeds JVLC
*****************************************************************************
* Copyright (C) 1998-200
4
the VideoLAN team
* Copyright (C) 1998-200
6
the VideoLAN team
*
* $Id$
*
...
...
bindings/java/org/videolan/jvlc/VLMIntf.java
View file @
b26ea34b
/*****************************************************************************
* VLMIntf.java: VLM Interface
*****************************************************************************
* Copyright (C) 1998-200
4
the VideoLAN team
* Copyright (C) 1998-200
6
the VideoLAN team
*
* $Id$
*
...
...
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