summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-117-40/+50
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-095-3/+11
* Get rid of std::wstring version of HasSwitch.tfarina@chromium.org2010-12-081-1/+1
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-1/+1
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-084-10/+18
* Move more code from headers to implementation.erg@google.com2010-12-074-10/+13
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-12-072-5/+5
* Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...scherkus@chromium.org2010-12-0323-125/+125
* Added include rule for new tool to media/DEPSvrk@google.com2010-12-011-0/+1
* Benchmark tool for GPU-accelerated video renderingvrk@google.com2010-12-0116-0/+1153
* Stopgap fix for crash in issue 53867 comment 15thakis@chromium.org2010-12-012-55/+69
* Move audio output number limit to AudioManager.sergeyu@chromium.org2010-11-305-14/+97
* Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia...andybons@chromium.org2010-11-242-5/+5
* Implemented AudioOutputProxy.sergeyu@chromium.org2010-11-2414-2/+872
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-11-242-5/+5