summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/ACodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of A/V changes from CodeAuroraKrishnankutty Kolathappilly2013-06-181-5/+215
* ACodec: Support for dynamic port reconfigApurupaPattapu2013-02-191-2/+165
* Merge tag 'android-4.2.2_r1' of https://android.googlesource.com/platform/fra...Steve Kondik2013-02-121-2/+55
|\
| * Added optional intra macroblock refresh support for encodingJames Dong2012-11-281-1/+49
| * Properly signal an error if codec configuration goes wrong.Andreas Huber2012-11-141-1/+6
* | Squashed commit of updates from CodeAuroraMingming Yin2013-02-061-0/+4
* | [3/3] libstagefright/videoeditor: Allow custom DOMX source instead of Google ...Hashcode2013-01-261-0/+3
* | exynos4: Part of Netflix fixAndrew Dodd2013-01-041-1/+2
* | exynos4: libstragefright: add support for samsung colorformat/omx/mfccodeworkx2012-11-301-0/+33
|/
* Make video encoders' bitrate mode (constant, variable, ...) configurableAndreas Huber2012-11-011-5/+21
* Tell the encoder to emit SPS/PPS before IDR frames in wifi display code.Andreas Huber2012-09-281-0/+29
* Various improvements to a cleaner shutdown of the wifi display connection.Andreas Huber2012-09-281-0/+3
* Support IDR requests in wifi display, MediaCodec and ACodec.Andreas Huber2012-09-131-0/+41
* 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