From 1a082581dacb87f03bce6bce6532bfb210949511 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf <jb@videolan.org> Date: Mon, 8 Oct 2012 18:00:12 +0200 Subject: [PATCH] Update NEWS, po and LIST for mediacodec API --- NEWS | 1 + modules/LIST | 1 + po/POTFILES.in | 1 + 3 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 7d336427ae8b..14d5b16ebe5c 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,7 @@ Codecs: Microsoft Application Screen Decoder 1 (MSS1) * Support for Indeo Audio Coder, RealAudio Lossless * Add Hardware Acceleration support on OS X for H.264 based upon VDADecoder + * Add Hardware Acceleration support on Android Jelly Bean using MediaCodec Encoders: * high10, high422 and high444 encoding support in h264 diff --git a/modules/LIST b/modules/LIST index 6fadca325335..fe55d881ad94 100644 --- a/modules/LIST +++ b/modules/LIST @@ -188,6 +188,7 @@ $Id$ * mash: OpenMash based decoder * mce: Nokia MCE screen unblanking module * media_library: a sql based media library + * mediacodec: Android Jelly Bean MediaCodec decoder module * mediadirs: Picture/Music/Video user directories as service discoveries * minimal_macosx: a minimal Mac OS X GUI, using the FrameWork * mirror: mirror video filter diff --git a/po/POTFILES.in b/po/POTFILES.in index 9dee7c063d08..9b8050eb0d43 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -369,6 +369,7 @@ modules/codec/libmpeg2.c modules/codec/lpcm.c modules/codec/mash.cpp modules/codec/mpeg_audio.c +modules/codec/omxil/android_mediacodec.c modules/codec/omxil/omxil.c modules/codec/omxil/omxil.h modules/codec/omxil/omxil_utils.h -- GitLab