2005-01-25 |
Josh Coalson | patch from Eric Wong, slight improvement on Miroslav... |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Josh Coalson | check in miroslav's long-lost bitbuffer optimizations |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Josh Coalson | remove superfluous semicolon after namespace closures |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Josh Coalson | again fix logic around deciphering frame/sample number... |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Josh Coalson | merged patches from Chris Csanady and John Steele Scott... |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Josh Coalson | add host checks to try and divine whether we're on... |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Josh Coalson | add test for new form of get_tags() |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Josh Coalson | add tests for constructors with copy control and assign() |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Josh Coalson | fix required nasm version |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Josh Coalson | libFLAC++: all metadata object operator=() funcs now... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Josh Coalson | better verbiage in bug-report lingo |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Josh Coalson | fix typos |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Josh Coalson | improved handling of libiconv |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Josh Coalson | fix all bare malloc() realloc() etc calls to have a... |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Josh Coalson | fix typos, remove obsolete $(ORDINALS_H) |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Josh Coalson | fix typos |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Josh Coalson | minor comments |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Josh Coalson | add latest rice partition order limit restriction to... |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Josh Coalson | add docs for metaflac |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Josh Coalson | add test for 'flac --input-size' |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Josh Coalson | add a default BUILD target |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Josh Coalson | minor comments |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Josh Coalson | don't build dynamic libs on OS X |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Josh Coalson | in stream encoder, only allocate and calculate real... |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Josh Coalson | add vorbiscomment validation functions to format.c... |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Josh Coalson | revamp plugin_common to use utf-8 instead of wchar_t... |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Josh Coalson | fix libFLAC to build PPC asm properly, conditionalized... |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Josh Coalson | conditionalized linking with libOggFLAC |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Josh Coalson | revamp plugin_common to use utf-8 instead of wchar_t... |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Josh Coalson | define socklen_t if it doesn't exist |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Josh Coalson | additions to metadata object api: more vorbiscomment... |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Josh Coalson | fix typo in comment |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Josh Coalson | obsolete |
commit | commitdiff | tree | snapshot |
2004-11-12 |
Josh Coalson | minor error message fix |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Josh Coalson | split PPC asm code into two directores, one holding... |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Josh Coalson | finished integerized flavor of library; sections with... |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Josh Coalson | fix comment typos |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Josh Coalson | fix PATH and LD_LIBRARY_PATH settings, pass build type... |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Josh Coalson | initial import |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Josh Coalson | fix path to local libog dirs |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Josh Coalson | add float.c/h |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Josh Coalson | add fixed-point functions |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Josh Coalson | add FLAC__bitmath_ilog2_wide() |
commit | commitdiff | tree | snapshot |
2004-10-30 |
Josh Coalson | get Makefile.lite system (with asm) working on Darwin... |
commit | commitdiff | tree | snapshot |
2004-10-29 |
Josh Coalson | add copyright notice |
commit | commitdiff | tree | snapshot |
2004-10-29 |
Josh Coalson | minor formatting |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Josh Coalson | first pass at making an integer-only flavor of the... |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Josh Coalson | fix bug in handling of --input-size |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Josh Coalson | add float.h |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Josh Coalson | initial import |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Josh Coalson | fix leak: chain was not being freed in one error case |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Josh Coalson | add --input-size option to flac |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Josh Coalson | patch from Steven Richman: adds support for streaming... |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Josh Coalson | fix uninitialized variable |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Josh Coalson | minor fixes to comply with C99's new pointer aliasing... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Josh Coalson | fix #ifdef problems that existed when FLAC__NO_ASM... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Josh Coalson | fix debian bug #274301: libflac4 segfaults on corrupt... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Josh Coalson | more path fixes |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Josh Coalson | add explicit path to libogg |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Josh Coalson | go back to using COMMENT tag instead of DESCRIPTION |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Josh Coalson | #include <string.h> |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Josh Coalson | remove dangerous clean targets |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Josh Coalson | add playback.[ch] |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Josh Coalson | bump release date to 2004-Oct-01 |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Josh Coalson | remove #define ___USE_GNU |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Josh Coalson | move AC_GNU_SOURCE higher up as required |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Josh Coalson | remove logo.jpg |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Josh Coalson | remove id3 support from the plugins |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Josh Coalson | obsolete |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Josh Coalson | fix spelling of "misk" |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Josh Coalson | make listbox for "from" charset contain only UTF-8... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Josh Coalson | add Charset_Create_List_UTF8_Only() |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Josh Coalson | add Prerequisites section: need libogg>=1.1.2 for Ogg... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Josh Coalson | minor formatting |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Josh Coalson | for the first 20 seeks, always seek to the first and... |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Josh Coalson | remove the commented-out and erroneous end-of-stream... |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Josh Coalson | un-inline iterator functions |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Josh Coalson | fix minor comment typos |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Josh Coalson | major plugin revamp based on x-fixer's code |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Josh Coalson | minor casting |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Josh Coalson | add hardware links for hifidelio, iaudio m3 |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Josh Coalson | add status item for new hardware players |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Josh Coalson | add changelog entry for fixed AIFF SSND offset bug |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Josh Coalson | create a new fskip_ahead() to unify all the forward... |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Josh Coalson | patch from Brian Willoughby: fix handling of "offset... |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Josh Coalson | add targets/files for new test_seeking tester |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Josh Coalson | fix some bugs with seeking; the libogg ogg_stream_pagei... |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Josh Coalson | add links for buckethead, dave matthews band, ato recor... |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Josh Coalson | initial import |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Josh Coalson | add call to OggFLAC__ogg_decoder_aspect_reset() in... |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Josh Coalson | remove unused ogg_decoder_aspect |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Josh Coalson | fix path to bin files |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Josh Coalson | minor formatting |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Josh Coalson | bump release date to sep 18 |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Josh Coalson | rename metaflac *-vc-* options to *-tag-* ones, only... |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Josh Coalson | add link to winCE port |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Josh Coalson | add links to aliveaudio.net, fastatmosphere.com, leahmo... |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Josh Coalson | minor comments |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Josh Coalson | add ogg_mapping.c,h to libOggFLAC target |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Josh Coalson | add ogg_mapping.h |
commit | commitdiff | tree | snapshot |
next |