summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OMXCodec.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | am 5264f600: Merge "Bail out after kMaxColorFormatSupported calls to OMX_GetP...James Dong2011-10-181-7/+16
|\ \ \ | |/ /
| * | Bail out after kMaxColorFormatSupported calls to OMX_GetParameter().James Dong2011-10-181-7/+16
| |/
* | Merge "Support for an MPEG2 Program Stream extractor."Andreas Huber2011-10-131-1/+10
|\ \ | |/ |/|
| * Support for an MPEG2 Program Stream extractor.Andreas Huber2011-09-301-1/+10
* | Set crop params to ANative Window during Initialization.Lakshman Gowda2011-10-051-16/+22
|/
* Gracefuly return on detecting wrong AAC format from corrupted filesGilles-Arnaud Bleu-Laine2011-09-301-6/+22
* Support AMR, G.711 and vorbis audio in ACodec and friends.Andreas Huber2011-09-281-0/+2
* Cut down on AwesomePlayer and OMXCodec's verbosity.Andreas Huber2011-09-271-5/+5