summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OMXCodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update OMX messages for 64 bitAndy Hung2014-06-121-22/+22
* Merge commit '91820d46b5f3065c2fded3cdf65d305715b33bb1' into HEADBill Yi2014-04-291-9/+31
|\
| * stagefright: allow for minUndequeuedBufs to be one lessLajos Molnar2014-03-191-4/+6
| * mediaplayer: keep more buffers with the BufferQueueLajos Molnar2014-03-191-9/+29
* | media: 64 bit compile issuesMark Salyzyn2014-04-151-13/+15
|/
* am 27ae268a: am 00cb884f: Merge "StageFright: Removes hacks for Nvidia MPEG2 ...Adam Hampson2013-11-131-7/+1
|\
| * StageFright: Removes hacks for Nvidia MPEG2 decoderSuresh Choudhary2013-08-091-7/+1
| * Apparently the mp3 decoder glitches if it was configured with the wrongAndreas Huber2013-04-171-0/+11
| * The framework really doesn't need to know the specifics of the codecAndreas Huber2013-04-111-7/+0
| * Add GSM 6.10 decoderMarco Nelissen2012-11-161-0/+2
| * Turn off executable bit on ordinary filesGlenn Kasten2012-11-021-0/+0
| * Added some extra failure logging messagesJames Dong2012-10-171-0/+7
| * Make a small correction in terms of GOP structure in the recorded videoJames Dong2012-09-141-1/+1
| * Allow OMXCodec to specify an output color format for OMX decoder componentJames Dong2012-09-101-6/+28
* | stagefright: enable adaptive playback based on codec format keyLajos Molnar2013-10-031-4/+8
* | MediaCodecInfo: report supported color formats for non-native-window modeLajos Molnar2013-09-301-6/+6
* | Check adaptive playback support via CodecCapabilitiesLajos Molnar2013-08-131-1/+8
* | Adds VP9 decoding support for stagefright.hkuang2013-06-241-4/+8
* | Apparently the mp3 decoder glitches if it was configured with the wrongAndreas Huber2013-04-171-0/+11
* | The framework really doesn't need to know the specifics of the codecAndreas Huber2013-04-111-7/+0
* | Add GSM 6.10 decoderMarco Nelissen2012-11-161-0/+2
* | Turn off executable bit on ordinary filesGlenn Kasten2012-11-021-0/+0
* | Added some extra failure logging messagesJames Dong2012-10-171-0/+7
* | Make a small correction in terms of GOP structure in the recorded videoJames Dong2012-09-141-1/+1
* | Allow OMXCodec to specify an output color format for OMX decoder componentJames Dong2012-09-101-6/+28
|/
* Fixed a native crash due to unexpected state at destroy time when encoder com...James Dong2012-08-241-6/+14
* Make sure codec names and corresponding quirks are returned together.Andreas Huber2012-08-071-23/+21
* Remove obsolete hack for TI specific codeJames Dong2012-08-061-39/+9
* Allocate buffers before calling start on its source in OMXCodec::start() for ...James Dong2012-08-021-5/+17
* Merge remote-tracking branch 'goog/jb-dev-mako' into jb-mr1-devEd Heyl2012-07-291-3/+10
|\
| * Process EBD and FBD messages in ERROR stateHaynes Mathew George2012-06-281-2/+8
| * Add vendor specific output color formatHaynes Mathew George2012-06-211-1/+2
* | Codecs: Add MetaDataMode support to software video encoders.Eino-Ville Talvala2012-07-241-0/+3
* | Update ANativeWindow client code for syncJamie Gennis2012-06-211-30/+8
|/
* stagefright: set scaling mode for blank framesJamie Gennis2012-06-141-0/+8
* Revert "Added some informational log messages to track down ANR related issues"James Dong2012-06-111-3/+2
* Added some informational log messages to track down ANR related issuesJames Dong2012-05-291-2/+3
* Force shutdown of the omx decoder even if it's in a wedged state...Andreas Huber2012-05-291-7/+31
* Fix a mediaserver crash caused by dereferencing a NULL pointer.James Dong2012-05-211-5/+5
* Log which OMX component is not returning all buffers to us on executing->idle.Andreas Huber2012-05-151-6/+16
* OMX IL wrapper for FLAC encoderJean-Michel Trivi2012-05-091-0/+2
* Get rid of vendor specific video encoder component names from ACodec and OMXC...James Dong2012-05-071-7/+4
* Impl for supporting two video scaling modesJames Dong2012-05-011-15/+0
* Removed software video encoders that are not OMX-based.James Dong2012-04-301-6/+0
* Fix mono gapless playback for decoders that output stereoMarco Nelissen2012-04-301-8/+4
* Add Fraunhofer AAC encoder with AAC-ELD support.Dave Burke2012-04-251-4/+8
* Make sure OMXCodec and ACodec both accept more than 2 channels of audioAndreas Huber2012-04-241-8/+65
* Add a few more APIs to MediaCodecList.Andreas Huber2012-04-021-43/+57
* Implementation of a raw audio "decoder".Andreas Huber2012-03-291-0/+10
* Add ABuffer support to SkipCutBufferMarco Nelissen2012-03-291-2/+1