summaryrefslogtreecommitdiff
path: root/include/media/stagefright/OMXCodec.h
AgeCommit message (Expand)Author
2012-09-10Allow OMXCodec to specify an output color format for OMX decoder componentJames Dong
2012-08-24Fixed a native crash due to unexpected state at destroy time when encoder com...James Dong
2012-08-07Make sure codec names and corresponding quirks are returned together.Andreas Huber
2012-08-06Remove obsolete hack for TI specific codeJames Dong
2012-04-30Fix mono gapless playback for decoders that output stereoMarco Nelissen
2012-04-25Add Fraunhofer AAC encoder with AAC-ELD support.Dave Burke
2012-04-24Make sure OMXCodec and ACodec both accept more than 2 channels of audioAndreas Huber
2012-04-02Add a few more APIs to MediaCodecList.Andreas Huber
2012-03-26Provisional support for secure decryption of media streams.Andreas Huber
2012-03-22Support gapless playback for mp3 and m4aMarco Nelissen
2012-03-01Instead of hardcoding OMX component names in our code, supportAndreas Huber
2012-02-07Enable B frame support in MPEG4WriterJames Dong
2012-01-26The software AAC encoder is now an OMX component.Andreas Huber
2011-11-18Report a runtime error instead of asserting on malformed avc configuration data.Andreas Huber
2011-10-25Stagefright: push blank buffers when tearing downJamie Gennis
2011-10-05Set crop params to ANative Window during Initialization.Lakshman Gowda
2011-09-30Gracefuly return on detecting wrong AAC format from corrupted filesGilles-Arnaud Bleu-Laine
2011-09-13Change an assert failure due to unsupported level by HW AVC decoder and repor...James Dong
2011-08-10Revert "Notify the OMX component that it's going to be used in "secure" mode."Andreas Huber
2011-08-08Notify the OMX component that it's going to be used in "secure" mode.Andreas Huber
2011-07-24Merge "Do not wait forever for output buffers in OMXCodec.cpp and error out i...James Dong
2011-07-22QueryCodecs() signature changeJean-Michel Trivi
2011-07-18Merge "Add option to query hardware decoders only"Jean-Michel Trivi
2011-07-18Add option to query hardware decoders onlyJean-Michel Trivi
2011-07-15Do not wait forever for output buffers in OMXCodec.cpp and error out in case ...James Dong
2011-07-11Support profile and level query for SW video decodersJames Dong
2011-07-01Support a "secure input buffer" mode for use by Widevine DRM in OMXCodec.Andreas Huber
2011-06-28Multiple changes to ACodec/codec tools:Andreas Huber
2011-06-13Add B frame support for MPEG4WriterJames Dong
2011-05-11Squashed commit of the following:Andreas Huber
2011-03-10Bug 3012968 DRM output controlGlenn Kasten
2011-02-08Handle some edge cases when seeking while starting up OMXCodecAndreas Huber
2011-01-26Make sure that key frame is generated for timelapse video recording if there ...James Dong
2011-01-21Properly rotate video that's marked as such and decoded to a surface.Andreas Huber
2011-01-10Avoid deadlock in OMX::freeNode by making sure OMXCodecObserver does not hold...James Dong
2010-12-11Revert "Allows the authoring engine to skip frame."James Dong
2010-12-08Better buffer status management and verification in OMXCodec.Andreas Huber
2010-11-11Add color format query support to QueryCodecs()James Dong
2010-11-11Fix memory leak when 0-memcpy quirk is usedJames Dong
2010-11-04Use meta data in the media recording frameworkJames Dong
2010-11-03Fix a MediaBuffer leak in Stagefright.Jamie Gennis
2010-10-25Add two creation flags to OMXCodec::Create()James Dong
2010-10-20Add decode-to-ANativeWindow support to Stagefright.Jamie Gennis
2010-10-18For thumbnail extraction make sure we instantiate a decoder that allows acces...Andreas Huber
2010-10-07Work to support switching transport streams mid-stream and signalling discont...Andreas Huber
2010-10-07On this particular device the hardware video decoder spits out buffers that d...Andreas Huber
2010-08-27Workaround for a QCOM issue where the output buffer size advertised by the AV...James Dong
2010-08-05Use the target color format from the camera source if possibleJames Dong
2010-07-22Allows the authoring engine to skip frame.James Dong
2010-07-21Support finer seek control on MediaSources.Andreas Huber