summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Add FIXMEs about audio_format_t assumptionGlenn Kasten2014-02-031-0/+2
* Change NBAIO_Format from typedef to structGlenn Kasten2014-02-031-6/+8
* Use Format_isValid() and Format_isEqual() instead of direct comparisonGlenn Kasten2014-02-034-9/+9
* Add Format_isValid() and Format_isEqual() to NBAIOGlenn Kasten2014-02-031-0/+10
* Change Format_Invalid from enum to global constGlenn Kasten2014-02-031-0/+2
* Merge "Use const NBAIO_Format& in parameter lists"Glenn Kasten2014-02-034-7/+7
|\
| * Use const NBAIO_Format& in parameter listsGlenn Kasten2014-01-314-7/+7
* | Merge "MPEG4Writer: use "mp42" as major/minor brand in ftyp box."Robert Shih2014-02-031-3/+6
|\ \
| * | MPEG4Writer: use "mp42" as major/minor brand in ftyp box.Robert Shih2014-01-301-3/+6
* | | Merge "Added support to query ACodec whether adaptive playback is enabled."Robert Shih2014-02-031-0/+5
|\ \ \
| * | | Added support to query ACodec whether adaptive playback is enabled.Robert Shih2014-01-291-0/+5
* | | | Merge "Fixed misplaced bracket for switch-case block."Robert Shih2014-02-031-4/+4
|\ \ \ \ | |/ / /
| * | | Fixed misplaced bracket for switch-case block.Robert Shih2014-01-241-4/+4
* | | | am 324d9157: am 5db1e3a6: Merge "correct one logic error in decide whether sh...Lajos Molnar2014-02-032-2/+2
|\ \ \ \
| * \ \ \ am 5db1e3a6: Merge "correct one logic error in decide whether should render o...Lajos Molnar2014-02-032-2/+2
| |\ \ \ \
| | * | | | correct one logic error in decide whether should render or notJianzheng Zhou2014-02-032-2/+2
* | | | | | am af1aa00e: am c4eef29a: Merge "fix deadlock issues that arise when there ar...Eric Laurent2014-02-035-31/+88
|\ \ \ \ \ \ | |/ / / / /
| * | | | | am c4eef29a: Merge "fix deadlock issues that arise when there are simultaneou...Eric Laurent2014-02-035-31/+88
| |\ \ \ \ \ | | |/ / / /
| | * | | | fix deadlock issues that arise when there are simultaneousjpadmana2014-01-315-31/+88
| * | | | | Merge "Support for MPEG2 video" into klp-modular-devDongwon Kang2014-01-292-0/+4
| |\ \ \ \ \
| | * | | | | Support for MPEG2 videoChangwan Ryu2014-01-212-0/+4
* | | | | | | Merge "Replace size_t in shared memory by uint32_t"Glenn Kasten2014-02-031-6/+13
|\ \ \ \ \ \ \
| * | | | | | | Replace size_t in shared memory by uint32_tGlenn Kasten2014-01-281-6/+13
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Cap pts gap between adjacent frames to specified valueChong Zhang2014-01-304-6/+167
* | | | | | | save mGraphicBuffer pointer even when we're suspendedChong Zhang2014-01-281-0/+6
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge "AudioTrack: fix obtainBuffer timeout calculation"Eric Laurent2014-01-282-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | AudioTrack: fix obtainBuffer timeout calculationEric Laurent2014-01-272-2/+2
* | | | | | am bb9e396d: am 06f7d151: am 06da69d5: Merge "frameworks/av: convert LOCAL_MO...Colin Cross2014-01-287-9/+9
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | am 06da69d5: Merge "frameworks/av: convert LOCAL_MODULE_PATH to LOCAL_MODULE_...Colin Cross2014-01-287-9/+9
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | frameworks/av: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATHColin Cross2014-01-277-9/+9
* | | | | am 1ae4b6ce: am fe6db33a: am 4ef1dc2d: Merge "Only increase the counter when ...Eric Laurent2014-01-271-5/+7
|\ \ \ \ \ | |/ / / /
| * | | | am 4ef1dc2d: Merge "Only increase the counter when we do take a wakelock"Eric Laurent2014-01-271-5/+7
| |\ \ \ \ | | |/ / /
| | * | | Merge "Only increase the counter when we do take a wakelock"Eric Laurent2014-01-271-5/+7
| | |\ \ \
| | | * | | Only increase the counter when we do take a wakelockJimmy Dalqvist2014-01-221-5/+7
* | | | | | am 9f875b27: am 8ba3192f: am d0e7e801: Merge "Do partial reads in MemoryLeakT...Eric Laurent2014-01-271-3/+11
|\ \ \ \ \ \ | |/ / / / /
| * | | | | am d0e7e801: Merge "Do partial reads in MemoryLeakTrackUtil"Eric Laurent2014-01-271-3/+11
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |
| | * | | Do partial reads in MemoryLeakTrackUtilOscar Rydhé2014-01-231-3/+11
| | |/ /
* | | | Remove the redundant parameters from createTrack_l()Glenn Kasten2014-01-241-62/+41
* | | | Refactor code related to I/O handles to reduce chance for leaksGlenn Kasten2014-01-242-45/+67
* | | | Merge "Replace control block frameCount_ by explicit in/out parameter"Glenn Kasten2014-01-244-11/+30
|\ \ \ \
| * | | | Replace control block frameCount_ by explicit in/out parameterGlenn Kasten2013-12-204-11/+30
* | | | | Merge "Fix build. Missing vendor_tag header."Ruben Brunk2014-01-171-0/+1
|\ \ \ \ \
| * | | | | Fix build. Missing vendor_tag header.Ruben Brunk2014-01-171-0/+1
* | | | | | Merge "Use uint32_t sequence numbers for IAudioRecord"Glenn Kasten2014-01-171-1/+1
|\ \ \ \ \ \
| * | | | | | Use uint32_t sequence numbers for IAudioRecordGlenn Kasten2014-01-161-1/+1
* | | | | | | am 4f8bb114: am 1526c2e1: am 96a7b5a9: Merge "Long mp3 metadata displays as c...Marco Nelissen2014-01-173-18/+26
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | am 96a7b5a9: Merge "Long mp3 metadata displays as corrupted file after transfer"Marco Nelissen2014-01-173-18/+26
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Merge "Long mp3 metadata displays as corrupted file after transfer"Marco Nelissen2014-01-173-18/+26
| | |\ \ \ \ \
| | | * | | | | Long mp3 metadata displays as corrupted file after transferYin Liu2013-12-203-18/+26
* | | | | | | | Merge "Make copy of audio_offload_info_t for future use"Glenn Kasten2014-01-171-0/+10
|\ \ \ \ \ \ \ \