summaryrefslogtreecommitdiffstats
path: root/media/jni
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix failure from setDataSource(String path) when path is a local file"James Dong2012-04-121-8/+0
|\
| * Fix failure from setDataSource(String path) when path is a local fileJames Dong2012-04-121-8/+0
* | Fix thumbnail generation failureJames Dong2012-04-111-9/+0
|/
* New JAVA API to support submitting encrypted buffers of input data.Andreas Huber2012-04-062-0/+149
* New Crypto JAVA class to facilitate decryption via MediaCodec.Andreas Huber2012-04-046-3/+371
* More DRM/crypto support.Andreas Huber2012-04-031-2/+3
* New API to query available codecs and their capabilities.Andreas Huber2012-04-023-0/+197
* frameworks base Android.mk file changesJames Dong2012-03-283-10/+7
* Merge "Provisional support for secure decryption of media streams."Andreas Huber2012-03-263-1/+31
|\
| * 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