add support for serial number in Ogg streams
[platform/upstream/flac.git] / src /
2002-09-04 Josh Coalsonadd support for serial number in Ogg streams
2002-08-31 Josh Coalsonadd checks for changing bps/sample_rate/channels mid...
2002-08-30 Josh Coalsonremove obsolete file
2002-08-30 Josh Coalsonrestrict subset to max blocksize of 16384 and max resid...
2002-08-30 Josh Coalsonadd vorbiscomment.{c,h}
2002-08-30 Josh Coalsonadd function for getting a combined tag
2002-08-30 Josh Coalsonremove obsolete sources
2002-08-30 Josh Coalsonminor change to plugin description
2002-08-30 Josh Coalsonmove more tag processing into plugin_common
2002-08-30 Josh Coalsonadd read_only argument to simple iterator initializer
2002-08-30 Josh Coalsoninitial import
2002-08-29 Josh Coalsonmoved into plugin_common/id3v1.h
2002-08-29 Josh Coalsonremove the id3v2 references that are now part of plugin...
2002-08-29 Josh Coalsonminor formatting
2002-08-29 Josh Coalsonadd dither support
2002-08-29 Josh Coalsonrewrite to use new functionality in plugin_common
2002-08-29 Josh Coalsonadd id3v2.c
2002-08-29 Josh Coalsonadd tag merging
2002-08-29 Josh Coalsonmajor rewrite
2002-08-27 Josh Coalsonfixes to make consistent with xmms plugin
2002-08-27 Josh Coalsonfix WACNAME
2002-08-27 Josh Coalsonminor formatting
2002-08-27 Josh Coalsonminor formatting
2002-08-27 Josh Coalsonstreamline the residual energy calculation
2002-08-27 Josh Coalsonbig rework
2002-08-27 Josh Coalsoninitial import
2002-08-27 Josh Coalsonfunctionality now provided by ../plugin_common
2002-08-25 Josh Coalsonadd vendor string to encoding
2002-08-25 Josh Coalsonupdate tests to reflect addition of vorbis comment...
2002-08-23 Josh Coalsonfixes based on a pass over everything with autoconf...
2002-08-23 Josh Coalsonadd support for vorbis comments; not yet finished
2002-08-23 Josh Coalsonmove dithering into plugin_common library
2002-08-23 Josh Coalsoninitial import
2002-08-23 Josh Coalsoninitial import
2002-08-22 Josh Coalsonminor fix in the "clean" target
2002-08-22 Josh Coalsonlinear dither now working
2002-08-22 Josh Coalsonadd 8bps sine wave to suite; also do some 48kHz and...
2002-08-22 Josh Coalsonminor formatting
2002-08-21 Josh Coalsonfixes based on Windows testing
2002-08-20 Josh Coalsonfix various little bugs related to format options
2002-08-20 Josh Coalsonadd tests for libOggFLAC and libOggFLAC++
2002-08-20 Josh Coalsonadd some missing tests
2002-08-20 Josh Coalsonminor formatting
2002-08-20 Josh Coalsonadd -v, --version options
2002-08-19 Josh Coalsonsplit off dynamically allocated stuff from FLAC__Entrop...
2002-08-19 Josh Coalsonfix "unused variables" warnings and others
2002-08-17 Josh Coalsonrework so that rice parameters and raw_bits from the...
2002-08-17 Josh Coalsonadd utility routines related to entropy coding
2002-08-17 Josh Coalsonminor reformatting of help
2002-08-17 Josh Coalsonadd format.h
2002-08-17 Josh Coalsonfix bug where comparing vorbis comment field names...
2002-08-16 Josh Coalsonadd assertions
2002-08-16 Josh Coalsonfix bug in status string table
2002-08-16 Josh Coalsonadd assertion failure on verify decoder underflow
2002-08-16 Josh Coalsonmove on to the next file instead of stopping on errors
2002-08-14 Josh Coalsonmore rigorous gate around callbacks in ..._finish(...
2002-08-14 Josh Coalsonone last pass over the new help system
2002-08-14 Josh Coalsonadd UTF-8 support
2002-08-14 Josh Coalsonadd support for building utf8 library
2002-08-14 Josh Coalson#include charset.h
2002-08-13 Josh Coalson#include fcntl.h in cygwin builds
2002-08-13 Josh Coalsonupdate the usage to match new getopt-based options...
2002-08-12 Josh Coalsonfix bug in STREAMINFO reader that trashes the high...
2002-08-12 Josh Coalsonfix bugs in option processing
2002-08-12 Josh Coalsonminor formatting
2002-08-12 Josh Coalsonupdate to match the new process calls
2002-08-10 Josh Coalsonadd -lgetopt
2002-08-10 Josh Coalsonminor comments
2002-08-10 Josh Coalsonredo option parsing using getopt_long
2002-08-09 Josh Coalsonfix case when seektable is requested for stdout or...
2002-08-08 Josh Coalsonadd a samples_written field to the progress callback
2002-08-08 Josh Coalsonfix bug where metadata callback was seeking to the...
2002-08-08 Josh Coalsonprefix more error messages with the filename
2002-08-08 Josh Coalsoncode revamp finished
2002-08-08 Josh Coalsonfix bug in stats reporting
2002-08-07 Josh Coalsonfix typos
2002-08-07 Josh Coalsonadd ..._get_verify_decoder_error_stats()
2002-08-07 Josh Coalsonbeginning of code revamp, still broken
2002-08-07 Josh Coalsonfinished the work adding back ogg support
2002-08-07 Josh Coalsonadd OggFLAC dirs
2002-08-07 Josh Coalsonadd libOggFLAC
2002-08-07 Josh Coalsonstart code cleanup
2002-08-07 Josh Coalsonuse new file encoder from libFLAC, still needs fixes...
2002-08-07 Josh Coalsonuse new ogg decoder from libOggFLAC
2002-08-07 Josh Coalsonremove file and seekable stream decoder
2002-08-07 Josh Coalsondon't flush the input on delete unless encoder state...
2002-08-07 Josh Coalsonmany fixes
2002-08-07 Josh Coalsoninitial import
2002-08-06 Josh Coalsonmore work
2002-08-06 Josh Coalsonminor formatting
2002-08-06 Josh Coalsonadd libOggFLAC
2002-08-06 Josh Coalsoninitial import, still more work to be done...
2002-08-03 Josh Coalsonzero allocated class memory
2002-08-03 Josh Coalsonbetter state reporting
2002-08-03 Josh Coalsonadd verify mode to all encoders
2002-08-03 Josh Coalsonminor formatting
2002-08-02 Josh Coalsonadd ..._get_total_samples_estimate(), add progress...
2002-08-02 Josh Coalsonadd ..._get_total_samples_estimate()
2002-08-02 Josh Coalsonuse new seektable template functions, fix verify logic...
2002-08-02 Josh Coalsonfix bug in MD5 sum printing
next