summaryrefslogtreecommitdiffstats
path: root/third_party
Commit message (Expand)AuthorAgeFilesLines
* Removing ffmpeg again.ajwong@chromium.org2009-06-096-150/+41
* Fixing include path for windows.ajwong@chromium.org2009-06-091-0/+3
* Reapply ffmpeg changes. The original review is at http://codereview.chromium....ajwong@chromium.org2009-06-096-41/+147
* Remove the checked-in tcmalloc.vcproj file.sgk@chromium.org2009-06-061-58/+0
* Convert tcmalloc (and its modified libcmt) to building with gyp.sgk@google.com2009-06-063-242/+157
* Reverting r17820 and r17819 due to mac breakage.ajwong@chromium.org2009-06-066-158/+41
* Fix mac gyp build of ffmpeg to have type 'none'.ajwong@chromium.org2009-06-061-0/+5
* Change ffmpeg.gyp over to use generate_stubs.py.ajwong@chromium.org2009-06-066-41/+153
* Add unit_tests (Chrome browser unit tests) to Mac/Linux coverage.jrg@chromium.org2009-06-051-2/+4
* Python script for auto-generating stub/def files for a list of signatures.ajwong@chromium.org2009-06-032-0/+1144
* Linux: fix libevent bug.agl@chromium.org2009-06-021-1/+1
* Linux: stop libevent from pre-allocating huge arrays.agl@chromium.org2009-06-021-12/+2
* Linux: sync libevent/epoll.c to upstream's version.agl@chromium.org2009-06-021-5/+8
* Security bug for libpng, update needed to 1.2.36mhm@chromium.org2009-06-0115-151/+193
* Implements a Zip() utility function. Refactor existingaa@chromium.org2009-06-011-0/+2
* Better seeking for <video> and <audio>hclam@chromium.org2009-05-291-0/+1
* Set svn:eol-style LF on all gyp files.sgk@google.com2009-05-282-58/+58
* Retry to checkin a version of gmock, modified to use our boost_tuple in VS2005.ajwong@chromium.org2009-05-281-3/+1
* Remove the old checked-in SCons and Visual Studio files forsgk@google.com2009-05-288-380/+5
* Add gyp-generated bspatch (used by setup.exe) and bsdiff.sgk@google.com2009-05-272-0/+53
* Make the GUID upper case (so Visual Studio won't try to correctsgk@google.com2009-05-261-1/+1
* Revert "Checkin a version of gmock, modified to use our boost_tuple in VS2005."ajwong@chromium.org2009-05-261-1/+3
* Checkin a version of gmock, modified to use our boost_tuple in VS2005.ajwong@chromium.org2009-05-261-3/+1
* Add in boost_tuple into third-party for use by googlemock in windows.ajwong@chromium.org2009-05-23392-0/+34277
* Adding ffmpeg_binaries target which copies FFmpeg binaries alongside chrome.d...ajwong@chromium.org2009-05-232-1/+47
* New FFmpeg public API headers to match our source tarball in deps.scherkus@chromium.org2009-05-229-194/+382
* Add events to windowless plugins on linux. This CL also refactors the eventevan@chromium.org2009-05-222-10/+78
* Temporary fix for MP3 decoding by duplicating packets before handing them to ...scherkus@chromium.org2009-05-201-0/+1
* Use av_rescale_q() for converting FFmpeg timestamps to base::TimeDelta (secon...scherkus@chromium.org2009-05-201-0/+1
* Revert change 16453 because it broke the build.nsylvain@chromium.org2009-05-201-1/+0
* Use av_rescale_q() for converting FFmpeg timestamps to base::TimeDelta.scherkus@chromium.org2009-05-201-0/+1
* Update to new version of tcmalloc (new spinlock implementation)mbelshe@google.com2009-05-191-0/+4
* Remove the checked-in .scons files now that lzma_sdk is using gyp.sgk@google.com2009-05-162-144/+0
* Rework the gyp hierarchy under chrome\installer to usesgk@google.com2009-05-151-0/+3
* Convert lzma_sdk to gyp.sgk@google.com2009-05-151-0/+60
* Remove executable bit from a bunch of files that shouldn't have it.evan@chromium.org2009-05-11166-0/+0
* Add a 'cygwin' target to execute setup_mount.bat explicitly as asgk@google.com2009-05-111-0/+1
* Move Courgettesra@chromium.org2009-05-0846-7917/+0
* Retry of enabling video on linux. See related review: http://codereview.chro...ajwong@chromium.org2009-05-081-1/+1
* Correcting some tabbing mistakes.bradnelson@chromium.org2009-05-071-120/+120
* Implement most of the "basics" pref panel on Mac, including code to set the d...pinkerton@chromium.org2009-05-063-14/+269
* Move Courgette from internal depot to third_party.sra@chromium.org2009-05-0646-0/+7917
* Clean up FFmpeg media formats and switch to using av_get_bits_per_sample_form...scherkus@chromium.org2009-04-291-1/+1
* Capture Mozilla's codesighs, for use in executable sizing.sgk@google.com2009-04-2516-0/+8318
* Fixes for two benign race conditions and one bug detecteddkegel@google.com2009-04-241-21/+7
* Fix linker errors on Visual Studio 2008 after the tcmalloc introduction.sverrir@chromium.org2009-04-221-16/+13
* Build on Linux with shared libraries (significant chunks courtesy craigsch):sgk@google.com2009-04-221-0/+3
* Start pulling tcmalloc into the build. Not using it yetmbelshe@google.com2009-04-213-0/+540
* Implemented FFmpegDemuxer::Seek() via av_seek_frame().scherkus@chromium.org2009-04-151-0/+1
* Second attempt to fix purify issue in test_shell_testscpu@google.com2009-04-121-1/+0