summaryrefslogtreecommitdiffstats
path: root/cmds
Commit message (Expand)AuthorAgeFilesLines
...
* New Crypto services talking to the new crypto "HAL".Andreas Huber2012-04-032-4/+70
* AV Android make files changesJames Dong2012-03-281-8/+8
* Merge "Provisional support for secure decryption of media streams."Andreas Huber2012-03-262-8/+55
|\
| * Provisional support for secure decryption of media streams.Andreas Huber2012-03-262-8/+55
* | stagefright: remove dependency on skiaColin Cross2012-03-244-15/+104
|/
* Remove JNI in LOCAL_C_INCLUDE from non-JNI related Android.mk files.James Dong2012-03-241-7/+0
* Use NuPlayer for media playback everywhereAndreas Huber2012-03-221-3/+5
* Merge "Add libmedia_native"Glenn Kasten2012-03-191-4/+4
|\
| * Add libmedia_nativeGlenn Kasten2012-03-161-4/+4
* | Merge "audio_channel_in/out_mask_from_count"Glenn Kasten2012-03-192-5/+2
|\ \
| * | audio_channel_in/out_mask_from_countGlenn Kasten2012-03-152-5/+2
| |/
* | Report an error instead of waiting for EOS indefinitely in sf2.Andreas Huber2012-03-161-0/+10
|/
* Switched to use the header files in /frameworks/nativeJames Dong2012-03-121-9/+9
* fix EOS handling in codec test.Andreas Huber2012-03-091-27/+30
* Added better codec statistics to evaluate performance.Andreas Huber2012-03-071-31/+73
* Separate the notion of "stop" from that of "release", i.e.Andreas Huber2012-02-282-2/+2
* fix libgui header locationMathias Agopian2012-02-274-8/+4
* Fix two more locations that use the old setObject("buffer", ...) paradigmAndreas Huber2012-02-242-11/+8
* Be more greedy when it comes to gathering input and output buffers.Andreas Huber2012-02-232-26/+49
* Add new APIs AMessage::(set|find)Buffer to make it safer to passAndreas Huber2012-02-221-3/+2
* Implementation of a java media codec interface and associated tools.Andreas Huber2012-02-225-3/+1167
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-105-17/+17
* The software AAC encoder is now an OMX component.Andreas Huber2012-01-261-2/+2
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-042-2/+2
* resolved conflicts for merge of 26f70db9 to masterAndreas Huber2011-11-081-1/+1
|\
| * Remove surface legacy APIs and code.Andreas Huber2011-10-281-1/+1
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-262-2/+2
|/
* NuPlayer is now taking on the task of streaming over RTSP.Andreas Huber2011-10-131-27/+1
* Support for an MPEG2 Program Stream extractor.Andreas Huber2011-09-301-0/+1
* Support AMR, G.711 and vorbis audio in ACodec and friends.Andreas Huber2011-09-281-5/+46
* Merge "Properly connect to surface flinger in our shell tools"Andreas Huber2011-09-263-3/+19
|\
| * Properly connect to surface flinger in our shell toolsAndreas Huber2011-09-203-3/+19
* | Add an option to dump the raw stream to a file in the stagefright cmdline tool.Andreas Huber2011-09-231-1/+46
|/
* Require INTERNET permission for network-based content.Dave Burke2011-09-021-2/+2
* When encountering a discontinuity, flush(clear) all content enqueued up to thatAndreas Huber2011-08-251-10/+27
* QueryCodecs() signature changeJean-Michel Trivi2011-07-221-1/+1
* Merge "Add option to query hardware decoders only"Jean-Michel Trivi2011-07-181-1/+7
|\
| * Add option to query hardware decoders onlyJean-Michel Trivi2011-07-181-1/+7
* | Include all supported mime types when querying decoder profile/level support.Andreas Huber2011-07-131-1/+3
|/
* Add support for some custom YUV420 color formats to recordvideo utilityJames Dong2011-07-071-8/+7
* Merge "SF transactions are now O(1) wrt IPC instead of O(N)."Mathias Agopian2011-06-293-6/+6
|\
| * SF transactions are now O(1) wrt IPC instead of O(N).Mathias Agopian2011-06-293-6/+6
* | Support for "streaming" non-transport streams by first converting them to ts ...Andreas Huber2011-06-281-11/+165
|/
* Merge "Multiple changes to ACodec/codec tools:"Andreas Huber2011-06-281-7/+24
|\
| * Multiple changes to ACodec/codec tools:Andreas Huber2011-06-281-7/+24
* | New option in the stagefright commandline tool.Andreas Huber2011-06-281-35/+42
|/
* Reconstruct sync frame indication for content served by the MPEG2TSExtractorAndreas Huber2011-06-221-9/+38
* Add an option to force to use HW codec in stagefright cmd toolJames Dong2011-06-131-2/+19
* Extract embedded cover art (aka poster frame) in mp4 filesJames Dong2011-05-261-4/+11