summaryrefslogtreecommitdiffstats
path: root/media/jni
Commit message (Expand)AuthorAgeFilesLines
* Display thumbnails one by one and cache them.Chih-Chung Chang2011-08-163-61/+47
* Speed up thumbnail generation.Chih-Chung Chang2011-08-155-53/+28
* Merge "If release has been called before finalize, do not expect MediaPlayer ...James Dong2011-08-121-5/+13
|\
| * If release has been called before finalize, do not expect MediaPlayer still e...James Dong2011-08-121-5/+13
* | Merge "Fix issue 5144429: CTS test fails for AudioEffects"Eric Laurent2011-08-121-0/+2
|\ \ | |/ |/|
| * Fix issue 5144429: CTS test fails for AudioEffectsEric Laurent2011-08-111-0/+2
* | Remove ParcelSurfaceTexture and update MediaPlayerTed Bonkenburg2011-08-111-56/+41
|/
* To support for switching from a non-null surface/ surface texture toGloria Wang2011-08-091-3/+4
* Add dependencies for the YV12 color converter change.Chih-Chung Chang2011-07-271-0/+2
* Merge "Fixing up Mediarecorder for MFF"Pannag Sanketi2011-07-261-1/+1
|\
| * Fixing up Mediarecorder for MFFPannag Sanketi2011-07-251-1/+1
* | Merge "Add filename and line number in the debug messages."Chih-Chung Chang2011-07-252-15/+47
|\ \ | |/ |/|
| * Add filename and line number in the debug messages.Chih-Chung Chang2011-07-222-15/+47
* | Added APIs for audio preprocessingEric Laurent2011-07-251-6/+93
* | Merge "Deprecate two methods in MediaRecorder.java class"James Dong2011-07-221-15/+0
|\ \
| * | Deprecate two methods in MediaRecorder.java classJames Dong2011-07-221-15/+0
* | | Connect MediaRecorder Native to SurfaceMediaSourcePannag Sanketi2011-07-221-1/+1
|/ /
* | Merge "fix for issue 4142219 Don't hard code platform-specific limitations-j...Hong Teng2011-07-213-16/+55
|\ \ | |/ |/|
| * fix for issue 4142219Hong Teng2011-07-203-16/+55
* | Untangle MediaScanner error handling.Jeff Brown2011-07-201-24/+33
|/
* Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator buildMike Lockwood2011-07-132-55/+1
* MTP: Clean up MtpServer initialization and threading:Mike Lockwood2011-07-131-161/+65
* Merge "Remove unnecessary locking from MediaScanner JNI code"Mike Lockwood2011-07-111-7/+0
|\
| * Remove unnecessary locking from MediaScanner JNI codeMike Lockwood2011-07-111-7/+0
* | MTP: Return error if user tries to copy a file >= 4GB to a FAT32 file systemMike Lockwood2011-07-111-1/+9
|/
* Moved and renamed effect API header filesEric Laurent2011-07-071-0/+3
* Remove curtain effect (it's unused).Chih-Chung Chang2011-06-302-3/+0
* Add framework support for camcorder zoom.Wu-cheng Li2011-06-271-1/+1
* Fix for kenBurn Effect for PNG image is crashing (4861071 )Shailendra2011-06-221-2/+3
* MTP: Add support for PTP variant of GetDeviceInfo result.Mike Lockwood2011-06-211-5/+7
* Remove unneeded #include <sys/resource.h>Glenn Kasten2011-06-151-1/+0
* Support for setting a ParcelSurfaceTexture as the MediaPlayer sink.tedbo2011-06-131-31/+10
* MTP: Remove obsolete setPtpMode supportMike Lockwood2011-06-081-22/+0
* Revert "Use AudioTrack::event_type not int in callback"Glenn Kasten2011-06-012-4/+4
* Use AudioTrack::event_type not int in callbackGlenn Kasten2011-06-012-4/+4
* resolved conflicts for merge of b107f4de to masterMike Lockwood2011-05-161-2/+9
|\
| * MTP: Have GetStorageInfo command return correct storage type for removable st...Mike Lockwood2011-05-161-2/+10
| * DO NOT MERGE MTP: Implement GetThumb commandMike Lockwood2011-05-032-1/+66
| * DO NOT MERGE MTP: Add extended operations to support in-place editing of filesMike Lockwood2011-05-031-30/+12
| * DO NOT MERGE MediaScanner: reimplement the ".nomedia" feature for hiding file...Mike Lockwood2011-05-031-19/+3
| * DO NOT MERGE MTP and media provider support for multiple storage devices:Mike Lockwood2011-05-031-50/+127
* | update for new audio.h header locationDima Zavin2011-05-122-2/+2
* | Refactor to share code between MediaPlayer and MediaMetadataRetriever JNIJames Dong2011-05-055-66/+126
* | Clean up JNI codeJames Dong2011-05-052-188/+73
* | Add setParameter/getParameter to MediaPlayer API.Gloria Wang2011-04-291-0/+35
* | audio/media: convert to using the audio HAL and new audio defsDima Zavin2011-04-272-4/+7
* | MTP: Implement GetThumb commandMike Lockwood2011-04-252-1/+66
* | MediaScanner: reimplement the ".nomedia" feature for hiding files from the me...Mike Lockwood2011-04-251-26/+3
* | Merge "MTP: Add extended operations to support in-place editing of files"Mike Lockwood2011-04-231-30/+12
|\ \
| * | MTP: Add extended operations to support in-place editing of filesMike Lockwood2011-04-221-30/+12