summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the NOTREACHED/DCHECK check into GetMixFormat and remove it from Hardwar...tommi@chromium.org2012-01-231-8/+7
* Die, Pts{Stream,Heap}, Die!fischman@chromium.org2012-01-2111-482/+1
* Revert 118546 because it caused PrerenderHTML5VideoNetwork to timeout on wind...sadrul@chromium.org2012-01-214-169/+109
* Fire canplaythrough as soon as download defers to fix autoplayvrk@google.com2012-01-204-109/+169
* Fix ContentEncodings element info.acolwell@chromium.org2012-01-201-5/+5
* Fix Android compile error following r118272peter@chromium.org2012-01-201-1/+1
* Replace DataSourceFactory with explicitly initialized DataSources.scherkus@chromium.org2012-01-1918-535/+59
* Rename webkit_media::VideoRendererImpl to webkit_media::SkCanvasVideoRenderer.scherkus@chromium.org2012-01-191-5/+5
* Adds support for 16kHz input sample rate and mono channel config. in WebRTC.henrika@chromium.org2012-01-194-18/+59