summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OMXCodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Properly forward rotation information from input format to output format.Andreas Huber2011-05-181-2/+10
* | Squashed commit of the following:Andreas Huber2011-05-111-32/+102
* | frameworks/base: android_native_buffer_t -> ANativeWindowBufferIliyan Malchev2011-05-031-2/+2
* | am 0fb4e73f: am 3a9f5143: am 66380f76: Stagefright: authenticate ANativeWindow.Jamie Gennis2011-04-081-0/+24
|\ \ | |/
| * Stagefright: authenticate ANativeWindow.Jamie Gennis2011-04-081-0/+24
* | am 66ec9068: am 8de5df43: am ebf6a72b: Merge "Surfaceflinger expects rectangl...Andreas Huber2011-03-301-2/+2
|\ \ | |/
| * Surfaceflinger expects rectangles to be specified right/bottom edge exclusive.Andreas Huber2011-03-291-2/+2
* | Ignore OMX codec messages once we're in ERROR state.Andreas Huber2011-03-281-0/+5
* | Handle display dimension scaling event due to SAR embedded in AVC videosJames Dong2011-03-181-3/+38
|/
* Bug 3012968 DRM output controlGlenn Kasten2011-03-101-0/+10
* Merge "Stagefright: Use the ANW min undequeued bufs query."Jamie Gennis2011-03-021-13/+25
|\
| * Stagefright: Use the ANW min undequeued bufs query.Jamie Gennis2011-02-281-13/+25