Commit c2704417 authored by Gildas Bazin's avatar Gildas Bazin

Forgot to update these when adding the omxil module

parent f559597a
......@@ -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
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment