summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Fix frame-exact seeking again to stay within duration as opposed to rounding ...scherkus@chromium.org2011-01-222-4/+4
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-2119-109/+109
* Use midpoint calculation for frame-exact seeking.scherkus@chromium.org2011-01-182-50/+112
* Remove MessageLoop methods from Filter interface toacolwell@chromium.org2011-01-1529-332/+321
* Replace MockFilterCallback with MockCallback and simplify unit tests.scherkus@chromium.org2011-01-1512-327/+184
* Implement renderer AudioDevice API for low-latency audio outputcrogers@google.com2011-01-152-0/+31
* Fix crash in reading audio capture device name.satish@chromium.org2011-01-141-0/+3
* Clang: enable -Wbool-conversions and -Wunused-variables on Linux.hans@chromium.org2011-01-142-11/+11
* Fix flaky behavior in pipeline teardown.acolwell@chromium.org2011-01-132-53/+83
* Chromium build failed with heap leak checker, or configured withtony@chromium.org2011-01-131-3/+2
* Use the lock when accessing the buffer object.cevans@chromium.org2011-01-121-0/+1
* Change CompositeFilter to use ScopedRunnableMethodFactory &acolwell@chromium.org2011-01-112-14/+22
* Change #ifdef _DEBUG test to #ifndef NDEBUG test.tfarina@chromium.org2011-01-101-2/+2
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-092-6/+7
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-072-7/+6
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-072-6/+7
* Handle changes in video frame size.scherkus@chromium.org2011-01-072-33/+78
* Don't uninitialize FFmpegVideoDecodeEngine if we haven't initialized it.scherkus@chromium.org2011-01-063-5/+13
* Fix indents. I am used to webkit style, so did it wrong in last commit.inferno@chromium.org2011-01-061-2/+2
* Turn the volume range check into a bail out return to prevent browser crash.inferno@chromium.org2011-01-061-3/+5
* Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.acolwell@chromium.org2011-01-0510-123/+1764
* Move lots of GMock stuff out of line.erg@google.com2011-01-057-62/+137
* check for codec null pointer when printing error messagefbarchard@chromium.org2011-01-041-2/+2
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-024-4/+4
* Fix build by removing unused include.brettw@chromium.org2011-01-011-1/+0
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-012-5/+5
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-019-27/+35
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-0110-10/+10
* Revert 70277 - Revert 70275 - Revert 70267 - Refactor PipelineImpl to use Com...acolwell@chromium.org2010-12-299-1706/+120
* Revert 70275 - Revert 70267 - Refactor PipelineImpl to use CompositeFilter to...acolwell@chromium.org2010-12-299-120/+1706
* Revert 70267 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...acolwell@chromium.org2010-12-299-1706/+120
* Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.acolwell@chromium.org2010-12-299-120/+1706
* Revert 70077 - Don't uninitialize FFmpegVideoDecodeEngine if we haven't initi...skerner@chromium.org2010-12-233-13/+5
* Don't uninitialize FFmpegVideoDecodeEngine if we haven't initialized it.scherkus@chromium.org2010-12-233-5/+13
* Revert 70063 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...acolwell@chromium.org2010-12-239-1696/+120
* Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.acolwell@chromium.org2010-12-239-120/+1696
* Fix AudioManager shutdownacolwell@chromium.org2010-12-236-2/+30
* Set scoped IO access when closing the audio input thread to allow joining.leandrogracia@chromium.org2010-12-221-0/+11
* Revert 69959 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...acolwell@chromium.org2010-12-229-1696/+120
* Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.acolwell@chromium.org2010-12-229-120/+1696
* Fix black video frames when seeking (which also fixes flashing poster issue).scherkus@chromium.org2010-12-222-8/+29
* Remove GetVp8CxAlgoAddress hackhclam@chromium.org2010-12-203-64/+0
* Mark FakeAudioInputTest.BasicCallbacks as flaky.phajdan.jr@chromium.org2010-12-171-1/+2
* (Committing on behalf of Chris Rogers -- original CL http://codereview.chromi...kbr@google.com2010-12-165-1/+367
* Ugh, one more scoped_refptr NewRunnableMethod.willchan@chromium.org2010-12-151-1/+1
* Last few NewRunnableMethod scoped_refptr params to fix.willchan@chromium.org2010-12-151-1/+1
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-147-40/+50
* Deinline even more destructors.erg@google.com2010-12-1412-11/+45
* Even more virtual method deinlining.erg@google.com2010-12-132-3/+5
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-117-50/+40