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
d475c5fd
Commit
d475c5fd
authored
Sep 30, 2013
by
Matthias Keiser
Committed by
Jean-Baptiste Kempf
Oct 02, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a new caf file demuxer module
parent
93fba1b5
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1069 additions
and
1 deletion
+1069
-1
NEWS
NEWS
+3
-0
modules/MODULES_LIST
modules/MODULES_LIST
+2
-1
modules/demux/Makefile.am
modules/demux/Makefile.am
+4
-0
modules/demux/caf.c
modules/demux/caf.c
+1059
-0
po/POTFILES.in
po/POTFILES.in
+1
-0
No files found.
NEWS
View file @
d475c5fd
...
...
@@ -13,6 +13,9 @@ Encoder:
* Support for HEVC/H.265 encoding using x265
* Support for Opus encoding using libopus
Demuxer:
* New CAF format module
Streaming:
* WebM streaming, including live sources, compatible with all major browsers
vlc <your-source> vlc://quit --sout '#transcode{vcodec=VP80,vb=1000,acodec=vorb,ab=128}
...
...
modules/MODULES_LIST
View file @
d475c5fd
List of vlc plugins (41
3
)
List of vlc plugins (41
4
)
$Id$
* a52: A/52 basic parser/packetizer
* a52tofloat32: A/52 audio converter & decoder plugin, using liba52
...
...
@@ -55,6 +55,7 @@ $Id$
* bluescreen: Bluescreen (weather channel like) video filter
* bonjour: Zeroconf services discovery
* caca: color ASCII art video output using libcaca
* caf: CAF demuxer
* canvas: Automatically resize and padd a video
* cc: CC 608/708 subtitles decoder
* cdda: input module to read audio CDs
...
...
modules/demux/Makefile.am
View file @
d475c5fd
...
...
@@ -126,6 +126,10 @@ demux_LTLIBRARIES += libasf_plugin.la
libavi_plugin_la_SOURCES
=
demux/avi/avi.c demux/avi/libavi.c demux/avi/libavi.h
demux_LTLIBRARIES
+=
libavi_plugin.la
libcaf_plugin_la_SOURCES
=
demux/caf.c
libcaf_plugin_la_LIBADD
=
$(LIBM)
demux_LTLIBRARIES
+=
libcaf_plugin.la
libavformat_plugin_la_SOURCES
=
demux/avformat/demux.c
\
codec/avcodec/fourcc.c
\
codec/avcodec/chroma.c
\
...
...
modules/demux/caf.c
0 → 100644
View file @
d475c5fd
This diff is collapsed.
Click to expand it.
po/POTFILES.in
View file @
d475c5fd
...
...
@@ -441,6 +441,7 @@ modules/demux/avformat/mux.c
modules/demux/avi/avi.c
modules/demux/avi/libavi.c
modules/demux/avi/libavi.h
modules/demux/caf.c
modules/demux/cdg.c
modules/demux/demuxdump.c
modules/demux/dirac.c
...
...
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