Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Side by Side Diff: README.chromium

Issue 6588036: Merge 76138 - Properly account the thread index on all exit paths from the fu... (Closed) Base URL: svn://chrome-svn/chrome/branches/ffmpeg/648/
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | patches/to_upstream/24_thread_index.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 patch -p1 --no-backup-if-mismatch < ../patches/ugly/13_remove_avcore.patc h 48 patch -p1 --no-backup-if-mismatch < ../patches/ugly/13_remove_avcore.patc h
49 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/14_vp8_encode_ options.patch 49 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/14_vp8_encode_ options.patch
50 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/15_webp_ffmpeg .patch 50 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/15_webp_ffmpeg .patch
51 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/16_neon_offset s.patch 51 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/16_neon_offset s.patch
52 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/17_mpegthread. patch 52 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/17_mpegthread. patch
53 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/18_respect_sws cale.patch 53 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/18_respect_sws cale.patch
54 patch -p1 --no-backup-if-mismatch < ../patches/from_upstream/19_vorbis_de code.patch 54 patch -p1 --no-backup-if-mismatch < ../patches/from_upstream/19_vorbis_de code.patch
55 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/20_r25798_og g_data_offset.patch
56 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/21_r26368_r2 6365_vorbis_overflow.patch
57 patch -p1 --no-backup-if-mismatch < ../patches/from_upstream/22_r26366_wa v_duration.patch 57 patch -p1 --no-backup-if-mismatch < ../patches/from_upstream/22_r26366_wa v_duration.patch
58 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/23_avoid_maski ng_matroskadec_parse_errors.patch
59 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/24_thread_inde x.patch
58 cd .. 60 cd ..
59 61
60 There is also a script "make_src_tree.sh" that automates most of the steps 62 There is also a script "make_src_tree.sh" that automates most of the steps
61 above for you. It is currently only tested on linux. 63 above for you. It is currently only tested on linux.
62 64
63 NOTE: Under Windows it is recommended to use Chromium's MinGW/MSYS environment 65 NOTE: Under Windows it is recommended to use Chromium's MinGW/MSYS environment
64 or 7-Zip to extract the archives. We've experienced issues when using WinRAR. 66 or 7-Zip to extract the archives. We've experienced issues when using WinRAR.
65 67
66 Since FFmpeg is sandboxed inside the render process, we're only interested in 68 Since FFmpeg is sandboxed inside the render process, we're only interested in
67 building the absolute minimum. 69 building the absolute minimum.
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 diff -wurp -N orig ffmpeg-mt >patches/from_upstream/22_r26366_wav_duratio n.patch 277 diff -wurp -N orig ffmpeg-mt >patches/from_upstream/22_r26366_wav_duratio n.patch
276 278
277 rm -rf orig 279 rm -rf orig
278 cp -R ffmpeg-mt orig 280 cp -R ffmpeg-mt orig
279 cd ffmpeg-mt 281 cd ffmpeg-mt
280 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/23_avoid_maski ng_matroskadec_parse_errors.patch 282 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/23_avoid_maski ng_matroskadec_parse_errors.patch
281 cd .. 283 cd ..
282 diff -wurp -N orig ffmpeg-mt 284 diff -wurp -N orig ffmpeg-mt
283 diff -wurp -N orig ffmpeg-mt >patches/to_upstream/23_avoid_masking_matros kadec_parse_errors.patch 285 diff -wurp -N orig ffmpeg-mt >patches/to_upstream/23_avoid_masking_matros kadec_parse_errors.patch
284 286
287 rm -rf orig
288 cp -R ffmpeg-mt orig
289 cd ffmpeg-mt
290 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/24_thread_inde x.patch
291 cd ..
292 diff -wurp -N orig ffmpeg-mt
293 diff -wurp -N orig ffmpeg-mt >patches/to_upstream/24_thread_index.patch
294
285 Testing 295 Testing
286 Updates should be tested against 296 Updates should be tested against
287 http://wiki.xiph.org/TheoraTestsuite 297 http://wiki.xiph.org/TheoraTestsuite
288 WebKit Layout Tests 298 WebKit Layout Tests
289 http://www.chromium.org/developers/testing/webkit-layout-tests 299 http://www.chromium.org/developers/testing/webkit-layout-tests
290 make -r test_shell BUILDTYPE=Debug 300 make -r test_shell BUILDTYPE=Debug
291 ./src/webkit/tools/layout_tests/run_webkit_tests.sh --debug media/\* 301 ./src/webkit/tools/layout_tests/run_webkit_tests.sh --debug media/\*
292 302
OLDNEW
« no previous file with comments | « no previous file | patches/to_upstream/24_thread_index.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698