summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify and cleanup error handling in AudioRecord::getMinFrameCountGlenn Kasten2014-02-252-17/+11
* Merge "support for time lapse/slow motion when using SURFACE source"Chong Zhang2014-02-228-12/+118
|\
| * support for time lapse/slow motion when using SURFACE sourceChong Zhang2014-02-148-12/+118
* | Merge "Account for unreleased frames when predicting resampler needs"Glenn Kasten2014-02-221-20/+28
|\ \
| * | Account for unreleased frames when predicting resampler needsGlenn Kasten2014-02-211-20/+28
* | | Merge "Make tee sink work again"Glenn Kasten2014-02-212-2/+3
|\ \ \
| * | | Make tee sink work againGlenn Kasten2014-02-212-2/+3
| |/ /
* | | Merge "LiveSession refactor"Robert Shih2014-02-214-139/+93
|\ \ \
| * | | LiveSession refactorRobert Shih2014-02-204-139/+93
* | | | Merge "audioflinger: fix race condition in SyncEvent callback"Eric Laurent2014-02-213-7/+10
|\ \ \ \
| * | | | audioflinger: fix race condition in SyncEvent callbackEric Laurent2014-02-203-7/+10
| | |/ / | |/| |
* | | | resolved conflicts for merge of aa0390b7 to masterMarco Nelissen2014-02-202-4/+13
|\ \ \ \ | |/ / / |/| | |
| * | | am 4ee5d2b9: Merge "LiveSession: Use the actual, possibly redirected url as b...Marco Nelissen2014-02-202-4/+13
| |\ \ \
| | * \ \ Merge "LiveSession: Use the actual, possibly redirected url as base in the M3U"Marco Nelissen2014-02-202-4/+13
| | |\ \ \
| | | * | | LiveSession: Use the actual, possibly redirected url as base in the M3UMartin Storsjo2014-01-102-4/+13
* | | | | | Allow specifying frames per call to resample()Glenn Kasten2014-02-191-3/+15
* | | | | | Merge "Fix resampler to allow output of single frame"Andy Hung2014-02-195-6/+38
|\ \ \ \ \ \
| * | | | | | Fix resampler to allow output of single frameAndy Hung2014-02-195-6/+38
* | | | | | | Merge "fix codec buffer leak in error handling when timestamp goes backward"Chong Zhang2014-02-191-7/+7
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | fix codec buffer leak in error handling when timestamp goes backwardChong Zhang2014-02-141-7/+7
* | | | | | | Merge "Handle recording failure more gracefully."Ruben Brunk2014-02-192-9/+20
|\ \ \ \ \ \ \
| * | | | | | | Handle recording failure more gracefully.Ruben Brunk2014-02-182-9/+20
* | | | | | | | Expand support for fragmented mp4Marco Nelissen2014-02-191-12/+27
* | | | | | | | Merge "Fix crash when seeking fragmented mp4 files"Marco Nelissen2014-02-191-10/+17
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Fix crash when seeking fragmented mp4 filesMarco Nelissen2014-02-181-10/+17
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge "Simplify and remove old comment"Glenn Kasten2014-02-181-3/+1
|\ \ \ \ \ \ \
| * | | | | | | Simplify and remove old commentGlenn Kasten2014-02-181-3/+1
* | | | | | | | Multi-client recording continuedGlenn Kasten2014-02-183-47/+46
* | | | | | | | Move handleSyncStartEvent and clearSyncStartEvent to RecordTrackGlenn Kasten2014-02-184-34/+33
* | | | | | | | Add _l suffix to readInputParameters/OutputParametersGlenn Kasten2014-02-183-17/+17
* | | | | | | | Multi-client recordingGlenn Kasten2014-02-186-319/+411
|/ / / / / / /
* | | | | | | Merge "Move StateQueueInstantiations to libinstantssq"Glenn Kasten2014-02-182-10/+19
|\ \ \ \ \ \ \
| * | | | | | | Move StateQueueInstantiations to libinstantssqGlenn Kasten2014-02-182-10/+19
* | | | | | | | Merge "Fix bug with not reporting lost bytes"Glenn Kasten2014-02-181-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fix bug with not reporting lost bytesGlenn Kasten2014-02-181-2/+2
* | | | | | | | Merge "Add private method NBLog::Reader::dumpLine()"Glenn Kasten2014-02-182-37/+49
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Add private method NBLog::Reader::dumpLine()Glenn Kasten2014-02-182-37/+49
* | | | | | | | Merge "Fix warning due to incorrect log format"Glenn Kasten2014-02-181-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Fix warning due to incorrect log formatGlenn Kasten2014-02-181-1/+1
| |/ / / / / /
* | | | | | | Merge "Skip scaling_list definitions in AVC seq header."Andreas Huber2014-02-181-1/+37
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Skip scaling_list definitions in AVC seq header.Andreas Huber2014-02-141-1/+37
* | | | | | | Merge "LiveSession: Add support for block-by-block fetchFile."Robert Shih2014-02-152-35/+80
|\ \ \ \ \ \ \
| * | | | | | | LiveSession: Add support for block-by-block fetchFile.Robert Shih2014-02-132-35/+80
* | | | | | | | Merge "PlaylistFetcher: Add support for block-by-block decryption."Robert Shih2014-02-152-37/+75
|\ \ \ \ \ \ \ \
| * | | | | | | | PlaylistFetcher: Add support for block-by-block decryption.Robert Shih2014-02-132-37/+75
| |/ / / / / / /
* | | | | | | | Merge "AnotherPacketSource support to get latest buffered MetaData."Robert Shih2014-02-152-2/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | AnotherPacketSource support to get latest buffered MetaData.Robert Shih2014-02-032-2/+25
* | | | | | | | | Merge "Try not to have sample durations vary too much"Marco Nelissen2014-02-141-0/+16
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Try not to have sample durations vary too muchMarco Nelissen2014-02-131-0/+16
* | | | | | | | | am 8dad284a: am 80b72e6f: Merge "libeffects: don\'t set module path"Colin Cross2014-02-141-1/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |