index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
media
/
java
/
android
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug fix: 368813 Transition is regenerated when overlay duration changes outsi...
Gil Dobjanschi
2011-01-19
2
-91
/
+137
*
Merge changes I7df1ff78,Ibc2e8adf into honeycomb
Mike Lockwood
2011-01-18
1
-9
/
+16
|
\
|
*
MediaScanner: Make sure name field is set for file based playlists
Mike Lockwood
2011-01-18
1
-9
/
+16
*
|
Merge "Fix typo" into honeycomb
Eric Laurent
2011-01-18
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix typo
Glenn Kasten
2011-01-18
2
-2
/
+2
*
|
MTP: Set modification date for abstract playlists
Mike Lockwood
2011-01-18
1
-0
/
+1
*
|
MTP: Strip ".pla" file extension from name field for WMP playlists
Mike Lockwood
2011-01-18
1
-0
/
+4
*
|
MTP: Fix problems with modification dates for folders and non-media files
Mike Lockwood
2011-01-18
2
-21
/
+18
*
|
Merge "Video editor API update - rework for Patch Set 3" into honeycomb
Dharmaray Kundargi
2011-01-17
21
-4667
/
+11183
|
\
\
|
*
|
Video editor API update - rework for Patch Set 3
Santosh Madhava
2011-01-16
21
-4667
/
+11183
|
|
/
*
|
Fix issue 3354692.
Eric Laurent
2011-01-17
1
-10
/
+32
|
/
*
Merge "Add audio encoding parameters check" into honeycomb
James Dong
2011-01-13
1
-2
/
+3
|
\
|
*
Add audio encoding parameters check
James Dong
2011-01-12
1
-2
/
+3
*
|
Cherrypick from GB. Do Not Merge.
Marco Nelissen
2011-01-13
1
-0
/
+5
|
/
*
Fix scanning of modified files.
Marco Nelissen
2011-01-12
1
-11
/
+13
*
Merge "Publish MediaMetadataRetriever.java as public API" into honeycomb
James Dong
2011-01-12
2
-57
/
+108
|
\
|
*
Publish MediaMetadataRetriever.java as public API
James Dong
2011-01-12
2
-57
/
+108
*
|
MediaScanner: Do not update the file path when updating records already in th...
Mike Lockwood
2011-01-12
1
-0
/
+3
*
|
Media Provider and MTP now use emulated /mnt/sdcard instead of /data/media
Mike Lockwood
2011-01-12
2
-44
/
+4
|
/
*
Increase cache size and low-watermark threshold, also
Andreas Huber
2011-01-11
1
-3
/
+3
*
Fix issue 3261656.
Eric Laurent
2011-01-07
2
-15
/
+133
*
Add support for the "compilation" tag in mp3, mp4 and ogg, and also add
Marco Nelissen
2011-01-07
1
-0
/
+1
*
Remove support for obsolete PTP content provider
Mike Lockwood
2011-01-06
2
-327
/
+0
*
Make the volume keys adjust the media volume by default if the device is not ...
Joe Onorato
2011-01-05
1
-3
/
+12
*
Replace extractAlbumArt() with getEmbeddedPicture() in MediaMetadataRetriever...
James Dong
2011-01-04
1
-1
/
+7
*
Remove captureFrame from MediaMetadataRetriever.java class
James Dong
2011-01-04
1
-8
/
+0
*
Move MTP Java classes to android.mtp.* package.
Mike Lockwood
2010-12-30
9
-7
/
+10
*
Expose AMRNB/WB and AAC encoder and related file output formats
James Dong
2010-12-22
1
-5
/
+6
*
MediaScanner: Fix handling of .nomedia files in directories
Mike Lockwood
2010-12-17
1
-18
/
+19
*
MediaScanner: Add support for scanning empty directories
Mike Lockwood
2010-12-16
2
-57
/
+64
*
Fix 3274309: Returns correctly sized thumbnails for MINI_KIND video thumbnails.
Chih-Chung Chang
2010-12-16
1
-2
/
+16
*
Change audio routing policy for HDMI
Eric Laurent
2010-12-15
1
-10
/
+31
*
MTP: Make recursive delete more efficient
Mike Lockwood
2010-12-14
1
-16
/
+32
*
MTP: check for replacing existing files via the database instead of the file ...
Mike Lockwood
2010-12-13
1
-0
/
+20
*
MediaScanner: No longer delete playlist files that have no valid entries
Mike Lockwood
2010-12-13
1
-11
/
+0
*
Merge "Fix bug 3275151 Request and abandon audio focus with audio mode changes"
Jean-Michel Trivi
2010-12-13
1
-19
/
+38
|
\
|
*
Fix bug 3275151 Request and abandon audio focus with audio mode changes
Jean-Michel Trivi
2010-12-11
1
-19
/
+38
*
|
MTP: Add support for reserve storage setting to avoid low storage situations.
Mike Lockwood
2010-12-12
1
-3
/
+4
|
/
*
Merge "MTP: Improve argument checking in SendObjectInfo"
Mike Lockwood
2010-12-08
1
-5
/
+8
|
\
|
*
MTP: Improve argument checking in SendObjectInfo
Mike Lockwood
2010-12-08
1
-5
/
+8
*
|
Merge "Fix issue 3159946."
Eric Laurent
2010-12-08
1
-54
/
+132
|
\
\
|
|
/
|
/
|
|
*
Fix issue 3159946.
Eric Laurent
2010-12-07
1
-54
/
+132
*
|
MTP: Implement MTP_DEVICE_PROPERTY_IMAGE_SIZE device property.
Mike Lockwood
2010-12-07
1
-2
/
+17
|
/
*
Replace MediaMetadataRetriever.captureFrame() with MediaMetadataRetriever.get...
James Dong
2010-12-03
1
-1
/
+1
*
Prepare for publishing MediaMetadataRetriever as public API
James Dong
2010-12-03
1
-10
/
+99
*
Merge "Remove the VideoEditorTestImpl"
Gil Dobjanschi
2010-12-02
2
-48
/
+15
|
\
|
*
Remove the VideoEditorTestImpl
Gil Dobjanschi
2010-12-02
2
-48
/
+15
*
|
Merge "Squashed commit of the following:"
Andreas Huber
2010-12-02
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Squashed commit of the following:
Andreas Huber
2010-12-02
1
-0
/
+1
*
|
Merge "Added a callback interface to the generatePreview method."
Gil Dobjanschi
2010-12-02
3
-3
/
+31
|
\
\
|
|
/
|
/
|
[next]