summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Support a "secure input buffer" mode for use by Widevine DRM in OMXCodec.Andreas Huber2011-07-011-42/+146
| |/ / /
* | | | Merge "Revert "Fix for b/4165024: Serious Memory leak when playing a WV prote...Edwin Wong2011-07-012-28/+13
|\ \ \ \
| * | | | Revert "Fix for b/4165024: Serious Memory leak when playing a WV protected st...Jeff Tinker2011-07-012-28/+13
* | | | | Merge "Return ERROR_END_OF_STREAM when the input source reaches eos"James Dong2011-07-012-4/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Return ERROR_END_OF_STREAM when the input source reaches eosJames Dong2011-06-292-4/+9
* | | | | Merge changes I7e8401a4,I412ddf36Kristian Monsen2011-07-011-17/+17
|\ \ \ \ \
| * | | | | Merge Chromium at r11.0.696.0: Using setter instead of direct variable accessKristian Monsen2011-06-291-17/+17
* | | | | | Seeking/duration in HLS content is based on the individual segments' durationAndreas Huber2011-06-302-16/+42
| |_|_|_|/ |/| | | |
* | | | | Merge "Revert "Parse RTP-Info even for live streams.""Andreas Huber2011-06-302-7/+2
|\ \ \ \ \
| * | | | | Revert "Parse RTP-Info even for live streams."Andreas Huber2011-06-302-7/+2
* | | | | | Some (most) OMX decoders do not send a OMX_CmdComplete/Flush OMX_ALL notifica...Andreas Huber2011-06-301-0/+5
|/ / / / /
* | | | | Merge "Fix a format string that triggered a compile-time warning in OMXCodec....Andreas Huber2011-06-291-1/+1
|\ \ \ \ \
| * | | | | Fix a format string that triggered a compile-time warning in OMXCodec.cppAndreas Huber2011-06-291-1/+1
| |/ / / /
* | | | | Instantiate a NetworkChangeNotifier to have chromium transparently handle int...Andreas Huber2011-06-291-0/+3
|/ / / /
* | | | Unlock the camera if media recorder fails to start recording.Wu-cheng Li2011-06-291-12/+17
* | | | Support for writing output data to a provided callback function instead of a ...Andreas Huber2011-06-281-7/+34
|/ / /
* | | Merge "Multiple changes to ACodec/codec tools:"Andreas Huber2011-06-281-22/+41
|\ \ \
| * | | Multiple changes to ACodec/codec tools:Andreas Huber2011-06-281-22/+41
* | | | Merge "Fix for b/4165024: Serious Memory leak when playing a WV protected str...Jeff Tinker2011-06-282-13/+28
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix for b/4165024: Serious Memory leak when playing a WV protected streaming ...Jeff Tinker2011-06-272-13/+28
* | | Merge "Fix the new color converter to respect the destination crop rect."Andreas Huber2011-06-273-78/+83
|\ \ \
| * | | Fix the new color converter to respect the destination crop rect.Andreas Huber2011-06-273-78/+83
* | | | Merge "Log video dimensions and crop rectangle."Andreas Huber2011-06-271-1/+8
|\ \ \ \ | |/ / /
| * | | Log video dimensions and crop rectangle.Andreas Huber2011-06-271-1/+8
* | | | Merge "Update paths to test content used to run the omx_tests."Andreas Huber2011-06-271-11/+7
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Update paths to test content used to run the omx_tests.Andreas Huber2011-06-271-11/+7
* | | Merge "Reduce the number of output buffers and force output buffers in displa...James Dong2011-06-272-2/+3
|\ \ \ | |/ / |/| |
| * | Reduce the number of output buffers and force output buffers in display order...James Dong2011-06-262-2/+3
* | | Add framework support for camcorder zoom.Wu-cheng Li2011-06-278-53/+93
|/ /
* | Stagefright: add support for gralloc OMX_UseBuffer.Anu Sundararajan2011-06-232-1/+68
* | Integrating TI OMAP4 Video DecoderAnu Sundararajan2011-06-232-2/+112
* | - Public part of the Metadata API.Gloria Wang2011-06-231-2/+1
* | Merge "Parse RTP-Info even for live streams."Andreas Huber2011-06-232-2/+7
|\ \
| * | Parse RTP-Info even for live streams.Andreas Huber2011-06-202-2/+7
| |/
* | Merge "Fix warnings for uninitialized local variables"Glenn Kasten2011-06-232-3/+3
|\ \
| * | Fix warnings for uninitialized local variablesGlenn Kasten2011-06-222-3/+3
| |/
* | Merge "Added audio_bytes_per_sample() helper function"Eric Laurent2011-06-232-3/+3
|\ \
| * | Added audio_bytes_per_sample() helper functionEric Laurent2011-06-172-3/+3
* | | Merge "Timed text display format support: 1. Extract 3GPP global format descr...Gloria Wang2011-06-226-47/+638
|\ \ \
| * | | Timed text display format support:Gloria Wang2011-06-226-47/+638
* | | | Add some error log messages to indicate the failure of a recording sessionJames Dong2011-06-221-4/+22
|/ / /
* | | Merge "Timestamp adjustment will not work well if we ask video encoder to pro...James Dong2011-06-211-197/+1
|\ \ \
| * | | Timestamp adjustment will not work well if we ask video encoder to produce B ...James Dong2011-06-211-197/+1
* | | | Log an error instead of asserting if the OMX plugin reports an error.Andreas Huber2011-06-211-1/+5
|/ / /
* | | Merge "Don't assert on malformed .mp4 content that contains fewer samples than"Andreas Huber2011-06-211-4/+8
|\ \ \
| * | | Don't assert on malformed .mp4 content that contains fewer samples thanAndreas Huber2011-06-211-4/+8
* | | | Merge "Boost software vp8 decoder performance using multi-threaded decoding i...James Dong2011-06-211-1/+17
|\ \ \ \
| * | | | Boost software vp8 decoder performance using multi-threaded decoding if possibleJames Dong2011-06-201-1/+17
* | | | | Parse the individual segment's duration as a floating point number which is nowAndreas Huber2011-06-213-3/+47
| |/ / / |/| | |
* | | | Merge "Restore legacy soft-aac decoder behaviour. Substitute silence on decod...Andreas Huber2011-06-211-0/+8
|\ \ \ \