diff --git a/NEWS b/NEWS index 02224746e19a4849faf7671b674c55c08b739663..1686477c701daa4131ec0d281f69d78f2e4e69e3 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,7 @@ Decoders: * Support for DxVA2 for H.264 decoding on GPU on Windows Vista and 7 * Support for VAAPI for H.264 decoding on GPU on GNU/Linux * Multiple improvements for subtitles styles .SRT and .SSA + * Audio/Video decoder using OpenMAX IL components Demuxers: * Support for ADPCM in .flv streams @@ -101,6 +102,7 @@ Windows port: Maemo port: * Multiple improvements for N900 compliance and efficiency + * Support for HW accelerated video decoding on N900 Misc: * new sqlite module diff --git a/modules/LIST b/modules/LIST index e5e63c6ec5a905c7fc6b10e5220b4570b3e1dfc5..80c655f0d82db5a7ae5029c57959c4cb5fabd743 100644 --- a/modules/LIST +++ b/modules/LIST @@ -221,6 +221,7 @@ $Id$ * oldrc: old interface module using stdio * oldtelnet: oled Telnet control interface * omapfb: omap framebuffer video output + * omxil: OpenMAX IL audio/video decoder * opencv_example: OpenCV example (face identification) * opencv_wrapper: OpenCV wrapper video filter * opengl: a opengl video output that uses opengl provider modules diff --git a/po/POTFILES.in b/po/POTFILES.in index 4f2a402a6120799460778a7b9fb8ca3f400a7c3a..01e638c0ff1d5f54e9081a90a6693103be9bc381 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -378,6 +378,10 @@ modules/codec/libmpeg2.c modules/codec/lpcm.c modules/codec/mash.cpp modules/codec/mpeg_audio.c +modules/codec/omxil/omxil.c +modules/codec/omxil/omxil.h +modules/codec/omxil/omxil_utils.h +modules/codec/omxil/utils.c modules/codec/png.c modules/codec/quicktime.c modules/codec/rawvideo.c