summaryrefslogtreecommitdiffstats
path: root/media/jni
Commit message (Expand)AuthorAgeFilesLines
* Various changes to Media* APIs requested by the api council.Andreas Huber2012-05-034-19/+19
* New API to set the video rendering mode on a MediaCodec instance.Andreas Huber2012-04-302-2/+40
* The MediaExtractor can now unselect tracks and has more control over seeking.Andreas Huber2012-04-262-6/+39
* am b4781b9b: am ea8ceca8: am 90577af7: Merge "use utf8_length() instead of lo...Dianne Hackborn2012-04-241-48/+5
|\
| * 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-1913-174/+174
| * Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)Steve Block2012-01-195-10/+10
| * Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)Steve Block2012-01-192-2/+2
| * Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)Steve Block2012-01-191-3/+3
| * Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)Steve Block2012-01-1911-232/+232
* | Add the ability to query the amount of cached data to MediaExtractor.Andreas Huber2012-04-202-0/+48
* | DRM errors signaled by the CryptoPlugin are now visible to MediaCodec clientsAndreas Huber2012-04-192-11/+50
* | Merge "Add support for scaling mode parameter in Visualizer effect"Jean-Michel Trivi2012-04-191-0/+23
|\ \
| * | Add support for scaling mode parameter in Visualizer effectJean-Michel Trivi2012-04-171-0/+23
* | | Fix a typo and choose a reasonable default for crypto-mode (0 would be unencr...Andreas Huber2012-04-181-2/+3
* | | Information required to decrypt buffers is now packaged into MediaCodec.Crypt...Andreas Huber2012-04-183-8/+196
* | | Make seekTo not throw exceptions.Andreas Huber2012-04-171-6/+1
* | | MediaCrypto's constructor can throw RuntimeException.Andreas Huber2012-04-171-1/+1
* | | Unhide new media related java APIs.Andreas Huber2012-04-168-42/+130
|/ /
* | 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