bump version number to 1.1.2-beta
[platform/upstream/flac.git] / src /
2005-02-02 Josh Coalsonbump version number to 1.1.2-beta
2005-02-02 Josh Coalsonbump the libtool number
2005-02-02 Josh Coalsonbetter randomness on MSVC
2005-02-01 Josh Coalsonremove the "Reference" from the plugin description
2005-02-01 Josh Coalsonfix bug in FLAC_plugin__tags_get_tag_utf8(), it was...
2005-02-01 Josh Coalsonneed /D "FLAC__HAS_OGG" for ogg seek tests to work
2005-01-31 Josh Coalsononly use -force_cpusubtype_ALL in CFLAGS on Darwin-PPC
2005-01-30 Josh Coalsonfix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGS
2005-01-30 Josh Coalsonfixes to get winamp2 plugin to build on win32 again
2005-01-30 Josh Coalsonminor casting fixes
2005-01-30 Josh Coalsonfix constness in some functions
2005-01-29 Josh Coalsontemporary disable ppc asm optimizations
2005-01-29 Josh Coalsonminor comments
2005-01-29 Josh Coalsonadd FLAC__MANDATORY_VERIFY_WHILE_ENCODING ifdefs which...
2005-01-27 Josh Coalsonadd missing decoder finish calls
2005-01-27 Josh Coalsonminor fixes
2005-01-27 Josh Coalsonminor comments
2005-01-27 Josh Coalsonfix typo in solaris defines
2005-01-27 Josh Coalsonfixes for compiling with SunPro
2005-01-26 Josh Coalsonfix ANSI C violation w.r.t. const arrays
2005-01-26 Josh Coalsonminor formatting
2005-01-26 Josh Coalsonimprove to test seeking beyond end-of-stream
2005-01-26 Josh Coalsonimprove resolution stream-length-in-millisecond calculation
2005-01-26 Josh Coalsonremove unnecessary #includes
2005-01-26 Josh Coalsonfix another seeking bug that can happen rarely when...
2005-01-25 Josh Coalsonminor removal of unused code; see lists.xiph.org/piperm...
2005-01-25 Josh Coalsonmerge from FLAC 1.1.1 maintenance branch (-j FLAC_RELEA...
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2005-01-25 Josh Coalsonmemmove/memset patch from Eric Wong
2005-01-25 Josh Coalsonpatch from Eric Wong, slight improvement on Miroslav...
2005-01-25 Josh Coalsoncheck in miroslav's long-lost bitbuffer optimizations
2005-01-25 Josh Coalsonremove superfluous semicolon after namespace closures
2005-01-24 Josh Coalsonagain fix logic around deciphering frame/sample number...
2005-01-21 Josh Coalsonmerged patches from Chris Csanady and John Steele Scott...
2005-01-21 Josh Coalsonadd test for new form of get_tags()
2005-01-21 Josh Coalsonadd tests for constructors with copy control and assign()
2005-01-07 Josh CoalsonlibFLAC++: all metadata object operator=() funcs now...
2005-01-07 Josh Coalsonbetter verbiage in bug-report lingo
2005-01-07 Josh Coalsonfix typos
2005-01-07 Josh Coalsonimproved handling of libiconv
2004-12-30 Josh Coalsonfix all bare malloc() realloc() etc calls to have a...
2004-12-30 Josh Coalsonfix typos
2004-12-30 Josh Coalsonminor comments
2004-12-30 Josh Coalsonin stream encoder, only allocate and calculate real...
2004-12-30 Josh Coalsonadd vorbiscomment validation functions to format.c...
2004-12-30 Josh Coalsonrevamp plugin_common to use utf-8 instead of wchar_t...
2004-12-30 Josh Coalsonfix libFLAC to build PPC asm properly, conditionalized...
2004-12-30 Josh Coalsonconditionalized linking with libOggFLAC
2004-12-30 Josh Coalsonrevamp plugin_common to use utf-8 instead of wchar_t...
2004-12-30 Josh Coalsondefine socklen_t if it doesn't exist
2004-12-30 Josh Coalsonadditions to metadata object api: more vorbiscomment...
2004-12-30 Josh Coalsonfix typo in comment
2004-11-12 Josh Coalsonminor error message fix
2004-11-09 Josh Coalsonsplit PPC asm code into two directores, one holding...
2004-11-09 Josh Coalsonfinished integerized flavor of library; sections with...
2004-11-09 Josh Coalsonfix comment typos
2004-11-09 Josh Coalsonadd float.c/h
2004-11-09 Josh Coalsonadd fixed-point functions
2004-11-09 Josh Coalsonadd FLAC__bitmath_ilog2_wide()
2004-10-30 Josh Coalsonget Makefile.lite system (with asm) working on Darwin...
2004-10-29 Josh Coalsonadd copyright notice
2004-10-29 Josh Coalsonminor formatting
2004-10-20 Josh Coalsonfirst pass at making an integer-only flavor of the...
2004-10-20 Josh Coalsonfix bug in handling of --input-size
2004-10-20 Josh Coalsonadd float.h
2004-10-20 Josh Coalsoninitial import
2004-10-19 Josh Coalsonfix leak: chain was not being freed in one error case
2004-10-14 Josh Coalsonadd --input-size option to flac
2004-10-07 Josh Coalsonpatch from Steven Richman: adds support for streaming...
2004-10-07 Josh Coalsonfix uninitialized variable
2004-10-07 Josh Coalsonminor fixes to comply with C99's new pointer aliasing...
2004-10-06 Josh Coalsonfix #ifdef problems that existed when FLAC__NO_ASM...
2004-10-06 Josh Coalsonfix debian bug #274301: libflac4 segfaults on corrupt...
2004-10-01 Josh Coalsonadd explicit path to libogg
2004-09-29 Josh Coalsongo back to using COMMENT tag instead of DESCRIPTION
2004-09-28 Josh Coalson#include <string.h>
2004-09-28 Josh Coalsonadd playback.[ch]
2004-09-28 Josh Coalsonbump release date to 2004-Oct-01
2004-09-28 Josh Coalsonremove #define ___USE_GNU
2004-09-28 Josh Coalsonremove id3 support from the plugins
2004-09-27 Josh Coalsonfix spelling of "misk"
2004-09-26 Josh Coalsonmake listbox for "from" charset contain only UTF-8...
2004-09-26 Josh Coalsonadd Charset_Create_List_UTF8_Only()
2004-09-26 Josh Coalsonminor formatting
2004-09-26 Josh Coalsonfor the first 20 seeks, always seek to the first and...
2004-09-25 Josh Coalsonremove the commented-out and erroneous end-of-stream...
2004-09-25 Josh Coalsonun-inline iterator functions
2004-09-24 Josh Coalsonmajor plugin revamp based on x-fixer's code
2004-09-24 Josh Coalsonminor casting
2004-09-23 Josh Coalsoncreate a new fskip_ahead() to unify all the forward...
2004-09-23 Josh Coalsonpatch from Brian Willoughby: fix handling of "offset...
2004-09-21 Josh Coalsonadd targets/files for new test_seeking tester
2004-09-21 Josh Coalsonfix some bugs with seeking; the libogg ogg_stream_pagei...
2004-09-21 Josh Coalsoninitial import
2004-09-21 Josh Coalsonadd call to OggFLAC__ogg_decoder_aspect_reset() in...
2004-09-21 Josh Coalsonremove unused ogg_decoder_aspect
2004-09-15 Josh Coalsonadd ogg_mapping.h
2004-09-14 Josh Coalsonbump release date to 2004-09-18
2004-09-14 Josh Coalsonfix bug in first packet synthesis
2004-09-14 Josh Coalsonfix memory leak after parsing cuesheet
next