summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OMXCodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Audio/video sync during recording (second part)James Dong2010-06-211-1/+9
* Fixed a typo - maybe we should do comparison ignoring the case?James Dong2010-06-141-1/+1
* Support "pausing" of MediaSources with the effect that they no longer pull on...Andreas Huber2010-06-101-1/+19
* Apparently the TI video decoder only supports H.264 up to baseline profile/le...Andreas Huber2010-06-101-3/+4
* Remove some hard-coded encoding parametersJames Dong2010-06-081-24/+57
* Second part of speeding up video recording frame rateJames Dong2010-06-081-9/+24
* Squashed commit of the following:Andreas Huber2010-05-241-0/+4
* Workaround for preview frame rate setting and encoder profile and level setti...James Dong2010-05-201-2/+0
* Initial software encoder checkinsJames Dong2010-05-191-14/+95
* am 17078510: am d13efb20: Merge "A new OggExtractor/VorbisDecoder combo to su...Andreas Huber2010-05-101-0/+4
|\
| * A new OggExtractor/VorbisDecoder combo to support approximate seeking.Andreas Huber2010-05-071-0/+4
* | Support AAC recordingJames Dong2010-05-031-3/+77
* | Use timestamp from camera driver for CameraSourceJames Dong2010-04-281-29/+22
* | am 31431b34: am 374aee68: Switch to use software MP3 decoder Hardware MP3 dec...James Dong2010-04-261-1/+1
|\ \ | |/
| * Switch to use software MP3 decoderJames Dong2010-04-261-1/+1
* | am 1e1edb2c: am 25dc5f30: Merge "Don\'t coalesce more than 250ms worth of enc...Andreas Huber2010-04-201-2/+12
|\ \ | |/
| * Don't coalesce more than 250ms worth of encoded data into a single codec inpu...Andreas Huber2010-04-201-2/+12
* | am 9bb8e65a: am c15f48d7: Merge "Don\'t set encoder component role while we q...James Dong2010-04-131-1/+1
|\ \ | |/
| * Don't set encoder component role while we query decodersJames Dong2010-04-131-1/+1
* | am f0a49f68: am 1d7a8b44: Merge "Fix a case where the aac hardware decoder is...Andreas Huber2010-04-121-1/+7
|\ \ | |/
| * Fix a case where the aac hardware decoder is in a transition state and refuse...Andreas Huber2010-04-121-1/+7
* | Various fixes to enable recording on passion and nexus1.Andreas Huber2010-04-091-2/+12
|/
* Partial revert of previous change to improve hardware AAC decoder performance...Andreas Huber2010-04-061-20/+0
* Coalesce multiple encoded AAC frames into a single input buffer on this parti...Andreas Huber2010-04-021-41/+108
* QueryCodecs now returns the names of the software codecs (non-OpenMax) as well.Andreas Huber2010-03-241-0/+17
* Properly handle errors during the codec configuration phase, attempt to rever...Andreas Huber2010-03-161-44/+64
* Propagate errors all the way through the MediaSources and send either MEDIA_P...Andreas Huber2010-02-231-1/+2
* This hardware video decoder lies about its required input buffer sizes alloca...Andreas Huber2010-02-221-2/+12
* Disable the TI AMR hardware decoder for audio decoding until its issues are r...Andreas Huber2010-02-171-1/+0
* TI does not want the hardware H.263 decoder to be enabled.Andreas Huber2010-02-101-1/+0
* If the codec's input buffer size is too small to accomodate the buffer read f...Andreas Huber2010-02-091-2/+10
* A little less verbosity in stagefright and special treatment for the error st...Andreas Huber2010-02-091-2/+5
* 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