summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/ACodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Initial checkin of support for acting as a wifi display sourceAndreas Huber2012-08-291-5/+62
* Make sure codec names and corresponding quirks are returned together.Andreas Huber2012-08-071-10/+10
* Merge remote-tracking branch 'goog/jb-dev-mako' into jb-mr1-devEd Heyl2012-07-291-1/+2
|\
| * Add vendor specific output color formatHaynes Mathew George2012-06-211-1/+2
* | Update ANativeWindow client code for syncJamie Gennis2012-06-211-19/+9
|/
* Unwedge ACodec if allocating output buffers fails while reconfiguring.Andreas Huber2012-05-291-5/+8
* Tell surface flinger that we want to protect output buffers from beingAndreas Huber2012-05-221-0/+174
* If we encounter an error during buffer allocation change state backAndreas Huber2012-05-211-0/+2
* Explicitly set the video scaling mode to "stretch".Andreas Huber2012-05-151-0/+4
* ACodec mustn't override the video scaling mod.Andreas Huber2012-05-141-7/+0
* Increase AAC software decoder's buffer count. Refactor how clientsAndreas Huber2012-05-111-4/+29
* OMX IL wrapper for FLAC encoderJean-Michel Trivi2012-05-091-1/+54
* Get rid of vendor specific video encoder component names from ACodec and OMXC...James Dong2012-05-071-5/+3
* Respect channel mask in ACodec and NuPlayer.Andreas Huber2012-05-031-1/+17
* Fix mono gapless playback for decoders that output stereoMarco Nelissen2012-04-301-0/+21
* Add Fraunhofer AAC encoder with AAC-ELD support.Dave Burke2012-04-251-5/+8
* Make sure OMXCodec and ACodec both accept more than 2 channels of audioAndreas Huber2012-04-241-7/+2
* Implementation of a raw audio "decoder".Andreas Huber2012-03-291-0/+11
* Provisional support for secure decryption of media streams.Andreas Huber2012-03-261-11/+42
* ACodec is a little more aggressive in its error checking now.Andreas Huber2012-03-161-4/+7
* Instead of hardcoding OMX component names in our code, supportAndreas Huber2012-03-011-11/+20
* Separate the notion of "stop" from that of "release", i.e.Andreas Huber2012-02-281-50/+144
* fix libgui header locationMathias Agopian2012-02-271-3/+0
* Add new APIs AMessage::(set|find)Buffer to make it safer to passAndreas Huber2012-02-221-8/+6
* Implementation of a java media codec interface and associated tools.Andreas Huber2012-02-221-140/+980
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-12/+12
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-3/+3
* Fix the broken buildJames Dong2011-11-291-3/+3
* am 52607c53: am d12dc284: Merge "If an error occurs that prevents us from rea...Andreas Huber2011-11-291-0/+32
|\
| * If an error occurs that prevents us from reallocating buffers during a format...Andreas Huber2011-11-281-0/+32
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-32/+32
|/
* Support for an MPEG2 Program Stream extractor.Andreas Huber2011-09-301-0/+4
* Support AMR, G.711 and vorbis audio in ACodec and friends.Andreas Huber2011-09-281-3/+93
* Propagate error signalled by the source all the way to the output EOS notific...Andreas Huber2011-09-261-3/+19
* Various improvements to nuplayer playbackAndreas Huber2011-09-161-5/+14
* Turn an another assertion into a runtime error in ACodec's implementationAndreas Huber2011-09-121-22/+18
* Signal errors to the client instead of asserting in ACodec.Andreas Huber2011-08-261-3/+23
* Error handling in ACodec and Nuplayer.Andreas Huber2011-08-161-46/+28
* use SurfaceTexture new scaling mode in SFMathias Agopian2011-07-191-0/+7
* Ignore all flush-complete notifications with port == OMX_ALLAndreas Huber2011-07-011-0/+12
* Some (most) OMX decoders do not send a OMX_CmdComplete/Flush OMX_ALL notifica...Andreas Huber2011-06-301-0/+5
* Multiple changes to ACodec/codec tools:Andreas Huber2011-06-281-22/+41
* Move OMX_QCOM_COLOR_FormatYVU420SemiPlanar definition to OMX_IVCommon.hJames Dong2011-06-031-2/+0
* Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams.Andreas Huber2011-05-251-1/+8
* Squashed commit of the following:Andreas Huber2011-05-111-1/+1
* frameworks/base: android_native_buffer_t -> ANativeWindowBufferIliyan Malchev2011-05-031-2/+2
* Surfaceflinger expects rectangles to be specified right/bottom edge exclusive.Andreas Huber2011-03-291-2/+2
* Fix missing AOSP copyright headers for a bunch of media framework filesJames Dong2011-03-171-0/+16
* Merge "Stagefright: Use the ANW min undequeued bufs query."Jamie Gennis2011-03-021-15/+28
|\
| * Stagefright: Use the ANW min undequeued bufs query.Jamie Gennis2011-02-281-16/+28