summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Android build after r119851peter@chromium.org2012-02-011-0/+2
* Disable PipelineIntegrationTest.SeekWhilePaused because it's also flaky on me...fischman@chromium.org2012-02-011-1/+2
* Fix PipelineIntegrationTest so it can't hang on decoder errors.acolwell@chromium.org2012-01-311-36/+54
* Disable PipelineIntegrationTest.SeekWhilePlaying until timeout problem is fixed.acolwell@chromium.org2012-01-311-1/+1
* Fix ChunkDemuxer seek deadlockacolwell@chromium.org2012-01-3115-129/+557
* Fold Pipeline::Init() into Pipeline::Start().scherkus@chromium.org2012-01-306-53/+68
* Don't register an ffmpeg bitstream filter more than once.fischman@chromium.org2012-01-301-2/+5
* PinBase: Fix assign-to-self bug.jhawkins@chromium.org2012-01-301-2/+2
* Minor code refactoring: move 'signal send end of stream' fromenal@chromium.org2012-01-287-24/+63
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-281-2/+0
* Add OSSTATUS_LOG API.mark@chromium.org2012-01-275-29/+42
* Detect errors in audio output and report them upstream.fischman@chromium.org2012-01-275-10/+23
* Disable ULDI on reference to yuv_convert (vs2010)scottmg@google.com2012-01-271-0/+1
* Fix ChunkDemuxer crash & parse errors on audio-only or video-only content.acolwell@chromium.org2012-01-274-64/+151
* Audio only & Video only versions of bear-320x240.webmacolwell@chromium.org2012-01-272-0/+0
* Implement support for a cancelable SyncSocket.tommi@chromium.org2012-01-251-6/+4
* Improves file-handling in WASAPIAudioInputStreamRecordToFile unit test.henrika@chromium.org2012-01-241-11/+21
* Adding tommi@chromium.org to media-related OWNERS files.scherkus@chromium.org2012-01-241-0/+1
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-231-3/+1