History log of /system/media/wilhelm/src/android/VideoCodec_to_android.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b0865831ca1d779902e876e15e36f4402b607c5e 30-Sep-2011 Glenn Kasten <gkasten@google.com> Bug 5161265 Error recovery getting video codecs

Retry if mediaserver happens to be down when asking for OMX codecs.
Use IMediaDeathNotifier::getMediaPlayerService which tries a few times.

Change-Id: Ibeb69c82303f35fbc9e5948997f568e816721328
/system/media/wilhelm/src/android/VideoCodec_to_android.cpp
31d28405cb4429674bf5eb3a617dbb0db3e3daf7 24-Sep-2011 Glenn Kasten <gkasten@google.com> Bug 5365486 GetVideoDecoderCapabilities

If OMX IL implementation reports a codec with 0 profile/level
combinations, it should not be an error for the application to query
the number of profile/level combinations.

Change-Id: I6838ba1168da70a5c5e7d5a2832ec3ee1ee9aef3
/system/media/wilhelm/src/android/VideoCodec_to_android.cpp
1b067ed548f57ee752f9913011db88d18a6eaf87 09-Aug-2011 Jean-Michel Trivi <jmtrivi@google.com> Initialize video decoder capabilities fields even when unknown

We only support the discovery of codecId, profile and level when
using the VideoDecoderCapabilities interface. The other fields
in the XAVideoCodecDescriptor structure need to be initialized
even if they're not filled.

Change-Id: I8833437b3b23748a50076b65baf5b9a250290b86
/system/media/wilhelm/src/android/VideoCodec_to_android.cpp
68f47c518f76d9746a0e50a760574a6bfddf2549 19-Jul-2011 Glenn Kasten <gkasten@google.com> Reduce logs

Change-Id: I82c8a66886bd3b853fac88594370545ed23a0400
/system/media/wilhelm/src/android/VideoCodec_to_android.cpp
b6ce251c4b009003822ddf0323c11b4a5e74eeb2 13-Jul-2011 Jean-Michel Trivi <jmtrivi@google.com> Implement XAVideoDecoderCapabilitiesItf

Add support for the OpenMAX AL XAVideoDecoderCapabilitiesItf
engine interface.

Implement the Android support of this interface in
VideoCodec_to_android.*. This functionality relies
on OMXCodec::QueryCodecs() feature, and does only
expose hardware codec capabilities (see full note in
VideoCodec_to_android.h).

Add sample code to list the platform's video decoders
and their profile / level combinations.

Change-Id: Iff6a42542c1db67ca1dcf539449ca96aa5944f6d
/system/media/wilhelm/src/android/VideoCodec_to_android.cpp