summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_frameworks_a...replicant-6.0-alpha-0001Wolfgang Wiedmeyer2016-01-14139-8554/+8734
|\
| * av: Add support for loading audio_effects_vendor.confSteve Kondik2016-01-122-2/+6
| * libstagefright: Support YVU420SemiPlanar camera formatEthan Chen2016-01-111-0/+4
| * Use standard arm assembly syntax.Chih-Hung Hsieh2016-01-0823-26/+24
| * Fix overflow in amrwbencMarco Nelissen2016-01-081-0/+3
| * codecs: update for check ifeq ($(TARGET_ARCH),arm)Yongqin Liu2016-01-086-113/+69
| * Use unified syntax to compile with both llvm and gas.Chih-Hung Hsieh2016-01-0833-188/+119
| * Disable integer sanitization for amrwbencMarco Nelissen2016-01-082-1/+4
| * cameraservice: Change the error mapping for ERROR_CAMERA_DEVICE.Sai Kumar Sanagavarapu2016-01-081-2/+0
| * drm : Give permission to access drm service api from Oma Drm engineParamananda Pradhan2016-01-081-0/+3
| * Clean up time zone handling in MtpUtils::parseDateTime.Elliott Hughes2016-01-081-19/+19
| * Fix more potential (benign) AMRWB overflowsMarco Nelissen2016-01-082-2/+4
| * Fix more amrwbenc overflowsMarco Nelissen2016-01-084-20/+21
| * Tabs -> spacesMarco Nelissen2016-01-0861-8177/+8177
| * ACodec: Fix error handling in OutputPortSettingsChangedStateShivaprasad Hongal2016-01-081-10/+27
| * stagefright: Fix crash on mediaserverKeith Mok2016-01-061-1/+3
| * audiopolicy: Handle legacy startOutput on output command thread tooXuefer2016-01-061-1/+15
| * stagefright: Add deferred release optionSteve Kondik2016-01-052-3/+13
| * stagefright: Only include HFR/HSR on QCOM devicesSteve Kondik2016-01-051-0/+27
| * stagefright: Forward-port HFR and HSR supportSteve Kondik2016-01-057-10/+213
| * Merge tag 'android-6.0.1_r10' into HEADJessica Wagantall2016-01-050-0/+0
| |\
| | * merge in mnc-mr1-release history after reset to mnc-dr-devThe Android Automerger2015-12-150-0/+0
| | |\
| | | * Fix security vulnerability in ICrypto DO NOT MERGEJeff Tinker2015-12-101-1/+3
| | | * libstagefright: check requested memory size before allocation for SoftMPEG4En...Wei Jia2015-12-102-0/+18
| | |/
| * | BatteryNotifier: Add missing log LOG_TAGAdrianDC2016-01-011-0/+3
| * | libmedia: correct latency computing for TRANSFER_SYNCMingming Yin2015-12-311-1/+2
* | | Merge remote-tracking branch 'cyanogenmod/cm-13.0' into replicant-6.0Wolfgang Wiedmeyer2015-12-2917-159/+204
|\ \ \ | |/ /
| * | nuplayer: Enable PCM offload for any sourceSteve Kondik2015-12-294-24/+35
| * | stagefright: Those who cannot remember history are doomed to repeat itSteve Kondik2015-12-282-5/+18
| * | nuplayer: Pass along the sniffed metadata from GenericSourceSteve Kondik2015-12-283-6/+9
| * | stagefright: Remove special handling of FFMPEG extractorSteve Kondik2015-12-282-50/+5
| * | stagefright: Add more hardware codec support for our extractorSteve Kondik2015-12-283-50/+96
| * | stagefright: Remove special case for FLAC offloadSteve Kondik2015-12-263-15/+0
| * | stagefright: Copy the thumbnail timeSteve Kondik2015-12-261-0/+1
| * | Validation of Number of Channels on WAV files.Niel Alejandro Paz2015-12-261-7/+7
| * | Fix overflows in amrwbencMarco Nelissen2015-12-264-3/+34
* | | Merge remote-tracking branch 'cyanogenmod/cm-13.0' into replicant-6.0Wolfgang Wiedmeyer2015-12-2611-87/+108
|\ \ \ | |/ /
| * | libmedia: Preserve futex return status in client obtainBufferLeena Winterrowd2015-12-231-2/+3
| * | NuPlayer: Avoid one more assertionHaynes Mathew George2015-12-231-1/+11
| * | AudioTrack: Set DIRECT track flag for direct pcm outputLeena Winterrowd2015-12-231-1/+1
| * | audiopolicy: Handle startOutput on output command threadHaynes Mathew George2015-12-233-0/+57
| * | Fix: "NuPlayerDecoder: add synchronous call pause() to ensure decoder will no...Luca Stefani2015-12-211-1/+0
| * | stagefright: Fix audio profile retrievedKeith Mok2015-12-211-1/+1
| * | stagefright: Correctly reassemble HVCC dataSteve Kondik2015-12-211-50/+6
| * | stagefright: Deal with output format of other AAC decodersSteve Kondik2015-12-212-5/+8
| * | stagefright: Fix AAC profile selectionSteve Kondik2015-12-202-28/+23
* | | Merge remote-tracking branch 'github/cm-13.0' into replicant-6.0Wolfgang Wiedmeyer2015-12-2122-119/+137
|\ \ \ | |/ /
| * | libmedia: correct latency computing of AudioRecordMingming Yin2015-12-191-1/+5
| * | audioflinger: update multiplier logic to calculate frameCountSatya Krishna Pindiproli2015-12-191-13/+1
| * | NuPlayerDecoder: add synchronous call pause() to ensure decoder will not requ...Wei Jia2015-12-196-3/+25