summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Return false when queried on secure decoder support pre JB MR2qinmin@chromium.org2013-11-121-0/+5
* Android: moves media/ to use long for JNIbulach@chromium.org2013-11-114-23/+23
* Record UMA metrics for video pixel formats.rileya@chromium.org2013-11-083-6/+14
* Fix win64 compilation errorjschuh@chromium.org2013-11-081-1/+1
* Remove EMPTY from VideoFrame::Format.rileya@chromium.org2013-11-083-29/+31
* Re-land https://codereview.chromium.org/56713002/ with ChromeOS fix.rileya@chromium.org2013-11-073-57/+23
* Device monitoring in Mac via AVFoundation.mcasas@chromium.org2013-11-072-0/+8
* Rename WebKit namespace to blink (part 5)abarth@chromium.org2013-11-071-1/+1
* MediaCodecBridge: don't try to create .secure codecs pre-JB-MR2.fischman@chromium.org2013-11-061-10/+19
* Revert 233046 "Remove RGB32 from VideoFrame::Format."shrikant@chromium.org2013-11-053-23/+57
* Add alaw codec for .wav files.ihf@chromium.org2013-11-051-0/+1
* Remove RGB32 from VideoFrame::Format.rileya@chromium.org2013-11-053-57/+23
* Allow simultaneous audio and video config changewolenetz@chromium.org2013-11-053-2/+59
* Clear any pending surface change prior to checking media crypto in MSP::Confi...wolenetz@chromium.org2013-11-053-18/+57
* Implemented lock/unlock/shutdown system sounds.ygorshenin@chromium.org2013-11-022-0/+5
* Abort MSP::OnPrefetchDone() if just after MSP::Release(). Let seek and config...wolenetz@chromium.org2013-11-024-10/+399
* remove can_use_media_drm, this is no longer helpfulqinmin@chromium.org2013-11-012-10/+1
* Add more logging on MediaDrm events.xhwang@chromium.org2013-11-011-0/+3
* Allow getAllowedOperations() to be overridden so we don't crash when playing ...maybelle@chromium.org2013-11-013-12/+29
* Replace VideoFrame::INVALID with UNKNOWN.rileya@chromium.org2013-11-013-7/+7
* Prevent AudioBus::set_frames(0). Ensure channels > 0.dalecurtis@chromium.org2013-11-011-3/+8
* Port demuxer benchmark to media_perftests.rileya@chromium.org2013-11-011-0/+226
* Revert 231659 "Added flag to enable AVFoundation in Mac"tommyw@chromium.org2013-10-312-8/+0
* Port SincResampler's ConvolveBenchmark, as well as VectorMath's FMUL and FMAC...rileya@chromium.org2013-10-305-243/+220
* Port AudioBus interleave benchmarks to media_perftestsrileya@chromium.org2013-10-302-56/+52
* Added flag to enable AVFoundation in Macmcasas@chromium.org2013-10-292-0/+8
* Fix post-commit nits in AudioConverterPerfTest from https://codereview.chromi...rileya@chromium.org2013-10-291-5/+8
* Ensure new MSP video codec is fed with I-frame first using browser seek if ne...wolenetz@chromium.org2013-10-284-231/+673
* AndroidVDA: only engage if it's likely that the codec is backed by hardware.fischman@chromium.org2013-10-273-16/+65
* Initialize destination as late as possible to pick up any format changes.rtoy@google.com2013-10-261-14/+22
* Remove obsolete --override-encrypted-media-canplaytype.ddorwin@chromium.org2013-10-252-6/+0
* Port AudioConverter benchmarks to media_perftests.rileya@chromium.org2013-10-252-108/+76
* Fix a problem that we are not requesting config if kConfigChanged is the firs...qinmin@chromium.org2013-10-252-17/+167
* Restore preroll state when decoder job createdwolenetz@chromium.org2013-10-245-72/+325
* Drop DCHECK(!is_waiting_for_key_) from MediaSourcePlayer::MediaDecoderCallback.xhwang@chromium.org2013-10-221-1/+0
* Enable use of MediaDrm by default on Android.xhwang@chromium.org2013-10-222-4/+0
* Draw Cast logo when video is playing remotelyjohnme@chromium.org2013-10-212-0/+5
* [Android] MediaPlayerBridge should pass Bridge to getAllowedOperationsbenm@chromium.org2013-10-211-1/+2
* Fix audio sink not resuming when an underflow is resolved while paused.acolwell@chromium.org2013-10-182-0/+147
* Add ODROID-U2 in the camera buggy device list on Android.wjia@chromium.org2013-10-151-0/+1
* Preroll media after a seek is performed for MSEqinmin@chromium.org2013-10-148-54/+144
* Fix a crashing test as releasing a surface texture while binding it to a Medi...qinmin@chromium.org2013-10-141-5/+14
* Introduce SKIP_TEST_IF_MEDIA_CODEC_BRIDGE_IS_NOT_AVAILABLE.xhwang@chromium.org2013-10-112-68/+37
* Catch more exceptions in MediaCodecBridge.xhwang@chromium.org2013-10-117-24/+43
* Remove default implementations from Demuxer.rileya@chromium.org2013-10-106-36/+4
* Deal correctly with too-small MediaCodec buffers.fischman@chromium.org2013-10-102-20/+19
* Disable use of MediaDrm by default on Android.xhwang@chromium.org2013-10-102-0/+4
* Remove scoped_array<T> reference in media/base/bind_to_loop.h.pump.scherkus@chromium.org2013-10-082-8/+0
* Drop NeedKeyCB from MediaKeys.xhwang@chromium.org2013-10-081-5/+0
* Call correct method to free up ffmpeg AVFrame objectsjrummell@chromium.org2013-10-051-1/+1