| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove the old checked-in SCons and Visual Studio files for | sgk@google.com | 2009-05-28 | 8 | -380/+5 |
* | Add gyp-generated bspatch (used by setup.exe) and bsdiff. | sgk@google.com | 2009-05-27 | 2 | -0/+53 |
* | Make the GUID upper case (so Visual Studio won't try to correct | sgk@google.com | 2009-05-26 | 1 | -1/+1 |
* | Revert "Checkin a version of gmock, modified to use our boost_tuple in VS2005." | ajwong@chromium.org | 2009-05-26 | 1 | -1/+3 |
* | Checkin a version of gmock, modified to use our boost_tuple in VS2005. | ajwong@chromium.org | 2009-05-26 | 1 | -3/+1 |
* | Add in boost_tuple into third-party for use by googlemock in windows. | ajwong@chromium.org | 2009-05-23 | 392 | -0/+34277 |
* | Adding ffmpeg_binaries target which copies FFmpeg binaries alongside chrome.d... | ajwong@chromium.org | 2009-05-23 | 2 | -1/+47 |
* | New FFmpeg public API headers to match our source tarball in deps. | scherkus@chromium.org | 2009-05-22 | 9 | -194/+382 |
* | Add events to windowless plugins on linux. This CL also refactors the event | evan@chromium.org | 2009-05-22 | 2 | -10/+78 |
* | Temporary fix for MP3 decoding by duplicating packets before handing them to ... | scherkus@chromium.org | 2009-05-20 | 1 | -0/+1 |
* | Use av_rescale_q() for converting FFmpeg timestamps to base::TimeDelta (secon... | scherkus@chromium.org | 2009-05-20 | 1 | -0/+1 |
* | Revert change 16453 because it broke the build. | nsylvain@chromium.org | 2009-05-20 | 1 | -1/+0 |
* | Use av_rescale_q() for converting FFmpeg timestamps to base::TimeDelta. | scherkus@chromium.org | 2009-05-20 | 1 | -0/+1 |
* | Update to new version of tcmalloc (new spinlock implementation) | mbelshe@google.com | 2009-05-19 | 1 | -0/+4 |
* | Remove the checked-in .scons files now that lzma_sdk is using gyp. | sgk@google.com | 2009-05-16 | 2 | -144/+0 |
* | Rework the gyp hierarchy under chrome\installer to use | sgk@google.com | 2009-05-15 | 1 | -0/+3 |
* | Convert lzma_sdk to gyp. | sgk@google.com | 2009-05-15 | 1 | -0/+60 |
* | Remove executable bit from a bunch of files that shouldn't have it. | evan@chromium.org | 2009-05-11 | 166 | -0/+0 |
* | Add a 'cygwin' target to execute setup_mount.bat explicitly as a | sgk@google.com | 2009-05-11 | 1 | -0/+1 |
* | Move Courgette | sra@chromium.org | 2009-05-08 | 46 | -7917/+0 |
* | Retry of enabling video on linux. See related review: http://codereview.chro... | ajwong@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Correcting some tabbing mistakes. | bradnelson@chromium.org | 2009-05-07 | 1 | -120/+120 |
* | Implement most of the "basics" pref panel on Mac, including code to set the d... | pinkerton@chromium.org | 2009-05-06 | 3 | -14/+269 |
* | Move Courgette from internal depot to third_party. | sra@chromium.org | 2009-05-06 | 46 | -0/+7917 |
* | Clean up FFmpeg media formats and switch to using av_get_bits_per_sample_form... | scherkus@chromium.org | 2009-04-29 | 1 | -1/+1 |
* | Capture Mozilla's codesighs, for use in executable sizing. | sgk@google.com | 2009-04-25 | 16 | -0/+8318 |
* | Fixes for two benign race conditions and one bug detected | dkegel@google.com | 2009-04-24 | 1 | -21/+7 |
* | Fix linker errors on Visual Studio 2008 after the tcmalloc introduction. | sverrir@chromium.org | 2009-04-22 | 1 | -16/+13 |
* | Build on Linux with shared libraries (significant chunks courtesy craigsch): | sgk@google.com | 2009-04-22 | 1 | -0/+3 |
* | Start pulling tcmalloc into the build. Not using it yet | mbelshe@google.com | 2009-04-21 | 3 | -0/+540 |
* | Implemented FFmpegDemuxer::Seek() via av_seek_frame(). | scherkus@chromium.org | 2009-04-15 | 1 | -0/+1 |
* | Second attempt to fix purify issue in test_shell_tests | cpu@google.com | 2009-04-12 | 1 | -1/+0 |
* | Remove built-in network stack from libxml | cpu@google.com | 2009-04-10 | 3 | -6/+6 |
* | Restore -Wall to Linux build and set up for -Werror. | sgk@google.com | 2009-04-09 | 3 | -9/+0 |
* | Checking in FFmpeg benchmarking application. | scherkus@chromium.org | 2009-04-09 | 1 | -0/+1 |
* | Basic underpinnings of the gyp equivalent of the Linux SHARED=1 build: | sgk@google.com | 2009-04-08 | 10 | -11/+11 |
* | Convert /third_party/ffmpeg to gyp for Windows builds. | scherkus@chromium.org | 2009-04-07 | 5 | -222/+136 |
* | Add Harfbuzz to third_party and Skia support for such. | agl@chromium.org | 2009-04-07 | 84 | -0/+39645 |
* | Fixing guid to match sln files (odd this oversight hasn't caused more problems?) | bradnelson@google.com | 2009-04-05 | 1 | -1/+1 |
* | lcov-1.7 into third_party for code coverage on POSIX systems. | jrg@chromium.org | 2009-04-03 | 37 | -0/+18817 |
* | Move a bunch of libs over to gyp on windows. | bradnelson@google.com | 2009-04-02 | 3 | -1286/+0 |
* | Update public FFmpeg header files from r16647 to r18286. | scherkus@chromium.org | 2009-04-02 | 27 | -711/+1130 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 18 | -1272/+0 |
* | Remove the 'Hammer' name in favor of the Debug|Release names | sgk@google.com | 2009-04-01 | 1 | -3/+3 |
* | Revert r12849 (conversion of "Hammer" names to "Debug"). | sgk@google.com | 2009-03-31 | 1 | -3/+3 |
* | Replace "Hammer" references with "Debug" as appropriate. | sgk@google.com | 2009-03-31 | 1 | -3/+3 |
* | Expose whether we're in private browsing mode to plugins.I chose to implement... | jam@chromium.org | 2009-03-26 | 1 | -1/+3 |
* | Don't build sqlite_shell when using the system sqlite. | sgk@google.com | 2009-03-26 | 1 | -1/+1 |
* | Add support for -Duse_system_{libxml,libxslt,sqlite}=1 for | sgk@google.com | 2009-03-25 | 3 | -360/+413 |
* | Add a sqlite_shell target. | sgk@google.com | 2009-03-25 | 1 | -8/+34 |