summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Add VideoFrame::CreateColorFrame() for testing.xhwang@chromium.org2012-10-122-13/+22
* Support encrypted audio stream in demuxer.xhwang@chromium.org2012-10-1213-128/+229
* Add profile and extra_data info in VideoDecoderConfig::AsHumanReadableString.xhwang@chromium.org2012-10-111-1/+3
* Don't attempt HW video decode for videos with height >1088, instead of 1080.posciak@chromium.org2012-10-111-1/+2
* Implement video decoding methods in all Decryptor implementations.xhwang@chromium.org2012-10-117-13/+29
* Clear source_id_{audio,video}_ after RemoveId.strobe@google.com2012-10-112-4/+21
* Ensures that we always run the low-latency audio capture at natively 128 audi...henrika@chromium.org2012-10-114-36/+96
* Add decryptor requesting and kNoKey handling in DecryptingVideoDecoder (DVD).xhwang@chromium.org2012-10-107-140/+397
* Don't build shader_bench for Aura builds since it breaks all the win_aura try...jam@chromium.org2012-10-101-1/+1
* M23 shows lots of crahses with AudioManagerMac::GetAudioInputDeviceNames.xians@chromium.org2012-10-102-27/+22
* Revert 161096 - M23 shows lots of crahses with AudioManagerMac::GetAudioInput...xians@chromium.org2012-10-102-22/+27
* M23 shows lots of crahses with AudioManagerMac::GetAudioInputDeviceNames.xians@chromium.org2012-10-102-27/+22
* Add crash key for Mac video capturesail@chromium.org2012-10-101-0/+6
* [Mac] Enumerate webcam devices on the main thread.shess@chromium.org2012-10-101-7/+15
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-104-4/+0
* [Mac] Remove webcam capture output on main thread to OS race.shess@chromium.org2012-10-101-3/+15
* Revert 159666 - Use clients' preferred buffer size when the sample rates matc...xians@chromium.org2012-10-092-24/+0
* Prevent AudioLowLatencyInputMac from changing frame sizes.dalecurtis@chromium.org2012-10-093-16/+39
* disconnect captureOutput from VideoCaptureDeviceQTKit and captureSession when...wjia@chromium.org2012-10-081-0/+6
* It seems PcmReadi() is often gives out more than 1 packets and this destroy t...xians@chromium.org2012-10-081-3/+1
* [Mac] Reformat webcam frames which do not match receiver assumptions.shess@chromium.org2012-10-082-2/+33
* Fix for the video seek test failures seen on the windows perf av builders. ananta@chromium.org2012-10-061-2/+11
* Upstream fullscreen video implementation for androidqinmin@chromium.org2012-10-052-2/+1
* Add WASAPI-based unified audio I/O back-end for Windows 7.henrika@chromium.org2012-10-056-340/+1540
* Honor mmintrin.h intrinics when instrumenting Chrome with cygprofiler.glotov@chromium.org2012-10-051-14/+0
* Removing annacc@chromium.org from OWNERS.scherkus@chromium.org2012-10-041-1/+0
* Tweak Garbage Collection algorithm in MediaSource to save last GOP appendedvrk@chromium.org2012-10-043-159/+413
* [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-0412-25/+1076
* Don't expand audio buffer when preroll is abortedvrk@chromium.org2012-10-042-2/+16
* 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
* Call Stop() from all destructors of base::Thread subclasses (except for a cou...pkasting@chromium.org2012-10-031-0/+1
* It seems that snd_pcm_hw_params_set_* API does not work well any more in the ...xians@chromium.org2012-10-021-66/+7
* Use clients' preferred buffer size when the sample rates match and it is a nu...xians@chromium.org2012-10-022-0/+24
* Support reading pixels from HW-decoded video textures into canvas/webgl.fischman@chromium.org2012-10-014-0/+27
* The media foundation H.264 decoder which we use for H/W H.264 video decoding ...ananta@chromium.org2012-10-011-7/+0
* Clean up scoped_com_initializer.h, primarily by removing #ifdefs for non-Wind...pkasting@chromium.org2012-10-015-47/+69
* Fix ChunkDemuxer end of stream tracking during canceled seeks.acolwell@chromium.org2012-10-012-26/+83
* Style guide compliance: don't handle DCHECK failure.pkasting@chromium.org2012-09-293-32/+8
* Don't attempt HW decode for videos over 1920x1080 when not supported.posciak@chromium.org2012-09-281-0/+17
* Roll FFmpeg DEPS + Fixup FFmpeg tests.dalecurtis@google.com2012-09-284-43/+60
* move lock into qtkit code to remove racing condition.wjia@chromium.org2012-09-284-23/+24
* Improves jni_generator name mangling.bulach@chromium.org2012-09-283-86/+61
* Cleanup: avoid foo ? true : false, part 1.thestig@chromium.org2012-09-273-3/+3
* Fix crash when trying to use a camera that is already in use.perkj@chromium.org2012-09-272-0/+15
* Tweak track buffer-related logic to switch to new data more quicklyvrk@chromium.org2012-09-273-20/+179
* Enforce Stop() is always called before dtor in FFmepgVideoDecoder.xhwang@chromium.org2012-09-264-35/+53
* Add ARM NEON intrinsic optimizations for SincResampler.dalecurtis@google.com2012-09-264-28/+94
* Switch to using WebKit's test expecation parser.dalecurtis@google.com2012-09-263-154/+94