summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OMXCodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Add support for TI H264 encoderDandawate Saket2011-07-121-1/+27
* Use advertised h264 encoding parameters by default if the profile is not base...James Dong2011-07-081-7/+6
* Support a "secure input buffer" mode for use by Widevine DRM in OMXCodec.Andreas Huber2011-07-011-42/+146
* Fix a format string that triggered a compile-time warning in OMXCodec.cppAndreas Huber2011-06-291-1/+1
* Log video dimensions and crop rectangle.Andreas Huber2011-06-271-1/+8
* Integrating TI OMAP4 Video DecoderAnu Sundararajan2011-06-231-2/+11
* When a recording session is stopped, no outstanding input video frames exist ...James Dong2011-06-201-6/+13
* Add B frame support for MPEG4WriterJames Dong2011-06-131-0/+24
* Call storeMetaDataInVideoBuffers() before get/setParameters() on index OMX_In...James Dong2011-06-081-9/+10
* Merge "Move OMX_QCOM_COLOR_FormatYVU420SemiPlanar definition to OMX_IVCommon.h"James Dong2011-06-031-4/+0
|\
| * Move OMX_QCOM_COLOR_FormatYVU420SemiPlanar definition to OMX_IVCommon.hJames Dong2011-06-031-4/+0