index
:
cue-bin-split
develop
master
more-tests
Splits a raw binary PCM stream into individual tracks based on times extracted from a cue file
David Phillips
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cue-bin-split.c
Commit message (
Collapse
)
Author
Age
*
Shifted seconds conversion etc into own function, whitespace fixes
David Phillips
2015-07-07
|
*
Fixed track end overrun, tidied run-to-EOF (last track) operation, removed ↵
David Phillips
2015-07-06
|
|
|
|
pointless typecasts
*
General clean-up, more fixmes
David Phillips
2015-07-06
|
*
Migration of stuff to misc.c
David Phillips
2015-07-06
|
*
Fixed issue with tiny buffer, since custom format was introduced
David Phillips
2015-07-06
|
*
Removed FIXMEs, started condensing logic
David Phillips
2015-07-06
|
|
|
|
Renamed `index` to `track`
*
Actual track filename is output rather than "Track n"
David Phillips
2015-07-06
|
*
Invalid rate/channel/sample size shows help also, minor help text changes
David Phillips
2015-07-06
|
*
Fixed fixme and renamed the var anyway
David Phillips
2015-07-06
|
*
Switched to getopt, added useful messages rather than assertions
David Phillips
2015-07-06
|
*
Specify custom filename format
David Phillips
2015-07-06
|
*
Added config.mk
David Phillips
2015-07-03