fixes for MSVC
[platform/upstream/flac.git] / src /
2003-12-17 Josh Coalsonfixes for MSVC
2003-12-17 Josh Coalsonfix typos, some calls to seekable stream decoder instea...
2003-12-17 Josh Coalson#include stdlib.h for size_t
2003-12-17 Josh Coalsonadd undocumented option --apply-replaygain-which-is...
2003-12-17 Josh Coalsonstamp a CVS+date for the version
2003-12-16 Josh Coalsonfix bug in the returned size
2003-12-16 Josh Coalsonuse size_t for return type
2003-11-27 Josh Coalsonfix bug in sample_number calculation from frame header
2003-11-14 Josh Coalsonfix bug (debian #213172): bugs.debian.org/cgi-bin/bugre...
2003-11-13 Josh Coalsonuse new Ogg FLAC file encoder where appropriate
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 Coalsonadd metadata callback back to ogg stream encoder
2003-09-25 Josh Coalsonadd a "tell" callback to the seekable stream encoder...
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 resolved_as_cstring()
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-24 Josh Coalson*::State::resolved_as_cstring() is now inlined
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-09-15 Josh Coalsonreplace the compile time ordinals.h.in->ordinals.h...
2003-09-15 Josh Coalsonadd support for synthesis to big-endian in plugins
2003-09-03 Josh Coalsonfix rounding bug in buffer size calculation (MAX_SAMPLE...
2003-09-03 Josh Coalsonfix possibly uninitialized var if a file has no STREAMI...
2003-07-26 Matt ZimmermanAdd missing -lm
2003-07-08 Josh Coalsonfix overflow bug in stream length calculation, debian...
2003-05-27 Matt ZimmermanExplicitly link shared libraries against dependent...
2003-05-22 Josh Coalsonadd double quotes to protect paths with spaces in them
2003-05-20 Josh Coalsonminor comments
2003-05-20 Josh Coalsonmove #include of config.h to top
2003-05-20 Josh CoalsonC89 standard fixes, based on feedback from IRIX port
2003-05-19 Josh Coalsonfix leak of xmms config struct in init
2003-05-19 Josh Coalsonadd Brady's better write_sane_extended()
2003-05-19 Josh Coalsonchange default extension for AIFF from .aiff to .aif
2003-02-27 Josh CoalsonMiroslav's speed optimization patch
2003-02-27 Josh Coalsonfix bug #679255 by checking the block alignment against...
2003-02-25 Josh Coalsonmake hard limiter off by default
2003-02-20 Josh Coalsonfix bug where seeking past the end of the stream could...
2003-02-07 Matt ZimmermanBuild libtool archives instead of plain .a archives...
2003-02-07 Josh Coalsonchange license verbiage
2003-01-31 Josh Coalsonchange license verbiage to Xiph's
2003-01-26 Josh Coalsonmove "...skip_bits_..." down because of inline ordering
2003-01-25 Josh Coalsonbump the libtool version numbers
2003-01-25 Josh Coalsonadd /D FLAC__USE_3DNOW
2003-01-25 Josh Coalsonremove reference to obsolete Makefile.vc
2003-01-25 Josh Coalsonobsolete now that .dsp files are complete
2003-01-25 Josh Coalsonbump version number to 1.1.0, partial update to match...
2003-01-25 Josh Coalsonbump version number to 1.1.0
2003-01-15 Josh Coalsonadd tagz.cpp/h
2003-01-15 Josh Coalsonbump the libtool revision number only
2003-01-15 Josh Coalsonfix release date on vendor string
2003-01-15 Josh Coalsonremove deprecated code for -E and -R
2003-01-15 Josh Coalsonadd some asserts
2003-01-15 Josh Coalsonminor comments
2003-01-15 Josh Coalsonminor verbiage
2003-01-15 Josh Coalsonadd some more missing unit tests
2003-01-14 Josh Coalsonminor fix for MSVC
2003-01-14 Josh CoalsonSecond patch from X-Fixer: tweaks for better MSVC build
2003-01-14 Josh CoalsonSecond patch from X-Fixer: file info dialog, tag editor...
2003-01-14 Josh Coalsonminor syntax
2003-01-14 Josh Coalsonadd --enable-local-xmms-plugin
2003-01-14 Josh Coalsonminor formatting
2003-01-13 Josh Coalsonfix bug with some assertions
2003-01-12 Josh Coalsonminor comments
2003-01-11 Josh Coalsonupdate verbiage about -P, now that the default is ...
2003-01-11 Josh Coalsonfix bug when reading very small raw files
2003-01-11 Josh Coalsonminor syntax
2003-01-11 Josh Coalsonfix bux in printing of APPLICATION metadata id
2003-01-10 Josh Coalsonaugment unit tests to test for correctness with unknown...
2003-01-10 Josh Coalsonminor verbiage
2003-01-10 Josh Coalsonupdate some function names to match changes in metadata...
2003-01-10 Josh Coalsonbig fix to allow codec and metadata interface to handle...
2003-01-10 Josh Coalsonmove in some common metadata setting stuff here
2003-01-10 Josh Coalsonmove common stuff into metadata_utils
2003-01-10 Josh Coalsonadd new/missing files
2003-01-10 Josh Coalsonbig fix to allow codec and metadata interface to handle...
2003-01-10 Josh Coalsonfix bug where some Ogg-relative stuff was not #ifdef'ed
2003-01-10 Josh Coalsoninitial import, copied from test_libFLAC/
2003-01-10 Josh Coalsonminor verbiage
2003-01-10 Josh Coalsonfix bug shown by X-Fixer in ...apply_gain()
2003-01-08 Josh Coalsonbump version string to 1.0.5_beta2
2003-01-08 Josh Coalsonworking 64-bit literals for MSVC
2003-01-08 Josh Coalsonworking RNG patch for MSVC
2003-01-08 Josh Coalsonfix bug where formatting of replaygain tags was affecte...
2003-01-08 Josh Coalsonnew configuration dialog and replay gain code; thanks...
2003-01-08 Josh Coalsonadd config/resource stuff
2003-01-08 Josh Coalsonmoved into include/winamp2/
2003-01-08 Josh Coalsoninitial import
2003-01-04 Josh Coalsonpatch from Miroslav to fix bitrate display for large...
next