]> git.sesse.net Git - vlc/commitdiff
Update NEWS, po, LIST for smooth streaming
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 24 Sep 2012 12:12:34 +0000 (14:12 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 24 Sep 2012 12:13:10 +0000 (14:13 +0200)
And cosmetics

NEWS
modules/LIST
modules/access/Modules.am
po/POTFILES.in

diff --git a/NEWS b/NEWS
index 59795fbeb71cf4af0642505190fd4abfe0816092..216cc1d32c9276fdda44e00b43a15b4367787c51 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
index b7ec0f38e33a2978647e2df697a5e1077475b82a..100375f29286a6164f9cd87f4bbab68477222fe1 100644 (file)
@@ -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
index 84fafa8ceebf043b37e3a517d1f0cf5dba9e7243..5665477d462ef5c4900a99ac79b9376336920d07 100644 (file)
@@ -258,25 +258,25 @@ SOURCES_htcpcp = htcpcp.c
 SOURCES_access_ftp = ftp.c
 SOURCES_access_sftp = sftp.c
 
-libmms_plugin_la_SOURCES = \
+libaccess_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
+libaccess_mms_plugin_la_CFLAGS = $(AM_CFLAGS)
+libaccess_mms_plugin_la_LIBADD = $(AM_LIBADD) $(SOCKET_LIBS)
+libvlc_LTLIBRARIES += libaccess_mms_plugin.la
 
-librealrtsp_plugin_la_SOURCES = \
+libaccess_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
+libaccess_realrtsp_plugin_la_CFLAGS = $(AM_CFLAGS)
+libaccess_realrtsp_plugin_la_LIBADD = $(AM_LIBADD) $(SOCKET_LIBS)
+libvlc_LTLIBRARIES += $(LTLIBaccess_realrtsp)
+EXTRA_LTLIBRARIES += libaccess_realrtsp_plugin.la
index 12e13bf967b940aa80dc61dc241df4ef5803fedf..9dee7c063d08b540782e5904c07826791adb9c73 100644 (file)
@@ -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