Commit 5d812dcd authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

News, po, and module list for select

parent 96ac3668
...@@ -89,6 +89,8 @@ Stream output: ...@@ -89,6 +89,8 @@ Stream output:
#setid{id=12,new-id=42}:std... #setid{id=12,new-id=42}:std...
* New langfromtelx module, to change lang of one ES, when streaming, based on * New langfromtelx module, to change lang of one ES, when streaming, based on
a telextex page: #langfromtelx{id=12,magazine=7,page=0x99,row=1}:std... a telextex page: #langfromtelx{id=12,magazine=7,page=0x99,row=1}:std...
* New select module, to replace an existing ES with another ES in the same track
#duplicate{dst=bridge-out{id=1},select=video,dst=bridge-out{id=0xa3},select=audio}
Services Discovery: Services Discovery:
* Search API to be able to query distant search APIs from the interfaces * Search API to be able to query distant search APIs from the interfaces
......
...@@ -303,6 +303,7 @@ $Id$ ...@@ -303,6 +303,7 @@ $Id$
* stream_out_raop: Remote Audio Output Protocol (AirTunes) stream out * stream_out_raop: Remote Audio Output Protocol (AirTunes) stream out
* stream_out_record: record stream output module * stream_out_record: record stream output module
* stream_out_rtp: rtp stream output module * stream_out_rtp: rtp stream output module
* stream_out_select: Replace an existing ES with another ES in the same track
* stream_out_setid: Set the ID/Lang of an ES when streaming * stream_out_setid: Set the ID/Lang of an ES when streaming
* stream_out_smem: stream output module to a memory buffer * stream_out_smem: stream output module to a memory buffer
* stream_out_standard: standard stream output module * stream_out_standard: standard stream output module
......
...@@ -1030,6 +1030,7 @@ modules/stream_out/rtp.c ...@@ -1030,6 +1030,7 @@ modules/stream_out/rtp.c
modules/stream_out/rtp.h modules/stream_out/rtp.h
modules/stream_out/rtpfmt.c modules/stream_out/rtpfmt.c
modules/stream_out/rtsp.c modules/stream_out/rtsp.c
modules/stream_out/select.c
modules/stream_out/setid.c modules/stream_out/setid.c
modules/stream_out/smem.c modules/stream_out/smem.c
modules/stream_out/standard.c modules/stream_out/standard.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