summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-6.0.1_r17' into HEADJessica Wagantall2016-03-071-1/+9
|\
| * Fix out-of-bounds writeMarco Nelissen2016-01-221-1/+9
* | stagefright: Don't crash on invalid / null AVCC atoms in MKVSteve Kondik2016-03-012-11/+14
* | Merge tag 'android-6.0.1_r13' into HEADJessica Wagantall2016-02-012-0/+18
|\ \ | |/
| * libstagefright: check requested memory size before allocation for SoftMPEG4En...Wei Jia2015-12-102-0/+18
* | Revert "Stagefright: Allow setting high-framerates in CameraSource"Keith Mok2016-01-221-12/+0
* | av: "ACodec: update native window crop rectangle" depends on QCOMChristopher R. Palmer2016-01-201-0/+2
* | ACodec: update native window crop rectangleSanthosh Behara2016-01-181-1/+19
* | StagefrightMetadataRetriever: correct the status flagKim Zhang2016-01-181-0/+3
* | libstagefright:Fix random memcmp crash while accessing output format.Vasantha Balla2016-01-181-1/+1
* | 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
* | 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: Forward-port HFR and HSR supportSteve Kondik2016-01-052-4/+16
* | 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-281-1/+4
* | stagefright: Remove special handling of FFMPEG extractorSteve Kondik2015-12-282-50/+5
* | stagefright: Add more hardware codec support for our extractorSteve Kondik2015-12-282-50/+95
* | 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
* | stagefright: Fix audio profile retrievedKeith Mok2015-12-211-1/+1
* | stagefright: Deal with output format of other AAC decodersSteve Kondik2015-12-211-4/+7
* | stagefright: Fix AAC profile selectionSteve Kondik2015-12-202-28/+23
* | frameworks/av: fix channelmask and source format for pcm filesAmit Shekhar2015-12-191-1/+1
* | Move overflow checks into SkipCutBufferMarco Nelissen2015-12-183-15/+32
* | Fix potential double close in IMediaMetadataRetriever::setDataSourceTaiju Tsuiki2015-12-181-0/+1
* | stagefright: Fix some aac file cannot be played backKeith Mok2015-12-172-4/+5
* | stagefright: Update makefile for Exynos variants.Ethan Chen2015-12-151-8/+9
* | stagefright: Additional fixes for extended offload supportSteve Kondik2015-12-144-1/+9
* | stagefright: Finish "Port AOSP fixes"Steve Kondik2015-12-131-1/+1
* | stagefright: Finish support for HEVC muxingSteve Kondik2015-12-131-1/+1
* | stagefright: Add support for FLAC offloadingSteve Kondik2015-12-132-2/+21
* | stagefright: Fix a few format strings on 64-bitSteve Kondik2015-12-131-1/+2
* | StagefrightRecorder: Add support for WAVE recordingMichael Bestas2015-12-122-0/+324
* | stagefright: Fix videot thumbnail retrival for wmvKeith Mok2015-12-092-0/+44
* | stagefright: Override to use ffmpeg for decoding wmv1Keith Mok2015-12-091-1/+1
* | libstagefright: Fix for testExceptionManikanta Kanamarlapudi2015-12-091-9/+13
* | stagefright: Add OMX.ffmpeg. checkingKeith Mok2015-12-073-2/+4
* | Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/fra...Steve Kondik2015-12-076-251/+158
|\ \ | |/
| * ALooper::awaitResponse gets reply and returns immediately if the looper is st...Ronghua Wu2015-11-021-16/+4
| * Merge "Allow ALooper::awaitResponse to return immediately if the looper is st...Ronghua Wu2015-10-222-3/+30
| |\