change NASM file extensions from .s to .nasm
[platform/upstream/flac.git] / src /
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-11 Josh Coalsonremove debug printouts
2001-06-11 Josh Coalsonreplace gnumake syntax for nasm build rule with more...
2001-06-08 Josh Coalsonadd/update copyright and license notices
2001-06-07 Josh Coalsonpatch from Christian for FreeBSD
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-06 Josh Coalsonminor cleanup
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 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-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 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 Coalsonminor FP tweaks
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 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 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-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 Coalsoninitial import
2001-05-26 Josh Coalsonfix bug in inlined version of FLAC__bitbuffer_read_raw_...
2001-05-26 Josh Coalsonpatch in the total_error_ fix that somehow didn't make...
2001-05-25 Josh Coalsonchange wording on failed verify message
2001-05-25 Josh Coalsonremove some junk printouts
2001-05-25 Josh Coalsonfix bug in seekpoint uniquification
2001-05-25 Josh Coalsonremove the debug code from SSE routine
2001-05-25 Josh Coalsonfix egregious bug in the partition sum precomputation
2001-05-25 Josh Coalsonadd memory.c, fix to work with i386 convenience library...
2001-05-25 Josh Coalsonchange .nasm extension to .s
2001-05-25 Josh Coalsonoops, fix bug with error_scale
2001-05-25 Josh Coalsongate cpu-specific code with FLAC__NO_ASM
2001-05-25 Josh Coalsonremove config.h
2001-05-25 Josh Coalsonrenamed .nasm file to .s to be compatible with libtool
2001-05-24 Josh Coalsonkludge in nasm support
2001-05-24 Josh Coalsongate i386 code with FLAC__HAS_NASM
2001-05-24 Josh Coalsonremove debug printouts
2001-05-24 Josh Coalsonbe more lenient with negative lpc_errors due to accurac...
2001-05-24 Josh Coalsonadd cident macro for defining function entry points
2001-05-24 Josh Coalsonadd FLAC__lpc_compute_expected_bits_per_residual_sample...
2001-05-23 Josh Coalsonadd cpuinfo + runtime asm routine selection
2001-05-23 Josh Coalsoninclude miroslav's mmx lpc_restore routine
2001-05-23 Josh Coalsonuse new conditional names
2001-05-23 Josh Coalsonadd asm routines
2001-05-23 Josh Coalsonuse cpu info to select which routine to execute
2001-05-23 Josh Coalsonupdate to use new asm routine naming
2001-05-23 Josh Coalsonadd cpu.h
2001-05-23 Josh Coalsonmake the asm routine names more descriptive
2001-05-23 Josh Coalsoninitial import
2001-05-22 Josh Coalsonsoup up FLAC__fixed_compute_best_predictor_asm
2001-05-21 Josh Coalsonoops, MMX moves are MOVQ not MOVAPS
2001-05-21 Josh Coalsonfix compiler warnings about comparing signed with unsigned
2001-05-21 Josh Coalsonsoup up, fix bugs, replace PSHUFW with pre-Katmai-frien...
2001-05-21 Josh Coalsontighten loops using "Jcc NEAR"
2001-05-21 Josh Coalsonremove some redundant instructions
2001-05-21 Josh Coalsoninitial import
next