summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OMXCodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Stop using the PV software decoders and use ours (based on PV code) instead e...Andreas Huber2010-02-041-25/+8
* The TI MP3 decoder lies about the number of channels it outputs, add a quirk ...Andreas Huber2010-02-011-3/+10
* Simplify the MemoryDealer implementationMathias Agopian2010-01-291-1/+1
* The qcom OMX video decoders do not allocate output buffer memory at the time ...Andreas Huber2010-01-251-3/+26
* Fix no-copy-overhead OMXCodec implementation to actually work.Andreas Huber2010-01-201-14/+35
* Avoid unnecessary buffer copying if at all possible, detect if running in the...Andreas Huber2010-01-191-4/+15
* Workaround for some hardware decoders not properly signaling end-of-output-st...Andreas Huber2010-01-141-0/+17
* Fix a memory corruption problem in software M4v/H263 decoder due to out-of-sc...James Dong2009-12-181-2/+2
* Initial checkins of the mpeg4 and h263 software decoders based on PVJames Dong2009-12-171-0/+5
* Squashed commit of the following:Andreas Huber2009-12-171-24/+27
* Properly integrate the software codecs into the OMXCodec::Create hierarchy of...Andreas Huber2009-12-151-21/+82
* Initial checkin of software AMR NB encoder based on PV source code.Andreas Huber2009-12-111-0/+5
* Propagate duration from input to output only if available, support multiple f...Andreas Huber2009-12-111-11/+13
* Initial checkin of software AVC video decoder based on PV source code.Andreas Huber2009-12-101-0/+4
* Initial check in of AMR (NB and WB) decoders based on PV source code.Andreas Huber2009-12-101-0/+6
* Initial checkin of stagefright MP3 audio decoder based on PV source code.Andreas Huber2009-12-071-0/+3
* Fixing the build, only instantiate the software aac decoder in full stagefrig...Andreas Huber2009-12-071-0/+5
* Initial check in of stagefright software AAC decoder based on PV source code.Andreas Huber2009-12-071-0/+5
* Change OMXCodec::Create to return an sp<MediaSource> instead of an sp<OMXCode...Andreas Huber2009-12-071-1/+1
* A small sample tool to encode pcm audio data to amr, decode it again and play...Andreas Huber2009-12-011-45/+15
* Some playable/decodable streams have been found in the wild that violate this...Andreas Huber2009-11-231-1/+3
* Make sure the decoder's input buffers are large enough to hold the largest in...Andreas Huber2009-11-231-2/+8
* Squashed commit of the following:Andreas Huber2009-11-231-1/+0
* Squashed commit of the following:Andreas Huber2009-11-161-6/+77
* am 818a9cf8: Merge change Ia4eedace into eclairAndreas Huber2009-11-051-1/+0
|\
| * Now that UseBuffer on this component is fixed, let's use it.Andreas Huber2009-11-051-1/+0
* | Revive support for video encoding in OMXCodec.Andreas Huber2009-10-291-5/+118
* | am 54620b1a: Merge change I6e50a8c6 into eclairAndreas Huber2009-10-281-0/+1
|\ \ | |/
| * Revert "Now that the underlying bug is fixed we can continue using OMX_UseBuf...Andreas Huber2009-10-261-0/+1
* | Prefer software decoders over hardware for thumbnail extraction.Andreas Huber2009-10-231-37/+109
* | Extract video thumbnails from the largest sync sample among the first 20.Andreas Huber2009-10-221-2/+16
* | am b0e6a9a0: Merge change I7a03b074 into eclairAndreas Huber2009-10-221-1/+0
|\ \ | |/
| * Now that the underlying bug is fixed we can continue using OMX_UseBuffer for ...Andreas Huber2009-10-211-1/+0
| * do not merge: The qcom video decoders always output yuv data after adjusting ...Andreas Huber2009-10-201-1/+3
* | Some cleanup of OMXCodec code, make sure to ignore 0-length output buffers in...Andreas Huber2009-10-211-2/+2
* | Avoid signaling a format change to the client if its insubstantial.Andreas Huber2009-10-191-1/+72
* | Reimplement the OMX backend for stagefright.Andreas Huber2009-10-161-71/+72
* | Separated private from public header files.Andreas Huber2009-10-131-1/+2
* | OMXCodec now notifies the reader of changes in the output format by returning...Andreas Huber2009-10-131-0/+13
* | Change to a int64_t usecs representation for timestamps and duration througho...Andreas Huber2009-10-121-14/+6
* | Split the ColorConverter off SoftwareRenderer, metadata support in stagefright.Andreas Huber2009-10-081-7/+9
* | Some decoders will return an error on OMX_EmptyThisBuffer to indicate that th...Andreas Huber2009-10-081-8/+15
* | The vendor is about to check in a fix for this issue, the workaround is no lo...Andreas Huber2009-10-081-33/+0
* | Workaround for avc decoder misreporting output buffer size requirements if th...Andreas Huber2009-10-071-2/+30
|/
* Another stagefright test-case and ignore end-of-stream notifications while we...Andreas Huber2009-09-171-0/+7
* The 8k chipset qcom decoders require that the input buffers be allocated usin...Andreas Huber2009-09-151-0/+1
* Added a little more logging in OMXCodec.cpp for vendors to be able to reprodu...Andreas Huber2009-09-141-0/+2
* Apparently I must not use OMX_UseBuffer on either input or output ports on an...Andreas Huber2009-09-111-2/+12
* Media MIME types now have corresponding constants in MediaDefs.h, new codec e...Andreas Huber2009-09-101-67/+157
* Add component name to informational logging in OMXCodec.cppAndreas Huber2009-09-101-5/+6