summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Use only strong references to AudioEffectEric Laurent2015-06-081-4/+7
* | | | | | Merge "stagefright: check the validity of the range of adaptation field" into...Jaesung Chung2015-06-091-0/+5
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | stagefright: check the validity of the range of adaptation fieldJaesung Chung2015-05-151-0/+5
* | | | | | Merge "libstagefright: check memory size for overflow before allocation." int...Wei Jia2015-06-082-0/+65
|\ \ \ \ \ \
| * | | | | | libstagefright: check memory size for overflow before allocation.Wei Jia2015-06-082-0/+65
| | |_|_|/ / | |/| | | |
* | | | | | Merge "SoftwareRenderer: sanity check buffer size before copying data." into ...Wei Jia2015-06-081-1/+17
|\ \ \ \ \ \
| * | | | | | SoftwareRenderer: sanity check buffer size before copying data.Wei Jia2015-06-081-1/+17
| |/ / / / /
* | | | | | Merge "fix graphic buffer leak with persistent input surface" into mnc-devChong Zhang2015-06-082-2/+102
|\ \ \ \ \ \
| * | | | | | fix graphic buffer leak with persistent input surfaceChong Zhang2015-06-082-2/+102
* | | | | | | Merge "MPEG4Writer: add check to ensure no integer overflow on allocation." i...Wei Jia2015-06-081-0/+2
|\ \ \ \ \ \ \
| * | | | | | | MPEG4Writer: add check to ensure no integer overflow on allocation.Wei Jia2015-06-041-0/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Camera1 API: Support SW encoders for new camera HALsEino-Ville Talvala2015-06-083-13/+22
* | | | | | | Merge "libstagefright: run codec profiling in worker thread." into mnc-devRonghua Wu2015-06-081-46/+56
|\ \ \ \ \ \ \
| * | | | | | | libstagefright: run codec profiling in worker thread.Ronghua Wu2015-06-071-46/+56
* | | | | | | | Merge "SoftAVCEnc: check requested memory size before allocation." into mnc-devWei Jia2015-06-081-0/+8
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | SoftAVCEnc: check requested memory size before allocation.Wei Jia2015-06-041-0/+8
| | |/ / / / / | |/| | | | |
* | | | | | | Merge "MPEG4Writer: fail init check if output fd is not seekable" into mnc-devRobert Shih2015-06-061-0/+7
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | MPEG4Writer: fail init check if output fd is not seekableRobert Shih2015-06-051-0/+7
* | | | | | | stagefright: add support for batching OMX eventsLajos Molnar2015-06-058-92/+186
* | | | | | | Merge "stagefright: initial Ogg Opus support" into mnc-devRobert Shih2015-06-052-74/+371
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | stagefright: initial Ogg Opus supportRobert Shih2015-06-032-74/+371
* | | | | | | Limit allocations to avoid out-of-memoryMarco Nelissen2015-06-051-7/+15
| |_|_|/ / / |/| | | | |
* | | | | | Merge "Improve AudioTrack offload timestamp startup glitch detector" into mnc...Andy Hung2015-06-051-4/+26
|\ \ \ \ \ \
| * | | | | | Improve AudioTrack offload timestamp startup glitch detectorAndy Hung2015-06-041-4/+26
* | | | | | | Merge "NuPlayer: Allow audio drain to fill buffer when paused" into mnc-devAndy Hung2015-06-051-5/+13
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | NuPlayer: Allow audio drain to fill buffer when pausedAndy Hung2015-06-031-5/+13
* | | | | | | Merge "NuPlayer: Allow audio callback to fill buffer when paused" into mnc-devAndy Hung2015-06-051-3/+7
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | NuPlayer: Allow audio callback to fill buffer when pausedAndy Hung2015-06-031-3/+7
* | | | | | | Merge "NuPlayer: Add audio deep buffer configuration" into mnc-devAndy Hung2015-06-052-3/+12
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | NuPlayer: Add audio deep buffer configurationAndy Hung2015-06-032-3/+12
* | | | | | | Merge "NuPlayer: Add audio sink buffer configuration" into mnc-devAndy Hung2015-06-053-17/+43
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | NuPlayer: Add audio sink buffer configurationAndy Hung2015-06-033-17/+43
* | | | | | | Merge "Compute sleep time when AudioTrack client callback returns no PCM data...Andy Hung2015-06-051-10/+79
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Compute sleep time when AudioTrack client callback returns no PCM dataAndy Hung2015-06-031-10/+79
| | |/ / / / | |/| | | |
* | | | | | Merge "SampleTable: fix integer overflow checks." into mnc-devWei Jia2015-06-041-2/+2
|\ \ \ \ \ \
| * | | | | | SampleTable: fix integer overflow checks.Wei Jia2015-06-041-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge "Don't overwrite user agent header if app specified one" into mnc-devMarco Nelissen2015-06-041-1/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Don't overwrite user agent header if app specified oneMarco Nelissen2015-06-041-1/+4
* | | | | | Merge "MediaPlayerService: Reset the bytes written in AudioSink stop and flus...Andy Hung2015-06-031-0/+2
|\ \ \ \ \ \
| * | | | | | MediaPlayerService: Reset the bytes written in AudioSink stop and flushAndy Hung2015-06-031-0/+2
* | | | | | | Merge "NuPlayer: Add audio callback mode for PCM audio." into mnc-devAndy Hung2015-06-032-13/+59
|\ \ \ \ \ \ \
| * | | | | | | NuPlayer: Add audio callback mode for PCM audio.Andy Hung2015-06-032-13/+59
| |/ / / / / /
* | | | | | | Merge "MediaPlayerService: Remove unnecessary zero writes to AudioSink" into ...Andy Hung2015-06-031-10/+17
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | MediaPlayerService: Remove unnecessary zero writes to AudioSinkAndy Hung2015-06-031-10/+17
| |/ / / / /
* | | | | | libstagefright/SoftOpus: Ignore CSD resubmissionsVignesh Venkatasubramanian2015-06-031-0/+8
* | | | | | Translate codec specific data for mp4v-es for MediaMuxerMartin Storsjo2015-06-031-2/+4
* | | | | | Merge "stagefright: rename VideoGrallocMetadata.hHandle to pHandle" into mnc-devLajos Molnar2015-06-034-7/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | stagefright: rename VideoGrallocMetadata.hHandle to pHandleLajos Molnar2015-06-024-7/+7
* | | | | | Merge "SoftAVCDec: Added support for level greater than level at init" into m...Marco Nelissen2015-06-032-11/+41
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SoftAVCDec: Added support for level greater than level at initMarco Nelissen2015-06-032-11/+41