summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge "Don't send OnCompletion events when looping" into mnc-dr-devMarco Nelissen2015-10-131-1/+2
| |\ \
| | * | Don't send OnCompletion events when loopingMarco Nelissen2015-10-131-1/+2
| * | | NuPlayer: reset mAudioEOS and mVideoEOS when renderer is flushed.Wei Jia2015-10-131-0/+6
| * | | Merge "NuPlayerDriver: acquire mLock when needed." into mnc-dr-devWei Jia2015-10-131-1/+1
| |\ \ \
| | * | | NuPlayerDriver: acquire mLock when needed.Wei Jia2015-10-131-1/+1
| | | |/ | | |/|
| * | | Merge "NuPlayerRenderer: always update MediaClock with max media duration." i...Wei Jia2015-10-131-9/+7
| |\ \ \ | | |/ / | |/| |
| | * | NuPlayerRenderer: always update MediaClock with max media duration.Wei Jia2015-10-131-9/+7
| | |/
| * | Merge "libstagefright: don't reclaim codec when there's buffer owned by clien...Ronghua Wu2015-10-131-1/+41
| |\ \ | | |/ | |/|
| | * libstagefright: don't reclaim codec when there's buffer ownedRonghua Wu2015-10-051-1/+41
* | | Protect data source access with mutex during disconnectRobert Shih2015-12-072-8/+15
* | | Fix benign overflow in ToneGenerator.cppChad Brubaker2015-12-071-2/+4
* | | Fix benign unsigned overflow in AudioTrackChad Brubaker2015-12-071-3/+3
* | | Fix benign overflow in AudioTrackChad Brubaker2015-12-071-6/+6
* | | libmedia: add NULL check before accessing source and destination buffers.Shivaprasad Hongal2015-12-071-0/+8
* | | Cached reading of stsz atomDavid Williams2015-12-072-35/+66
* | | stagefright: Clear mNoMoreOutputData flag during seekingJia Meng2015-12-071-0/+1
* | | mediascanner: handle DATE tagJorge Ruesga2015-12-071-0/+1
* | | Fatal error while playing certain mkv files.Mazhar2015-12-072-4/+10
* | | libstagefright: squash exynos4 supportSimon Shields2015-12-084-1/+71
* | | stagefright: Fix Divx version keyKeith Mok2015-12-041-37/+51
* | | Fixed comparison on 64 bit systemKeith Mok2015-12-041-1/+1
* | | video: Add QHD & 2K profile for recorderXavier Varricatt2015-12-041-0/+4
* | | stagefright: Fix build breaksKeith Mok2015-12-021-2/+2
* | | stagefright: More HW codec support w/ FFMPEGExtractorSteve Kondik2015-12-021-0/+51
* | | Handle error result from DrmManagerClient correctlyPatrik Lindgren2015-12-011-2/+2
* | | Handle malformed audio packets received during RTSP stream switchingSunil Shah2015-12-011-1/+4
* | | Tuning the number of packets for one read in StreamingSourceosamu fujita2015-12-011-1/+3
* | | stagefright: Fix fallback mechanism to SW decoderKeith Mok2015-12-011-1/+1
* | | stagefright: handleSetSurface: Don't dereference null graphic buffersDiogo Ferreira2015-12-011-1/+1
* | | stagefright: Fix cts testGetMaxSupportedInstancesKeith Mok2015-12-011-1/+5
* | | ffmpeg: flac: Assume 16 bits per sample if not setDiogo Ferreira2015-12-011-1/+1
* | | Fix for getPosition after seekWang Liyong2015-11-301-1/+17
* | | Correct the time returned by AudioPlayer::getMediaTimeBertil Akesson2015-11-301-2/+2
* | | The progress bar of next song is not properly started in offload use casesamaga Prasanna Krishna2015-11-301-6/+4
* | | audio: reset vorbis EOS status after a flushWeiyin Jiang2015-11-301-0/+2
* | | GenericSource: acquire lock only for assigning dataSource.Shivaprasad Hongal2015-11-301-3/+7
* | | GenericSource: Hold an additional reference to dataSource.Shivaprasad Hongal2015-11-301-1/+6
* | | GenericSource: Synchronize access to dataSourcePraveen Chavan2015-11-302-10/+21
* | | stagefright: omx: delay observer death handlingHaynes Mathew George2015-11-302-6/+9
* | | Workaround for busy wait bugGlenn Kasten2015-11-301-1/+2
* | | MediaCodec: reset size to zero for EOS.Sidipotu Ashok2015-11-301-1/+6
* | | stagefright: Fix tags in mpeg4 not parsed correctly.Keith Mok2015-11-301-1/+1
* | | libstagefright: Handle MPEG4 DP playbackLeena Winterrowd2015-11-306-2/+239
* | | NuPlayerRenderer: always display the first video frame without delay.Wei Jia2015-11-291-5/+10
* | | Fix overflow check so it doesn't reject legitimate filesMarco Nelissen2015-11-291-1/+1
* | | Merge branch 'LA.BF64.1.2.2_rb4.8' of git://codeaurora.org/platform/framework...Steve Kondik2015-11-294-50/+22
|\ \ \
| * \ \ Merge "AudioTrack: Handle timestamp queries for Track Offload"Linux Build Service Account2015-11-202-7/+12
| |\ \ \
| | * | | AudioTrack: Handle timestamp queries for Track OffloadAlexy Joseph2015-11-152-7/+12
| * | | | Merge "nuplayer: Perform proper shutdown sequence for offload teardown"Linux Build Service Account2015-11-162-43/+10
| |\ \ \ \
| | * | | | nuplayer: Perform proper shutdown sequence for offload teardownHaynes Mathew George2015-11-122-43/+10