summaryrefslogtreecommitdiffstats
path: root/media/jni
Commit message (Expand)AuthorAgeFilesLines
* Added support for auxiliary audio effects to AudioTrack and MediaPlayer.Eric Laurent2010-07-211-0/+24
* Fix swap of sessionId and output in audio effect API.Jean-Michel Trivi2010-07-091-2/+2
* Merge "Added Visualizer effect." into gingerbreadEric Laurent2010-07-074-41/+523
|\
| * Added Visualizer effect.Eric Laurent2010-07-074-41/+523
* | Add multiple camera support for in MediaProfiles.Chih-Chung Chang2010-07-011-20/+20
|/
* 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
* | Merge "Support decoder queries from media profiles xml configuration file"James Dong2010-02-161-8/+63
|\ \ | |/ |/|
| * Support decoder queries from media profiles xml configuration fileJames Dong2010-02-121-8/+63
* | New API on java's MediaPlayer to suspend/resume a session.Andreas Huber2010-02-121-0/+14
* | split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-113-5/+7
|/
* Camcorder profile Java API supportJames Dong2010-02-041-4/+68
* Initial check-in for xml-based encoder capabilities retrievalJames Dong2010-02-013-1/+195
* API Extension: Support for optionally specifying a map of extra request heade...Andreas Huber2010-01-281-4/+91
* Attempt to fix the build ... again.Andreas Huber2010-01-271-1/+4
* Fixing the build. Why is this suddenly necessary and didn't break the build b...Andreas Huber2010-01-271-0/+2
* Reorganize some of the stagefright implementation related to metadata.Andreas Huber2010-01-082-8/+32
* Fix SoundPool restart problem CheckJNI issue.Dave Sparks2009-12-231-1/+5
* Add OnLoadCompleteListener to SoundPool.Dave Sparks2009-12-235-57/+111
* am b5fc8ffc: am 91487425: Merge change I0448ef20 into eclairDave Sparks2009-12-151-5/+6
|\
| * Fix SoundPool buffer size rounding error. Bug 2327620.Dave Sparks2009-12-141-5/+6
* | More SoundPool cleanup. Remove mSoundPoolRef and unused notify callback.Dave Sparks2009-12-071-4/+0
* | Remove unused Java object reference in native SoundPool code.Dave Sparks2009-12-073-4/+3
* | Refactor MediaScanner. Some steps on the way towards being able to build the ...Andreas Huber2009-12-033-8/+30
|/
* Music visualizer support hack.Marco Nelissen2009-10-061-0/+13
* Fix broken build.Dianne Hackborn2009-09-231-2/+2
* When encountering a .nomedia file, notify the MediaScannerClient,Marco Nelissen2009-09-031-0/+16
* We don't need libopencore_author and libcutils in libmedia_jniMarco Nelissen2009-08-031-2/+0
* Untangle MediaPlayer, MediaRecorder, MediaScanner and MediaMetadataRetriever JNIMarco Nelissen2009-08-036-134/+157
* am 17c195c8: Merge change 9340 into donutAndroid (Google) Code Review2009-07-312-11/+9
|\
| * Fix issue 2025872: Deadlock in SoundPool.stopEric Laurent2009-07-312-11/+9
* | Remove hardcoded maximum frame rate limit from the frameworkJames Dong2009-07-301-1/+1
* | Fix issue 1795088 Improve audio routing codeEric Laurent2009-07-231-2/+3