summaryrefslogtreecommitdiffstats
path: root/media/jni/android_media_MediaScanner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Frameworks/base: Wall Werror in media/jniAndreas Gampe2014-11-101-1/+0
* Switch to a type-safe album art interface.Elliott Hughes2014-06-111-6/+5
* Fix sense of NULL test in android_media_MediaScanner_extractAlbumArt.Elliott Hughes2014-06-091-1/+1
* [LP64] Fix access to MediaAlbumArt.Elliott Hughes2014-06-051-6/+7
* AArch64: Use long for pointers in media classesAshok Bhat2014-01-151-4/+4
* Remove dependency on JNIHelp header side effects.Ruben Brunk2013-09-101-0/+1
* Revert "use utf8_length() instead of local function, isValidUtf8()"Marco Nelissen2013-02-121-5/+48
* use utf8_length() instead of local function, isValidUtf8()Homin Lee2012-04-131-48/+5
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)Steve Block2012-01-191-4/+4
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)Steve Block2012-01-191-12/+12
* Verify we actually have valid utf8 metadataMarco Nelissen2011-11-031-1/+63
* Untangle MediaScanner error handling.Jeff Brown2011-07-201-24/+33
* Remove unnecessary locking from MediaScanner JNI codeMike Lockwood2011-07-111-7/+0
* MediaScanner: reimplement the ".nomedia" feature for hiding files from the me...Mike Lockwood2011-04-251-26/+3
* More native code cleanup.Elliott Hughes2011-04-121-4/+0
* You don't need to poke around inside FileDescriptor manually.Elliott Hughes2011-04-111-3/+1
* Media JNI code cleanupJames Dong2011-04-071-4/+1
* Add a release() method to MediaScannerJames Dong2011-03-111-17/+46
* A little cleanup in MediaScanner JNI codeJames Dong2011-03-111-89/+169
* MediaScanner: Add support for scanning empty directoriesMike Lockwood2010-12-161-3/+5
* Media scanner support for tracking files of arbitrary type.Mike Lockwood2010-09-121-16/+5
* Remove most stagefright property overrides, remove VorbisPlayer and VorbisMet...Andreas Huber2010-06-231-22/+1
* Reorganize some of the stagefright implementation related to metadata.Andreas Huber2010-01-081-7/+21
* Refactor MediaScanner. Some steps on the way towards being able to build the ...Andreas Huber2009-12-031-1/+11
* When encountering a .nomedia file, notify the MediaScannerClient,Marco Nelissen2009-09-031-0/+16
* Untangle MediaPlayer, MediaRecorder, MediaScanner and MediaMetadataRetriever JNIMarco Nelissen2009-08-031-14/+24
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+304
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-304/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+20
* Initial ContributionThe Android Open Source Project2008-10-211-0/+284