summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/foundation/AHierarchicalStateMachine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* don't trigger an integer underflow when decrementing.Nick Kralevich2015-06-131-1/+2
| | | | | | | | | | When decrementing "i", eventually i will equal zero. When that happens, i-- underflows. This causes a crash when code which uses clang's -fsanitize=unsigned-integer-overflow is run. Avoid trigging an unsigned integer underflow. Change-Id: I61709cb01f56fdb36d631aa95579e8bd09cafd12
* stagefright: create CodecBase interface (abstract class)Lajos Molnar2014-07-071-1/+1
| | | | | | | This abstracts out the ACodec dependency in MediaCodec. Bug: 11784825 Change-Id: I0aa8b56c6414865fd4b0646e2c5bd1b62d030682
* New HLS implementation supporting independent stream sources, audio-only streamsAndreas Huber2013-05-311-0/+4
| | | | | | and more. Change-Id: Icfc45a0100243b2f7a14a9e65696be45b67d6495
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
| | | | | | | See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I00a4b904f9449e6f93b7fd35eac28640d7929e69
* Fix missing AOSP copyright headers for a bunch of media framework filesJames Dong2011-03-171-0/+16
| | | | | | bug - 4119349 Change-Id: If5924e16a5f596d5d73d9beb66eaf5ac9a6f0e50
* Initial support for a true streaming player for mpeg2 transport streams.Andreas Huber2010-12-151-0/+97
Change-Id: I153eec439d260a5524b21270e16d36940ec3161a