summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MediaCodecList.cpp
Commit message (Collapse)AuthorAgeFilesLines
* stagefright: add include support for MediaCodecList xml parserLajos Molnar2014-03-191-38/+104
| | | | | | | | One can include full-formed XML files using <Include href=".." />. For security/simplicity, file names must be in the form of "media_codecs_.*\.xml" Change-Id: Id039a4fd0ade390224485fcf5ecc1d107b2bdb9a
* Check adaptive playback support via CodecCapabilitiesLajos Molnar2013-08-131-1/+4
| | | | | | | | | | | | | | | | Added flags field to CodecCapabilities, so that applications can query whether codecs support various features. For now added one video-decoder feature: kFlagSupportsAdaptivePlayback Media playback applications can query it to see if a codec supports seamless resolution changes, such as by supporting dynamic output buffers. Signed-off-by: Lajos Molnar <lajos@google.com> Change-Id: I09da46e8ab6b8645fa2749e33128e49eda2e865b Related-to-bug: 7093648
* Fix libmedia and libstagefright to get expat header files from the approved ↵Elliott Hughes2012-09-091-1/+1
| | | | | | | | location. Found during a libexpat upgrade. Change-Id: I9e5abd502a884975d898486edde374fb2519164e
* Removed software video encoders that are not OMX-based.James Dong2012-04-301-5/+0
| | | | | | o related-to-bug: 5933287 Change-Id: I63635375e2bef00733b61adc3fa12c29df7e2155
* Add a few more APIs to MediaCodecList.Andreas Huber2012-04-021-0/+80
| | | | Change-Id: I5ac193cd40c82bbcd87c1e55003b78102e8d4674
* Implementation of a raw audio "decoder".Andreas Huber2012-03-291-0/+3
| | | | Change-Id: Ie89f01e59dd8106883937188afbb407550f0ac92
* Instead of hardcoding OMX component names in our code, supportAndreas Huber2012-03-011-0/+475
a config file instead. Change-Id: I5835903ab9f1c4a22ccc605ca99ed966767adf57