summaryrefslogtreecommitdiff
path: root/media/libstagefright/ACodec.cpp
AgeCommit message (Expand)Author
2012-11-01Make video encoders' bitrate mode (constant, variable, ...) configurableandroid-sdk-support_r11jb-mr1-devAndreas Huber
2012-09-28Tell the encoder to emit SPS/PPS before IDR frames in wifi display code.Andreas Huber
2012-09-28Various improvements to a cleaner shutdown of the wifi display connection.Andreas Huber
2012-09-13Support IDR requests in wifi display, MediaCodec and ACodec.Andreas Huber
2012-08-29Initial checkin of support for acting as a wifi display sourceAndreas Huber
2012-08-07Make sure codec names and corresponding quirks are returned together.Andreas Huber
2012-07-29Merge remote-tracking branch 'goog/jb-dev-mako' into jb-mr1-devEd Heyl
2012-06-21Update ANativeWindow client code for syncJamie Gennis
2012-06-21Add vendor specific output color formatHaynes Mathew George
2012-05-29Unwedge ACodec if allocating output buffers fails while reconfiguring.Andreas Huber
2012-05-22Tell surface flinger that we want to protect output buffers from beingAndreas Huber
2012-05-21If we encounter an error during buffer allocation change state backAndreas Huber
2012-05-15Explicitly set the video scaling mode to "stretch".Andreas Huber
2012-05-14ACodec mustn't override the video scaling mod.Andreas Huber
2012-05-11Increase AAC software decoder's buffer count. Refactor how clientsAndreas Huber
2012-05-09OMX IL wrapper for FLAC encoderJean-Michel Trivi
2012-05-07Get rid of vendor specific video encoder component names from ACodec and OMXC...James Dong
2012-05-03Respect channel mask in ACodec and NuPlayer.Andreas Huber
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-03-29Implementation of a raw audio "decoder".Andreas Huber
2012-03-26Provisional support for secure decryption of media streams.Andreas Huber
2012-03-16ACodec is a little more aggressive in its error checking now.Andreas Huber
2012-03-01Instead of hardcoding OMX component names in our code, supportAndreas Huber
2012-02-28Separate the notion of "stop" from that of "release", i.e.Andreas Huber
2012-02-27fix libgui header locationMathias Agopian
2012-02-22Add new APIs AMessage::(set|find)Buffer to make it safer to passAndreas Huber
2012-02-22Implementation of a java media codec interface and associated tools.Andreas Huber
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2012-01-06Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block
2011-11-29Fix the broken buildJames Dong
2011-11-29am 52607c53: am d12dc284: Merge "If an error occurs that prevents us from rea...Andreas Huber
2011-11-28If an error occurs that prevents us from reallocating buffers during a format...Andreas Huber
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2011-09-30Support for an MPEG2 Program Stream extractor.Andreas Huber
2011-09-28Support AMR, G.711 and vorbis audio in ACodec and friends.Andreas Huber
2011-09-26Propagate error signalled by the source all the way to the output EOS notific...Andreas Huber
2011-09-16Various improvements to nuplayer playbackAndreas Huber
2011-09-12Turn an another assertion into a runtime error in ACodec's implementationAndreas Huber
2011-08-26Signal errors to the client instead of asserting in ACodec.Andreas Huber
2011-08-16Error handling in ACodec and Nuplayer.Andreas Huber
2011-07-19use SurfaceTexture new scaling mode in SFMathias Agopian
2011-07-01Ignore all flush-complete notifications with port == OMX_ALLAndreas Huber
2011-06-30Some (most) OMX decoders do not send a OMX_CmdComplete/Flush OMX_ALL notifica...Andreas Huber
2011-06-28Multiple changes to ACodec/codec tools:Andreas Huber
2011-06-03Move OMX_QCOM_COLOR_FormatYVU420SemiPlanar definition to OMX_IVCommon.hJames Dong
2011-05-25Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams.Andreas Huber
2011-05-11Squashed commit of the following:Andreas Huber
2011-05-03frameworks/base: android_native_buffer_t -> ANativeWindowBufferIliyan Malchev