fixes based on a pass over everything with autoconf/automake
[platform/upstream/flac.git] / src /
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
2002-08-02 Josh Coalsonrevamp decoder process calls
2002-08-02 Josh Coalsonrevamp decoder process calls
2002-08-02 Josh Coalsonnew seekable stream encoder and file encoder layers
2002-08-02 Josh Coalsonfix bug where encoder was closing file too soon in...
2002-08-01 Josh Coalsonmake typedefs for callbacks
2002-08-01 Josh Coalsonminor syntax
2002-08-01 Josh Coalsonfinish implementation
2002-08-01 Josh Coalsonfix bug in seektable sorter where it was returning...
2002-08-01 Josh Coalsonminor syntax
2002-08-01 Josh Coalsonnew funcs for getting underlying decoder layer states
2002-08-01 Josh Coalsonchange to FLAC__stream_encoder_init(), now calls write...
2002-08-01 Josh Coalsonminor comments
2002-08-01 Josh Coalsonnew functions for seektable templates, point sorting
2002-08-01 Josh Coalsonminor formatting
2002-08-01 Josh Coalsonfinish up implementation
2002-07-31 Josh Coalsonnew seekable stream encoder and file encoder layers...
2002-07-31 Josh Coalsonminor formatting
2002-07-27 Josh Coalsonadd asserts
2002-07-26 Josh Coalsonfix bug where flush() was not setting the state back...
2002-07-26 Josh Coalsonadd asserts
2002-07-25 Josh Coalsonmake _delete() free the same stuff that _finish() does
2002-07-24 Josh Coalsonfix bug #584595: infinite loop if ..._process*() called...
2002-07-24 Josh Coalsonadd asserts, make FLAC__stream_encoder_finish() reset...
2002-07-23 Josh Coalsonfix syntax errors
2002-07-19 Josh Coalsonadd AIFF support patches from Brady Patterson, add...
2002-07-17 Josh Coalsonfix bug where md5_checking setting was not restored...
2002-07-15 Josh Coalsonrename FLAC__format_is_valid_sample_rate() to FLAC__for...
2002-07-15 Josh Coalsonuse FLAC__format_seektable_is_legal()
2002-07-15 Josh Coalsonrename (FLAC__format_is_valid_sample_rate() to FLAC__fo...
next