summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | libstagefright: foundation: Add syntactic sugar to the cast.Sasha Levitskiy2014-08-081-1/+1
| |_|/ / |/| | |
* | | | Merge "Clarify and implement MediaCodec status codes" into lmp-devAndy Hung2014-08-072-42/+144
|\ \ \ \ | |_|_|/ |/| | |
| * | | Clarify and implement MediaCodec status codesAndy Hung2014-08-072-42/+144
* | | | libstagefright_foundation: fix buildColin Cross2014-08-071-1/+1
* | | | Merge "delay data source creation for GenericSource prepare time" into lmp-devChong Zhang2014-08-073-21/+80
|\ \ \ \
| * | | | delay data source creation for GenericSource prepare timeChong Zhang2014-08-073-21/+80
* | | | | stagefright: support flexible YUV formatLajos Molnar2014-08-072-16/+95
* | | | | media/playerservice: add getCodecList() to MediaPlayerServiceLajos Molnar2014-08-074-1/+37
* | | | | stagefright: rework media codec list and infosLajos Molnar2014-08-076-260/+574
* | | | | stagefright: add AString parceling, and equal/compareIgnoreCaseLajos Molnar2014-08-071-0/+24
* | | | | Merge "Revert "NuPlayer: don't feed decoder input data during flushing." " in...Wei Jia2014-08-061-5/+5
|\ \ \ \ \
| * | | | | Revert "NuPlayer: don't feed decoder input data during flushing." Wei Jia2014-08-071-5/+5
* | | | | | stagefright: move ARRAY_SIZE to foundationLajos Molnar2014-08-061-2/+0
| |_|_|_|/ |/| | | |
* | | | | Merge "httplive: timestamp reporting, track selection" into lmp-devRobert Shih2014-08-0610-180/+546
|\ \ \ \ \
| * | | | | httplive: timestamp reporting, track selectionRobert Shih2014-08-0510-180/+546
* | | | | | Merge "some fixes for crash when extractor creation fails" into lmp-devChong Zhang2014-08-065-55/+152
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | some fixes for crash when extractor creation failsChong Zhang2014-08-065-55/+152
| | |_|/ / | |/| | |
* | | | | AudioSystem: add API to query audio HW sync sourceEric Laurent2014-08-062-1/+25
|/ / / /
* | | | Merge "AAC encoder: add support for SBR mode selection" into lmp-devJean-Michel Trivi2014-08-053-5/+110
|\ \ \ \ | | |_|/ | |/| |
| * | | AAC encoder: add support for SBR mode selectionJean-Michel Trivi2014-08-053-5/+110
* | | | Merge "NuPlayer: don't feed decoder input data during flushing." into lmp-devWei Jia2014-08-051-5/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | NuPlayer: don't feed decoder input data during flushing.Wei Jia2014-08-051-5/+5
* | | | Merge "set secure flag for secure file playback" into lmp-devChong Zhang2014-08-052-2/+15
|\ \ \ \
| * | | | set secure flag for secure file playbackChong Zhang2014-08-052-2/+15
| |/ / /
* | | | Merge "Add sound trigger control by audio policy" into lmp-devEric Laurent2014-08-052-1/+81
|\ \ \ \
| * | | | Add sound trigger control by audio policyEric Laurent2014-08-052-1/+81
| |/ / /
* | | | stagefright: Pass audio aac subformats in offloadinfoaarti jadhav-gaikwad2014-08-052-0/+14
|/ / /
* | | Merge "MediaCodecSource: stop puller from caller's thread instead of looper" ...Chong Zhang2014-08-012-34/+44
|\ \ \
| * | | MediaCodecSource: stop puller from caller's thread instead of looperChong Zhang2014-08-042-34/+44
* | | | Allow device to be unprovisionedJeff Tinker2014-08-013-1/+38
|/ / /
* | | Merge "GenericSource: timed text support" into lmp-devLajos Molnar2014-07-312-77/+199
|\ \ \ | |/ / |/| |
| * | GenericSource: timed text supportLajos Molnar2014-07-312-77/+199
| |/
* | Merge "stagefright: propagate error in MPEG4Extractor::readMetaData" into lmp...Lajos Molnar2014-07-301-3/+4
|\ \
| * | stagefright: propagate error in MPEG4Extractor::readMetaDataLajos Molnar2014-07-311-3/+4
* | | mediaplayer: add looping support to NuPlayerLajos Molnar2014-07-312-4/+27
|/ /
* | NuPlayer: fix av discontinuity raceRobert Shih2014-07-311-7/+8
|/
* GenericSource: support track (de)selectionRobert Shih2014-07-314-65/+330
* mediaplayerservice: initialize mIsWidevineLajos Molnar2014-07-311-1/+2
* Merge "stagefright: MediaCodec async operations." into lmp-devLajos Molnar2014-07-301-17/+33
|\
| * stagefright: MediaCodec async operations.Lajos Molnar2014-07-301-17/+33
* | stagefright: enable decoder color format selectionLajos Molnar2014-07-301-9/+22
|/
* Merge "handle rotation in NuPlayer" into lmp-devChong Zhang2014-07-253-2/+51
|\
| * handle rotation in NuPlayerChong Zhang2014-07-303-2/+51
* | Merge "ATSParser: treat stream type 0x83 as TrueHD AC3" into lmp-devChong Zhang2014-07-253-9/+7
|\ \
| * | ATSParser: treat stream type 0x83 as TrueHD AC3Chong Zhang2014-07-303-9/+7
| |/
* | Revert GenericSource track selection changesWei Jia2014-07-304-452/+65
|/
* Merge "SampleTable: check integer overflow during table alloc" into lmp-devRobert Shih2014-07-251-0/+14
|\
| * SampleTable: check integer overflow during table allocRobert Shih2014-07-281-0/+14
* | Merge "GenericSource: start/stop tracks correctly on selection" into lmp-devRobert Shih2014-07-281-1/+11
|\ \
| * | GenericSource: start/stop tracks correctly on selectionRobert Shih2014-07-281-1/+11