summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OMXCodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge "Initial-checkin for ON2 Software AVC/H264 decoder"James Dong2011-06-031-0/+1
|\ \
| * | Initial-checkin for ON2 Software AVC/H264 decoderJames Dong2011-06-021-0/+1
| |/
* | Don't advertise the (old-style) software decoders unless they're actually pre...Andreas Huber2011-06-021-0/+2
|/
* Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams.Andreas Huber2011-05-251-1/+7
* resolved conflicts for merge of d5762583 to masterJames Dong2011-05-241-1/+2
|\
| * Add some logging to track down where ANR happens during MediaPlayer._release().James Dong2011-05-231-1/+2