summaryrefslogtreecommitdiffstats
path: root/media/tools
Commit message (Expand)AuthorAgeFilesLines
* Updating logging in src/media/. Using DCHECK_EQ/NE/LE() where possible.kushi.p@gmail.com2011-04-291-2/+2
* Rename VideoCodecConfig to VideoDecoderConfig and move to media/base/video_de...scherkus@chromium.org2011-04-271-1/+1
* Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.tfarina@chromium.org2011-04-122-19/+19
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-072-2/+4
* Revert 80819 due to failed testsmmenke@chromium.org2011-04-072-4/+2
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-072-2/+4
* Initialize stderr logging for player_x11 so we can use --v=N.scherkus@chromium.org2011-03-301-0/+7
* AdaptiveDemuxer{,Factory,Stream} are born!fischman@chromium.org2011-03-292-4/+9
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-288-16/+16
* Move some files from base to base/memory.levin@chromium.org2011-03-2818-34/+34
* PipelineError is dead. Long live PipelineStatus!fischman@chromium.org2011-03-162-28/+32
* DemuxerFactory is born!fischman@chromium.org2011-03-142-13/+13
* Refactoring code to use factories to create DataSource objects.acolwell@chromium.org2011-03-142-6/+6
* Remove FFmpegVideoDecodeEngine's dependency on AVStream (again).scherkus@chromium.org2011-03-111-21/+10
* Revert 77476 - Remove FFmpegVideoDecodeEngine's dependency on AVStream.tyoshino@chromium.org2011-03-111-10/+21
* Remove FFmpegVideoDecodeEngine's dependency on AVStream.scherkus@chromium.org2011-03-091-21/+10
* Remove the silly notion of MIME types from media code.scherkus@chromium.org2011-03-091-2/+2
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-075-75/+58
* Benchmark tool for tile renderinghclam@chromium.org2011-02-221-0/+246
* Implement webkit media metrics in chromium.scherkus@chromium.org2011-02-161-1/+3
* Revert 74700 - Revert the "out-of-lining of test code" change within src/mediansylvain@chromium.org2011-02-124-11/+23
* Revert the "out-of-lining of test code" change within src/mediansylvain@chromium.org2011-02-114-23/+11
* Continuing with the out-of-lining of test code.erg@google.com2011-02-112-11/+16
* More out-of-lining of test code, along with a bunch of GMOCK objects.erg@google.com2011-02-082-0/+7
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-053-3/+3
* Reworked player_x11:scherkus@chromium.org2011-02-042-0/+9
* Resubmit "RGB to YUV conversion using SSE2""hclam@chromium.org2011-02-031-0/+31
* Move src/gfx/ to src/ui/gfxsail@chromium.org2011-02-021-2/+2
* Revert "RGB to YUV conversion using SSE2"hclam@chromium.org2011-02-011-31/+0
* RGB to YUV conversion using SSE2hclam@chromium.org2011-02-011-0/+31
* Remove MessageLoop methods from Filter interface toacolwell@chromium.org2011-01-155-16/+37
* check for codec null pointer when printing error messagefbarchard@chromium.org2011-01-041-2/+2
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-012-2/+4
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-012-2/+2
* 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
* 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
* Get rid of std::wstring version of HasSwitch.tfarina@chromium.org2010-12-081-1/+1
* 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-032-4/+6
* Benchmark tool for GPU-accelerated video renderingvrk@google.com2010-12-0115-0/+1107
* Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia...andybons@chromium.org2010-11-242-5/+5
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-11-242-5/+5
* FBTF: Remove unneeded headers from base/ (part 9)thestig@chromium.org2010-11-203-5/+5
* Move FilterType into MediaFilterCollectionacolwell@chromium.org2010-11-152-18/+20
* Revert 66125 -- Broke Windows build - Move FilterType into MediaFilterCollectionlevin@chromium.org2010-11-151-10/+8
* Move FilterType into MediaFilterCollectionacolwell@chromium.org2010-11-151-8/+10
* Move MediaFilterCollection code into a class.scherkus@chromium.org2010-11-032-19/+20