summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Merge "stagefright: move math templates into AUtils.h" into lmp-devLajos Molnar2014-10-023-35/+142
|\
| * stagefright: move math templates into AUtils.hLajos Molnar2014-10-013-35/+142
* | Merge "NuPlayer: Fix flush mode decoder error handling" into lmp-devAndy Hung2014-10-026-28/+103
|\ \ | |/ |/|
| * NuPlayer: Fix flush mode decoder error handlingAndy Hung2014-10-016-28/+103
* | Merge "camera2: Force DNG previews to render with LSC map." into lmp-devRuben Brunk2014-10-021-1/+3
|\ \
| * | camera2: Force DNG previews to render with LSC map.Ruben Brunk2014-10-011-1/+3
| |/
* | Merge "add AAC audio decoder params for PCM limiter enable" into lmp-devChong Zhang2014-10-012-2/+14
|\ \
| * | add AAC audio decoder params for PCM limiter enableChong Zhang2014-10-012-2/+14
* | | Merge "GenericSource: support disconnect before NuCachedSource2 is created" i...Robert Shih2014-10-013-9/+43
|\ \ \
| * | | GenericSource: support disconnect before NuCachedSource2 is createdRobert Shih2014-10-013-9/+43
| | |/ | |/|
* | | Merge "NuCachedSource2: fix disconnect process" into lmp-devRobert Shih2014-10-011-0/+8
|\ \ \
| * | | NuCachedSource2: fix disconnect processRobert Shih2014-09-301-0/+8
| |/ /
* | | Merge "Check if info for uri is available" into lmp-devMarco Nelissen2014-09-301-0/+4
|\ \ \
| * | | Check if info for uri is availableMarco Nelissen2014-09-301-0/+4
* | | | mediaplayer: make frame-accurate avsync configurableLajos Molnar2014-09-291-0/+20
| |/ / |/| |
* | | Merge "audio: fix stream type for accessibility usage" into lmp-devEric Laurent2014-09-263-2/+36
|\ \ \ | |/ / |/| |
| * | audio: fix stream type for accessibility usageEric Laurent2014-09-253-2/+36
* | | Merge "NuPlayer: use format obtained from source to tell if video exists." in...Wei Jia2014-09-261-1/+1
|\ \ \
| * | | NuPlayer: use format obtained from source to tell if video exists.Wei Jia2014-09-251-1/+1
* | | | Fix SoftAAC2 flushMarco Nelissen2014-09-251-4/+8
|/ / /
* | | Merge "NuPlayer: Fix decoder error handling" into lmp-devAndy Hung2014-09-253-15/+40
|\ \ \
| * | | NuPlayer: Fix decoder error handlingAndy Hung2014-09-243-15/+40
| | |/ | |/|
* | | Merge "Fix Widevine classic playback errors with NuPlayer" into lmp-devLajos Molnar2014-09-251-1/+8
|\ \ \ | |_|/ |/| |
| * | Fix Widevine classic playback errors with NuPlayerJeff Tinker2014-09-241-1/+8
* | | stagefright: Advertise 16x16 alignment requirement for PV codecsLajos Molnar2014-09-241-6/+6
* | | Merge "mediaplayer: handle bad input in VideoFrameScheduler" into lmp-devLajos Molnar2014-09-252-4/+17
|\ \ \
| * | | mediaplayer: handle bad input in VideoFrameSchedulerLajos Molnar2014-09-242-4/+17
* | | | Merge "stagefright: use frame height if slice height is 0" into lmp-devLajos Molnar2014-09-251-7/+14
|\ \ \ \
| * | | | stagefright: use frame height if slice height is 0Lajos Molnar2014-09-241-7/+14
* | | | | Merge "SoftVideoDecoderOMXComponent: re-config the buffer size when port defi...Ronghua Wu2014-09-251-0/+34
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SoftVideoDecoderOMXComponent: re-config the buffer size when port definition ...Ronghua Wu2014-09-241-0/+34
| | |_|/ | |/| |
* | | | Merge "stagefright: fix cropping handling for SoftAVC and SoftMEPEG4." into l...Ronghua Wu2014-09-255-18/+31
|\ \ \ \
| * | | | stagefright: fix cropping handling for SoftAVC and SoftMEPEG4.Ronghua Wu2014-09-245-18/+31
| |/ / /
* | | | Merge "LiveSession: do not drop seek request" into lmp-devRobert Shih2014-09-251-10/+17
|\ \ \ \
| * | | | LiveSession: do not drop seek requestRobert Shih2014-09-181-10/+17
* | | | | Merge "NuPlayerDecoder: release MediaBuffers when decoder is deleted." into l...Wei Jia2014-09-241-0/+4
|\ \ \ \ \
| * | | | | NuPlayerDecoder: release MediaBuffers when decoder is deleted.Wei Jia2014-09-241-0/+4
| | |/ / / | |/| | |
* | | | | Merge "stagefright: return encrypted input buffer for secure codecs" into lmp...Lajos Molnar2014-09-241-1/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | stagefright: return encrypted input buffer for secure codecsLajos Molnar2014-09-231-1/+6
* | | | | Merge "NuCachedSource2: more fixes for source read hang" into lmp-devChong Zhang2014-09-241-2/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | NuCachedSource2: more fixes for source read hangChong Zhang2014-09-241-2/+14
* | | | | Merge "stagefright: add adaptive playback support to SoftHEVC decoder." into ...Ronghua Wu2014-09-244-84/+141
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | stagefright: add adaptive playback support to SoftHEVC decoder.Ronghua Wu2014-09-234-84/+141
| | |/ / | |/| |
* | | | Merge "NuPlayer will notify SeekComplete only when requested so." into lmp-devWei Jia2014-09-243-19/+29
|\ \ \ \ | |_|/ / |/| | |
| * | | NuPlayer will notify SeekComplete only when requested so.Wei Jia2014-09-233-19/+29
| | |/ | |/|
* | | NuPlayer: change assert to conditional check.Wei Jia2014-09-231-6/+20
* | | Merge "NuPlayer: add pause timeout event for offload audio." into lmp-devRonghua Wu2014-09-232-1/+46
|\ \ \
| * | | NuPlayer: add pause timeout event for offload audio.Ronghua Wu2014-09-222-1/+46
* | | | Merge "NuPlayer: use generation to filter out stale message from renderer." i...Wei Jia2014-09-232-7/+20
|\ \ \ \
| * | | | NuPlayer: use generation to filter out stale message from renderer.Wei Jia2014-09-222-7/+20
| | |/ / | |/| |