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

Side by Side Diff: README.chromium

Issue 1961133002: Update FLAC to 1.3.1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/flac.git@master
Patch Set: build config tweaks for Windows Created 4 years, 7 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 | « README ('k') | flac.gyp » ('j') | 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 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.
OLDNEW
« no previous file with comments | « README ('k') | flac.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698