| OLD | NEW |
| 1 Name: flac | 1 URL: http://downloads.xiph.org/releases/flac/flac-1.3.1.tar.xz |
| 2 URL: https://xiph.org/flac/ | 2 Version: 1.3.1 |
| 3 Version: 1.2.1 | |
| 4 License: BSD | 3 License: BSD |
| 5 License File: COPYING.Xiph | 4 License File: COPYING.Xiph |
| 6 Security Critical: yes | 5 Security Critical: yes |
| 7 | 6 |
| 8 Description: | 7 Description: |
| 9 This contains a copy of flac-1.2.1 | 8 This contains a copy of flac-1.3.1 |
| 10 http://sourceforge.net/projects/flac/files/flac-src/flac-1.2.1-src/flac-1.2.1.ta
r.gz/download | |
| 11 | 9 |
| 12 This library is required for the browser to compress and encode recorded audio | 10 This library is required for the browser to compress and encode recorded audio |
| 13 before sending to Google servers for speech recognition. This is a straight dump | 11 before sending to Google servers for speech recognition. This is a straight dump |
| 14 of flac-1.2.1 with all the unused files removed and the following changes: | 12 of flac-1.3.1 with all the unused files removed and the following changes: |
| 15 | 13 |
| 16 - Replaced include/share/alloc.h with a new file | |
| 17 - Added flac.gyp, flac.h, README.chromium and src/libFLAC/alloc.c | 14 - Added flac.gyp, flac.h, README.chromium and src/libFLAC/alloc.c |
| 18 - Fixed memset(ctx, 0, sizeof(ctx)); in src/libFLAC/md5.c:266 | 15 - Replaced include/share/alloc.h with a new file. |
| 19 - Add #define for fseeko/ftello for VS2012 and above in | 16 - include/libFLAC/private/macros.h: don't conditionalize on GCC version >= 4.3; |
| 20 src/libFLAC/stream_decoder.c and src/libFLAC/stream_encoder.c | 17 Clang looks like GCC 4.2, but we want these defines. |
| 21 - Fixed Win64 compilation issues: https://codereview.chromium.org/11567032/ | 18 - src/share/win_utf8_io/win_utf8_io.c: call LoadLibraryA instead of just |
| 19 LoadLibrary since the argument is a non-wide string. |
| OLD | NEW |