diff --git a/NEWS b/NEWS index d290d06a55e0bfbec7a63dee7281c812258009a8..c58fd4e1df8bda9e415f04e538c51a6b82fe6477 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,7 @@ Decoder: * OMX GPU-zerocopy support for decoding and display on Android using OpenMax IL * Support 4:4:4 chroma sampling with VDPAU hw acceleration * Support for ARIB B24 subtitles + * Support for Daala video Demuxers: * Support HD-DVD .evo (H.264, VC-1, MPEG-2, PCM, AC-3, E-AC3, MLP, DTS) diff --git a/modules/MODULES_LIST b/modules/MODULES_LIST index 8666bcb641466b2e5485f2480df9570fff48e20a..0a73ca4b55efa71458b2a3f0632d9059354ffd1d 100644 --- a/modules/MODULES_LIST +++ b/modules/MODULES_LIST @@ -77,6 +77,7 @@ $Id$ * croppadd: Crop/Padd image filter * crystalhd: crystalhd decoder * cvdsub: CVD subtitles decoder + * daala: a daala video decoder/packetizer using libdaala * dash: MPEG DASH playback * dbus: D-Bus control interface * dbus_screensaver: preventing the computer from suspending diff --git a/po/POTFILES.in b/po/POTFILES.in index f56ab100ac667b2239fe510521d56aefe950cf29..b62ee5b4e80babdb134d8b4a26593406ed224ade 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -362,6 +362,7 @@ modules/codec/cc.h modules/codec/cdg.c modules/codec/crystalhd.c modules/codec/cvdsub.c +modules/codec/daala.c modules/codec/ddummy.c modules/codec/dmo/buffer.c modules/codec/dmo/dmo.c