diff --git a/doc/features.html b/doc/features.html index ea0182da..b23de40f 100644 --- a/doc/features.html +++ b/doc/features.html @@ -55,7 +55,7 @@

- FLAC stands for Free Lossless Audio Coder. The FLAC project consists of: + FLAC stands for Free Lossless Audio Codec. The FLAC project consists of:

    diff --git a/doc/goals.html b/doc/goals.html index 3aa165b6..82fc206a 100644 --- a/doc/goals.html +++ b/doc/goals.html @@ -66,10 +66,10 @@ FLAC should be and stay an open format. The source code is all either LGPL'd or GPL'd.
  • - FLAC should be lossless. This seems obvious but lossy compression seems to creep into every audio coder. This goal also means that flac should stay archival quality and be truly lossless for all input. Testing of releases should be thorough. + FLAC should be lossless. This seems obvious but lossy compression seems to creep into every audio codec. This goal also means that flac should stay archival quality and be truly lossless for all input. Testing of releases should be thorough.
  • - FLAC should yield respectable compression, on par or better than other lossless coders. + FLAC should yield respectable compression, on par or better than other lossless codecs.
  • FLAC should allow at least realtime decoding on even modest hardware. diff --git a/doc/index.html b/doc/index.html index e8764140..1598234b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,7 +1,7 @@ - FLAC - Free Lossless Audio Coder + FLAC - Free Lossless Audio Codec @@ -79,7 +79,7 @@

    - FLAC stands for Free Lossless Audio Coder. Grossly oversimplified, FLAC is similar to MP3, but lossless. The FLAC project consists of: + FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is similar to MP3, but lossless. The FLAC project consists of:

      diff --git a/include/FLAC/all.h b/include/FLAC/all.h index 453e461a..660dddbf 100644 --- a/include/FLAC/all.h +++ b/include/FLAC/all.h @@ -1,4 +1,4 @@ -/* libFLAC - Free Lossless Audio Coder library +/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or diff --git a/include/FLAC/encoder.h b/include/FLAC/encoder.h index 90c37e62..a4c14642 100644 --- a/include/FLAC/encoder.h +++ b/include/FLAC/encoder.h @@ -1,4 +1,4 @@ -/* libFLAC - Free Lossless Audio Coder library +/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or diff --git a/include/FLAC/file_decoder.h b/include/FLAC/file_decoder.h index f54e698a..c219a8a3 100644 --- a/include/FLAC/file_decoder.h +++ b/include/FLAC/file_decoder.h @@ -1,4 +1,4 @@ -/* libFLAC - Free Lossless Audio Coder library +/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or diff --git a/include/FLAC/format.h b/include/FLAC/format.h index 42b6ff5d..cb73ba98 100644 --- a/include/FLAC/format.h +++ b/include/FLAC/format.h @@ -1,4 +1,4 @@ -/* libFLAC - Free Lossless Audio Coder library +/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or diff --git a/include/FLAC/ordinals.h b/include/FLAC/ordinals.h index 111d473f..352354e4 100644 --- a/include/FLAC/ordinals.h +++ b/include/FLAC/ordinals.h @@ -1,4 +1,4 @@ -/* libFLAC - Free Lossless Audio Coder library +/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or diff --git a/include/FLAC/stream_decoder.h b/include/FLAC/stream_decoder.h index da72a797..756ac46d 100644 --- a/include/FLAC/stream_decoder.h +++ b/include/FLAC/stream_decoder.h @@ -1,4 +1,4 @@ -/* libFLAC - Free Lossless Audio Coder library +/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or diff --git a/man/flac.sgml b/man/flac.sgml index c7e73c68..b071fa31 100644 --- a/man/flac.sgml +++ b/man/flac.sgml @@ -40,7 +40,7 @@ &dhpackage; - Free Lossless Audio Coder + Free Lossless Audio Codec diff --git a/src/libFLAC/bitbuffer.c b/src/libFLAC/bitbuffer.c index e6b9d466..71110c14 100644 --- a/src/libFLAC/bitbuffer.c +++ b/src/libFLAC/bitbuffer.c @@ -1,4 +1,4 @@ -/* libFLAC - Free Lossless Audio Coder library +/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or diff --git a/src/libFLAC/crc.c b/src/libFLAC/crc.c index 276eccd3..dea2619c 100644 --- a/src/libFLAC/crc.c +++ b/src/libFLAC/crc.c @@ -1,4 +1,4 @@ -/* libFLAC - Free Lossless Audio Coder library +/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or diff --git a/src/libFLAC/encoder.c b/src/libFLAC/encoder.c index cd01421e..1b32eb3b 100644 --- a/src/libFLAC/encoder.c +++ b/src/libFLAC/encoder.c @@ -1,4 +1,4 @@ -/* libFLAC - Free Lossless Audio Coder library +/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or diff --git a/src/libFLAC/encoder_framing.c b/src/libFLAC/encoder_framing.c index 8b55e3da..aee6121d 100644 --- a/src/libFLAC/encoder_framing.c +++ b/src/libFLAC/encoder_framing.c @@ -1,4 +1,4 @@ -/* libFLAC - Free Lossless Audio Coder library +/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or diff --git a/src/libFLAC/file_decoder.c b/src/libFLAC/file_decoder.c index 1b5a7d47..e6d5026d 100644 --- a/src/libFLAC/file_decoder.c +++ b/src/libFLAC/file_decoder.c @@ -1,4 +1,4 @@ -/* libFLAC - Free Lossless Audio Coder library +/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or diff --git a/src/libFLAC/fixed.c b/src/libFLAC/fixed.c index a0b1a9cf..4e9843b3 100644 --- a/src/libFLAC/fixed.c +++ b/src/libFLAC/fixed.c @@ -1,4 +1,4 @@ -/* libFLAC - Free Lossless Audio Coder library +/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or diff --git a/src/libFLAC/format.c b/src/libFLAC/format.c index db1d8c29..386ea82c 100644 --- a/src/libFLAC/format.c +++ b/src/libFLAC/format.c @@ -1,4 +1,4 @@ -/* libFLAC - Free Lossless Audio Coder library +/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or diff --git a/src/libFLAC/include/private/all.h b/src/libFLAC/include/private/all.h index 3aa191a4..b6974023 100644 --- a/src/libFLAC/include/private/all.h +++ b/src/libFLAC/include/private/all.h @@ -1,4 +1,4 @@ -/* libFLAC - Free Lossless Audio Coder library +/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or diff --git a/src/libFLAC/include/private/bitbuffer.h b/src/libFLAC/include/private/bitbuffer.h index 79e5f967..c3562bb7 100644 --- a/src/libFLAC/include/private/bitbuffer.h +++ b/src/libFLAC/include/private/bitbuffer.h @@ -1,4 +1,4 @@ -/* libFLAC - Free Lossless Audio Coder library +/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or diff --git a/src/libFLAC/include/private/crc.h b/src/libFLAC/include/private/crc.h index 61f8f9ea..7b23b597 100644 --- a/src/libFLAC/include/private/crc.h +++ b/src/libFLAC/include/private/crc.h @@ -1,4 +1,4 @@ -/* libFLAC - Free Lossless Audio Coder library +/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or diff --git a/src/libFLAC/include/private/encoder_framing.h b/src/libFLAC/include/private/encoder_framing.h index 0a365e14..d9180f0d 100644 --- a/src/libFLAC/include/private/encoder_framing.h +++ b/src/libFLAC/include/private/encoder_framing.h @@ -1,4 +1,4 @@ -/* libFLAC - Free Lossless Audio Coder library +/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or diff --git a/src/libFLAC/include/private/fixed.h b/src/libFLAC/include/private/fixed.h index 0721356a..9b87e998 100644 --- a/src/libFLAC/include/private/fixed.h +++ b/src/libFLAC/include/private/fixed.h @@ -1,4 +1,4 @@ -/* libFLAC - Free Lossless Audio Coder library +/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or diff --git a/src/libFLAC/include/private/lpc.h b/src/libFLAC/include/private/lpc.h index 7f294c7c..f5b86e11 100644 --- a/src/libFLAC/include/private/lpc.h +++ b/src/libFLAC/include/private/lpc.h @@ -1,4 +1,4 @@ -/* libFLAC - Free Lossless Audio Coder library +/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or diff --git a/src/libFLAC/include/protected/stream_decoder.h b/src/libFLAC/include/protected/stream_decoder.h index 6c26dbdb..3259deab 100644 --- a/src/libFLAC/include/protected/stream_decoder.h +++ b/src/libFLAC/include/protected/stream_decoder.h @@ -1,4 +1,4 @@ -/* libFLAC - Free Lossless Audio Coder library +/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or diff --git a/src/libFLAC/lpc.c b/src/libFLAC/lpc.c index 10bdf11e..1e7a6a97 100644 --- a/src/libFLAC/lpc.c +++ b/src/libFLAC/lpc.c @@ -1,4 +1,4 @@ -/* libFLAC - Free Lossless Audio Coder library +/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or diff --git a/src/libFLAC/stream_decoder.c b/src/libFLAC/stream_decoder.c index 183f95fe..2f2f6447 100644 --- a/src/libFLAC/stream_decoder.c +++ b/src/libFLAC/stream_decoder.c @@ -1,4 +1,4 @@ -/* libFLAC - Free Lossless Audio Coder library +/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or