summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Replace a CHECK with some CHECK_LEs, to aid in debugging.wez@chromium.org2012-03-011-1/+2
* Fix race in Pipeline where video_decoder_ was accessed from multiple threads.tommi@chromium.org2012-02-291-5/+5
* Exclude upsupported test from android build.nileshagrawal@chromium.org2012-02-291-0/+1
* Adding microphone volume support to chrome in linux. Totally there are 3 APIs...xians@chromium.org2012-02-2819-24/+709
* Workaround for Windows-only crash inside delay load helper.enal@chromium.org2012-02-281-11/+43
* Add content encoding support to WebM demuxer.xhwang@chromium.org2012-02-2410-42/+674
* Add a bit of DLOGging for GPU video decode.fischman@chromium.org2012-02-241-0/+1
* Don't histogram negative VideoCodecProfile values.fischman@chromium.org2012-02-231-2/+5
* Increase the buffer size in AudioRendererImpl to fix muted playback ratevrk@google.com2012-02-232-0/+32
* Add test file for WebM content encodings elements.xhwang@chromium.org2012-02-231-0/+0
* Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The re...jam@chromium.org2012-02-231-8/+0
* Add texture target field to video frame (for use by native textures).sievers@chromium.org2012-02-234-4/+24
* Revert 123123 (probably caused a big perf regression -- http://crbug.com/115479,thakis@chromium.org2012-02-2320-143/+115
* Exclude media pipeline tests from android build.nileshagrawal@chromium.org2012-02-231-0/+2
* Fix media code to work with new ffmpeg.dalecurtis@google.com2012-02-2220-115/+143
* Reimplement r122778 to fix BuildMediaStreamCollection without breaking HW vid...fischman@chromium.org2012-02-221-4/+0
* Replace several NOTREACHED(), NOTIMPLEMENTED() with DVLOG(1), all values are ...dalecurtis@chromium.org2012-02-214-26/+41
* Don't query the stream latency when setting up the input stream.xians@chromium.org2012-02-213-36/+5
* always remove existing video decoders when a new video decoder is added.wjia@chromium.org2012-02-211-0/+4
* Run CNS perf tests more than once to stabilize results.shadi@chromium.org2012-02-171-10/+21
* Minor fixes to compile media_unittests on android.nileshagrawal@chromium.org2012-02-162-1/+5
* Flakiness cleanup: disable remaining flaky tests in src/evan@chromium.org2012-02-151-1/+1
* Update DCHECKs in AlsaPcmOutputStream to account for NULL message loop.tommi@chromium.org2012-02-152-14/+23
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-1524-240/+181
* Add DataSource logging to player_x11.scherkus@chromium.org2012-02-154-30/+146
* Extends error handling for audio capture and rendering.henrika@chromium.org2012-02-131-1/+1
* Adds support for HardwareChannelCount API for the WASAPI output audio stream.henrika@chromium.org2012-02-102-11/+15
* Introduce new ffmpeg regression tests based on PipelineIntegrationTests.dalecurtis@chromium.org2012-02-105-3/+191
* Add support to disable CNS port expiration and improve error logging.shadi@chromium.org2012-02-092-7/+27
* Introducing helper wrappers for copying a rectangle from a one partial buffer...alexeypa@chromium.org2012-02-091-2/+3
* As titled, provides a way to check the audio config prior to Initialize so th...dalecurtis@chromium.org2012-02-093-10/+39
* Clear buffer prior to distribution to prevent valgrind errors.dalecurtis@chromium.org2012-02-081-1/+3
* Add some ASSERT_XXX calls to early terminate tests.acolwell@chromium.org2012-02-082-54/+61
* seek_tester is born: a standalone binary for exploring seek behavior.fischman@chromium.org2012-02-082-0/+96
* Reverting 120739 that caused valgrind breaks.alexeypa@chromium.org2012-02-071-3/+2
* Ensures that low-latency audio unit tests passes on Win 7 build bots which do...henrika@chromium.org2012-02-072-2/+8
* Monitor the IO message loop in the AudioDevice classes.tommi@chromium.org2012-02-071-1/+1
* Introducing helper wrappers for copying a rectangle from a one partial buffer...alexeypa@chromium.org2012-02-071-2/+3
* Refactor PipelineIntegrationTest into PipelineIntegrationTestBase.dalecurtis@chromium.org2012-02-074-181/+240
* Fix incomplete teardown of demuxer.dalecurtis@chromium.org2012-02-072-11/+3
* Remove AudioDecoder from the Filter heirarchy.fischman@chromium.org2012-02-0717-164/+172
* Remove logspam from VideoRendererBaseTest that snuck in with r120151.fischman@chromium.org2012-02-071-2/+2
* Remove explicit casting needed from the .Pass() switchover, now that PassAs()...fischman@chromium.org2012-02-061-2/+1
* Remove unconditional -msse3 -mssse3 CFLAGS from media.gyp.phajdan.jr@chromium.org2012-02-041-8/+0
* Remove "high"-latency audio code pathvrk@chromium.org2012-02-038-659/+63
* Initialize logging early enough to see VLOGs emitted by InitializeMediaLibrar...fischman@chromium.org2012-02-031-3/+23
* Removes the AudioInputControllerThread from AudioInputController.henrika@chromium.org2012-02-036-166/+286
* Fix media timeline so that thumb never exceeds buffered datavrk@chromium.org2012-02-0218-244/+461
* Update AudioRenderer, VideoRenderer, and AudioDecoder Initialize() methods to...acolwell@chromium.org2012-02-0216-65/+50
* Fix crash on Mac OS X caused by querying audio stream latency.crogers@google.com2012-02-011-32/+1