summaryrefslogtreecommitdiffstats
path: root/media/libmedia
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of A/V changes from CodeAuroraKrishnankutty Kolathappilly2013-06-183-29/+141
* Noise will be heard if audio sample rate not matched with audio trackMing Zhou2013-06-101-1/+1
* libmedia: Add ICS AudioStreamType constructorArne Coucheron2013-04-281-0/+7
* MediaScanner: Ignore dirs with .noscanandnomtpDavid Daynard2013-03-241-0/+12
* qcom-fm: audio: add support for FM featureMingming Yin2013-03-062-1/+37
* audio: Subsystem Restart changesRavishankar Sarawadi2013-03-042-2/+7
* Merge tag 'android-4.2.2_r1' of https://android.googlesource.com/platform/fra...Steve Kondik2013-02-123-12/+58
|\
| * [wfd] Support a low(er) power state by triggering PAUSE/RESUME.Andreas Huber2012-11-291-0/+31
| * Add support for HLS playlists of type 'event'.Andreas Huber2012-11-272-12/+27
* | Squashed commit of updates from CodeAuroraMingming Yin2013-02-062-6/+16
* | libmedia: implement samsungs isSeparatedStream, built audioparametercodeworkx2013-01-142-0/+18
* | Squashed commit of audio changes from CodeAuroravivek mehta2012-12-239-50/+602
* | Fix potential NULL pointer deference in ToneGenerator destructorDavid Ng2012-12-231-4/+2
* | Merge "libmedia: add pre jb-4.2.1 signature for AudioSystem::getDeviceConnect...Ricardo Cerqueira2012-12-121-0/+6
|\ \
| * | libmedia: add pre jb-4.2.1 signature for AudioSystem::getDeviceConnectionStateHashcode2012-11-301-0/+6
* | | Camera: Qcom parameters partial rebaseAnkit Premrajka2012-12-051-0/+4
|/ /
* | libmedia: Add ICS audiotrack constructorRicardo Cerqueira2012-11-261-0/+5
* | libmedia: Add ICS constructor for getOutputRicardo Cerqueira2012-11-261-0/+8
|/
* stagefright: discard audio at start of captureEric Laurent2012-10-221-1/+1
* Support querying active record sourcesJean-Michel Trivi2012-10-102-0/+26
* Implement android.media.AudioManager.getProperty()Glenn Kasten2012-09-252-1/+43
* Remove legacy code and APIs in wifi display related code.Andreas Huber2012-09-211-25/+0
* HDCP module binderizedAndreas Huber2012-09-191-0/+15
* audioflinger: send priority request from a threadEric Laurent2012-09-131-2/+1
* Workaround for track recreation bugJean-Michel Trivi2012-09-121-1/+2
* am e7c992c6: am 5abc91d6: Merge "Fix libmedia and libstagefright to get expat...Elliott Hughes2012-09-092-2/+1
|\
| * am 5abc91d6: Merge "Fix libmedia and libstagefright to get expat header files...Elliott Hughes2012-09-092-2/+1
| |\
| | * Fix libmedia and libstagefright to get expat header files from the approved l...Elliott Hughes2012-09-092-2/+1
* | | Merge "AudioRecord: Fix minimum frame count calculation." into jb-mr1-devEric Laurent2012-09-071-1/+1
|\ \ \
| * | | AudioRecord: Fix minimum frame count calculation.Eric Laurent2012-09-061-1/+1
* | | | Update remote display API.Jeff Brown2012-09-051-5/+5
|/ / /
* | | Implement remote display service stubs.Jeff Brown2012-09-054-1/+192
* | | Merge "Added an additional virtual method IStreamSource::flags()." into jb-mr...Andreas Huber2012-08-311-0/+16
|\ \ \
| * | | Added an additional virtual method IStreamSource::flags().Andreas Huber2012-08-311-0/+16
* | | | Update audio commentsGlenn Kasten2012-08-301-1/+1
|/ / /
* | | Only run the wifi display RTSP server on demand, and only on the wifi directAndreas Huber2012-08-301-4/+14
* | | Merge "Initial checkin of support for acting as a wifi display source" into j...Andreas Huber2012-08-291-0/+15
|\ \ \
| * | | Initial checkin of support for acting as a wifi display sourceAndreas Huber2012-08-291-0/+15
* | | | Preliminary support for HDCP as a binder service for wifi display support.Andreas Huber2012-08-292-0/+207
|/ / /
* | | Merge "Revert "Swap the order of creating IAudioTrack and thread"" into jb-mr...Glenn Kasten2012-08-201-5/+10
|\ \ \
| * | | Revert "Swap the order of creating IAudioTrack and thread"Glenn Kasten2012-08-071-5/+10
* | | | Add the ability to dynamicaly register MediaPlayer types.John Grossman2012-08-131-1/+33
|/ / /
* | | Swap the order of creating IAudioTrack and threadGlenn Kasten2012-07-271-10/+5
* | | Clean up start() parametersGlenn Kasten2012-07-271-2/+2
* | | effect_descriptor_t const correctnessGlenn Kasten2012-07-252-4/+4
* | | AudioRecord lockingGlenn Kasten2012-07-171-14/+31
* | | Use struct assignment instead of explicit memcpyGlenn Kasten2012-07-171-10/+3
* | | Use audio_channel_mask_t for channel maskGlenn Kasten2012-07-172-9/+10
* | | Merge "AudioRecord::stop() return void"Glenn Kasten2012-07-161-3/+1
|\ \ \
| * | | AudioRecord::stop() return voidGlenn Kasten2012-07-131-3/+1