Commit Graph

2317 Commits

Author SHA1 Message Date
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
Josh Coalson 42d57fa648 fix minor comment typos 2004-09-25 23:45:55 +00:00
Josh Coalson 9745f25e78 major plugin revamp based on x-fixer's code 2004-09-24 13:57:40 +00:00
Josh Coalson 838408a3ee minor casting 2004-09-24 04:54:08 +00:00
Josh Coalson df5783a2e4 add hardware links for hifidelio, iaudio m3 2004-09-23 00:37:28 +00:00
Josh Coalson 1af33db007 add status item for new hardware players 2004-09-23 00:36:32 +00:00
Josh Coalson a81bcae56b add changelog entry for fixed AIFF SSND offset bug 2004-09-23 00:36:18 +00:00
Josh Coalson cfdb07f513 create a new fskip_ahead() to unify all the forward seeking that is done 2004-09-23 00:34:54 +00:00
Josh Coalson 9f3ac317c8 patch from Brian Willoughby: fix handling of "offset" field in SSND chunk 2004-09-23 00:23:16 +00:00
Josh Coalson 94b5499726 add targets/files for new test_seeking tester 2004-09-21 05:41:23 +00:00
Josh Coalson 0f0617f7ec fix some bugs with seeking; the libogg ogg_stream_pagein() bug with large packets still remains 2004-09-21 05:40:23 +00:00