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
d82e9eb7
Commit
d82e9eb7
authored
Jun 22, 2004
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* all: rework of the input.
parent
3d331406
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1196 additions
and
1072 deletions
+1196
-1072
modules/demux/dvdnav.c
modules/demux/dvdnav.c
+314
-238
modules/demux/livedotcom.cpp
modules/demux/livedotcom.cpp
+101
-237
modules/demux/mkv.cpp
modules/demux/mkv.cpp
+780
-592
modules/demux/util/id3.c
modules/demux/util/id3.c
+1
-5
No files found.
modules/demux/dvdnav.c
View file @
d82e9eb7
This diff is collapsed.
Click to expand it.
modules/demux/livedotcom.cpp
View file @
d82e9eb7
This diff is collapsed.
Click to expand it.
modules/demux/mkv.cpp
View file @
d82e9eb7
This diff is collapsed.
Click to expand it.
modules/demux/util/id3.c
View file @
d82e9eb7
...
...
@@ -2,7 +2,7 @@
* id3.c: simple id3 tag skipper
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id
: id3.c,v 1.8 2004/03/03 11:38:14 fenrir Exp
$
* $Id$
*
* Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
*
...
...
@@ -30,10 +30,6 @@
#include <vlc/vlc.h>
#include <vlc/input.h>
#include "ninput.h"
#include <sys/types.h>
/*****************************************************************************
* Local prototypes
*****************************************************************************/
...
...
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