| OLD | NEW |
| 1 Name: ffmpeg |
| 2 Version: 0.9.5-28-g4d1b0d2 |
| 3 |
| 4 Description: |
| 1 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 |
| 2 Chromium. | 6 Chromium. |
| 3 | 7 |
| 4 The FFmpeg source is from Alexander Strange's ffmpeg-mt branch: | 8 The FFmpeg source is from Alexander Strange's ffmpeg-mt branch: |
| 5 git://gitorious.org/~astrange/ffmpeg/ffmpeg-mt.git | 9 git://gitorious.org/~astrange/ffmpeg/ffmpeg-mt.git |
| 6 Date: Friday November 6 2010 | 10 Date: Friday November 6 2010 |
| 7 Commit: ea396d3 | 11 Commit: ea396d3 |
| 8 This corresponds to r25669 in the mainline ffmpeg repository. | 12 This corresponds to r25669 in the mainline ffmpeg repository. |
| 9 | 13 |
| 10 libvpx source | 14 libvpx source |
| (...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 diff -wurp -N orig ffmpeg-mt >patches/to_upstream/25_ogg_index.patch | 297 diff -wurp -N orig ffmpeg-mt >patches/to_upstream/25_ogg_index.patch |
| 294 | 298 |
| 295 Testing | 299 Testing |
| 296 Updates should be tested against | 300 Updates should be tested against |
| 297 http://wiki.xiph.org/TheoraTestsuite | 301 http://wiki.xiph.org/TheoraTestsuite |
| 298 WebKit Layout Tests | 302 WebKit Layout Tests |
| 299 http://www.chromium.org/developers/testing/webkit-layout-tests | 303 http://www.chromium.org/developers/testing/webkit-layout-tests |
| 300 make -r test_shell BUILDTYPE=Debug | 304 make -r test_shell BUILDTYPE=Debug |
| 301 ./src/webkit/tools/layout_tests/run_webkit_tests.sh --debug media/\* | 305 ./src/webkit/tools/layout_tests/run_webkit_tests.sh --debug media/\* |
| 302 | 306 |
| OLD | NEW |