1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

Update NEWS, LIST and po for DASH

This commit is contained in:
Jean-Baptiste Kempf 2011-10-26 07:33:55 +02:00
parent f3600cde89
commit bab7fd937b
3 changed files with 3 additions and 0 deletions

1
NEWS
View File

@ -66,6 +66,7 @@ Access:
* Basic HTCPCP implementation for Coffee Pot control
* QTCapture: added support for all QTKit-compatible video input devices
* X11 Screen: support for capturing partially hidden windows
* MPEG DASH (Dynamic Adaptive Streaming over HTTP) support
Codecs:
* You can now use ffmpeg-mt in conjunction with vlc

View File

@ -301,6 +301,7 @@ $Id$
* sqlite: manage an SQLite database
* stats: Stats encoder function
* stl: EBU STL decoder
* stream_filter_dash: MPEG DASH playback
* stream_filter_httplive: HTTP Live streaming for playback
* stream_filter_rar: Stream filter to read inside Rar files
* stream_filter_record: record any stream instantly

View File

@ -980,6 +980,7 @@ modules/services_discovery/windrive.c
modules/services_discovery/xcb_apps.c
modules/stream_filter/decomp.c
modules/stream_filter/record.c
modules/stream_filter/dash/dash.cpp
modules/stream_out/autodel.c
modules/stream_out/bridge.c
modules/stream_out/delay.c