platform/upstream/flac.git
2001-06-13 Josh Coalsonrename i386 to ia32 everywhere
2001-06-13 Josh Coalsonchange NASM file extensions from .s to .nasm
2001-06-13 Josh Coalsonmove from ../i386
2001-06-13 Josh Coalsonmove to ../ia32
2001-06-13 Josh Coalsonrename FLAC__Encoder to FLAC__StreamEncoder, OOPize...
2001-06-13 Josh Coalsonrename encoder_framing.c to stream_encoder_framing.c
2001-06-13 Josh Coalsonrename encoder.c to stream_encoder.c
2001-06-13 Josh Coalsonrename encoder_framing.h to stream_encoder_framing.h
2001-06-13 Josh Coalsonrename encoder.h to stream_encoder.h
2001-06-11 Josh Coalsonadd section for third-party developers
2001-06-11 Josh Coalsonadd link for nightly CVS tarball
2001-06-11 Josh Coalsonminor formatting change
2001-06-11 Josh Coalsonadd section for libFLAC
2001-06-11 Josh Coalsonremove debug printouts
2001-06-11 Josh Coalsonreplace gnumake syntax for nasm build rule with more...
2001-06-11 Josh Coalsonfix an href typo
2001-06-10 Josh Coalsonfix copyright typo
2001-06-08 Josh Coalsonadd Soepkip TNG to S/W section
2001-06-08 Josh Coalsonadd rawrec/rawplay to S/W section
2001-06-08 Josh CoalsonMAC is not streamable
2001-06-08 Josh Coalsonadd/update copyright and license notices
2001-06-08 Josh Coalsoninitial import
2001-06-07 Josh Coalsonpatch from Christian for FreeBSD
2001-06-07 Josh Coalsonadd --include-deps
2001-06-07 Josh Coalsonfix WAVE autodetect to be more robust and not require...
2001-06-07 Josh Coalsonadd flac__file_get_filesize()
2001-06-07 Josh Coalsonfixes for MSVC
2001-06-07 Josh Coalsonwrite the "format" section
2001-06-06 Josh Coalsonminor cleanup
2001-06-06 Josh Coalsoninitial import
2001-06-06 Josh Coalsonadd WAVE autodetect bullet
2001-06-06 Josh Coalsonminor tweak
2001-06-06 Josh Coalsondocument the new -o and --delete-input-file options
2001-06-06 Josh Coalsonadd -o option, remove "flac - outfilename" mode
2001-06-06 Josh Coalsonmake the default suffix .ana for analysis files
2001-06-06 Josh Coalsonadd --delete-input-file flag
2001-06-06 Josh Coalsonupdate news item about timestamp preservation
2001-06-06 Josh Coalsonstandardize flac__ names
2001-06-06 Josh Coalsonadd file.c
2001-06-06 Josh Coalsontransfer input file timestamp/permissions to output...
2001-06-06 Josh Coalsoninitial import
2001-06-06 Josh Coalsonstandardize flac__ names
2001-06-06 Josh Coalsonmake the encoding options more intense
2001-06-06 Josh Coalsonminor fixes
2001-06-05 Josh Coalsonupdate for 0.10
2001-06-05 Josh Coalsonmake some updates to other encoder features
2001-06-05 Josh Coalsonremove some completed stuff from the TODO lists
2001-06-05 Josh Coalsonadd news item for 0.10
2001-06-05 Josh Coalsonupdates for 0.10
2001-06-05 Josh Coalsonremove -R 32 from -9
2001-06-05 Josh Coalsonremove debug printouts
2001-06-05 Josh Coalsonlimit info printout to DEBUG mode
2001-06-05 Josh Coalsonconditionalize gcc-specific flags
2001-06-05 Josh Coalsontweak the meaning of -0
2001-06-05 Josh Coalsonslow down stats printing
2001-06-05 Josh Coalsonignore (with warning) unknown subchunks instead of...
2001-06-05 Josh Coalsonchange meaning of -0
2001-06-05 Josh Coalsonadd flac -8 results
2001-06-05 Josh Coalsonminor FP tweaks
2001-06-04 Josh Coalsonupdate for flac 0.10 and shorten 3.2
2001-06-02 Josh Coalsonnew version of FLAC__lpc_compute_autocorrelation_asm_i3...
2001-06-01 Josh Coalsonadd comments
2001-06-01 Josh Coalsonadd comments
2001-06-01 Josh Coalsonfix names of SSE routines
2001-06-01 Josh Coalsonminor comment fixes
2001-05-31 Josh Coalsonadd bps checks so we can use miroslav's mmx versions...
2001-05-31 Josh Coalsonput a FLAC__ASSERT wrapper around assert()
2001-05-31 Josh Coalsonintegrate mdz's patch so 'make dist' will work as expected
2001-05-31 Josh Coalsoncosmetic changes
2001-05-31 Josh Coalsonexplicit sizing of some immediate operands
2001-05-31 Josh Coalsonadd several SSE versions of FLAC__lpc_compute_autocorre...
2001-05-31 Josh Coalsonremove the bounds checking in FLAC__encoder_process*
2001-05-31 Josh Coalsonspeed up the bounds checking in FLAC__encoder_process*
2001-05-31 Josh Coalsonminor comment fixes
2001-05-30 Josh Coalsonminor fix to comments
2001-05-30 Josh Coalsonspeed up FLAC__encoder_process(); fix bug in FLAC__enco...
2001-05-30 Josh Coalsonminor tweaks to support bin tests
2001-05-30 Josh Coalsonadd lag checking code to SSE autocorrelation routine
2001-05-30 Josh Coalsonminor tweaks to asm routine selection
2001-05-30 Josh Coalsonfix bug in SSE version of ...autocorrelation...
2001-05-30 Josh Coalsontweak usage of cident macro
2001-05-30 Josh Coalsonmake RESERVOIR_TEST the default, remove old code
2001-05-30 Josh Coalsonfix some tabbing
2001-05-30 Josh Coalsonfix jump distances
2001-05-30 Josh Coalsonuse non-mmx of lpc_restore when order < 4
2001-05-29 Josh Coalsonminor comment change
2001-05-29 Josh Coalsoninclude miroslav's patch for asm versions of FLAC__lpc_...
2001-05-29 Josh Coalsoncosmetic changes, comments, add tests for data_len...
2001-05-29 Josh Coalsonadd miroslav's versions of FLAC__lpc_compute_residual_f...
2001-05-29 Josh Coalsonadd instructions related to assembly
2001-05-29 Josh Coalsonupdate version number to 0.10
2001-05-28 Josh Coalsonfix bug where metaflac was getting the wrong offset...
2001-05-28 Josh Coalsonfix bug where encoder_wrapper->stream_offset was not...
2001-05-28 Josh Coalsonfix bug in write_big_endian_uint64()
2001-05-28 Josh Coalsonfix minor bug with type printout; minor spelling fix
2001-05-27 Josh Coalsonmake the parallel fix to FLAC__bitbuffer_read_raw_int64()
2001-05-27 Josh Coalsonminor fix to the usage printout
2001-05-27 Josh Coalsonshorten the status line
2001-05-27 Josh Coalsonadd test_bins to the suite
2001-05-27 Josh Coalsoninitial import
next