summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OMXCodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provisional support for secure decryption of media streams.Andreas Huber2012-03-261-6/+25
* Support gapless playback for mp3 and m4aMarco Nelissen2012-03-221-0/+40
* ACodec is a little more aggressive in its error checking now.Andreas Huber2012-03-161-2/+4
* Switched to use the header files in /frameworks/nativeJames Dong2012-03-121-1/+1
* Remove hacks that worked around issues in OMX components several releases back.Andreas Huber2012-03-011-66/+0
* Instead of hardcoding OMX component names in our code, supportAndreas Huber2012-03-011-202/+68
* Implementation of a java media codec interface and associated tools.Andreas Huber2012-02-221-0/+3
* Enable B frame support in MPEG4WriterJames Dong2012-02-071-8/+3
* Keep AACEncoder around for a bit longer to have more time fix issues related ...James Dong2012-02-031-0/+4
* The AMR WB software encoder is now an OMX component.Andreas Huber2012-02-011-4/+1
* The software AMR NB encoder is now an OMX component.Andreas Huber2012-02-011-4/+1
* Slighly improve the API to discover if the OMX stack is running in the localAndreas Huber2012-01-311-1/+1
* The software AAC encoder is now an OMX component.Andreas Huber2012-01-261-7/+5
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-29/+29
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-9/+9
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-1/+1
* am 31626b30: am cb6fbc89: Merge "Report a runtime error instead of asserting ...Andreas Huber2011-11-221-57/+87
|\
| * Report a runtime error instead of asserting on malformed avc configuration data.Andreas Huber2011-11-181-57/+87
* | am 5ded5fc5: am b7b4eaaa: Merge "Stagefright: push blank buffers when tearing...Jamie Gennis2011-10-261-0/+160
|\ \ | |/
| * am b7b4eaaa: Merge "Stagefright: push blank buffers when tearing down" into i...Jamie Gennis2011-10-261-0/+160
| |\
| | * Stagefright: push blank buffers when tearing downJamie Gennis2011-10-251-0/+160
* | | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-13/+13
|/ /
* | am 23d64420: Merge "Stagefright: idle OMX after ANW errors" into ics-mr0Dave Burke2011-10-191-1/+20
|\ \ | |/
| * Merge "Stagefright: idle OMX after ANW errors" into ics-mr0Dave Burke2011-10-191-1/+20
| |\
| | * Stagefright: idle OMX after ANW errorsJamie Gennis2011-10-191-1/+20