summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OMXCodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | am 7bc600cb: am f98197a7: Make sure the message dispatcher stays around until...Andreas Huber2010-09-171-0/+2
|\ \ | |/
| * Make sure the message dispatcher stays around until after OMX_FreeHandle is f...Andreas Huber2010-09-171-0/+2
* | resolved conflicts for merge of 1fc97385 to masterAndreas Huber2010-09-171-0/+6
|\ \ | |/
| * Register the new OMX components.Andreas Huber2010-09-171-0/+6
* | am e30d039f: am a7f5e476: Merge "Fixed a bug in the query to the supported pr...James Dong2010-09-161-2/+5
|\ \ | |/
| * Fixed a bug in the query to the supported profiles and levelsJames Dong2010-09-161-2/+5
* | am 7a848c0d: am 8946ab26: A ThreadedSource wraps around an existing MediaSour...Andreas Huber2010-09-161-0/+6
|\ \ | |/
| * A ThreadedSource wraps around an existing MediaSource and reads output buffer...Andreas Huber2010-09-161-0/+6
* | am 0cd2472b: am 82a39f4a: Merge "Add some explicit error log messages" into g...James Dong2010-09-151-2/+3
|\ \ | |/
| * Add some explicit error log messagesJames Dong2010-09-141-2/+3
* | Make sure we only reallocate buffers on a genuine port definition change.Andreas Huber2010-08-301-1/+3
* | am a5fe77d0: am df8356ff: Merge "Workaround for a QCOM issue where the output...James Dong2010-08-271-0/+13
|\ \ | |/
| * Workaround for a QCOM issue where the output buffer size advertised by the AV...James Dong2010-08-271-0/+13
* | Disable all the hardware decoders except for h.264 video decode, since the so...Andreas Huber2010-08-261-6/+7
* | libstagefright: enable tegra hw audio decodersDima Zavin2010-08-231-0/+11
* | libstagefright: Enable tegra hw video decoderspgudadhe2010-08-231-0/+3
* | libstagefright: Enable tegra hw encoderpgudadhe2010-08-191-0/+9
|/
* We're now going to ignore timestamps completely in gtalk video conferencing, ...Andreas Huber2010-08-101-0/+8
* Support for extracting G.711 a-law and mu-law audio from WAV files and a corr...Andreas Huber2010-08-091-0/+5
* Use the target color format from the camera source if possibleJames Dong2010-08-051-4/+61
* Support for Gtalk video, includes AMR/H.263 assembler and packetization suppo...Andreas Huber2010-08-041-0/+4
* Allows the authoring engine to skip frame.James Dong2010-07-221-3/+12