Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
53b36fa3
Commit
53b36fa3
authored
Sep 24, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update NEWS, po, LIST for smooth streaming
And cosmetics
parent
5bf01e70
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
10 deletions
+15
-10
NEWS
NEWS
+1
-0
modules/LIST
modules/LIST
+4
-1
modules/access/Modules.am
modules/access/Modules.am
+9
-9
po/POTFILES.in
po/POTFILES.in
+1
-0
No files found.
NEWS
View file @
53b36fa3
...
...
@@ -27,6 +27,7 @@ Access:
* Improvements in Blu-Ray module, notably for multiple video tracks support
* Important improvements and rewrite of the v4l2 access module
* HTTP: support for Internationalized Domain Names
* Microsoft Smooth Streaming support (H264 and VC1) developped by Viotech.net
Demuxers:
* MP4: partial support for fragmented MP4
...
...
modules/LIST
View file @
53b36fa3
...
...
@@ -35,6 +35,7 @@ $Id$
* adpcm: ADPCM audio decoder
* adummy: dummy audio output
* aes3: aes3 decoder/packetizer
* afile: Audio output to write to a file
* aiff: AIFF demuxer
* alphamask: Alpha layer mask video filter
* alsa: audio output module using the ALSA API
...
...
@@ -42,7 +43,6 @@ $Id$
* anaglyph: anaglyph 3d video filter
* android_surface: video output for Android, based on Surface
* antiflicker: anti-flicker video filter
* aout_file: Audio output to write to a file
* araw: Pseudo audio decoder for raw PCM
* asf: ASF demuxer
* atmo: Ambilight-like video-output
...
...
@@ -291,6 +291,7 @@ $Id$
* simple_channel_mixer: channel mixer
* skins2: Skinnable interface, new generation
* smf: Standard MIDI file demuxer
* smooth: Microsoft Smooth Streaming input
* sndio: OpenBSD sndio audio output
* spatializer: A spatializer audio filter
* speex: a speex audio decoder/packetizer using the libspeex library
...
...
@@ -341,6 +342,7 @@ $Id$
* ty: TY demuxer
* udev: udev probing module
* ugly_resampler: Ugly audio resampler
* uleaddvaudio: codec for DV Audio from Ulead
* upnp: libupnp UPNP service discovery
* v4l2: Video 4 Linux 2 input module
* vc1: VC-1 Video demuxer
...
...
@@ -352,6 +354,7 @@ $Id$
* vobsub: VobSUB subtitles demuxer
* voc: VOC demuxer
* vod_rtsp: RTSP VoD module
* volume_neon: audio volume optimized for ARM NEON
* vorbis: a vorbis audio decoder/packetizer using the libvorbis library
* vout_ios: iOS video output
* vout_macosx: MacOS X OpenGL provider
...
...
modules/access/Modules.am
View file @
53b36fa3
...
...
@@ -258,25 +258,25 @@ SOURCES_htcpcp = htcpcp.c
SOURCES_access_ftp = ftp.c
SOURCES_access_sftp = sftp.c
libmms_plugin_la_SOURCES = \
lib
access_
mms_plugin_la_SOURCES = \
mms/mms.c mms/mms.h \
mms/mmsh.c mms/mmsh.h \
mms/mmstu.c mms/mmstu.h \
mms/buffer.c mms/buffer.h \
mms/asf.h mms/asf.c \
../demux/asf/libasf_guid.h
libmms_plugin_la_CFLAGS = $(AM_CFLAGS)
libmms_plugin_la_LIBADD = $(AM_LIBADD) $(SOCKET_LIBS)
libvlc_LTLIBRARIES += libmms_plugin.la
lib
access_
mms_plugin_la_CFLAGS = $(AM_CFLAGS)
lib
access_
mms_plugin_la_LIBADD = $(AM_LIBADD) $(SOCKET_LIBS)
libvlc_LTLIBRARIES += lib
access_
mms_plugin.la
librealrtsp_plugin_la_SOURCES = \
lib
access_
realrtsp_plugin_la_SOURCES = \
rtsp/access.c \
rtsp/rtsp.c rtsp/rtsp.h \
rtsp/real.c rtsp/real.h \
rtsp/real_rmff.c rtsp/real_rmff.h \
rtsp/real_sdpplin.c rtsp/real_sdpplin.h \
rtsp/real_asmrp.c
librealrtsp_plugin_la_CFLAGS = $(AM_CFLAGS)
librealrtsp_plugin_la_LIBADD = $(AM_LIBADD) $(SOCKET_LIBS)
libvlc_LTLIBRARIES += $(LTLIBrealrtsp)
EXTRA_LTLIBRARIES += librealrtsp_plugin.la
lib
access_
realrtsp_plugin_la_CFLAGS = $(AM_CFLAGS)
lib
access_
realrtsp_plugin_la_LIBADD = $(AM_LIBADD) $(SOCKET_LIBS)
libvlc_LTLIBRARIES += $(LTLIB
access_
realrtsp)
EXTRA_LTLIBRARIES += lib
access_
realrtsp_plugin.la
po/POTFILES.in
View file @
53b36fa3
...
...
@@ -972,6 +972,7 @@ modules/stream_filter/dash/dash.cpp
modules/stream_filter/decomp.c
modules/stream_filter/httplive.c
modules/stream_filter/record.c
modules/stream_filter/smooth/smooth.c
modules/stream_out/autodel.c
modules/stream_out/bridge.c
modules/stream_out/delay.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