summaryrefslogtreecommitdiffstats
path: root/media/base/media_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove function level static initializers media library initialization.dalecurtis@chromium.org2013-05-061-35/+7
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Style cleanup: const char* -> const char ... [].dalecurtis@chromium.org2013-02-221-1/+1
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-101-3/+3
* Using Ronald's libclang based converter, we're able to translatedalecurtis@google.com2012-10-211-81/+21
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-061-5/+0
* Make chrome compile with the win8 sdk cpu@chromium.org2012-06-261-0/+4
* Second attempt to land ffmpeg roll.dalecurtis@google.com2012-03-011-2/+2
* Workaround for Windows-only crash inside delay load helper.enal@chromium.org2012-02-281-11/+43
* Revert 123123 (probably caused a big perf regression -- http://crbug.com/115479,thakis@chromium.org2012-02-231-3/+3
* Fix media code to work with new ffmpeg.dalecurtis@google.com2012-02-221-3/+3
* Remove mock_ffmpeg and update media unittests.acolwell@chromium.org2011-08-231-0/+6
* Revert 96974 - Remove mock_ffmpeg and update media unittests.rvargas@google.com2011-08-161-6/+0
* Remove mock_ffmpeg and update media unittests.acolwell@chromium.org2011-08-161-0/+6
* Glue ffmpeg to Chromeihf@chromium.org2011-07-011-3/+3
* Remove unused testing code from media/base/media_win.ccscherkus@chromium.org2011-06-221-19/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Move media library path resolution into Chrome path provider.wez@chromium.org2011-03-171-7/+18
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-071-9/+5
* Remove GetVp8CxAlgoAddress hackhclam@chromium.org2010-12-201-26/+0
* VP8 decoder for chromotinghclam@chromium.org2010-09-291-0/+9
* Implement VP8 encoder for chromotinghclam@chromium.org2010-09-281-0/+18
* media: Remove a not accurated TODO.tfarina@chromium.org2010-07-101-12/+3
* Use LoadLibraryEx() instead of SetDllDirectory() for overriding DLL loading p...scherkus@chromium.org2010-06-301-12/+5
* Limit the DLL search path when loading FFmpeg binaries on Windows.scherkus@chromium.org2010-06-231-2/+14
* Generate stubs for OpenMAX ILhclam@chromium.org2010-03-021-0/+5
* Timing code for measuring DLL load performance.fbarchard@chromium.org2009-08-211-1/+29
* Fix a crash with <video>hclam@chromium.org2009-04-271-1/+1
* Hacked up delay load code for ffmpeg in posix systems. This isajwong@chromium.org2009-04-211-1/+3
* Move the ffmpeg loading function into media library.ajwong@chromium.org2009-04-181-0/+69