summaryrefslogtreecommitdiffstats
path: root/media/jni
Commit message (Expand)AuthorAgeFilesLines
...
| * | Provisional support for secure decryption of media streams.Andreas Huber2012-03-263-1/+31
* | | Merge "reorganize SoundPool and JetPlayer code."Eric Laurent2012-03-266-1331/+5
|\ \ \ | |/ / |/| |
| * | reorganize SoundPool and JetPlayer code.Eric Laurent2012-03-266-1331/+5
* | | VideoEditorMain.h is moved to /frameworks/av/libvideoeditor and thus can be d...James Dong2012-03-241-77/+0
|/ /
* | Change Android.mk file to use the new location after /frameworks/media/libvid...James Dong2012-03-221-6/+6
* | Add libmedia_nativeGlenn Kasten2012-03-163-2/+5
* | Remove dependency on audio_* locationGlenn Kasten2012-03-141-1/+1
* | Merge "Gapless playback, step 1."Marco Nelissen2012-03-131-0/+28
|\ \
| * | Gapless playback, step 1.Marco Nelissen2012-03-131-0/+28
* | | Switched to use the header files in /frameworks/nativeJames Dong2012-03-122-3/+4
* | | Merge "Removed the include header path since it is not needed."James Dong2012-03-121-1/+0
|\ \ \
| * | | Removed the include header path since it is not needed.James Dong2012-03-121-1/+0
* | | | Documentation/API update for MediaCodec/MediaExtractor, fixes to MediaCodec.Andreas Huber2012-03-122-5/+32
|/ / /
* | | Use audio_policy_output_flags_t consistentlyGlenn Kasten2012-03-091-2/+3
|/ /
* | Split Parcel JNI details away from Binder.Jeff Sharkey2012-03-081-0/+1
* | Switch the way we configure for MediaPlayer retransmission.John Grossman2012-03-011-0/+40
* | Separate the notion of "stop" from that of "release", i.e.Andreas Huber2012-02-281-1/+1
* | fix libgui header locationMathias Agopian2012-02-274-5/+6
* | Add new APIs AMessage::(set|find)Buffer to make it safer to passAndreas Huber2012-02-221-6/+3
* | Implementation of a java media codec interface and associated tools.Andreas Huber2012-02-228-0/+1381
* | Enhance Visualizer behavior in the case of mediaserver death.John Grossman2012-02-161-2/+20
* | Reuse callback buffers in the Visualizer.John Grossman2012-02-161-6/+80
* | Update commentsGlenn Kasten2012-02-141-1/+1
* | Follow raw pointer and sp<> conventionsGlenn Kasten2012-02-102-4/+5
* | move away from MediaDebug and use ADebug instead for video editor engineJames Dong2012-02-091-0/+1
* | The software AMR NB encoder is now an OMX component.Andreas Huber2012-02-011-1/+5
* | Don't need to link to libsqlite from media JNI library.Jeff Brown2012-01-191-1/+0
* | Use audio_stream_type_t consistentlyGlenn Kasten2012-01-134-7/+7
* | Merge "Use audio_format_t consistently"Glenn Kasten2012-01-122-4/+4
|\ \
| * | Use audio_format_t consistentlyGlenn Kasten2012-01-052-4/+4
* | | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-0813-174/+174
* | | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-065-10/+10
* | | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-042-2/+2
|/ /
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-3/+3
* | Extract out audio DSP code to utility libraryGlenn Kasten2011-12-161-0/+1
* | am 5126f1d4: am 613ed4c6: Merge "Fixd for 5490443 Native crash while exportin...Hong Teng2011-12-021-2/+2
|\ \ | |/
| * Fixd for 5490443 Native crash while exporting a videoHong Teng2011-12-011-2/+2
* | am f51f1bd9: Verify we actually have valid utf8 metadataMarco Nelissen2011-11-031-1/+63
|\ \ | |/
| * Verify we actually have valid utf8 metadataMarco Nelissen2011-11-031-1/+63
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-2611-232/+232
|/
* MediaPlayer: properly handle released surfacesJamie Gennis2011-10-141-2/+8
* Log a warning when a MediaPlayer is finalized without having being released.Marco Nelissen2011-09-281-0/+4
* Add QVGA resolution to CamcorderProfileJames Dong2011-09-191-6/+10
* If media player has died already, do not dec the old surface texture reference.Gloria Wang2011-09-151-0/+5
* Cherry-pick from master. Do not merge.Gloria Wang2011-09-151-5/+13
* Fix 5278371: OOM in MediaItemThumbnailTestChih-Chung Chang2011-09-091-1/+5
* Fix 5156702: rotate thumbnailsChih-Chung Chang2011-09-071-3/+1
* Require INTERNET permission for network-based content.Dave Burke2011-09-021-0/+2
* Fix for 5156702 Rotate video output for thumbnails and exportRajneesh Chowdury2011-08-305-8/+39
* Fix for 4142219 Don't hard code platform-specific limitations (Jni/ Java)Rajneesh Chowdury2011-08-195-114/+274