Josh Coalson
|
d4b2955854
|
conditionalized linking with libOggFLAC
|
2004-12-30 01:12:41 +00:00 |
Josh Coalson
|
81b3cae6d5
|
revamp plugin_common to use utf-8 instead of wchar_t as the internal comment format
|
2004-12-30 01:09:53 +00:00 |
Josh Coalson
|
d56ac59518
|
define socklen_t if it doesn't exist
|
2004-12-30 01:09:10 +00:00 |
Josh Coalson
|
def597ee59
|
additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere
|
2004-12-30 00:59:30 +00:00 |
Josh Coalson
|
8ddf7fb278
|
fix typo in comment
|
2004-12-30 00:58:50 +00:00 |
Josh Coalson
|
37954328b2
|
obsolete
|
2004-12-30 00:55:48 +00:00 |
Josh Coalson
|
07e00486d1
|
minor error message fix
|
2004-11-12 07:26:00 +00:00 |
Josh Coalson
|
47faab80d7
|
split PPC asm code into two directores, one holding asm compatible with OS X native 'as', and one for 'gas'
|
2004-11-09 01:50:35 +00:00 |
Josh Coalson
|
5f2b46d031
|
finished integerized flavor of library; sections with floating point are either #ifdef'd out or written in fixed-point
|
2004-11-09 01:34:01 +00:00 |
Josh Coalson
|
8f64899d97
|
fix comment typos
|
2004-11-09 01:29:16 +00:00 |
Josh Coalson
|
b43d3cbd9e
|
fix PATH and LD_LIBRARY_PATH settings, pass build type as first arg to test scripts
|
2004-11-09 01:28:05 +00:00 |
Josh Coalson
|
b42b0ee5f5
|
initial import
|
2004-11-09 01:27:12 +00:00 |
Josh Coalson
|
1637d93297
|
fix path to local libog dirs
|
2004-11-09 01:26:37 +00:00 |
Josh Coalson
|
29a6a9df04
|
add float.c/h
|
2004-11-09 01:25:44 +00:00 |
Josh Coalson
|
f719813b0f
|
add fixed-point functions
|
2004-11-09 01:25:14 +00:00 |
Josh Coalson
|
375810ebdd
|
add FLAC__bitmath_ilog2_wide()
|
2004-11-09 01:22:35 +00:00 |
Josh Coalson
|
2757af6c1d
|
get Makefile.lite system (with asm) working on Darwin, better handling of libogg paths and linkage
|
2004-10-30 00:03:21 +00:00 |
Josh Coalson
|
4f4d9675de
|
add copyright notice
|
2004-10-29 23:57:50 +00:00 |
Josh Coalson
|
f019c51a88
|
minor formatting
|
2004-10-29 23:57:30 +00:00 |
Josh Coalson
|
0975843bed
|
first pass at making an integer-only flavor of the libraries. move FLAC__real out of ordinals.h to src/libFLAC/include/private/float.h, add FLAC__double and FLAC__float and use these everywhere instead of double and float, and don't typedef FLAC__real/float/double when building in integer-only mode. still need to provide integer substitutes in several places.
|
2004-10-20 00:21:50 +00:00 |
Josh Coalson
|
5899bcb73e
|
fix bug in handling of --input-size
|
2004-10-20 00:13:34 +00:00 |
Josh Coalson
|
2a23c635df
|
add float.h
|
2004-10-20 00:12:53 +00:00 |
Josh Coalson
|
f7d52214a0
|
initial import
|
2004-10-20 00:12:40 +00:00 |
Josh Coalson
|
07be2916e1
|
fix leak: chain was not being freed in one error case
|
2004-10-19 04:23:57 +00:00 |
Josh Coalson
|
ed1db1f6a0
|
add --input-size option to flac
|
2004-10-14 05:00:59 +00:00 |
Josh Coalson
|
c99aa82edf
|
patch from Steven Richman: adds support for streaming http transport to xmms plugin
|
2004-10-07 00:23:51 +00:00 |
Josh Coalson
|
076adb0334
|
fix uninitialized variable
|
2004-10-07 00:22:43 +00:00 |
Josh Coalson
|
5e8e733906
|
minor fixes to comply with C99's new pointer aliasing rules
|
2004-10-07 00:22:03 +00:00 |
Josh Coalson
|
91b4ce51ab
|
fix #ifdef problems that existed when FLAC__NO_ASM is defined
|
2004-10-06 01:03:12 +00:00 |
Josh Coalson
|
607fc843e2
|
fix debian bug #274301: libflac4 segfaults on corrupt flac files
|
2004-10-06 00:56:51 +00:00 |
Josh Coalson
|
536775976b
|
more path fixes
|
2004-10-01 16:44:10 +00:00 |
Josh Coalson
|
83688e9412
|
add explicit path to libogg
|
2004-10-01 16:43:09 +00:00 |
Josh Coalson
|
04f9e219f1
|
go back to using COMMENT tag instead of DESCRIPTION
|
2004-09-29 03:46:41 +00:00 |
Josh Coalson
|
403fb5c281
|
#include <string.h>
|
2004-09-28 01:26:30 +00:00 |
Josh Coalson
|
1baba26fae
|
remove dangerous clean targets
|
2004-09-28 01:14:55 +00:00 |
Josh Coalson
|
2bae7338b2
|
add playback.[ch]
|
2004-09-28 01:12:55 +00:00 |
Josh Coalson
|
fa10dcf096
|
bump release date to 2004-Oct-01
|
2004-09-28 00:53:43 +00:00 |
Josh Coalson
|
4263183401
|
remove #define ___USE_GNU
|
2004-09-28 00:53:07 +00:00 |
Josh Coalson
|
3ca49da928
|
move AC_GNU_SOURCE higher up as required
|
2004-09-28 00:52:46 +00:00 |
Josh Coalson
|
d77805f715
|
remove logo.jpg
|
2004-09-28 00:49:18 +00:00 |
Josh Coalson
|
e31d9eb05c
|
remove id3 support from the plugins
|
2004-09-28 00:23:57 +00:00 |
Josh Coalson
|
47297ce8e7
|
obsolete
|
2004-09-28 00:22:33 +00:00 |
Josh Coalson
|
30d766665c
|
fix spelling of "misk"
|
2004-09-27 04:38:52 +00:00 |
Josh Coalson
|
454dc14989
|
make listbox for "from" charset contain only UTF-8 since that is the only support encoding for vorbis comments
|
2004-09-26 03:18:28 +00:00 |
Josh Coalson
|
cd6bc7c1f3
|
add Charset_Create_List_UTF8_Only()
|
2004-09-26 03:17:21 +00:00 |
Josh Coalson
|
b445ebecab
|
add Prerequisites section: need libogg>=1.1.2 for Ogg FLAC and NASM for x86 optimizations
|
2004-09-26 00:54:28 +00:00 |
Josh Coalson
|
8f6a06bb33
|
minor formatting
|
2004-09-26 00:25:20 +00:00 |
Josh Coalson
|
a3059c96f1
|
for the first 20 seeks, always seek to the first and last 10 samples before starting random seeking
|
2004-09-26 00:09:34 +00:00 |
Josh Coalson
|
732dbb2b7d
|
remove the commented-out and erroneous end-of-stream setting in read_callback_(); fix another bug in seeking where landing after the last frame start would cause a seek error; improve the infinite-loop checker
|
2004-09-25 23:49:00 +00:00 |
Josh Coalson
|
8370a7b050
|
un-inline iterator functions
|
2004-09-25 23:46:26 +00:00 |