Josh Coalson
|
e9b6183bde
|
some more unsigned->size_t fixes
|
2006-11-06 17:06:19 +00:00 |
|
Josh Coalson
|
e3e9fcfcbe
|
fix docs for --serial-number option
|
2006-11-06 16:48:44 +00:00 |
|
Josh Coalson
|
3571f9c5fd
|
new seek algorithm for native FLAC from Miroslav
|
2006-11-06 16:48:33 +00:00 |
|
Josh Coalson
|
b1c3798d77
|
add multiple read modes to simulate different seeking/playback patterns
|
2006-11-04 06:59:03 +00:00 |
|
Josh Coalson
|
f7f7490e3e
|
minor tweak to read callback eof handling
|
2006-11-04 04:20:02 +00:00 |
|
Josh Coalson
|
5f0433fde8
|
fix bug where encoder wasn't defaulting to -5
|
2006-11-04 04:19:33 +00:00 |
|
Josh Coalson
|
c28efe2294
|
add support from encoding from ogg flac input
|
2006-11-04 03:04:21 +00:00 |
|
Josh Coalson
|
2dd9d916f6
|
minor comments
|
2006-11-04 03:03:02 +00:00 |
|
Josh Coalson
|
c5675fb8fc
|
switch to using FLAC__stream_encoder_set_compression_level()
|
2006-11-03 16:16:32 +00:00 |
|
Josh Coalson
|
425609cb0c
|
add FLAC__stream_encoder_set_compression_level()
|
2006-11-03 16:08:52 +00:00 |
|
Josh Coalson
|
aec8bb3435
|
rename metaflac's --import-picture to --import-picture-from for consistency with other options
|
2006-11-02 04:06:56 +00:00 |
|
Josh Coalson
|
989f26701d
|
add --export-picture-to option to metaflac
|
2006-11-02 03:40:44 +00:00 |
|
Josh Coalson
|
7afb1553c7
|
fix grabbag__file_are_same() on win32 by using GetFileInformationByHandle() to compare
|
2006-11-02 01:39:54 +00:00 |
|
Josh Coalson
|
6986469917
|
minor comments
|
2006-11-02 01:39:14 +00:00 |
|
Josh Coalson
|
9452bfeda6
|
add LIBFLACPP_LIBDIR, make AC_TRY_RUN more robust
|
2006-10-25 00:44:39 +00:00 |
|
Josh Coalson
|
03a6887cbe
|
add LIBFLAC_LIBDIR, make AC_TRY_RUN more robust
|
2006-10-25 00:44:26 +00:00 |
|
Josh Coalson
|
08b7d0cb4c
|
more fixes for ogg support
|
2006-10-18 16:37:52 +00:00 |
|
Josh Coalson
|
e0efb5b543
|
add /D "FLAC__HAS_OGG"
|
2006-10-18 16:06:47 +00:00 |
|
Josh Coalson
|
0b9442c3b6
|
remove now-obsolete libOggFLAC stuff
|
2006-10-16 16:18:34 +00:00 |
|
Josh Coalson
|
b1f323810b
|
bump version to 1.1.3-beta2
|
2006-10-16 16:17:18 +00:00 |
|
Josh Coalson
|
32637e0efd
|
fixes for MSVC6
|
2006-10-16 15:49:17 +00:00 |
|
Josh Coalson
|
352feb540f
|
change "bytes" parameter of all encoder write callbacks from "unsigned" to "size_t"
|
2006-10-15 17:08:52 +00:00 |
|
Josh Coalson
|
8065a2d3a5
|
change "bytes" parameter of all read callbacks from "unsigned" to "size_t"
|
2006-10-15 08:32:56 +00:00 |
|
Josh Coalson
|
71d5c256f5
|
rename set_serial_number to set_ogg_serial_number everywhere
|
2006-10-15 06:04:55 +00:00 |
|
Josh Coalson
|
4511f201c4
|
link libogg if necessary
|
2006-10-15 05:15:59 +00:00 |
|
Josh Coalson
|
15b8eb8a87
|
fix to ogg-less building
|
2006-10-15 05:15:55 +00:00 |
|
Josh Coalson
|
8da98c897b
|
merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work
|
2006-10-15 04:24:05 +00:00 |
|
Josh Coalson
|
03dbb26a27
|
remove unneeded SEEK_ERROR setting
|
2006-10-14 04:57:57 +00:00 |
|
Josh Coalson
|
1568b1f785
|
in grabbag__file_are_same() check that st_dev is same also
|
2006-10-13 04:27:06 +00:00 |
|
Josh Coalson
|
044be30e2a
|
fix "extern"ness of ReplayGainReferenceLoudness
|
2006-10-12 01:16:49 +00:00 |
|
Josh Coalson
|
2d6b8c6496
|
fix bug stats sent to progress callback
|
2006-10-11 06:30:38 +00:00 |
|
Josh Coalson
|
0921730909
|
minor formatting
|
2006-10-11 06:30:11 +00:00 |
|
Josh Coalson
|
724932ed37
|
minor syntax
|
2006-10-10 15:06:17 +00:00 |
|
Josh Coalson
|
31251b4cfa
|
for grabbag__file_are_same() on windows use strcmp() on filenames temporarily since inode checking doesn't work
|
2006-10-10 15:02:31 +00:00 |
|
Josh Coalson
|
a0c3b8d9c5
|
minor syntax
|
2006-10-10 04:42:47 +00:00 |
|
Josh Coalson
|
663a2afea4
|
bump version number to 1.1.3-beta1
|
2006-10-10 03:45:23 +00:00 |
|
Josh Coalson
|
42228b33e2
|
bump libtool .so number in prep for release
|
2006-10-10 03:44:54 +00:00 |
|
Josh Coalson
|
9f85cb6359
|
fix problem with code that checks if temp file is needed, before it would compare filenames, now it compares inodes
|
2006-10-10 00:40:17 +00:00 |
|
Josh Coalson
|
f461a7bd5d
|
enable file feof callback when input is stdin
|
2006-10-10 00:39:27 +00:00 |
|
Josh Coalson
|
9fb948edb6
|
minor syntax
|
2006-10-10 00:38:42 +00:00 |
|
Josh Coalson
|
1d691ca149
|
add grabbag__file_are_same()
|
2006-10-10 00:38:28 +00:00 |
|
Josh Coalson
|
369a6da0fd
|
remove window debugging code
|
2006-10-10 00:37:48 +00:00 |
|
Josh Coalson
|
ecb677e779
|
minor #includes
|
2006-10-10 00:37:17 +00:00 |
|
Josh Coalson
|
d68a14c005
|
_snprintf hackery for MSVC6
|
2006-10-10 00:36:59 +00:00 |
|
Josh Coalson
|
59717c20a2
|
minor comments
|
2006-10-10 00:35:35 +00:00 |
|
Josh Coalson
|
35a07eea25
|
fix project name
|
2006-10-10 00:33:34 +00:00 |
|
Josh Coalson
|
6af7ab8fd9
|
minor syntax
|
2006-10-10 00:33:00 +00:00 |
|
Josh Coalson
|
51ab8cfd11
|
fix bug where output file would always be deleted on error; instead, only delete when we know we have opened successfully, to avoid other problems like deleting pre-existing file when overwriting it fails
|
2006-10-09 05:35:59 +00:00 |
|
Josh Coalson
|
484e074299
|
*** empty log message ***
|
2006-10-09 05:34:28 +00:00 |
|
Josh Coalson
|
92f7fa9489
|
minor comments
|
2006-10-09 05:34:21 +00:00 |
|