vlc | branch: master | Tristan Matthews <[email protected]> | Thu Feb 5 15:48:56 2015 -0500| [1122886d9cab09deb23bf76f609298ee65687dff] | committer: Tristan Matthews
Update NEWS, MODULES_LIST and POTFILES.in > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1122886d9cab09deb23bf76f609298ee65687dff --- NEWS | 1 + modules/MODULES_LIST | 1 + po/POTFILES.in | 1 + 3 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 8ac5446..22d69c2 100644 --- a/NEWS +++ b/NEWS @@ -58,6 +58,7 @@ Video filter: Stream Output: * Chromecast output module + * RGB24 and YCbCr 4:2:0 RTP packetization Encoder: * Support for Daala video in 4:2:0 and 4:4:4 diff --git a/modules/MODULES_LIST b/modules/MODULES_LIST index a67b4a7..316222a 100644 --- a/modules/MODULES_LIST +++ b/modules/MODULES_LIST @@ -303,6 +303,7 @@ $Id$ * rotate: Video rotation filter * rss: Display a RSS feed on the video output * rtp: rtp demux module + * rtpvideo: encoder for raw video over RTP * rv32: RV32 image format conversion module * samplerate: Secret Rabbit Code (libsamplerate) audio resampler * sap: Interface module to read SAP/SDP announcements diff --git a/po/POTFILES.in b/po/POTFILES.in index 008df4a..f1ab9dc 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -396,6 +396,7 @@ modules/codec/png.c modules/codec/qsv.c modules/codec/quicktime.c modules/codec/rawvideo.c +modules/codec/rtpvideo.c modules/codec/schroedinger.c modules/codec/sdl_image.c modules/codec/shine.c _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
