Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Side by Side Diff: README.chromium

Issue 1399833003: Update flac URL in README.chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/flac.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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: https://xiph.org/flac/
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 http://sourceforge.net/projects/flac/files/flac-src/flac-1.2.1-src/flac-1.2.1.ta r.gz/download
10 11
11 This library is required for the browser to compress and encode recorded audio 12 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 13 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: 14 of flac-1.2.1 with all the unused files removed and the following changes:
14 15
15 - Replaced include/share/alloc.h with a new file 16 - Replaced include/share/alloc.h with a new file
16 - Added flac.gyp, flac.h, README.chromium and src/libFLAC/alloc.c 17 - 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 18 - Fixed memset(ctx, 0, sizeof(ctx)); in src/libFLAC/md5.c:266
18 - Add #define for fseeko/ftello for VS2012 and above in 19 - Add #define for fseeko/ftello for VS2012 and above in
19 src/libFLAC/stream_decoder.c and src/libFLAC/stream_encoder.c 20 src/libFLAC/stream_decoder.c and src/libFLAC/stream_encoder.c
20 - Fixed Win64 compilation issues: https://codereview.chromium.org/11567032/ 21 - Fixed Win64 compilation issues: https://codereview.chromium.org/11567032/
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698