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
64d9b695
Commit
64d9b695
authored
Mar 08, 2005
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Creative Voice File demux
parent
28c10c83
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
304 additions
and
0 deletions
+304
-0
AUTHORS
AUTHORS
+1
-0
modules/demux/Modules.am
modules/demux/Modules.am
+1
-0
modules/demux/voc.c
modules/demux/voc.c
+302
-0
No files found.
AUTHORS
View file @
64d9b695
...
@@ -338,5 +338,6 @@ N: R
...
@@ -338,5 +338,6 @@ N: R
E: rem@videolan.org
E: rem@videolan.org
C: courmisch
C: courmisch
D: SSL/TLS support (core, HTTP server, HTTP input)
D: SSL/TLS support (core, HTTP server, HTTP input)
D: VOC files demultiplexer
S: France
S: France
modules/demux/Modules.am
View file @
64d9b695
...
@@ -21,4 +21,5 @@ SOURCES_sgimb = sgimb.c
...
@@ -21,4 +21,5 @@ SOURCES_sgimb = sgimb.c
SOURCES_mjpeg = mjpeg.c
SOURCES_mjpeg = mjpeg.c
SOURCES_subtitle = subtitle.c
SOURCES_subtitle = subtitle.c
SOURCES_vobsub = vobsub.c
SOURCES_vobsub = vobsub.c
SOURCES_voc = voc.c
SOURCES_xa = xa.c
SOURCES_xa = xa.c
modules/demux/voc.c
0 → 100644
View file @
64d9b695
This diff is collapsed.
Click to expand it.
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