summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OMXCodec.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Change an assert failure due to unsupported level by HW AVC decoder and repor...James Dong2011-09-131-9/+10
* Don't check mFilledBuffers whether it is empty or not when the port reconfigu...James Dong2011-09-091-3/+8
* Don't overwrite pending port setting change if there are more than one port s...James Dong2011-09-011-2/+4
* Fix a crash where the EOS was signalled but some output buffer were still pen...James Dong2011-08-301-1/+1
* Merge "Port setting change should happen before receiving any filled frame."Chih-Chung Chang2011-08-241-0/+1
|\
| * Port setting change should happen before receiving any filled frame.Chih-Chung Chang2011-08-231-0/+1
* | Testing the GL/ CPU encoding w/ Gralloc buffersPannag Sanketi2011-08-241-2/+13
|/
* Don't time out prematurely for video encoding waiting for output buffersJames Dong2011-08-161-1/+8
* When using "secure input buffer mode" we instantiate a different OMX componentAndreas Huber2011-08-101-3/+11
* Revert "Notify the OMX component that it's going to be used in "secure" mode."Andreas Huber2011-08-101-23/+0
* Notify the OMX component that it's going to be used in "secure" mode.Andreas Huber2011-08-081-0/+23
* Removing hack for framerate setting in Stagefright for encoders.Sarthak Aggarwal2011-08-021-5/+0
* Merge "Do not wait forever for output buffers in OMXCodec.cpp and error out i...James Dong2011-07-241-10/+23
|\
| * Do not wait forever for output buffers in OMXCodec.cpp and error out in case ...James Dong2011-07-151-10/+23
* | QueryCodecs() signature changeJean-Michel Trivi2011-07-221-0/+7
* | use SurfaceTexture new scaling mode in SFMathias Agopian2011-07-191-0/+7
* | Merge "Add option to query hardware decoders only"Jean-Michel Trivi2011-07-181-16/+11
|\ \ | |/ |/|
| * Add option to query hardware decoders onlyJean-Michel Trivi2011-07-181-16/+11
* | Merge "Revert "Add some logging to track down where ANR happens during MediaP...James Dong2011-07-141-2/+1
|\ \
| * | Revert "Add some logging to track down where ANR happens during MediaPlayer._...James Dong2011-07-141-2/+1
| |/
* | Remove old-style software decoders.Andreas Huber2011-07-131-85/+7
|/