summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/flac/README.chromium
blob: 64cf1ef7302c1b7400b3a530b772253e3f2604f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Name: flac
URL: http://sourceforge.net/projects/flac/files/flac-src/flac-1.2.1-src/flac-1.2.1.tar.gz/download
Version: 1.2.1
License: BSD
License File: COPYING.Xiph
Security Critical: yes

Description:
This contains a copy of flac-1.2.1

This library is required for the browser to compress and encode recorded audio
before sending to Google servers for speech recognition. This is a straight dump
of flac-1.2.1 with all the unused files removed and the following changes:

- Replaced include/share/alloc.h with a new file
- Added flac.gyp, flac.h, README.chromium and src/libFLAC/alloc.c
- Fixed memset(ctx, 0, sizeof(ctx)); in src/libFLAC/md5.c:266
- Add #define for fseeko/ftello for VS2012 and above in
  src/libFLAC/stream_decoder.c and src/libFLAC/stream_encoder.c
- Fixed Win64 compilation issues: https://codereview.chromium.org/11567032/