summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Remove timing jitter during startup of audioGlenn Kasten2013-04-231-0/+21
* Merge "3rd time's the charm, right? Fix another instance where MediaCodec wou...Andreas Huber2013-04-221-26/+28
|\
| * 3rd time's the charm, right? Fix another instance where MediaCodec wouldAndreas Huber2013-04-191-26/+28
* | Merge "A flush of a video decoder connected to a native window must reclaim" ...Andreas Huber2013-04-191-0/+40
|\ \ | |/ |/|
| * A flush of a video decoder connected to a native window must reclaimAndreas Huber2013-04-191-0/+40
* | Merge "Make sure MediaCodec::stop() and MediaCodec::release() still return" i...Andreas Huber2013-04-191-1/+23
|\ \
| * | Make sure MediaCodec::stop() and MediaCodec::release() still returnAndreas Huber2013-04-181-1/+23
| |/
* | Merge "Fix sample info parsing" into jb-mr2-devMarco Nelissen2013-04-191-58/+83
|\ \
| * | Fix sample info parsingMarco Nelissen2013-04-181-58/+83
| |/
* | OMXNodeInstance: actually fix OMX_GetExtIndex loggingJamie Gennis2013-04-181-4/+5
|/
* Merge "Make sure the drain buffer is big enough" into jb-mr2-devMarco Nelissen2013-04-171-3/+6
|\
| * Make sure the drain buffer is big enoughMarco Nelissen2013-04-161-3/+6
* | Merge "Apparently the mp3 decoder glitches if it was configured with the wron...Andreas Huber2013-04-173-0/+39
|\ \
| * | Apparently the mp3 decoder glitches if it was configured with the wrongAndreas Huber2013-04-173-0/+39
* | | Merge "Fix a typo that would cause us not to shutdown/flush the decoders in" ...Andreas Huber2013-04-171-2/+2
|\ \ \
| * | | Fix a typo that would cause us not to shutdown/flush the decoders inAndreas Huber2013-04-161-2/+2
| | |/ | |/|
* | | Merge "Parse the last none-empty line of .m3u8 file" into jb-mr2-devAndreas Huber2013-04-171-3/+0
|\ \ \ | |_|/ |/| |
| * | Parse the last none-empty line of .m3u8 fileSungsoo Lim2013-04-161-3/+0
* | | Merge "Added CTS test for secure stop APIs" into jb-mr2-devJeff Tinker2013-04-171-0/+1
|\ \ \ | |_|/ |/| |
| * | Added CTS test for secure stop APIsJeff Tinker2013-04-161-0/+1
* | | Merge "Guard against mLooper == NULL." into jb-mr2-devAndreas Huber2013-04-161-1/+3
|\ \ \
| * | | Guard against mLooper == NULL.Andreas Huber2013-04-151-1/+3
| | |/ | |/|
* | | Merge "Better default AAC DRC setting" into jb-mr2-devJean-Michel Trivi2013-04-161-0/+3
|\ \ \
| * | | Better default AAC DRC settingJean-Michel Trivi2013-04-151-0/+3
| |/ /
* | | Fix Vorbis decoder resetMarco Nelissen2013-04-151-1/+12
| |/ |/|
* | Merge "Fix AAC decoder reconfiguration" into jb-mr2-devMarco Nelissen2013-04-151-0/+6
|\ \
| * | Fix AAC decoder reconfigurationMarco Nelissen2013-04-151-0/+6
* | | Merge "MediaMuxer prefer not to use the MPEG4Writer in real time recording mo...ztenghui2013-04-152-16/+28
|\ \ \ | |_|/ |/| |
| * | MediaMuxer prefer not to use the MPEG4Writer in real time recording mode.ztenghui2013-04-152-16/+28
* | | Merge "Instead of returning an error, return an invalid duration (-1 ms)" int...Andreas Huber2013-04-152-3/+10
|\ \ \ | |_|/ |/| |
| * | Instead of returning an error, return an invalid duration (-1 ms)Andreas Huber2013-04-112-3/+10
* | | Merge "OMXNodeInstance: fix OMX_GetExtensionIndex logging" into jb-mr2-devJamie Gennis2013-04-121-17/+15
|\ \ \
| * | | OMXNodeInstance: fix OMX_GetExtensionIndex loggingJamie Gennis2013-04-091-17/+15
* | | | Merge "Fix MediaCodec.flush()" into jb-mr2-devMarco Nelissen2013-04-123-56/+55
|\ \ \ \
| * | | | Fix MediaCodec.flush()Marco Nelissen2013-04-123-56/+55
| |/ / /
* | | | Merge "ACodec now signals an error if the mediaserver died while it is in" in...Andreas Huber2013-04-122-9/+50
|\ \ \ \
| * | | | ACodec now signals an error if the mediaserver died while it is inAndreas Huber2013-04-112-9/+50
| | |/ / | |/| |
* | | | The framework really doesn't need to know the specifics of the codecAndreas Huber2013-04-112-15/+0
|/ / /
* | | Add liblogYing Wang2013-04-0935-28/+44
|/ /
* | Add support for common encryptionMarco Nelissen2013-04-084-8/+404
* | Merge "In certain cases where AAC audio frames extended into the next PES pay...Andreas Huber2013-04-051-24/+37
|\ \
| * | In certain cases where AAC audio frames extended into the next PES payloadAndreas Huber2013-04-051-24/+37
* | | Merge "Implement async event callout from drm plugin to Java app" into jb-mr2...Jeff Tinker2013-04-055-3/+152
|\ \ \
| * | | Implement async event callout from drm plugin to Java appJeff Tinker2013-04-035-3/+152
* | | | Merge "Make sure resume() and flush() are handled appropriately even if the c...Marco Nelissen2013-04-041-0/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | Make sure resume() and flush() are handled appropriately even if the codecMarco Nelissen2013-04-041-0/+15
* | | | Merge "Fix previous changes." into jb-mr2-devLajos Molnar2013-04-043-8/+13
|\ \ \ \
| * | | | Fix previous changes.Andreas Huber2013-04-043-8/+13
* | | | | Merge "RTPReceiver can now track packet loss, account for late arrivals" into...Andreas Huber2013-04-042-65/+215
|\ \ \ \ \ | |/ / / /
| * | | | RTPReceiver can now track packet loss, account for late arrivalsAndreas Huber2013-04-042-65/+215