Commit 53b36fa3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Update NEWS, po, LIST for smooth streaming

And cosmetics
parent 5bf01e70
...@@ -27,6 +27,7 @@ Access: ...@@ -27,6 +27,7 @@ Access:
* Improvements in Blu-Ray module, notably for multiple video tracks support * Improvements in Blu-Ray module, notably for multiple video tracks support
* Important improvements and rewrite of the v4l2 access module * Important improvements and rewrite of the v4l2 access module
* HTTP: support for Internationalized Domain Names * HTTP: support for Internationalized Domain Names
* Microsoft Smooth Streaming support (H264 and VC1) developped by Viotech.net
Demuxers: Demuxers:
* MP4: partial support for fragmented MP4 * MP4: partial support for fragmented MP4
......
...@@ -35,6 +35,7 @@ $Id$ ...@@ -35,6 +35,7 @@ $Id$
* adpcm: ADPCM audio decoder * adpcm: ADPCM audio decoder
* adummy: dummy audio output * adummy: dummy audio output
* aes3: aes3 decoder/packetizer * aes3: aes3 decoder/packetizer
* afile: Audio output to write to a file
* aiff: AIFF demuxer * aiff: AIFF demuxer
* alphamask: Alpha layer mask video filter * alphamask: Alpha layer mask video filter
* alsa: audio output module using the ALSA API * alsa: audio output module using the ALSA API
...@@ -42,7 +43,6 @@ $Id$ ...@@ -42,7 +43,6 @@ $Id$
* anaglyph: anaglyph 3d video filter * anaglyph: anaglyph 3d video filter
* android_surface: video output for Android, based on Surface * android_surface: video output for Android, based on Surface
* antiflicker: anti-flicker video filter * antiflicker: anti-flicker video filter
* aout_file: Audio output to write to a file
* araw: Pseudo audio decoder for raw PCM * araw: Pseudo audio decoder for raw PCM
* asf: ASF demuxer * asf: ASF demuxer
* atmo: Ambilight-like video-output * atmo: Ambilight-like video-output
...@@ -291,6 +291,7 @@ $Id$ ...@@ -291,6 +291,7 @@ $Id$
* simple_channel_mixer: channel mixer * simple_channel_mixer: channel mixer
* skins2: Skinnable interface, new generation * skins2: Skinnable interface, new generation
* smf: Standard MIDI file demuxer * smf: Standard MIDI file demuxer
* smooth: Microsoft Smooth Streaming input
* sndio: OpenBSD sndio audio output * sndio: OpenBSD sndio audio output
* spatializer: A spatializer audio filter * spatializer: A spatializer audio filter
* speex: a speex audio decoder/packetizer using the libspeex library * speex: a speex audio decoder/packetizer using the libspeex library
...@@ -341,6 +342,7 @@ $Id$ ...@@ -341,6 +342,7 @@ $Id$
* ty: TY demuxer * ty: TY demuxer
* udev: udev probing module * udev: udev probing module
* ugly_resampler: Ugly audio resampler * ugly_resampler: Ugly audio resampler
* uleaddvaudio: codec for DV Audio from Ulead
* upnp: libupnp UPNP service discovery * upnp: libupnp UPNP service discovery
* v4l2: Video 4 Linux 2 input module * v4l2: Video 4 Linux 2 input module
* vc1: VC-1 Video demuxer * vc1: VC-1 Video demuxer
...@@ -352,6 +354,7 @@ $Id$ ...@@ -352,6 +354,7 @@ $Id$
* vobsub: VobSUB subtitles demuxer * vobsub: VobSUB subtitles demuxer
* voc: VOC demuxer * voc: VOC demuxer
* vod_rtsp: RTSP VoD module * vod_rtsp: RTSP VoD module
* volume_neon: audio volume optimized for ARM NEON
* vorbis: a vorbis audio decoder/packetizer using the libvorbis library * vorbis: a vorbis audio decoder/packetizer using the libvorbis library
* vout_ios: iOS video output * vout_ios: iOS video output
* vout_macosx: MacOS X OpenGL provider * vout_macosx: MacOS X OpenGL provider
......
...@@ -258,25 +258,25 @@ SOURCES_htcpcp = htcpcp.c ...@@ -258,25 +258,25 @@ SOURCES_htcpcp = htcpcp.c
SOURCES_access_ftp = ftp.c SOURCES_access_ftp = ftp.c
SOURCES_access_sftp = sftp.c SOURCES_access_sftp = sftp.c
libmms_plugin_la_SOURCES = \ libaccess_mms_plugin_la_SOURCES = \
mms/mms.c mms/mms.h \ mms/mms.c mms/mms.h \
mms/mmsh.c mms/mmsh.h \ mms/mmsh.c mms/mmsh.h \
mms/mmstu.c mms/mmstu.h \ mms/mmstu.c mms/mmstu.h \
mms/buffer.c mms/buffer.h \ mms/buffer.c mms/buffer.h \
mms/asf.h mms/asf.c \ mms/asf.h mms/asf.c \
../demux/asf/libasf_guid.h ../demux/asf/libasf_guid.h
libmms_plugin_la_CFLAGS = $(AM_CFLAGS) libaccess_mms_plugin_la_CFLAGS = $(AM_CFLAGS)
libmms_plugin_la_LIBADD = $(AM_LIBADD) $(SOCKET_LIBS) libaccess_mms_plugin_la_LIBADD = $(AM_LIBADD) $(SOCKET_LIBS)
libvlc_LTLIBRARIES += libmms_plugin.la libvlc_LTLIBRARIES += libaccess_mms_plugin.la
librealrtsp_plugin_la_SOURCES = \ libaccess_realrtsp_plugin_la_SOURCES = \
rtsp/access.c \ rtsp/access.c \
rtsp/rtsp.c rtsp/rtsp.h \ rtsp/rtsp.c rtsp/rtsp.h \
rtsp/real.c rtsp/real.h \ rtsp/real.c rtsp/real.h \
rtsp/real_rmff.c rtsp/real_rmff.h \ rtsp/real_rmff.c rtsp/real_rmff.h \
rtsp/real_sdpplin.c rtsp/real_sdpplin.h \ rtsp/real_sdpplin.c rtsp/real_sdpplin.h \
rtsp/real_asmrp.c rtsp/real_asmrp.c
librealrtsp_plugin_la_CFLAGS = $(AM_CFLAGS) libaccess_realrtsp_plugin_la_CFLAGS = $(AM_CFLAGS)
librealrtsp_plugin_la_LIBADD = $(AM_LIBADD) $(SOCKET_LIBS) libaccess_realrtsp_plugin_la_LIBADD = $(AM_LIBADD) $(SOCKET_LIBS)
libvlc_LTLIBRARIES += $(LTLIBrealrtsp) libvlc_LTLIBRARIES += $(LTLIBaccess_realrtsp)
EXTRA_LTLIBRARIES += librealrtsp_plugin.la EXTRA_LTLIBRARIES += libaccess_realrtsp_plugin.la
...@@ -972,6 +972,7 @@ modules/stream_filter/dash/dash.cpp ...@@ -972,6 +972,7 @@ modules/stream_filter/dash/dash.cpp
modules/stream_filter/decomp.c modules/stream_filter/decomp.c
modules/stream_filter/httplive.c modules/stream_filter/httplive.c
modules/stream_filter/record.c modules/stream_filter/record.c
modules/stream_filter/smooth/smooth.c
modules/stream_out/autodel.c modules/stream_out/autodel.c
modules/stream_out/bridge.c modules/stream_out/bridge.c
modules/stream_out/delay.c modules/stream_out/delay.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment