OLD | NEW |
1 Name: ffmpeg | 1 Name: ffmpeg |
2 Version: 0.9.7 | 2 Version: 0.9.7 |
3 | 3 |
4 Description: | 4 Description: |
5 Contains the sources used to compile FFmpeg binaries used by Google Chrome and | 5 Contains the sources used to compile FFmpeg binaries used by Google Chrome and |
6 Chromium. | 6 Chromium. |
7 | 7 |
8 The FFmpeg source is from ToT of the main ffmpeg branch: | 8 The FFmpeg source is from ToT of the main ffmpeg branch: |
9 http://git.videolan.org/?p=ffmpeg.git;a=commit;h=bb258fb995a42112d1fe14f53ec59
9b2cd19b707 | 9 http://git.videolan.org/?p=ffmpeg.git;a=commit;h=bb258fb995a42112d1fe14f53ec59
9b2cd19b707 |
10 Date: Tue, 12 Jul 2011 22:42:11 | 10 Date: Tue, 12 Jul 2011 22:42:11 |
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 diff -wurp -N orig ffmpeg >patches/to_upstream/42_vp8_fix_segmentation_ma
ps.patch | 272 diff -wurp -N orig ffmpeg >patches/to_upstream/42_vp8_fix_segmentation_ma
ps.patch |
273 | 273 |
274 rm -rf orig | 274 rm -rf orig |
275 cp -R ffmpeg orig | 275 cp -R ffmpeg orig |
276 cd ffmpeg | 276 cd ffmpeg |
277 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/43_mkv_seekahe
ad_revalidate.patch | 277 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/43_mkv_seekahe
ad_revalidate.patch |
278 cd .. | 278 cd .. |
279 diff -wurp -N orig ffmpeg | 279 diff -wurp -N orig ffmpeg |
280 diff -wurp -N orig ffmpeg >patches/to_upstream/43_mkv_seekahead_revalidat
e.patch | 280 diff -wurp -N orig ffmpeg >patches/to_upstream/43_mkv_seekahead_revalidat
e.patch |
281 | 281 |
| 282 rm -rf orig |
| 283 cp -R ffmpeg orig |
| 284 cd ffmpeg |
| 285 patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/44_vorbis_oob_
read.patch |
| 286 cd .. |
| 287 diff -wurp -N orig ffmpeg |
| 288 diff -wurp -N orig ffmpeg >patches/to_upstream/44_vorbis_oob_read.patch |
| 289 |
282 Testing | 290 Testing |
283 Updates should be tested against | 291 Updates should be tested against |
284 a) http://wiki.xiph.org/TheoraTestsuite | 292 a) http://wiki.xiph.org/TheoraTestsuite |
285 b) WebKit Layout Tests | 293 b) WebKit Layout Tests |
286 http://www.chromium.org/developers/testing/webkit-layout-tests | 294 http://www.chromium.org/developers/testing/webkit-layout-tests |
287 make -r test_shell BUILDTYPE=Debug -j16 | 295 make -r test_shell BUILDTYPE=Debug -j16 |
288 make -r ImageDiff BUILDTYPE=Debug -j16 | 296 make -r ImageDiff BUILDTYPE=Debug -j16 |
289 make -r DumpRenderTree BUILDTYPE=Debug -j16 | 297 make -r DumpRenderTree BUILDTYPE=Debug -j16 |
290 ./webkit/tools/layout_tests/run_webkit_tests.sh --debug media/\* | 298 ./webkit/tools/layout_tests/run_webkit_tests.sh --debug media/\* |
OLD | NEW |