summaryrefslogtreecommitdiffstats
path: root/media/jni
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge "Fix 5144356: Native crash while importing music"Chih-Chung Chang2011-08-181-18/+19
|\
| * Fix 5144356: Native crash while importing musicChih-Chung Chang2011-08-181-18/+19
* | Merge "Fix for 5155561 During export, progress bar jumps from 0 to 50%"Rajneesh Chowdury2011-08-181-25/+49
|\ \ | |/ |/|
| * Fix for 5155561 During export, progress bar jumps from 0 to 50%Rajneesh Chowdury2011-08-171-25/+49
* | Display thumbnails one by one and cache them.Chih-Chung Chang2011-08-163-61/+47
|/
* Speed up thumbnail generation.Chih-Chung Chang2011-08-155-53/+28
* Merge "If release has been called before finalize, do not expect MediaPlayer ...James Dong2011-08-121-5/+13
|\
| * If release has been called before finalize, do not expect MediaPlayer still e...James Dong2011-08-121-5/+13
* | Merge "Fix issue 5144429: CTS test fails for AudioEffects"Eric Laurent2011-08-121-0/+2
|\ \ | |/ |/|
| * Fix issue 5144429: CTS test fails for AudioEffectsEric Laurent2011-08-111-0/+2
* | Remove ParcelSurfaceTexture and update MediaPlayerTed Bonkenburg2011-08-111-56/+41
|/
* To support for switching from a non-null surface/ surface texture toGloria Wang2011-08-091-3/+4
* Add dependencies for the YV12 color converter change.Chih-Chung Chang2011-07-271-0/+2
* Merge "Fixing up Mediarecorder for MFF"Pannag Sanketi2011-07-261-1/+1
|\
| * Fixing up Mediarecorder for MFFPannag Sanketi2011-07-251-1/+1