summaryrefslogtreecommitdiffstats
path: root/media/jni
Commit message (Expand)AuthorAgeFilesLines
* MTP: Remove retry loop from MTP server codeMike Lockwood2010-08-181-38/+17
* am b408f549: am d790c648: Add lost preview surface detection in the JNI layer...James Dong2010-08-121-0/+9
|\
| * Add lost preview surface detection in the JNI layerJames Dong2010-08-121-0/+9
* | MTP: Push queries for supported formats and properties up to Java.Mike Lockwood2010-08-101-0/+91
* | MTP: Fix some typosMike Lockwood2010-08-091-1/+1
* | MTP: Add support for syncing MTP playlistsMike Lockwood2010-08-031-0/+48
* | MTP: Fix some thread safety issues in MTP server start/stop sequence.Mike Lockwood2010-08-031-38/+56
* | MTP: Implement GetNumObjectsMike Lockwood2010-08-021-4/+19
* | Clean up MtpDatabase API.Mike Lockwood2010-08-021-36/+11
* | am 6fa88882: am 62d83a0c: Merge "Audio effects: modified command() parameter ...Eric Laurent2010-07-281-2/+5
|\ \ | |/
| * Audio effects: modified command() parameter types.Eric Laurent2010-07-281-2/+5
* | resolved conflicts for merge of d306cc81 to masterEric Laurent2010-07-271-1/+1
|\ \ | |/
| * Audio Effects: added methods to effects java classes to store and load curren...Eric Laurent2010-07-271-1/+1
* | MTP host: Add support for reading files from an MTP device via ParcelFileDesc...Mike Lockwood2010-07-261-0/+63
* | am 34161132: am 7070b365: Added support for auxiliary audio effects to AudioT...Eric Laurent2010-07-211-0/+24
|\ \ | |/
| * Added support for auxiliary audio effects to AudioTrack and MediaPlayer.Eric Laurent2010-07-211-0/+24
* | Exclude MTP implementation from simulator buildMike Lockwood2010-07-155-0/+51
* | MTP: Add support for sending events to the host when objects are added and re...Mike Lockwood2010-07-131-11/+60
* | Integrate host to device file transfer with the media provider.Mike Lockwood2010-07-121-7/+25
* | am bd3f8b71: am e7b790f1: Merge "Fix swap of sessionId and output in audio ef...Jean-Michel Trivi2010-07-091-2/+2
|\ \ | |/
| * Fix swap of sessionId and output in audio effect API.Jean-Michel Trivi2010-07-091-2/+2
* | Remove some scafolding and test code that is no longer worth maintaining.Mike Lockwood2010-07-092-14/+0
* | MTP: Use media provider database to implement MTP device support.Mike Lockwood2010-07-084-12/+470
* | am b91881fd: am dacabf97: Merge "Added Visualizer effect." into gingerbreadEric Laurent2010-07-074-41/+523
|\ \ | |/
| * Merge "Added Visualizer effect." into gingerbreadEric Laurent2010-07-074-41/+523
| |\
| | * Added Visualizer effect.Eric Laurent2010-07-074-41/+523
* | | MTP: Fix ownership and file permissions for transferred files and foldersMike Lockwood2010-07-021-1/+2
* | | am bda93c4c: am 09b90057: Add multiple camera support for in MediaProfiles.Chih-Chung Chang2010-07-011-20/+20
|\ \ \ | |/ /
| * | Add multiple camera support for in MediaProfiles.Chih-Chung Chang2010-07-011-20/+20
| |/
* | MTP: Remove an unnecessary thread from the MtpClient class.Mike Lockwood2010-07-011-85/+35
* | Move MTP JNI code from libandroid_runtime to libmedia_jniMike Lockwood2010-06-305-3/+577
|/
* Merge "Various fixes and improvements in audio effects implementation" into g...Eric Laurent2010-06-251-1/+1
|\
| * Various fixes and improvements in audio effects implementationEric Laurent2010-06-251-1/+1
* | Remove most stagefright property overrides, remove VorbisPlayer and VorbisMet...Andreas Huber2010-06-232-31/+2
|/
* Added support for audio sessions in MediaPlayer and AudioTrack.Eric Laurent2010-06-221-2/+25
* AmrInputStream refresh: eliminate the dependency upon OpenCore's codeJames Dong2010-06-182-76/+51
* Merge "Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI...Eric Laurent2010-06-143-1/+879
|\
| * Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI.Eric Laurent2010-06-113-1/+879
* | Fix a potential(observed sometimes) media server crashJames Dong2010-06-091-1/+1
* | allow re-targetting of surfacesMathias Agopian2010-06-081-1/+1
|/
* don't hardcode "mSurface" throughout our source codeMathias Agopian2010-04-122-2/+2
* Use local lock for most MediaMetadataRetriever methods. Bug 2560834.Dave Sparks2010-04-011-7/+0
* Add a name to the previously-unnamed thread created by SoundPoolThread.Steve Howard2010-03-112-3/+2
* Clean up MediaRecorder for public Java SDKJames Dong2010-03-031-3/+3
* Merge "Image encoding settings java API through xml configuration file"James Dong2010-02-251-4/+38
|\
| * Image encoding settings java API through xml configuration fileJames Dong2010-02-241-4/+38
* | Fix for the safty check. It checks that nFir21 + jNpoints <= BUF_SIZE,Gloria Wang2010-02-221-1/+1
|/
* Fix logging in SoundPool.Dave Sparks2010-02-171-2/+2
* Merge "Add SoundPool API to pause and resume all active streams. Bug 2426531."Dave Sparks2010-02-163-1/+76
|\
| * Add SoundPool API to pause and resume all active streams. Bug 2426531.Dave Sparks2010-02-163-1/+76