summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Linux: fix build with system ffmpeg (Chromium side).phajdan.jr@chromium.org2012-11-081-0/+9
* Revert "Fix UV plane interpolation for YUV formats"phajdan.jr@chromium.org2012-11-062-74/+48
* Fix UV plane interpolation for YUV formatssheu@chromium.org2012-11-052-48/+74
* Add RegisterKeyAddedCB in Decryptor interface.xhwang@chromium.org2012-11-023-24/+25
* Adding the logic to process some new error codes from android media playerqinmin@chromium.org2012-11-023-7/+21
* First step towards component build for Android.yfriedman@chromium.org2012-11-014-4/+10
* check the permission for wake lock before calling setWakeModeqinmin@chromium.org2012-11-011-1/+6
* Y coordinate calculation fixes for YUV conversion.sheu@chromium.org2012-10-312-38/+95
* Add "type" in GenerateKeyRequest() and OnNeedKey().xhwang@chromium.org2012-10-275-7/+20
* Sync new FFmpeg channel layouts.dalecurtis@google.com2012-10-263-7/+95
* Allow AudioRendererMixerInput::Stop() to be called anytime.dalecurtis@google.com2012-10-264-6/+31
* Make media::DataBuffer::DataBuffer(data, size) public.xhwang@chromium.org2012-10-264-16/+20
* Update PluginInstance for audio support for content decryption.xhwang@chromium.org2012-10-241-0/+1
* Teach BindToLoop to create callbacks that accept scoped parameters.fischman@chromium.org2012-10-243-41/+111
* Add opus audio codec support in remotingsergeyu@chromium.org2012-10-232-0/+10
* Encrypted Media: Return and handle NeedMoreData correctly.xhwang@chromium.org2012-10-231-0/+2
* Revert 163650 - Add opus audio codec support in remotingsergeyu@chromium.org2012-10-232-10/+0
* Add opus audio codec support in remotingsergeyu@chromium.org2012-10-232-0/+10
* Only remove mixer if initialize succeeds.dalecurtis@google.com2012-10-232-1/+14
* Add UMA reporting for EME APIs.fischman@chromium.org2012-10-231-1/+5
* Scale audio delay information in AudioRendererMixer.dalecurtis@chromium.org2012-10-225-12/+51
* Enable renderer side mixing by default for Mac and Windows.dalecurtis@chromium.org2012-10-222-0/+13
* Using Ronald's libclang based converter, we're able to translatedalecurtis@google.com2012-10-212-122/+51
* Add support for channel transforms.dalecurtis@chromium.org2012-10-205-40/+537
* Update Decryptor interface to support audio decoding.xhwang@chromium.org2012-10-183-37/+87
* Move audio decoder initialization to AudioRendererImpl.xhwang@chromium.org2012-10-189-140/+83
* Move ChannelLayout into media namespace.dalecurtis@google.com2012-10-173-11/+31
* Android: fixes nit for "using" clause order, no functional changes.bulach@chromium.org2012-10-171-1/+1
* Android: lazy initialization for method id.bulach@chromium.org2012-10-161-5/+5
* Add VideoFrame::CreateColorFrame() for testing.xhwang@chromium.org2012-10-122-13/+22
* Support encrypted audio stream in demuxer.xhwang@chromium.org2012-10-122-5/+25
* Add profile and extra_data info in VideoDecoderConfig::AsHumanReadableString.xhwang@chromium.org2012-10-111-1/+3
* Implement video decoding methods in all Decryptor implementations.xhwang@chromium.org2012-10-113-4/+19
* Add decryptor requesting and kNoKey handling in DecryptingVideoDecoder (DVD).xhwang@chromium.org2012-10-102-3/+8
* Prevent AudioLowLatencyInputMac from changing frame sizes.dalecurtis@chromium.org2012-10-091-2/+2
* Upstream fullscreen video implementation for androidqinmin@chromium.org2012-10-052-2/+1
* [Android] Upstream a namespace comment in mediadfalcantara@chromium.org2012-10-041-1/+1
* Add video decoding methods in Decryptor and add DecryptingVideoDecoder.xhwang@chromium.org2012-10-045-21/+104
* Refactor ProxyDecryptor.xhwang@chromium.org2012-10-031-3/+5
* ReadPixels from known-usable textures, and give SkBitmap its precious BGRA.fischman@chromium.org2012-10-031-1/+1
* Support reading pixels from HW-decoded video textures into canvas/webgl.fischman@chromium.org2012-10-012-0/+21
* Improves jni_generator name mangling.bulach@chromium.org2012-09-282-86/+48
* Enforce Stop() is always called before dtor in FFmepgVideoDecoder.xhwang@chromium.org2012-09-261-6/+9
* Add ARM NEON intrinsic optimizations for SincResampler.dalecurtis@google.com2012-09-263-28/+84
* Fix warnings when compiling with clangmichaelbai@chromium.org2012-09-251-1/+1
* Call Decryptor::Stop() in FFmpegVideoDecoder::Reset().xhwang@chromium.org2012-09-252-4/+4
* Android: MediaPlayerBridge JNI cleanup.bulach@chromium.org2012-09-247-85/+72
* Replace av_malloc with AlignedAlloc for memory allocation in DecoderBuffer.xhwang@chromium.org2012-09-203-25/+21
* [MIPS] Add support in media.gyp for building on MIPS architecture.petarj@mips.com2012-09-201-4/+4
* [Coverity] Fix uninitialized membergroby@chromium.org2012-09-201-1/+2