summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OMXCodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge "Stagefright: Query buffer usage from the component."Jamie Gennis2011-03-011-2/+9
|\ \
| * | Stagefright: Query buffer usage from the component.Jamie Gennis2011-02-281-2/+9
| |/
* | Fix error recovery in Stagefright init.Jamie Gennis2011-02-281-18/+15
|/
* Revert "Make AwesomePlayer's reset process more verbose to track down ANRs (y...Andreas Huber2011-02-151-1/+1
* 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