Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Name: ffmpeg | |
| 2 Version: 0.9.5-28-g4d1b0d2 | |
| 3 | |
|
Evan Martin
2011/03/14 18:44:50
This one doesn't have a "Description:" part.
| |
| 1 Contains the sources used to compile FFmpeg binaries used by Google Chrome and | 4 Contains the sources used to compile FFmpeg binaries used by Google Chrome and |
| 2 Chromium. | 5 Chromium. |
| 3 | 6 |
| 4 The FFmpeg source is from Alexander Strange's ffmpeg-mt branch: | 7 The FFmpeg source is from Alexander Strange's ffmpeg-mt branch: |
| 5 git://gitorious.org/~astrange/ffmpeg/ffmpeg-mt.git | 8 git://gitorious.org/~astrange/ffmpeg/ffmpeg-mt.git |
| 6 Date: Friday November 6 2010 | 9 Date: Friday November 6 2010 |
| 7 Commit: ea396d3 | 10 Commit: ea396d3 |
| 8 This corresponds to r25669 in the mainline ffmpeg repository. | 11 This corresponds to r25669 in the mainline ffmpeg repository. |
| 9 | 12 |
| 10 libvpx source | 13 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 | 296 diff -wurp -N orig ffmpeg-mt >patches/to_upstream/25_ogg_index.patch |
| 294 | 297 |
| 295 Testing | 298 Testing |
| 296 Updates should be tested against | 299 Updates should be tested against |
| 297 http://wiki.xiph.org/TheoraTestsuite | 300 http://wiki.xiph.org/TheoraTestsuite |
| 298 WebKit Layout Tests | 301 WebKit Layout Tests |
| 299 http://www.chromium.org/developers/testing/webkit-layout-tests | 302 http://www.chromium.org/developers/testing/webkit-layout-tests |
| 300 make -r test_shell BUILDTYPE=Debug | 303 make -r test_shell BUILDTYPE=Debug |
| 301 ./src/webkit/tools/layout_tests/run_webkit_tests.sh --debug media/\* | 304 ./src/webkit/tools/layout_tests/run_webkit_tests.sh --debug media/\* |
| 302 | 305 |
| OLD | NEW |