summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/amrwb
Commit message (Expand)AuthorAgeFilesLines
* Fix build with clang in C++11 modeBernhard Rosenkränzer2014-11-271-1/+1
* Stagefright: Fix unused variables, functions, valuesAndreas Gampe2014-11-251-1/+1
* warnings be gone.Andreas Huber2014-02-111-0/+2
* 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
* Merge "stagefright amr: Avoid C++/C99 for loops with variable declaration"Jean-Baptiste Queru2012-02-272-3/+4
|\
| * stagefright amr: Avoid C++/C99 for loops with variable declarationMartin Storsjo2012-02-272-3/+4
* | Merge "stagefright amrwb: Make local const arrays static"Jean-Baptiste Queru2012-02-273-13/+13
|\ \
| * | stagefright amrwb: Make local const arrays staticMartin Storsjo2012-02-243-13/+13
* | | Merge "stagefright amrwb: Change a C++ style cast into a C style cast"Jean-Baptiste Queru2012-02-271-1/+1
|\ \ \ | |_|/ |/| |
| * | stagefright amrwb: Change a C++ style cast into a C style castMartin Storsjo2012-02-241-1/+1
| |/
* | stagefright amrwb: Make a global const array staticMartin Storsjo2012-02-241-1/+1
|/
* Remove old-style software decoders.Andreas Huber2011-07-132-226/+0
* Squashed commit of the following:Andreas Huber2011-05-113-4/+4
* Support finer seek control on MediaSources.Andreas Huber2010-07-211-1/+2
* Properly fill in the component name for the software decoders.Andreas Huber2010-03-301-0/+2
* Propagate duration from input to output only if available, support multiple f...Andreas Huber2009-12-111-7/+14
* Initial checkin of software AVC video decoder based on PV source code.Andreas Huber2009-12-101-4/+0
* Initial check in of AMR (NB and WB) decoders based on PV source code.Andreas Huber2009-12-1062-0/+17029