summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OMXCodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle some edge cases when seeking while starting up OMXCodecAndreas Huber2011-02-081-0/+28
* Make AwesomePlayer's reset process more verbose to track down ANRs (yet again)Andreas Huber2011-02-031-1/+1
* Make sure that key frame is generated for timelapse video recording if there ...James Dong2011-01-261-1/+17
* Merge "More instrumentation to track down the hardware decoder not shutting d...Andreas Huber2011-01-261-1/+1
|\
| * More instrumentation to track down the hardware decoder not shutting down bug.Andreas Huber2011-01-261-1/+1
* | Ignore errors returned from native_window_set_crop.Andreas Huber2011-01-261-2/+3
|/
* Properly rotate video that's marked as such and decoded to a surface.Andreas Huber2011-01-211-0/+32
* Turn another assertion into a runtime error. Damn you surfaces.Andreas Huber2011-01-191-1/+5
* Merge "Fix uninitialized rect structure for retrieving rect cropping informat...James Dong2011-01-111-0/+2
|\
| * Fix uninitialized rect structure for retrieving rect cropping information fro...James Dong2011-01-071-0/+2
* | Avoid deadlock in OMX::freeNode by making sure OMXCodecObserver does not hold...James Dong2011-01-101-2/+2
|/
* If we failed to initialize the codec after transitioning to IDLE state, don't...Andreas Huber2011-01-061-1/+1
* Add more debugging code to track down hang during video recordingJames Dong2010-12-211-1/+9
* Change a Stagefright assert to an error check.Jamie Gennis2010-12-171-1/+3
* Properly signal the condition if we run out of input data.Andreas Huber2010-12-141-0/+1
* Yield the omx threads so that file writer threads have a chance to retrieve t...James Dong2010-12-131-0/+3
* Revert "Allows the authoring engine to skip frame."James Dong2010-12-111-12/+3
* Better buffer status management and verification in OMXCodec.Andreas Huber2010-12-081-38/+56
* Do not getConfig on video encoder on output portJames Dong2010-11-231-26/+28
* Squashed commit of the following:Andreas Huber2010-11-221-206/+247
* Set the external display usage bit in Stagefright.Jamie Gennis2010-11-181-1/+1
* Log H.264 profile/level in OMXCodecAndreas Huber2010-11-181-1/+1
* Refactor h.264 profile/level support into avc_utils.Andreas Huber2010-11-151-33/+1
* Separate the key for audio sampling rate and video frame rate in MetaData.hJames Dong2010-11-111-4/+4
* Add color format query support to QueryCodecs()James Dong2010-11-111-0/+14
* Fix memory leak when 0-memcpy quirk is usedJames Dong2010-11-111-1/+18
* Use meta data in the media recording frameworkJames Dong2010-11-041-3/+32
* Fix a MediaBuffer leak in Stagefright.Jamie Gennis2010-11-031-34/+29
* Experimentally reenable mpeg4 and h.263 hardware decoders.Andreas Huber2010-11-031-2/+2
* Stop using OMX_COLOR_FormatAndroidPrivateStart.Jamie Gennis2010-11-011-6/+1
* Notify surfaceflinger about (changes to) the crop rectangle output by the dec...Andreas Huber2010-11-011-0/+11
* Add two creation flags to OMXCodec::Create()James Dong2010-10-251-1/+10
* Remove OMX.PV.* components from OMXCodec.cppJames Dong2010-10-251-30/+6
* Fix the non-ANW video decode path.Jamie Gennis2010-10-201-2/+4
* Add decode-to-ANativeWindow support to Stagefright.Jamie Gennis2010-10-201-9/+275
* am 9b2f18df: am bc96c284: Merge "For thumbnail extraction make sure we instan...Andreas Huber2010-10-191-1/+45
|\
| * For thumbnail extraction make sure we instantiate a decoder that allows acces...Andreas Huber2010-10-181-1/+45
* | Remove hard-coded color format for Nvidia's video encoderJames Dong2010-10-131-4/+0
* | am bb708373: am 949f7d90: Merge "Work to support switching transport streams ...Andreas Huber2010-10-101-65/+67
|\ \ | |/
| * Work to support switching transport streams mid-stream and signalling discont...Andreas Huber2010-10-071-65/+67
* | am 45bd1159: am 02654f01: Merge "On this particular device the hardware video...Andreas Huber2010-10-101-2/+14
|\ \ | |/
| * On this particular device the hardware video decoder spits out buffers that d...Andreas Huber2010-10-071-2/+14
* | Some instrumentation of OMXCodec for future investigation and a possibly temp...Andreas Huber2010-10-071-0/+23
* | Added two more video encodersJames Dong2010-09-231-0/+2
* | am 693a430c: am 903fc221: Ignore errors from correction parameter query and c...James Dong2010-09-231-2/+9
|\ \ | |/
| * Ignore errors from correction parameter query and config for M4v and H263 enc...James Dong2010-09-231-2/+9
* | am 30c7e132: am 697bd76e: Merge "Use the advertised profile and level from M4...James Dong2010-09-231-4/+4
|\ \ | |/
| * Use the advertised profile and level from M4V and H263 video encodersJames Dong2010-09-221-4/+4
* | am 0b2affe8: am 87d208f7: Merge "This log message is codec specific." into gi...Andreas Huber2010-09-211-1/+1
|\ \ | |/
| * This log message is codec specific.Andreas Huber2010-09-211-1/+1