| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix static sample table processing, add support for h.263 video. | Andreas Huber | 2012-08-09 | 1 | -1/+4 |
* | experimental support for fragmented mp4 playback in nuplayer | Andreas Huber | 2012-08-03 | 2 | -2/+8 |
* | update to new getDisplayInfo API | Mathias Agopian | 2012-07-25 | 2 | -4/+10 |
* | Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/ | James Dong | 2012-06-13 | 2 | -0/+190 |
* | Submit codec specific data automatically | Andreas Huber | 2012-05-08 | 1 | -35/+0 |
* | Fixed incorrect codec type in the output for profiles/levels in cmd stagefright | James Dong | 2012-04-27 | 1 | -7/+4 |
* | Add option to stagefright for writing decoded PCM | Marco Nelissen | 2012-04-27 | 1 | -1/+25 |
* | Add profile/level dump for encoders in cmd stagefright | James Dong | 2012-04-25 | 1 | -40/+49 |
* | Allow propagation of error information and description from the CryptoPlugin to | Andreas Huber | 2012-04-19 | 1 | -0/+1 |
* | Some refactoring and cleanup of now obsolete crypto fields. | Andreas Huber | 2012-04-18 | 1 | -122/+12 |
* | Better error logging during meta data retrieval. Fixed the stagefright | Andreas Huber | 2012-04-11 | 1 | -1/+12 |
* | New API to support submitting encrypted buffers to the decoder. | Andreas Huber | 2012-04-06 | 1 | -8/+21 |
* | New Crypto services talking to the new crypto "HAL". | Andreas Huber | 2012-04-03 | 2 | -4/+70 |
* | AV Android make files changes | James Dong | 2012-03-28 | 1 | -8/+8 |
* | Merge "Provisional support for secure decryption of media streams." | Andreas Huber | 2012-03-26 | 2 | -8/+55 |
|\ |
|
| * | Provisional support for secure decryption of media streams. | Andreas Huber | 2012-03-26 | 2 | -8/+55 |
* | | stagefright: remove dependency on skia | Colin Cross | 2012-03-24 | 4 | -15/+104 |
|/ |
|
* | Remove JNI in LOCAL_C_INCLUDE from non-JNI related Android.mk files. | James Dong | 2012-03-24 | 1 | -7/+0 |
* | Use NuPlayer for media playback everywhere | Andreas Huber | 2012-03-22 | 1 | -3/+5 |
* | Merge "Add libmedia_native" | Glenn Kasten | 2012-03-19 | 1 | -4/+4 |
|\ |
|
| * | Add libmedia_native | Glenn Kasten | 2012-03-16 | 1 | -4/+4 |
* | | Merge "audio_channel_in/out_mask_from_count" | Glenn Kasten | 2012-03-19 | 2 | -5/+2 |
|\ \ |
|
| * | | audio_channel_in/out_mask_from_count | Glenn Kasten | 2012-03-15 | 2 | -5/+2 |
| |/ |
|
* | | Report an error instead of waiting for EOS indefinitely in sf2. | Andreas Huber | 2012-03-16 | 1 | -0/+10 |
|/ |
|
* | Switched to use the header files in /frameworks/native | James Dong | 2012-03-12 | 1 | -9/+9 |
* | fix EOS handling in codec test. | Andreas Huber | 2012-03-09 | 1 | -27/+30 |
* | Added better codec statistics to evaluate performance. | Andreas Huber | 2012-03-07 | 1 | -31/+73 |
* | Separate the notion of "stop" from that of "release", i.e. | Andreas Huber | 2012-02-28 | 2 | -2/+2 |
* | fix libgui header location | Mathias Agopian | 2012-02-27 | 4 | -8/+4 |
* | Fix two more locations that use the old setObject("buffer", ...) paradigm | Andreas Huber | 2012-02-24 | 2 | -11/+8 |
* | Be more greedy when it comes to gathering input and output buffers. | Andreas Huber | 2012-02-23 | 2 | -26/+49 |
* | Add new APIs AMessage::(set|find)Buffer to make it safer to pass | Andreas Huber | 2012-02-22 | 1 | -3/+2 |
* | Implementation of a java media codec interface and associated tools. | Andreas Huber | 2012-02-22 | 5 | -3/+1167 |
* | Move away from MediaDebug and use ADebug instead | James Dong | 2012-02-10 | 5 | -17/+17 |
* | The software AAC encoder is now an OMX component. | Andreas Huber | 2012-01-26 | 1 | -2/+2 |
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE | Steve Block | 2012-01-08 | 1 | -1/+1 |
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE | Steve Block | 2012-01-04 | 2 | -2/+2 |
* | resolved conflicts for merge of 26f70db9 to master | Andreas Huber | 2011-11-08 | 1 | -1/+1 |
|\ |
|
| * | Remove surface legacy APIs and code. | Andreas Huber | 2011-10-28 | 1 | -1/+1 |
* | | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE | Steve Block | 2011-10-26 | 2 | -2/+2 |
|/ |
|
* | NuPlayer is now taking on the task of streaming over RTSP. | Andreas Huber | 2011-10-13 | 1 | -27/+1 |
* | Support for an MPEG2 Program Stream extractor. | Andreas Huber | 2011-09-30 | 1 | -0/+1 |
* | Support AMR, G.711 and vorbis audio in ACodec and friends. | Andreas Huber | 2011-09-28 | 1 | -5/+46 |
* | Merge "Properly connect to surface flinger in our shell tools" | Andreas Huber | 2011-09-26 | 3 | -3/+19 |
|\ |
|
| * | Properly connect to surface flinger in our shell tools | Andreas Huber | 2011-09-20 | 3 | -3/+19 |
* | | Add an option to dump the raw stream to a file in the stagefright cmdline tool. | Andreas Huber | 2011-09-23 | 1 | -1/+46 |
|/ |
|
* | Require INTERNET permission for network-based content. | Dave Burke | 2011-09-02 | 1 | -2/+2 |
* | When encountering a discontinuity, flush(clear) all content enqueued up to that | Andreas Huber | 2011-08-25 | 1 | -10/+27 |
* | QueryCodecs() signature change | Jean-Michel Trivi | 2011-07-22 | 1 | -1/+1 |
* | Merge "Add option to query hardware decoders only" | Jean-Michel Trivi | 2011-07-18 | 1 | -1/+7 |
|\ |
|