OLD | NEW |
1 Contains the sources used to compile FFmpeg binaries used by Google Chrome and | 1 Contains the sources used to compile FFmpeg binaries used by Google Chrome and |
2 Chromium. | 2 Chromium. |
3 | 3 |
4 The FFmpeg source is from Alexander Strange's ffmpeg-mt branch: | 4 The FFmpeg source is from Alexander Strange's ffmpeg-mt branch: |
5 git://gitorious.org/~astrange/ffmpeg/ffmpeg-mt.git | 5 git://gitorious.org/~astrange/ffmpeg/ffmpeg-mt.git |
6 Date: Friday November 6 2010 | 6 Date: Friday November 6 2010 |
7 Commit: ea396d3 | 7 Commit: ea396d3 |
8 This corresponds to r25669 in the mainline ffmpeg repository. | 8 This corresponds to r25669 in the mainline ffmpeg repository. |
9 | 9 |
10 libvpx source | 10 libvpx source |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 patch -p1 --no-backup-if-mismatch < ../patches/ugly/13_remove_avcore.patc
h | 47 patch -p1 --no-backup-if-mismatch < ../patches/ugly/13_remove_avcore.patc
h |
48 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/14_vp8_encode_
options.patch | 48 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/14_vp8_encode_
options.patch |
49 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/15_webp_ffmpeg
.patch | 49 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/15_webp_ffmpeg
.patch |
50 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/16_neon_offset
s.patch | 50 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/16_neon_offset
s.patch |
51 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/17_mpegthread.
patch | 51 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/17_mpegthread.
patch |
52 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/18_respect_sws
cale.patch | 52 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/18_respect_sws
cale.patch |
53 patch -p1 --no-backup-if-mismatch < ../patches/from_upstream/19_vorbis_de
code.patch | 53 patch -p1 --no-backup-if-mismatch < ../patches/from_upstream/19_vorbis_de
code.patch |
54 patch -p1 --no-backup-if-mismatch < ../patches/from_upstream/20_r25798_og
g_data_offset.patch | 54 patch -p1 --no-backup-if-mismatch < ../patches/from_upstream/20_r25798_og
g_data_offset.patch |
55 patch -p1 --no-backup-if-mismatch < ../patches/from_upstream/21_r26368_r2
6365_vorbis_overflow.patch | 55 patch -p1 --no-backup-if-mismatch < ../patches/from_upstream/21_r26368_r2
6365_vorbis_overflow.patch |
56 patch -p1 --no-backup-if-mismatch < ../patches/from_upstream/22_r26366_wa
v_duration.patch | 56 patch -p1 --no-backup-if-mismatch < ../patches/from_upstream/22_r26366_wa
v_duration.patch |
| 57 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/23_thread_inde
x.patch |
57 cd .. | 58 cd .. |
58 | 59 |
59 There is also a script "make_src_tree.sh" that automates most of the steps | 60 There is also a script "make_src_tree.sh" that automates most of the steps |
60 above for you. It is currently only tested on linux. | 61 above for you. It is currently only tested on linux. |
61 | 62 |
62 NOTE: Under Windows it is recommended to use Chromium's MinGW/MSYS environment | 63 NOTE: Under Windows it is recommended to use Chromium's MinGW/MSYS environment |
63 or 7-Zip to extract the archives. We've experienced issues when using WinRAR. | 64 or 7-Zip to extract the archives. We've experienced issues when using WinRAR. |
64 | 65 |
65 Since FFmpeg is sandboxed inside the render process, we're only interested in | 66 Since FFmpeg is sandboxed inside the render process, we're only interested in |
66 building the absolute minimum. | 67 building the absolute minimum. |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 diff -wurp -N orig ffmpeg-mt >patches/from_upstream/21_r26368_r26365_vorb
is_overflow.patch | 259 diff -wurp -N orig ffmpeg-mt >patches/from_upstream/21_r26368_r26365_vorb
is_overflow.patch |
259 | 260 |
260 rm -rf orig | 261 rm -rf orig |
261 cp -R ffmpeg-mt orig | 262 cp -R ffmpeg-mt orig |
262 cd ffmpeg-mt | 263 cd ffmpeg-mt |
263 patch -p1 --no-backup-if-mismatch < ../patches/from_upstream/22_r26366_wa
v_duration.patch | 264 patch -p1 --no-backup-if-mismatch < ../patches/from_upstream/22_r26366_wa
v_duration.patch |
264 cd .. | 265 cd .. |
265 diff -wurp -N orig ffmpeg-mt | 266 diff -wurp -N orig ffmpeg-mt |
266 diff -wurp -N orig ffmpeg-mt >patches/from_upstream/22_r26366_wav_duratio
n.patch | 267 diff -wurp -N orig ffmpeg-mt >patches/from_upstream/22_r26366_wav_duratio
n.patch |
267 | 268 |
| 269 rm -rf orig |
| 270 cp -R ffmpeg-mt orig |
| 271 cd ffmpeg-mt |
| 272 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/23_thread_inde
x.patch |
| 273 cd .. |
| 274 diff -wurp -N orig ffmpeg-mt |
| 275 diff -wurp -N orig ffmpeg-mt >patches/to_upstream/23_thread_index.patch |
| 276 |
268 Testing | 277 Testing |
269 Updates should be tested against | 278 Updates should be tested against |
270 http://wiki.xiph.org/TheoraTestsuite | 279 http://wiki.xiph.org/TheoraTestsuite |
271 WebKit Layout Tests | 280 WebKit Layout Tests |
272 http://www.chromium.org/developers/testing/webkit-layout-tests | 281 http://www.chromium.org/developers/testing/webkit-layout-tests |
273 make -r test_shell BUILDTYPE=Debug | 282 make -r test_shell BUILDTYPE=Debug |
274 ./src/webkit/tools/layout_tests/run_webkit_tests.sh --debug media/\* | 283 ./src/webkit/tools/layout_tests/run_webkit_tests.sh --debug media/\* |
275 | 284 |
OLD | NEW |