mpgtx a command line MPEG audio/video/system file toolbox.
Ported by DJBase - http://www.djbase.de
-----------------------------------------
New in version 1.3.1
- include german manpages
- fix years truncating on tagmp3 in interactive mode (see Debian BTS #167313)
- include possibility of filenames which begin with brackets and are not ranges
(user request see Debian BTS #177169)
- Added very simple check for a continously increasing MPEG time line
in mpginfo by default, can suppressed by option "-N"
- Update mpgtx.spec, but untested
- Fixed compiler version check in configure
- Added and formated some comments for my understanding
- Cleaned splitting of declarations and definitions in .cxx and .hh files
- Clearify output and manpage of tagmp3 that only ID3v1 tags are supported.
- web/index.html updated
- web/Makefile now requires MPGTX_user env var to be set, then make
install installs the page onto mpgtx.sf.net
- mpeg.cxx:
* remove extra ";" for gcc 3.4
* "-N" now also suppress repeated search messages on mpginfo, much faster
- id3command.cxx:
* Fixes tagmp3 error in truncating year when entered interactively (Debian BTS #167313)
- configure:
* Applied Julian Hall patch (CYGWIN support)
* Applied Eric Sokolowsky patch (--manprefix support)
- config.guess:
* Updated from Erik's source tree
- Got rid of the inlines finally in mpeg.cxx
- remove -pedantic from configure
- Fixed some Warnings in mpegOut.cxx
- Applied Eric Sokolowsky patch on configure script (IRIX support) (thanks Eric)
|