summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
dalecurtis@google.com [Tue, 7 Feb 2012 23:50:30 +0000 (23:50 +0000)]
Windows Chromium FFmpeg binaries for r120671
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@120865
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
scherkus@chromium.org [Wed, 25 Jan 2012 00:02:42 +0000 (00:02 +0000)]
Windows Chromium FFmpeg binaries for r118716.
BUG=108416
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@118948
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
scherkus@chromium.org [Tue, 29 Nov 2011 22:11:43 +0000 (22:11 +0000)]
Windows Chromium FFmpeg binaries for r111997.
BUG=105652
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@112050
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
scherkus@chromium.org [Mon, 14 Nov 2011 20:32:13 +0000 (20:32 +0000)]
Add --no-seh to linker command line when building Windows FFmpeg binaries.
Instead of trying to define an empty SEH table in the LOAD_CONFIG section we can set IMAGE_DLLCHARACTERISTICS_NO_SEH in the NT headers.
BUG=99901
TEST=Run BinScope on the new FFmpeg binaries, the SafeSEHCheck test should pass
Review URL: http://codereview.chromium.org/8555017
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@109946
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
acolwell@chromium.org [Thu, 10 Nov 2011 18:04:27 +0000 (18:04 +0000)]
Windows Chromium FFmpeg binaries for r109319
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@109452
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
scherkus@chromium.org [Wed, 2 Nov 2011 23:42:14 +0000 (23:42 +0000)]
Windows Chromium FFmpeg binaries for r107826.
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@108357
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
scherkus@chromium.org [Thu, 27 Oct 2011 01:09:22 +0000 (01:09 +0000)]
Windows Chromium FFmpeg binaries for r107489.
BUG=101172,100465
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@107500
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
scherkus@chromium.org [Tue, 18 Oct 2011 03:02:05 +0000 (03:02 +0000)]
Windows Chromium FFmpeg binaries for r105977.
BUG=100464
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@106016
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
scherkus@chromium.org [Sat, 15 Oct 2011 04:54:32 +0000 (04:54 +0000)]
Windows Chromium FFmpeg binaries for r105638.
This time stripped so they're ~100KB smaller.
BUG=100439
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@105642
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
scherkus@chromium.org [Sat, 15 Oct 2011 04:46:53 +0000 (04:46 +0000)]
Windows Chromium FFmpeg binaries for r105638.
BUG=100439
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@105641
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
scherkus@chromium.org [Fri, 14 Oct 2011 22:35:57 +0000 (22:35 +0000)]
Windows Chromium FFmpeg binaries for r105521.
BUG=99652
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@105596
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
acolwell@chromium.org [Mon, 3 Oct 2011 20:53:52 +0000 (20:53 +0000)]
Updating Windows FFmpeg binaries for CUES in front fix.
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@103773
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
scherkus@chromium.org [Wed, 24 Aug 2011 17:59:16 +0000 (17:59 +0000)]
Updating Windows FFmpeg binaires for ogg duration fix.
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@98072
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
scherkus@chromium.org [Wed, 17 Aug 2011 00:54:15 +0000 (00:54 +0000)]
Remove libvpx from FFmpeg in favour of ffvp8.
Clients in Chromium code can now link directly to libvpx without depending on FFmpeg / InitializeMediaLibrary().
BUG=50811
TEST=remoting_unittests, media_unittests, layout tests
Review URL: http://codereview.chromium.org/7659006
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@97071
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
ihf@chromium.org [Tue, 19 Jul 2011 01:06:31 +0000 (01:06 +0000)]
ffmpeg: July sources.
1) New CrOS codecs to support everything Android.
2) ARM specific compile flags were missing and have been added.
3) Started patch cleaned up.
Compiles on all configurations
BUG=88696,88436,88850 and CrOS:17352,16026,17380
TESTS=ran videos on mario and tegra
Review URL: http://codereview.chromium.org/7388001
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@92935
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
ihf@chromium.org [Wed, 22 Jun 2011 18:52:24 +0000 (18:52 +0000)]
Update ffmpeg windows Chromium binaries.
BUG=CrOS:16026
TESTS=none yet
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@90062
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
scherkus@chromium.org [Mon, 2 May 2011 23:13:50 +0000 (23:13 +0000)]
Chromium FFmpeg Windows binaries for ffmpeg@r83550 and libvpx@83779.
BUG=none
TEST=none
TBR=acolwell
Review URL: http://codereview.chromium.org/6909012
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@83815
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
scherkus@chromium.org [Sun, 27 Feb 2011 01:29:28 +0000 (01:29 +0000)]
FFmpeg Windows binaries for Chromium.
BUG=69218, 71788, 73026
TEST=see bugs
TBR=cevans
Review URL: http://codereview.chromium.org/6599026
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@76175
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Wed, 19 Jan 2011 16:14:35 +0000 (16:14 +0000)]
ffmpeg binaries for chromium
BUG=68910
TEST=playing a compressed wave should fail gracefully
Review URL: http://codereview.chromium.org/6323007
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@71799
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Mon, 10 Jan 2011 17:56:12 +0000 (17:56 +0000)]
ffmpeg patch updates for WAV duration and vorbis memory overflow.
WAV calculates duration based on header, not file size.
Vorbis checks for overflow before storing values in array.
BUG=68910
TEST=wav files should play with proper duration. Warning message should not appear about estimating duration based on file size.
Review URL: http://codereview.chromium.org/6162007
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@70905
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
scherkus@chromium.org [Thu, 6 Jan 2011 22:13:42 +0000 (22:13 +0000)]
Another attempt at updated Chromium FFmpeg binaries due to r70200.
This time they include the libvpx encoder for remoting.
BUG=68115
TEST=bug report files don't crash
TBR=cevans
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@70664
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
scherkus@chromium.org [Thu, 6 Jan 2011 20:06:30 +0000 (20:06 +0000)]
Checking in updated Chromium FFmpeg binaries due to r70200.
BUG=68115
TEST=bug report files don't crash
TBR=cevans
Review URL: http://codereview.chromium.org/6130002
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@70632
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Mon, 29 Nov 2010 17:34:08 +0000 (17:34 +0000)]
ffmpeg binaries for chromium ogg data patch
BUG=62706
TEST=play drag-url.ogv
Review URL: http://codereview.chromium.org/5369006
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@67548
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Tue, 16 Nov 2010 02:54:42 +0000 (02:54 +0000)]
fix vorbis match, merging overrun fix with overflow fix
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/5071001
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@66222
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Sat, 13 Nov 2010 02:45:56 +0000 (02:45 +0000)]
vorbis decoder fix from upstream ffmpeg r25726
BUG=61347
TEST=http://upload.wikimedia.org/wikipedia/commons/7/79/Big_Buck_Bunny_small.ogv
Review URL: http://codereview.chromium.org/4954001
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@66040
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Tue, 9 Nov 2010 17:52:55 +0000 (17:52 +0000)]
ffmpeg chromium binaries for ffmpeg nov 4 version
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/4735001
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@65545
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Sat, 6 Nov 2010 17:36:51 +0000 (17:36 +0000)]
ffmpeg with libvpx v0.9.5-28-g4d1b0d2
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/4614002
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@65312
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Fri, 5 Nov 2010 09:17:11 +0000 (09:17 +0000)]
ffmpeg chromium binaries
BUG=61914
TEST=none
Review URL: http://codereview.chromium.org/4525003
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@65183
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Tue, 12 Oct 2010 16:44:49 +0000 (16:44 +0000)]
ffmpeg update to oct 10 version
BUG=55399
TEST=none
Review URL: http://codereview.chromium.org/3529014
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@62287
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Wed, 22 Sep 2010 02:08:52 +0000 (02:08 +0000)]
ffmpeg relinked with updated libvpx
a8a38bcf10f2beba39a41ce3c469ff02caebd2ca that fixed thread crash
BUG=56441
TEST=decode webm content in a soak test. It should not crash
Review URL: http://codereview.chromium.org/3441026
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@60147
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Mon, 20 Sep 2010 23:29:18 +0000 (23:29 +0000)]
ffmpeg binaries with vp8 bss reduces in size
BUG=55399
TEST=size avcodec-52.dll will say 370080 now
Review URL: http://codereview.chromium.org/3466002
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@59991
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Tue, 14 Sep 2010 19:17:10 +0000 (19:17 +0000)]
ffmpeg chromium binaries with vp8 encoder and wav decoder
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3430003
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@59415
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Sat, 4 Sep 2010 03:15:15 +0000 (03:15 +0000)]
ffmpeg with libvpx 0.9.2
BUG=54007
TEST=media_bench.exe --stream=video --video-threads=16 d:\mediatests\red\red2.webm
Review URL: http://codereview.chromium.org/3357009
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@58573
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Thu, 2 Sep 2010 05:00:58 +0000 (05:00 +0000)]
fix for libvpx thread race
BUG=54007
TEST=Run a video 2000 times. If it works, the bug is fixed. If it hangs, the bug is not fixed.
Review URL: http://codereview.chromium.org/3310007
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@58320
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Wed, 1 Sep 2010 05:52:20 +0000 (05:52 +0000)]
chromium ffmpeg with updated libvpx for lucid threads
BUG=54038
TEST=none
Review URL: http://codereview.chromium.org/3316001
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@58138
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Mon, 30 Aug 2010 16:32:04 +0000 (16:32 +0000)]
ffmpeg binaries relinked with libvpx
BUG=53706
TEST=none
Review URL: http://codereview.chromium.org/3213004
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@57864
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Tue, 17 Aug 2010 18:09:11 +0000 (18:09 +0000)]
ffmpeg patch to remove dll dependency on avcore-0.dll
cleanup - remove repatch.sh which is replaced by instructions in README.chromium
cleanup - remove swscaler from instructions and svn source code, adding --disable-swscale to config
BUG=52343
TEST=run chromium on windows. should load dll's correctly.
Review URL: http://codereview.chromium.org/3158018
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@56386
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Mon, 16 Aug 2010 03:48:49 +0000 (03:48 +0000)]
chromium binaries with simplified config
BUG=51170
TEST=none
Review URL: http://codereview.chromium.org/3165020
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@56181
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Fri, 13 Aug 2010 21:40:41 +0000 (21:40 +0000)]
ffmpeg binaries for chromium with aug 11 update to ffmpeg-mt
BUG=52082
TEST=testmatrix videos should be fixed by this update
Review URL: http://codereview.chromium.org/3183006
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@56098
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Wed, 11 Aug 2010 17:02:16 +0000 (17:02 +0000)]
ffmpeg binaries linked with new libvpx
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3176005
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@55740
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Wed, 28 Jul 2010 22:42:14 +0000 (22:42 +0000)]
ffmpeg binaries reduced in size
BUG=50507
TEST=XP Perf should pass
Review URL: http://codereview.chromium.org/3051021
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@54050
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Tue, 27 Jul 2010 22:49:33 +0000 (22:49 +0000)]
ffmpeg binaries for chromium with vp4 seek to first frame patch
BUG=none
TEST=play sync2.ogv and seek to first frame. It should seek to first frame, not frame 84.
Review URL: http://codereview.chromium.org/3037026
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@53860
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Tue, 27 Jul 2010 02:23:10 +0000 (02:23 +0000)]
binaries for chromium ffmpeg with vp3 patch for faster seek to 0
BUG=none
TEST=play an ogg video and seek to zero. Should be faster
Review URL: http://codereview.chromium.org/3035027
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@53744
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Tue, 20 Jul 2010 05:49:33 +0000 (05:49 +0000)]
ffmpeg july18 update of chromium binaries
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3008011
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@53011
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Fri, 18 Jun 2010 01:21:52 +0000 (01:21 +0000)]
ffmpeg roll forward to june 16 version of ffmpeg-mt and vpx 0.9.1
BUG=none
TEST=windows chromium binaries should work with goto/videotestmatrix
Review URL: http://codereview.chromium.org/2806007
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@50188
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
scherkus@chromium.org [Wed, 19 May 2010 20:20:33 +0000 (20:20 +0000)]
Checkign in VP8/WebM-enabled FFmpeg binaries for Chromium.
Patch by Tom Finegan (tomfinegan@google.com).
BUG=none
TEST=none
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@47712
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Fri, 30 Apr 2010 22:47:33 +0000 (22:47 +0000)]
make.conf configurable u-boot vmlinux text base
Set the vmlinux text base from the board or variant overlay make.conf
using CHROMEOS_U_BOOT_VMLINUX_TEXT_BASE. Defaults to '0x20008000'.
Allows per board offsets to be configured without the need to
version the ebuild.
Review URL: http://codereview.chromium.org/1358001
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@46138
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Fri, 23 Apr 2010 12:15:48 +0000 (12:15 +0000)]
fixes for ffmpeg aac and mkv
BUG=42306
TEST=none
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@45437
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Thu, 22 Apr 2010 04:10:12 +0000 (04:10 +0000)]
ffmpeg chromium binaries for ffmpeg_patch_13_r22931_vp3_more_huffman_bits
BUG=42197
TEST=http://people.xiph.org/~greg/11x.ogv
Review URL: http://codereview.chromium.org/1752005
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@45289
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Tue, 6 Apr 2010 19:20:30 +0000 (19:20 +0000)]
ffmpeg chromium binaries for windows
BUG=25497
TEST=OGG contains many fixes in this one
Review URL: http://codereview.chromium.org/1518012
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@43743
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Fri, 26 Mar 2010 03:22:00 +0000 (03:22 +0000)]
ffmpeg updated binaries
bug=none
test=none
Review URL: http://codereview.chromium.org/1349006
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@42726
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Thu, 4 Mar 2010 01:26:50 +0000 (01:26 +0000)]
ffmpeg binaries for chromium
BUG=35850
TEST=none
Review URL: http://codereview.chromium.org/668025
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@40586
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Tue, 2 Mar 2010 05:18:03 +0000 (05:18 +0000)]
ffmpeg update binaries for chromium to patch 10
BUG=35850,36508
TEST=none
Review URL: http://codereview.chromium.org/661357
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@40361
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Mon, 22 Feb 2010 17:15:42 +0000 (17:15 +0000)]
FFmpeg binaries with O2 and static pthreads for chromium windows.
BUG=35850
TEST=file sizes are smaller and --video-threads=2 is effective in media_bench
Review URL: http://codereview.chromium.org/641002
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@39605
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Fri, 12 Feb 2010 00:39:24 +0000 (00:39 +0000)]
ffmpeg roll chromium binaries to include code fixes, edit bin and threads. Required to pass video bear uitest.
BUG=32755
TEST=ui_tests.exe --gtest_filter=Media*
Review URL: http://codereview.chromium.org/606006
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@38862
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Wed, 3 Feb 2010 02:00:37 +0000 (02:00 +0000)]
FFmpeg binaries for chromium windows using unpatched ffmpeg.
BUG=32755
TEST=none
Review URL: http://codereview.chromium.org/562029
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@37929
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
fbarchard@chromium.org [Wed, 28 Oct 2009 19:16:30 +0000 (19:16 +0000)]
Patch 49 of ffmpeg binaries. See third_party\ffmpeg\README.chromium for more details.
BUG=25275
TEST=play lol-chrome.mp4
Review URL: http://codereview.chromium.org/343023
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@30374
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
scherkus@chromium.org [Tue, 29 Sep 2009 02:25:12 +0000 (02:25 +0000)]
<html>
<style type="text/css">
<!--
body { font-family: arial,sans-serif; background-color: #fff; margin-top: 2; }
.c { width: 4; height: 4; }
a:link { color: #00c; }
a:visited { color: #551a8b; }
a:active { color: #f00; }
.form-noindent { background-color: #fff; border: 1px solid #c3d9ff; }
-->
</style>
<style type="text/css"><!--
.gaia.le.lbl { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }
.gaia.le.fpwd { font-family: Arial, Helvetica, sans-serif; font-size: 70%; }
.gaia.le.chusr { font-family: Arial, Helvetica, sans-serif; font-size: 70%; }
.gaia.le.val { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }
.gaia.le.button { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }
.gaia.le.rem { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }
.gaia.captchahtml.desc { font-family: arial, sans-serif; font-size: smaller; }
.gaia.captchahtml.cmt { font-family: arial, sans-serif; font-size: smaller; font-style: italic; }
--></style>
<head>
<title>Google Accounts</title>
<style type="text/css"><!--
body {
font-family: arial, sans-serif;
margin: 0;
padding: 13px 15px 15px;
}
.body {
margin: 0;
}
div.errorbox-good {}
div.errorbox-bad {}
div.errormsg { color: red; font-size: smaller; font-family: arial,sans-serif;}
font.errormsg { color: red; font-size: smaller; font-family: arial,sans-serif;}
div.topbar {
font-size:smaller;
margin-right: -5px;
text-align:right;
white-space:nowrap;
}
div.header {
margin-bottom: 9px;
margin-left: -2px;
position:relative;
zoom: 1
}
div.header img.logo {
border: 0;
float:left;
}
div.header div.headercontent {
float:right;
margin-top:17px;
}
div.header:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
div.pagetitle {
font-weight:bold;
}
.footer {
color: #666;
font-size: smaller;
margin-top: 40px;
text-align: center;
}
table#signupform {
left: -5px;
top: -7px;
position:relative;
}
table#signupform td{
padding: 7px 5px;
}
table#signupform td table td{
padding: 1px;
}
hr {
border: 0;
background-color:#DDDDDD;
height: 1px;
width: 100%;
text-align: left;
margin: 5px;
}
--></style>
</head>
<body dir="ltr"
onLoad=
"gaia_setFocus();"
>
<div id="main">
<?sc # for new logo transition ?>
<div class=header>
<a href='https://www.google.com/accounts/'>
<img class=logo
src='https://www.google.com/intl/en/images/logos/accounts_logo.gif'
alt="Google" />
</img>
</a>
</div>
<div id=maincontent>
<table border="0" width="100%" cellpadding=0 cellspacing=0>
<tr>
<td width="75%" valign="top">
<h3>
Chromium Code Reviews
uses Google Accounts for Sign In.
</h3>
<p><font size=-1>
Google is not affiliated with the contents of
<b>Chromium Code Reviews</b>
or its owners. If you sign in, Google will share your email address with
<b>Chromium Code Reviews</b>,
but not your password or any other personal information.
</font></p>
<p><font size=-1>
<b>Chromium Code Reviews</b>
may use your email address to personalize your experience on their website.
</font></p>
</td>
<td style="padding-left: 10px;" valign="top" align="center">
<div id="rhs">
<div id="rhs_login_signup_box">
<script><!--
function gaia_onLoginSubmit() {
if (window.gaiacb_onLoginSubmit) {
return gaiacb_onLoginSubmit();
} else {
return true;
}
}
function gaia_setFocus() {
var f = null;
if (document.getElementById) {
f = document.getElementById("gaia_loginform");
} else if (window.gaia_loginform) {
f = window.gaia_loginform;
}
if (f) {
if (f.Email && (f.Email.value == null || f.Email.value == "")) {
f.Email.focus();
} else if (f.Passwd) {
f.Passwd.focus();
}
}
}
--></script>
<style type="text/css"><!--
div.errormsg { color: red; font-size: smaller; font-family:arial,sans-serif; }
font.errormsg { color: red; font-size: smaller; font-family:arial,sans-serif; }
--></style>
<style type="text/css"><!--
.gaia.le.lbl { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }
.gaia.le.fpwd { font-family: Arial, Helvetica, sans-serif; font-size: 70%; }
.gaia.le.chusr { font-family: Arial, Helvetica, sans-serif; font-size: 70%; }
.gaia.le.val { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }
.gaia.le.button { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }
.gaia.le.rem { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }
.gaia.captchahtml.desc { font-family: arial, sans-serif; font-size: smaller; }
.gaia.captchahtml.cmt { font-family: arial, sans-serif; font-size: smaller; font-style: italic; }
--></style>
<form id="gaia_loginform"
action="https://www.google.com/accounts/ServiceLoginAuth?service=ah&sig=
d71ef8b8d6150b23958ad03b3bf546b7" method="post"
onsubmit=
"return(gaia_onLoginSubmit());"
>
<div id="gaia_loginbox">
<table class="form-noindent" cellspacing="3" cellpadding="5" width="100%" border="0">
<tr>
<td valign="top" style="text-align:center" nowrap="nowrap"
bgcolor="#e8eefa">
<input type="hidden" name="ltmpl"
value="gm">
<div class="loginBox">
<table id="gaia_table" align="center" border="0" cellpadding="1" cellspacing="0">
<tr>
<td colspan="2" align="center">
<font size="-1">
Sign in with your
</font>
<table>
<tr>
<td valign="top">
<img src="google_transparent.gif"
alt="Google">
</img>
</td>
<td valign="middle">
<font size="+0"><b>Account</b></font>
</td>
</tr>
</table>
</td>
</tr>
<script type="text/javascript"><!--
function onPreCreateAccount() {
return true;
}
function onPreLogin() {
if (window["onlogin"] != null) {
return onlogin();
} else {
return true;
}
}
--></script>
<tr>
<td colspan="2" align="center">
</td>
</tr>
<tr>
<td nowrap="nowrap">
<div align="right">
<span class="gaia le lbl">
Email:
</span>
</div>
</td>
<td>
<input type="hidden" name="continue" id="continue"
value="http://codereview.chromium.org/_ah/login?continue=http://codereview.chromium.org/248027/description" />
<input type="hidden" name="service" id="service"
value="ah" />
<input type="hidden" name="ltmpl" id="ltmpl"
value="gm" />
<input type="hidden" name="ltmpl" id="ltmpl"
value="gm" />
<input type="hidden" name="ahname" id="ahname"
value="Chromium Code Reviews" />
<input type="hidden"
name="GALX"
value="xqvs1spfSeU" />
<input type="text" name="Email" id="Email"
size="18" value=""
class='gaia le val'
/>
</td>
</tr>
<tr>
<td></td>
<td align="left">
</td>
</tr>
<tr>
<td align="right" nowrap="nowrap">
<span class="gaia le lbl">
Password:
</span>
</td>
<td>
<input type="password"
name="Passwd" id="Passwd"
size="18"
class="gaia le val"
/>
</td>
</tr>
<tr>
<td>
</td>
<td align="left">
</td>
</tr>
<tr>
<td align="right" valign="top">
<input type="checkbox" name="PersistentCookie" id="PersistentCookie"
value="yes"
checked='checked'
/>
<input type="hidden" name='rmShown' value="1" />
</td>
<td>
<label for="PersistentCookie" class="gaia le rem">
Stay signed in
</label>
</td>
</tr>
<tr>
<td>
</td>
<td align="left">
<input type="submit" class="gaia le button" name="signIn"
value="Sign in"
/>
</td>
</tr>
<tr id="ga-fprow">
<td colspan="2" height="33.0" class="gaia le fpwd"
align="center" valign="bottom">
<a href="http://www.google.com/support/accounts/bin/answer.py?answer=48598&hl=en&ctx=ch_ServiceLogin&p=ah&fpUrl=https%3A%2F%2Fwww.google.com%2Faccounts%2FForgotPasswd%3FfpOnly%3D1%26continue%3Dhttp%253A%252F%252Fcodereview.chromium.org%252F_ah%252Flogin%253Fcontinue%253Dhttp%253A%252F%252Fcodereview.chromium.org%
252F248027%252Fdescription%26service%3Dah%26ltmpl%3Dgm"
target=_top>
Can't access your account?
</a>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<input type="hidden" name="asts"
id="asts"
value="">
</form>
<form id="gaia_universallogin"
action="https://www.google.com/accounts/ServiceLoginAuth?service=ah&sig=
d71ef8b8d6150b23958ad03b3bf546b7" method="post"
onsubmit="return(gaia_onLoginSubmit());">
<input type="hidden" name="continue" id="continue"
value="http://codereview.chromium.org/_ah/login?continue=http://codereview.chromium.org/248027/description" />
<input type="hidden" name="service" id="service"
value="ah" />
<input type="hidden" name="ltmpl" id="ltmpl"
value="gm" />
<input type="hidden" name="ltmpl" id="ltmpl"
value="gm" />
<input type="hidden" name="ahname" id="ahname"
value="Chromium Code Reviews" />
<input type="hidden" name="ltmpl" id="ltmpl"
value="gm" />
</form>
<br/>
<table class="form-noindent" border="0" cellpadding="6" cellspacing="3" width="100%">
<tr>
<td bgcolor="#e8eefa" align="center" style="font-size:83%">
<b>Don't have a Google Account?
</b><br/>
<a href='https://www.google.com/accounts/NewAccount?continue=http%3A%2F%2Fcodereview.chromium.org%2F_ah%2Flogin%3Fcontinue%3Dhttp%3A%2F%2Fcodereview.chromium.org%
2F248027%2Fdescription&service=ah&ltmpl=gm&sig=
1027d1978569a6c6b2a0af4eede3e278' >
<b>Create an account now</b>
</a>
</td>
</tr>
</table>
</div>
<br/>
</div>
</td>
</tr>
</table>
</div>
<div class="footer">
©2009 Google
-
<a href='http://www.google.com/'>Google Home</a>
-
<a href='https://www.google.com/accounts/TOS?hl=en'>Terms of Service</a>
-
<a href='http://www.google.com/intl/en/privacy.html'>Privacy Policy</a>
-
<a href='http://www.google.com/support/accounts?hl=en'>Help</a>
</div>
</div>
</body>
</html>
Review URL: http://codereview.chromium.org/248027
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@27457
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
scherkus@chromium.org [Fri, 4 Sep 2009 08:16:40 +0000 (08:16 +0000)]
Checking in updated FFmpeg binares for Chromium.
TBR=ajwong
Review URL: http://codereview.chromium.org/198022
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@25436
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
ajwong@chromium.org [Sat, 8 Aug 2009 00:31:42 +0000 (00:31 +0000)]
New chromium binaries built with -O2, static pthreads, and block-level quant support in Theora.
Also moved into platform specific directories so they can be pulled in via platform specific deps.
BUG=16010,16638,17174
TEST=none
Review URL: http://codereview.chromium.org/165189
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/ffmpeg/binaries/win@22838
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c