| OLD | NEW |
| 1 Name: flac | 1 Name: flac |
| 2 URL: http://sourceforge.net/projects/flac/files/flac-src/flac-1.2.1-src/flac-1.2
.1.tar.gz/download | 2 URL: http://sourceforge.net/projects/flac/files/flac-src/flac-1.2.1-src/flac-1.2
.1.tar.gz/download |
| 3 Version: 1.2.1 | 3 Version: 1.2.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.2.1 | 9 This contains a copy of flac-1.2.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.2.1 with all the unused files removed and the following changes: | 13 of flac-1.2.1 with all the unused files removed and the following changes: |
| 14 | 14 |
| 15 - Replaced include/share/alloc.h with a new file | 15 - Replaced include/share/alloc.h with a new file |
| 16 - Added flac.gyp, flac.h, README.chromium and src/libFLAC/alloc.c | 16 - Added flac.gyp, flac.h, README.chromium and src/libFLAC/alloc.c |
| 17 - Fixed memset(ctx, 0, sizeof(ctx)); in src/libFLAC/md5.c:266 | 17 - Fixed memset(ctx, 0, sizeof(ctx)); in src/libFLAC/md5.c:266 |
| 18 - Add #define for fseeko/ftello for VS2012 in src/libFLAC/stream_decoder.c and | 18 - Add #define for fseeko/ftello for VS2012 and above in |
| 19 src/libFLAC/stream_encoder.c | 19 src/libFLAC/stream_decoder.c and src/libFLAC/stream_encoder.c |
| 20 - Fixed Win64 compilation issues: https://codereview.chromium.org/11567032/ | 20 - Fixed Win64 compilation issues: https://codereview.chromium.org/11567032/ |
| OLD | NEW |