summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/foundation
Commit message (Expand)AuthorAgeFilesLines
* am 474038ae: am 27158eb5: Merge "AArch64: AString::append for longs and point...Nick Kralevich2014-04-211-21/+21
|\
| * AArch64: AString::append for longs and pointersMarcus Oakland2014-04-151-21/+21
| * warnings be gone.Andreas Huber2014-04-112-2/+2
* | stagefright: add AString constructor from String8Lajos Molnar2014-04-041-0/+8
* | am c7c839dc: am b2ecad7f: Merge "libstagefright_foundation: fix printf format...Colin Cross2014-03-181-1/+1
|\ \ | |/
| * libstagefright_foundation: fix printf format for 64-bitColin Cross2014-03-181-1/+1
* | Merge "warnings be gone."Andreas Huber2014-02-112-2/+2
|\ \
| * | warnings be gone.Andreas Huber2014-02-112-2/+2
| |/
* | Support "data:" URIs again in mediaplayer...Andreas Huber2014-02-111-1/+5
|/
* Unregister any handlers still registered on now "dead" ALoopersAndreas Huber2013-07-312-0/+18
* ANetworkSession and ParsedMessage are now part of stagefright foundation.Andreas Huber2013-07-183-0/+1716
* New HLS implementation supporting independent stream sources, audio-only streamsAndreas Huber2013-05-311-0/+4
* Add liblogYing Wang2013-04-091-0/+1
* HLS now properly publishes its "seekable" flags after connectionAndreas Huber2013-02-061-1/+2
* ALooper::GetNowUs() now relies on systemTime instead of gettimeofday.Andreas Huber2012-10-011-4/+1
* experimental support for fragmented mp4 playback in nuplayerAndreas Huber2012-08-032-4/+33
* Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong2012-06-132-0/+190
* AV Android make files changesJames Dong2012-03-281-1/+1
* Provisional support for secure decryption of media streams.Andreas Huber2012-03-261-0/+10
* Fix memory leak when carrying ABuffer* in AMessages.Andreas Huber2012-03-091-0/+6
* Add new APIs AMessage::(set|find)Buffer to make it safer to passAndreas Huber2012-02-221-2/+21
* Implementation of a java media codec interface and associated tools.Andreas Huber2012-02-221-0/+16
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-062-5/+5
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-1/+1
* Fix Bitreader "putBits" implementation, make sure we emulate timestampsAndreas Huber2011-12-081-1/+7
* Various improvements to nuplayer playbackAndreas Huber2011-09-161-0/+9
* Support for posting messages and synchronously waiting for a response.Andreas Huber2011-08-252-6/+68
* Make sure we don't trigger a log warning if calling ALooper::stop() from the ...Andreas Huber2011-03-291-2/+21
* am 782ffe91: am 9c0c5b56: am 2f1f2248: Fix missing AOSP copyright headers for...James Dong2011-03-171-0/+16
|\
| * Fix missing AOSP copyright headers for a bunch of media framework filesJames Dong2011-03-171-0/+16
* | frameworks/base: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-141-1/+1
|/
* Support more MPEG4-LATM audio functionality.Andreas Huber2011-02-221-3/+1
* NuPlayer now properly sends MEDIA_SET_VIDEOSIZE notifications.Andreas Huber2011-01-101-0/+28
* Properly announce decoder output format changes, make sure AMessage::dup does.Andreas Huber2010-12-161-1/+10
* Initial support for a true streaming player for mpeg2 transport streams.Andreas Huber2010-12-152-10/+108
* API Support for both synchronous and queued commands, optionally associated m...Andreas Huber2010-12-062-7/+134
* An attempt to unregister a handler that's no longer registered should not cau...Andreas Huber2010-10-181-3/+8
* Remove stagefright foundation's incompatible logging interface and update cal...Andreas Huber2010-09-214-85/+11
* ALoopers can now be named (useful to distinguish threads).Andreas Huber2010-08-271-1/+6
* In the absence of width/height information in the sdp, extract the dimensions...Andreas Huber2010-08-192-0/+99
* Various changes to improve rtsp networking, reduce packet loss and adapt to A...Andreas Huber2010-07-221-2/+3
* ALooperRoster no longer holds strong references to handlers and loopers.Andreas Huber2010-07-071-6/+38
* Merge "An AHandler can now find its associated ALooper." into gingerbreadAndreas Huber2010-07-073-0/+46
|\
| * An AHandler can now find its associated ALooper.Andreas Huber2010-07-023-0/+46
* | Merge "Add an option to ALooper::start that allows it to call back into java ...Andreas Huber2010-07-021-4/+5
|\ \ | |/ |/|
| * Add an option to ALooper::start that allows it to call back into java or not.Andreas Huber2010-07-021-4/+5
* | Added AMessage::debugString() for debugging purposes.Andreas Huber2010-07-011-0/+103
|/
* Initial checkin of "foundation" library for future stagefright development.Andreas Huber2010-06-0710-0/+1334