| OLD | NEW |
| 1 Name: flac | 1 Name: flac |
| 2 URL: http://downloads.xiph.org/releases/flac/flac-1.3.1.tar.xz | 2 URL: http://downloads.xiph.org/releases/flac/flac-1.3.1.tar.xz |
| 3 Version: 1.3.1 | 3 Version: 1.3.1 |
| 4 License: BSD | 4 License: BSD |
| 5 License File: COPYING.Xiph | 5 License File: COPYING.Xiph |
| 6 Security Critical: yes | 6 Security Critical: yes |
| 7 | 7 |
| 8 Description: | 8 Description: |
| 9 This contains a copy of flac-1.3.1 | 9 This contains a copy of flac-1.3.1 |
| 10 | 10 |
| 11 This library is required for the browser to compress and encode recorded audio | 11 This library is required for the browser to compress and encode recorded audio |
| 12 before sending to Google servers for speech recognition. This is a straight dump | 12 before sending to Google servers for speech recognition. This is a straight dump |
| 13 of flac-1.3.1 with all the unused files removed and the following changes: | 13 of flac-1.3.1 with all the unused files removed and the following changes: |
| 14 | 14 |
| 15 - Added flac.gyp, flac.h, README.chromium and src/libFLAC/alloc.c | 15 - Added flac.gyp, flac.h, README.chromium and src/libFLAC/alloc.c |
| 16 - Replaced include/share/alloc.h with a new file. | 16 - Replaced include/share/alloc.h with a new file. |
| 17 - include/libFLAC/private/macros.h: don't conditionalize on GCC version >= 4.3; | 17 - include/libFLAC/private/macros.h: don't conditionalize on GCC version >= 4.3; |
| 18 Clang looks like GCC 4.2, but we want these defines. | 18 Clang looks like GCC 4.2, but we want these defines. |
| 19 - src/share/win_utf8_io/win_utf8_io.c: call LoadLibraryA instead of just | 19 - src/share/win_utf8_io/win_utf8_io.c: call LoadLibraryA instead of just |
| 20 LoadLibrary since the argument is a non-wide string. | 20 LoadLibrary since the argument is a non-wide string. |
| 21 - src/share/libFLAC/bitwriter.c: add extern declaration of inline | 21 - src/share/libFLAC/bitwriter.c: add extern declaration of inline |
| 22 function FLAC__bitwriter_write_raw_uint32 to fix link errors. Upstream: | 22 function FLAC__bitwriter_write_raw_uint32 to fix link errors. Upstream: |
| 23 https://git.xiph.org/?p=flac.git;a=commit;h=28817ba52fdd92b0a49f84b2e8848199ef
c00242 | 23 https://git.xiph.org/?p=flac.git;a=commit;h=28817ba52fdd92b0a49f84b2e8848199ef
c00242 |
| 24 - src/libFLAC/lpc.c: Restore missing conditional. Upstream: | 24 - src/libFLAC/lpc.c: Restore missing conditional. Upstream: |
| 25 https://git.xiph.org/?p=flac.git;a=commit;h=ef9f7998fd358b2812a7296fe1c5aed221
bade5f | 25 https://git.xiph.org/?p=flac.git;a=commit;h=ef9f7998fd358b2812a7296fe1c5aed221
bade5f |
| 26 - Include limits.h on Android to work around NDK deficiency. Upstream: |
| 27 https://git.xiph.org/?p=flac.git;a=commit;h=b762a20ace7c7771f87f63478bcee3cf51
268cff |
| OLD | NEW |