From: Tristan Matthews Date: Thu, 5 Feb 2015 20:48:56 +0000 (-0500) Subject: Update NEWS, MODULES_LIST and POTFILES.in X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=1122886d9cab09deb23bf76f609298ee65687dff;p=vlc Update NEWS, MODULES_LIST and POTFILES.in --- diff --git a/NEWS b/NEWS index 8ac5446295..22d69c2274 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 a67b4a70fb..316222adbc 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 008df4a9c2..f1ab9dcb16 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