remove the commented-out and erroneous end-of-stream setting in read_callback_()...
[platform/upstream/flac.git] / src / libOggFLAC /
2004-09-25 Josh Coalsonremove the commented-out and erroneous end-of-stream...
2004-09-21 Josh Coalsonfix some bugs with seeking; the libogg ogg_stream_pagei...
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 Coalsonfix bug in first packet synthesis
2004-09-10 Josh Coalsonadd new requirements to ogg mapping: vorbis comment...
2004-09-10 Josh Coalsonadd mapping.* sources
2004-09-10 Josh Coalsonbump libtool library version numbers
2004-09-03 Josh Coalson"finalize" Ogg FLAC mapping version 1.0 by prepending...
2004-09-03 Josh Coalsoninitial import
2004-09-03 Josh Coalsonadd ogg_mapping.h
2004-09-03 Josh Coalsonadd ogg_mapping.c
2004-08-20 Josh Coalsonfix FLAC->Ogg mapping to merge fLaC magic with the...
2004-08-20 Josh Coalsonremove unused OggFLAC__ogg_decoder_aspect_get_unconsume...
2004-08-20 Josh Coalsonremove unused "bytes_written" bookkeeping in FLAC__OggE...
2004-07-30 Josh Coalsonminor comments
2004-07-30 Josh Coalsonbump libtool version numbers for flac-1.1.1-beta1
2004-07-23 Josh Coalsontweaks to the MD5 routines; they need to be exported...
2004-07-23 Josh Coalsonfix warnings exposed by MSVC
2004-07-20 Josh Coalsonfixes for autoconf
2004-07-07 Josh Coalsonget rid of obsolete *_get_decode_position() methods
2004-07-07 Josh Coalsonrevamp OggFLAC__SeekableStreamDecoder to derive from...
2004-07-07 Josh Coalsonminor comments
2004-05-26 Josh Coalsonuse $libdir instead of $prefix/lib to find library dir
2004-03-17 Josh Coalsonminor reordering of decoder state enum to match FLAC...
2004-03-17 Josh Coalsonremove unused member "ogg_decoder_aspect"
2004-03-17 Josh Coalsonadd OggFLAC__ogg_decoder_aspect_get_unconsumed_bytes()
2004-03-17 Josh Coalsonfix memory leaks and bug where STREAMINFO was not being...
2004-03-16 Josh Coalsonrefrain from forcing the ogg packet number; libogg...
2004-01-18 Josh Coalsonfix bug in asserts
2004-01-17 Josh Coalsonupdate copyright to 2004
2004-01-17 Josh Coalsonadd read callback to OggFLAC__SeekableStreamEncoder...
2004-01-17 Josh Coalsonminor comments
2004-01-17 Josh Coalsonremove unused stuff
2004-01-16 Josh Coalsonfix more typos in returned states after conversion...
2004-01-16 Josh Coalsonrevamp OggFLAC__SeekableStreamEncoder to derive from...
2004-01-16 Josh Coalsonalways flush pages for metadata writes so that each...
2004-01-16 Josh Coalsonvarious fixes related to deriving OggFLAC__SeekableStre...
2004-01-16 Josh Coalsonfix some syntax bugs
2003-12-31 Josh Coalsonrevamp ogg flac file decoder; it needed to be derived...
2003-12-31 Josh Coalsonfix up reporting of the current frame to the write...
2003-12-31 Josh Coalsonminor comments
2003-12-30 Josh Coalsonrevamp the Ogg decoding logic; much more stable now
2003-12-30 Josh Coalsonminor comments
2003-12-29 Josh Coalsonadd #ifdef FLAC__ONE_FLAC_FRAME_PER_OGG_PAGE section...
2003-12-17 Josh Coalsonfix typos, some calls to seekable stream decoder instea...
2003-11-13 Josh Coalsonbetter end-of-file/stream checking
2003-09-26 Josh Coalsonadd ogg seekable stream and file encoder and decoder...
2003-09-26 Josh Coalsonimplementation finished
2003-09-26 Josh Coalsonrewrite to use ogg encoder aspect
2003-09-26 Josh Coalsonminor syntax
2003-09-25 Josh Coalsonadd OggFLAC__ogg_decoder_aspect_reset()
2003-09-25 Josh Coalsonrewrite to support seeking
2003-09-24 Josh Coalsonuse resolved_state_string as much as possible
2003-09-24 Josh Coalsonadd the metadata callback back in the stream encoder
2003-09-24 Josh Coalsonadd OggFLAC__stream_decoder_get_resolved_state_string...
2003-09-24 Josh Coalsonadd OggFLAC__stream_encoder_get_resolved_state_string()
2003-09-24 Josh Coalsonadd OggFLAC__OggDecoderAspect member
2003-09-24 Josh Coalsonadd private dir
2003-09-24 Josh Coalsoninitial import
2003-09-23 Josh Coalsonbetter handling of FLAC__STREAM_DECODER_READ_STATUS_END...
2003-09-23 Josh Coalsoncheck for OOM after ogg_sync_buffer()
2003-09-23 Josh Coalsonminor comments
2003-05-27 Matt ZimmermanExplicitly link shared libraries against dependent...
2003-05-20 Josh CoalsonC89 standard fixes, based on feedback from IRIX port
2003-01-31 Josh Coalsonchange license verbiage to Xiph's
2003-01-25 Josh Coalsonbump the libtool version numbers
2003-01-25 Josh Coalsonremove reference to obsolete Makefile.vc
2003-01-25 Josh Coalsonobsolete now that .dsp files are complete
2003-01-15 Josh Coalsonbump the libtool revision number only
2003-01-14 Josh CoalsonSecond patch from X-Fixer: tweaks for better MSVC build
2003-01-14 Josh Coalsonminor formatting
2003-01-02 Josh Coalsonupdate the libtool library version number
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-12-23 Josh Coalsonfix warning about unused vars
2002-11-27 Josh Coalsonminor fixes
2002-11-22 Josh Coalsonget Makefile.vc system working again with new debug...
2002-11-21 Josh Coalsonrevamp MSVC build system, separate dynamic and static...
2002-11-20 Josh Coalsonrevamp Makefile.lite system, use separate dirs and...
2002-11-05 Josh Coalsonuse angle brackets for including ogg.h
2002-11-05 Josh Coalsonmake use of @OGG_CFLAGS@ and @OGG_LIBS@
2002-10-23 Josh Coalsonadd notion of topdir to Makefile.lite build system
2002-10-18 Josh Coalsonfixes for building static libs (new FLAC__NO_DLL #define)
2002-10-18 Josh Coalsonswitch malloc+memset(0) to calloc()
2002-10-16 Josh Coalsontweaks to build libs as DLLs under windows
2002-10-16 Josh Coalsoninitial import
2002-10-16 Josh Coalsonchanges for MSCV: added dsp file, rename any .cc files...
2002-10-15 Matt ZimmermanFix slightly botched search-and-replace which produced...
2002-10-10 Matt ZimmermanUse config.h rather than passing all defs in CFLAGS
2002-10-08 Josh Coalsonadd functions/switches for disabling certain subframe...
2002-09-25 Josh Coalsonbump the libtool version number
2002-09-20 Josh Coalsonminor comments
2002-09-04 Josh Coalsonadd support for serial number in Ogg streams
2002-08-27 Josh Coalsonminor formatting
2002-08-23 Josh Coalsonfixes based on a pass over everything with autoconf...
2002-08-22 Josh Coalsonminor fix in the "clean" target
2002-08-21 Josh Coalsonfixes based on Windows testing
2002-08-13 Josh Coalson#include fcntl.h in cygwin builds
2002-08-08 Josh Coalsonadd a samples_written field to the progress callback
next