1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
|
libmp3splt version 0.5.6
-------------------------------------------------------------
- fixed compilation problem, bug #2785683
- fixed critical bug with overlap splitpoints not working (feature #1530782 => bug)
- fixed critical bug with mp3 stdin (& framemode)
- fixed bug #2786300 in plugins compilation (added -lm)
- Xing header is now written even if SPLT_NO_TAGS option is used
- added SPLT_OPT_XING option to not write Xing header
- fixed bug with custom tags and multiple usages of @o
- fixed bug with stdin & id3v2 & xing
- fixed a small bug with genre in custom tags
- fixed some warning messages & added some more
- fixed dewrap error message
- fixed dewrap bug to not attempt to create output directories when '-d' option is used
- fixed minor bug #2790952 : time mode creating an empty file (at the end)
libmp3splt version 0.5.5
-------------------------------------------------------------
- fixed issue with CUE file not being imported correctly : \r and \n
problem (bug #2778717)
- fixed bug #2691576 - CUE file seg fault if no artist
- fixed bug #2520183 : wrong size in snprintf call
- fixed bug with ID3v1 and '@N' (was 1,3,5,... instead of 1,2,3,...)
- fixed time split with '0.0' was infinite looping
- fixed empty output format '' seg fault
- added options @m,@M,@s,@S,@H,@h + no @h or @H in output filenames if hundreths are 0
- added --with-(mad|id3)(-libraries|-includes)?, --disable-[mad|id3]test configure options
- added overlapping option of split files (feature request #1530782)
libmp3splt version 0.5.4
-------------------------------------------------------------
- fixed all tags/filenames "unicode" encoding issues on windows
- the default behaviour of the tags on the split files has changed :
by default, we set the tags version of the file to split in the
split files (for example if the file for split has ID3 version X, the
tags in the split files will be ID3vX)
- the tags in the output files can be changed with the
SPLT_OPT_FORCE_TAGS_VERSION option
- fixed issue when the input file is erased if the output is the same as the original file
- fixed small track issue in tags
libmp3splt version 0.5.3
-------------------------------------------------------------
- added ID3v2 support when compiling with 'libid3tag' support
- added '@nX' to '-o' option to specify the number of digits (X) in the
output track identifier number
- added the '@N' variable when using the '-g' option for auto incrementing
the track number in the tags
- fixed bug #2398397 : 'license version broken in README'
- fixed the zeroes not being added before the number when using @n
- fixed a lot of ugly codings and compiler warnings
- fixed problem with configure yielding error when libid3tag not found
- fixed libtool incompatibility issue (libtool: link: cannot find the
library `../libltdl/libltdlc.la'), bug #2144760
- updated to check for illegal characters in output filenames
libmp3splt version 0.5.2
-------------------------------------------------------------
- fixed bug crashing the applications on the silence split when
no 'get_silence_level' function defined
libmp3splt version 0.5.1
-------------------------------------------------------------
- fixed bug settings custom tags to split files
- fixed bug for mac compilation (#2099498 : no plugin matches the file 'xxx')
-------------------------------------------------------------
libmp3splt version 0.5
- added plugin system for audio formats
(currently supports ogg vorbis and mp3)
-implemented STDIN and STDOUT (like in the original mp3splt)
-moved translation of error codes to string into the library
-implemented experimental version of 'mp3splt.log'
(like in the original mp3splt)
-return codes of many functions were checked
-option '-o' now creates directories if necessary
-fixed a log of bugs, including :
(some are related to mp3splt command line, but I post them here)
#1807288 : one-off bug
#1483040 : problems with output file path(mp3splt is removing '/')
#1665006 & #1665002 : corrected return codes & const correctness
#2000246 : changed 'splitted' to 'split'
#118157 : unplayable stdin files on windows (+ same problem for stdin)
-------------------------------------------------------------
libmp3splt version 0.4_rc1
-support for freedb2.org (now tracktype.org) implemented
-fixed splits of ogg streams
-experimental .m3u support implemented
-added @f in the output format (-o option)
-on the fly code review
-option to add custom tags to output files
-------------------------------------------------------------
libmp3splt version 0.3.1
-code completely reviewed and reorganised
-fixed bugs with the tags
-fixed some other bugs
-------------------------------------------------------------
libmp3splt version 0.3
-added split progress bar support
-added support for sending messages to main program from the library
-support for writing id3v1 tags from the original song if libid3tag installed
-support for stopping the split process
-cddb/freedb search supports performer if title is performer / title
-desired output cddb and cue (includes freedb)
-many bugs fixed
-------------------------------------------------------------
libmp3splt version 0.2.1
-this is mainly a bug fix release
-many memory leak are fixed
-many other bugs solved
-support to split file in the same directory as the file
to split
-------------------------------------------------------------
libmp3splt version 0.2
-compilation with gcc-4.0.1 with no warnings
-debian package created
-wrap mode split
-error mode split(mp3)
-time split
-silence auto detection split
-auto-adjust silence split
-frame mode option
-input not seekable option
-some bugs fixed
------------------------------------------------------------
libmp3splt version 0.1.4
-added support for reading cddb and cue files
-freedb support added
-code revised
-possibility to split filenames and giving them a
specific filename
-bugs fixed
-------------------------------------------------------------
libmp3splt version 0.1.3
- support for splitting with hundredth of seconds
- fixed mp3 VBR bug
-------------------------------------------------------------
libmp3splt version 0.1.2
- support for splitting in a chosen directory
- support for getting the split filenames
-------------------------------------------------------------
libmp3splt version 0.1.1
- this is the first release, no change from the last version :)
-supports mp3/ogg split with multiple splitpoints
|