Changelog is long, but I feel this should be included.
Changelog:
mpg321 (0.2.13-4) unstable; urgency=low
* Fixed bug when trying to "load file" from a remote instance and
an error was raised repeatdly until mpg321 process died with
"too many open files". (Closes: Bug#128676)
* Added '-3' or '--restart' option that handles non existent or
corrupted files more elegantly when in remote mode. When option
is enabled the remote shell does not die and is restarted waiting
for a new command.
* Fixed FTBFS for mpg321 by removing debian_changes patch file in
debian/patches directory. (Closes: Bug#643222).
-- Nanakos Chrysostomos <nanakos@wired-net.gr> Thu, 29 Sep 2011 19:33:24 +0300
mpg321 (0.2.13-3) unstable; urgency=low
* Fixed the really annoying bug which didn't restore the TTY
when mpg321 exited.
* Updated S-V to 3.9.2
- debian/copyright file has been revised.
- debian/rules file has been revised.
* Fixed '-a' option to conform with ALSA's uniform device naming. Also
changed man to conform with this change. Now you can use alsa driver
by setting the name of the audio device using the hw:x,y syntax,
where x and y are numbers. For example, if there is only one device
installed, in most cases, the device should be named hw:0,0.
When there is only one device, the device should always have the
same name and numbers. Finally if the default driver which mpg321
is compiled is ALSA then you don't have to specify it with the '-o'
option and you can use '-a' only to specify the audio device.
(Closes: Bug#623941).
-- Nanakos Chrysostomos <nanakos@wired-net.gr> Sun, 24 Jul 2011 15:08:09 +0300
mpg321 (0.2.13-2) unstable; urgency=low
* Added '-K' option so the user can enable/disable the Basic Keys
functionality. This also resolves the 100% CPU problem when mpg321
is run by asterisk for music hold on.
Thanks to James Bottomley for pointing that out. (Closes: Bug#619773).
* Added new algorithm when playing files randomly until interrupted. The
advertised behavior is much better than the previous one.Patch from
Peter Selinger.Thanks.
-- Nanakos Chrysostomos <nanakos@wired-net.gr> Tue, 05 Apr 2011 23:23:54 +0200
mpg321 (0.2.13-1) unstable; urgency=low
* Added uClinux support for embedded systems (Blackfin, Atmel and others).
* Added some Basic Control Keys, Volume Up/Down & Skip, for the moment.
* Updated S-V to 3.9.1
- debian/copyright file has been revised.
* If mmap() fails we fall back to read(). (Closes: Bug#148971).
(Closes: Bug#196787)
* Removed built-in getopt function.
* Problem solved when -x option was invoked and mpg321 couldn't obtain the
current terminal file. If none is forthcoming (e.g. xterm window ops are
disabled) then mpg321 does not block.
* Removed the dependency for the libaudio-scrobbler-perl package from
debian/control file. (Closes: Bug#588051).
* Added LDFLAGS += -Wl,-z,defs -Wl,--as-needed in debian/rules file
to limit the dependencies a bit. Dropped '-c' option from 'install'
command. Thanks to Sven Hoexter <sven@timegate.de>.
-- Nanakos Chrysostomos <nanakos@wired-net.gr> Sun, 20 Feb 2011 15:35:00 +0300
mpg321 (0.2.12-1) unstable; urgency=high
* New upstream release.
* Added AudioScrobbler support.
* Added FFT analysis support on PCM data for Remote mode play.
* mpg123 has been relicensed under the LGPL/GPL. Changed man page
accordingly. (Closes: Bug#533674).
* mpg321 now exits code 1 after failing to play music. (Closes: Bug#501334).
* Fixed ID3v2 tag problem which resulted in a splat-sound at the start of
the file. Patch from Martin Wellard. Thanks.
* Added support for recursive reading of directories. Patch from Giuseppe
Scrivano <gscrivano@gnu.org> and Michal Cihar <nijel@debian.org>.
(Closes: Bug#266887).
* Updated S-V to 3.9.0
- debian/copyright file is now UTF-8 encoded.
-- Nanakos Chrysostomos <nanakos@wired-net.gr> Tue, 29 Jun 2010 21:44:36 +0300
mpg321 (0.2.11-3) unstable; urgency=high
* Now mpg321 displays the right MPEG version. (Closes: Bug#197726).
* New function added for restoring the correct xterm title.
* New troubleshooting information added for the resources that mpg321
uses for xterm control.
* Bug #182122 should close now because in this version of Debian we don't
face such problems. So i am closing this bug. (Closes: Bug#182122).
* Man page now includes the new "-l" option. (Closes: Bug#575836).
Thanks to Memnon Anon.
* Tried to reproduce the same experiment as Bug #388587 and
i don't see any problem.
If someone else can simulate the same problem, please report the bug
and the way to simulate it again.So i am closing thsi bug also.
(Closes: Bug#388587)
* Anyone who wants to use the "-a" option can follow the information from
the manpage. To give an example: "mpg321 -a /dev/dsp song.mp3".
So Bug #286176 should close.The "-a" option seems to work fine.
(Closes: Bug#286176).
* Properly added DM-Upload-Allowed: yes to source section of control file.
* Adjusted watch file properly to eliminate errors of uscan.
* Bumped debhelper versioned Build-Depends to 7, and updated
debian/compat.
* Bumped libao-dev versioned Build-Depends to 1.0.0.
* Fixed libao-dev problem with the new structure option
in ao_format_sample structure. In a near future version
mpg321 will utilise the power of this new libao option.
(Closes: Bug#580062, Bug#580193)
-- Nanakos Chrysostomos <nanakos@wired-net.gr> Sun, 24 May 2010 12:45:08 +0200
mpg321 (0.2.11-2) unstable; urgency=high
* Fixed PATH_MAX POSIX constant needed for GNU/Hurd compilation.
* Fixed compilation errors for MIPS and MIPSEL architectures
by reporting the libmad bug to the pkg-maintainers.Bug fixed and
closed. Thanks.
* Changed to Quilt patch maintenance system.
* Added xterm title setting option so to enable/disable the feature.
Also gmusicbrowser doesn't crash anymore.
(Closes: Bug#566544),(Closes: Bug#567104).
* mpg321 can stream a URL from 0.2.10.1 version. Bug#166512 should
have already been closed. (Closes: Bug#166512).
* mpg321 has already been adopted. (Closes: Bug#533671).
-- Nanakos Chrysostomos <nanakos@wired-net.gr> Sun, 21 Feb 2010 12:51:08 +0200
mpg321 (0.2.11-1) unstable; urgency=low
* New upstream release.
* New maintainer (Closes: Bug#471770).
* Updated S-V to 3.8.3.
* Added HTTP Proxy support with Basic Authentication mechanism
from Chrysostomos Nanakos <nanakos@wired-net.gr>.
* ID3 tags now display on all files when playing a list of files and
you haven't pressed CTRL-C to switch between them.
* Make volume scaling work entirely within fixed point. This is the
way it should have been to begin with.
* Add patch to support IPv6 from Carlos Jesus Bernandos Cano.
This is now the default in the Debian packages.
(Closes: Bug#182480).
* Fix up maintainer scripts to not quit on unknown arguments.
* Add GAIN option to remote control mode.
Patch from Ralf Engels <ralf-engels@gmx.de>.
* Improve shuffling/randomizing code. Patch from Bas Zoetekouw - thanks!
(Closes: Bug#153594).
* Moritz Jodeit <moritz@jodeit.org>:
* Make http://some.server.name (no trailing slash) work.
* Fix other networking issues.
* Fix some format string issues.
* Change use of random() to rand() because random() on Solaris
doesn't return up to RAND_MAX, but 2**31.
* Add patch from Mario <diverses@univecom.ch> to better
support HTTP and Shoutcast streams.
* Nanakos Chrysostomos <nanakos@wired-net.gr>:
* Run autoreconf to update the buildsystem to
current versions of autotools.
* [debian/ruls] Use dh_installman instead of dh_installmanpages
* Add debian/mime and call dh_installmime.
(Closes: Bug#207871).
* Use ifneq and not ifeq to set options for INSTALL when
DEB_BUILD_OPTIONS has nostrip.
(Closes: Bug#163399).
* Acknowledge NMU (Thanks Mario Lang).
(Closes: Bug#186968).
* Print the current frame number of the current file when playing
multiple files in verbose mode. Patch from Piotr Sulecki - thanks.
(Closes: Bug#269118).
* Patch from Gergely Szasz to fix crash when GAIN is
set in remote mode without an argument.
* Add support for winamp playlists.
(Filter out line with # at the beginning).
Patch from Manolis Stamatogiannakis.
* Patch from David G. Andersen to check return value of read and only
decode the right number of bytes.
* Fix off-by-one in networking code parsing ftp reply.
* Add loop option. Patch from Nicolas Bonifas.
(Closes: Bug#158950).
* Add output remote mode to distinguish between stopping playback and
the song finishing. Patch from Nicolas Bonifas.
* Reinitialise the current playback time when rewinding.
Another patch from Nicolas Bonifas.
* Only show the verbose option once in the usage text.
(Closes: Bug#285959).
* Add xterm title support.Patch from Chrysostomos Nanakos.
-- Nanakos Chrysostomos <nanakos@wired-net.gr> Tue, 11 Jan 2010 19:17:42 +0200
mpg321 (0.2.10.6) unstable; urgency=low
* QA upload.
* Don't use update-alternatives --auto in prerm. (Closes: #506892).
-- Barry deFreese <bdefreese@debian.org> Wed, 26 Nov 2008 13:10:23 -0500
mpg321 (0.2.10.5) unstable; urgency=low
* QA upload.
+ Set maintainer to Debian QA Group <packages@qa.debian.org>.
* Add large file support. (Closes: #152392).
+ Thanks to Clint Adams for the patch.
* Avoid crashing on non mp3 files. (Closes: #458035).
+ Thanks to Justin Pryzby for the patch.
* Don't scan file before playback. (Closes: #500102).
+ Thanks to Mikko Rapeli for the patch.
* Don't leave dangling symlink. (Closes: #227713).
+ Thanks to Donggyoo Lee for the patch.
* README.remote should use @P not @S. (Closes: #153596).
+ Add STOP comments.
* Make AM_PATH_AO XIPH_PATH_AO in configure.ac.
* Escape hyphens in manpage.
* Bump debhelper build-dep to 5.
* Move DH_COMPAT to debian/compat and set to 5.
* Make distclean not ignore errors.
* Bump Standards Version to 3.8.0.
-- Barry deFreese <bdefreese@debian.org> Tue, 11 Nov 2008 14:25:12 -0500
mpg321 (0.2.10.4) unstable; urgency=low
* NMU
* Update description: mpg123 is now free. Closes: #390358
-- Joey Hess <joeyh@debian.org> Mon, 10 Sep 2007 16:22:35 -0400
mpg321 (0.2.10.3) unstable; urgency=high
* Non-maintainer upload by the Security Team
* Fix format string vulnerabilities (CAN-2003-0969)
-- Matt Zimmerman <mdz@debian.org> Sun, 4 Jan 2004 11:50:39 -0800
mpg321 (0.2.10.1-1.1) unstable; urgency=low
* NMU
* Apply patch to close fd (Closes: Bug#178948)
-- Mario Lang <mlang@debian.org> Mon, 31 Mar 2003 10:56:12 +0200
mpg321 (0.2.10.1) unstable; urgency=low
* Check both for file existing and link existing in fix-mistake code in
postinst (Closes: Bug#140622)
-- Joe Drew <drew@debian.org> Wed, 3 Apr 2002 23:12:22 -0500
I don't see any obvious reason that they're doing so because the build
is finding tools it's not supposed to see or that need to be added to
its deps or anything like that. However, as this thing uses scons,
it's anyone's guess. For now, it's better to have it building than not
building.
Changes from previous:
0.92 2011-09-09
- Added $info->{jenkins_hash} which is a 32-bit hash value of the
filename + mtime + file size.
- MP4: Get correct HE-AAC samplerate values from esds.
- ADTS AAC: Add support for .adts file extension.
0.91 2011-09-06
- MP3, MP4, WMA, WAV, AIFF, ADTS AAC: Added DLNA audio profile
detection as $info->{dlna_profile}.
LibSMF is a BSD-licensed C library for handling SMF ("*.mid") files.
It transparently handles conversions between time and pulses, tempo
map handling etc. The only dependencies are C compiler and glib.
Full API documentation and examples are included.
aubio is a tool designed for the extraction of annotations from audio
signals. Its features include segmenting a sound file before each of
its attacks, performing pitch detection, tapping the beat and
producing midi streams from live audio.
Because these tasks are difficult, we thought it was important to
gather them in a dedicated library. To increase the fun, we have made
these algorithms work in a causal way, so as to be used in real time
applications with as low delay as possible. Functions can be used
offline in sound editors and software samplers, or online in audio
effects and virtual instruments.
aubio currently provides the following features:
- digital filters
- phase vocoder
- onset detection (several methods)
- pitch tracking (several methods)
- beat and tempo tracking
- mel frequency cepstrum coefficients (MFCC)
- transient / steady-state separation
2.6.18
Fix recording problem with Icecast.
Add totem and amarok as optional players.
2.1.17
Improve GUI responsiveness when playing radio stations
2.1.16
Fix security issue with use of os.system, commands and non-secure tempfiles
2.1.15
Fix minimal wx version back to 2.6
2.1.14
Fix errors with wxGTK 2.8.
Fix startup error if Geom file corrupted.
2.1.13
play icecast stations correctly
2.1.12
Fix bug where radiolist is not always refreshed correctly.
2.1.11
Revert to deprecated code in prefs as new version not supported by wxpython 2.6!
2.1.10
Fix icecast directory.
Fix deprecation warnings for wxpython 2.8
2.1.9
Fix problem with GUI breakage when right clicking before download finished.
Fix xcb_lock errors.
2.1.8
Fix to allow realplayer to play user-added streams.
2.1.7
Another record bug fixed (thanks Chris O'Halloran!)
Added option to add user-defined streams.
Pd (aka Pure Data) is a real-time graphical programming environment
for audio, video, and graphical processing. It is the third major
branch of the family of patcher programming languages known as Max
(Max/FTS, ISPW Max, Max/MSP, jMax, etc.) originally developed by
Miller Puckette and company at IRCAM. The core of Pd is written
and maintained by Miller Puckette and includes the work of many
developers, making the whole package very much a community effort.
Pd was created to explore ideas of how to further refine the Max
paradigm with the core ideas of allowing data to be treated in a
more open-ended way and opening it up to applications outside of
audio and MIDI, such as graphics and video.
It is easy to extend Pd by writing object classes ("externals") or
patches ("abstractions"). The work of many developers is already
available as part of the standard Pd packages and the Pd developer
community is growing rapidly. Recent developments include a system
of abstractions for building performance environments; a library
of objects for physical modeling; and a library of objects for
generating and processing video in realtime.
Discogs queries work again, after a Discogs API change. The track
numbering when querying multi-volume albums from Discogs was
incorrect and is fixed in this version.
As a precaution (given the known bodginess of this package) set
MYSQL_VERSIONS_ACCEPTED to 51 (only) to preserve the previous behavior.
Someone who has the hardware should probably test it on mysql55-server
sometime.
not just FreeBSD and OpenBSD.
- Update NOT_FOR_PLATFORM: the only BSD for which the cdrom code can
actually work is DragonFly. The others are missing ioctls it uses.
This could probably be fixed up readily by someone who knows how cdrom
access is supposed to work, if any such person cares.
- Allow clang until proven otherwise.
While here, fix other problems caught by gcc:
- casting malloc instead of including <stdlib.h>
- casting calloc instead of including <stdlib.h>
- failing to include <time.h> with bad consequences for -current.
PKGREVISION -> 5.
While here, fix other problems caught by gcc:
- casting malloc instead of including <stdlib.h>
- casting strdup instead of including <string.h>
- failing to include <time.h> with bad consequences for -current.
PKGREVISION -> 3.
declarations.
Note that if someone wanted to go through and tidy up, most but not
all of the functions currently tagged INLINE could be removed from
the .h files and changed to static inilne. However, that doesn't seem
worthwhile here and now.
problem, here the package is trying to use the posix getline but the
compat for older systems broke.)
This should really be done with a configure test, but to regen the
configure script without creating a huge diff would require digging up
an ancient version of autoconf and for now at least it doesn't seem
worth the trouble.
either. Stick to -O3. While here, sync the patches for configure and
configure.in, and give it the ability to recognize OpenBSD as well.
(which might or might not work)
- add various LP64 fixes;
- use stdlib.h as needed instead of casting the return value of malloc;
- fix fake-varargs printf code and use stdarg.h;
- use system snprintf instead of included custom one;
- tidy up symbol name conflict with log();
- add patch comments;
- remove some pkglint;
- add LICENSE.
PKGREVISION -> 2.
Upstream changes:
* Improve timidity.cfg parsing capability
* Add source command capability in timidity.cfg (useful for debian default)
* Fix integer overflow in WAV reader (SA45131/A)
* Fix S3M stack overflow possibility (SA45131/B)
* Bound seeking and reading in PAT files
* Fix AMS/AMSv2 and DSM too large by one (SA45131/C)
* Use structure in XM decoding (development related)
* Use bmpvalues in Octamed files when calcuting default tempo (Francis Russel)
Fixes SA45131.
Upstream changelog:
Version 0.15.1 - 2011-07-31
* "Other versions" menu now displays release labels and catalog numbers.
* Added CD-R, 8cm CD to the format mapping.
* Picard no longer fails to load releases with new or unknown media formats.
* Fixed album metadata processor plugins not working (#5960)
* Fixed requests stopping at midnight (#5963)
* Stopped using QDateTime for timing requests (for Qt 4.6 compatibility) (#5967)
* Fixed display of ampersands in the "other versions" menu. (#5969)
* Fixed use of numerical functions in advanced scripting.
Version 0.15 - 2011-07-17
* Added options for using standardized track, release, and artist metadata.
* Added preferred release format support.
* Expanded preferred release country support to allow multiple countries.
* Added support for tagging non-album tracks (standalone recordings).
* Added several new tags: %_originaldate%, %_recordingcomment%, and
%_releasecomment%
* Changes to request queuing: added separate high and low priority queues for
each host.
* Tagger scripts now run after metadata plugins finish (#5850)
* The "compilation" tag can now be $unset or modified via tagger script.
* Added a shortcut (Ctrl+I) for Edit->Details.
* Miscellaneous bug fixes.
Version 0.15beta1 - 2011-05-29
* Support for the NGS web service
1.20 - 2010.08.04
* ASF: Don't store blocks over 64K in the MetadataObject block;
use the MetadataLibraryBlock instead. (#60, Luká# Lalinský)
* ID3: Faster parsing of files with lots of padding. (#65, Christoph Reiter)
* FLAC: Correct check for audio data start. (#67)
* Apply patches from Ian:
* ID3v2:add section BUGS with explanation of how we treat v2.4 frames.
extract MP3 start bytes even if ID3v2 tag is present.
recognize MP3 MIME type by start bytes
* Tag.pm:document mime_Pretype(), mime_type().
New optional arguments to mime_Pretype(), mime_type().
ID3v2 genre tag with value "Blues" or "(0)" could not be set
(thanks to Eric Benson for analysis).
* ID3v2_Data.pod: rename s/-/_/ - cygwin buggy, fails manifying
- this was BS, the problem is elsewhere
* mp3info2: state another time that COMM(eng)[lyrics] is a non-standard place
for lyrics...
* ID3: Bug 17392, fixed APIC offset calculation for non-MP3 files such as AIFF
and WAV where the tag does not live at the front of the file.
Changes 0.89:
* APE: Bug 15895, better handling if we have a broken APE tag and run out of
tag data.
* WMA: Bug 17355, fixed WM/Picture offset calculation when artwork is stored in
the Header Extension/Metadata Library block.
* WMA: Added output warning when trying to seek in a file without ASF_Index.
* Switched aac.t to Test::Warn instead of manual STDERR redirection.
Changes 0.88:
* ADTS AAC: Check first 2-3 frames to avoid false syncs.
* OSX: Xcode 4 doesn't include the 10.5 SDK, so check for this before using it.
* Win32: Display better error messages when unable to read from files.
* MP3, AAC, MPC: Bug 17173: Cleaned up several places where invalid memory reads could occur.
Changes 0.87:
* AAC: Bug 16874, Fixed infinite loop that could occur when reading a truncated
ADTS stream.
* Win32: Fixed MSVC compilation error in mp3.c.
Changes 0.86:
* MP3: Require first 3 frames to have matching samplerate and channel values.
* MP3: Fixed bug where info->{vbr} would not be set if a file had a Xing frame
but no LAME data.
* MP3: Handle case where ID3 tag indicates an extended header is present but no
actual header exists.
(SA45125 was already fixed in the package)
Version 1.0.25 (2011-07-13)
* Fix for Secunia Advisory SA45125, heap overflow in PAF file handler.
* Accept broken WAV files with blockalign == 0.
* Minor bug fixes and improvements.
Maintenance release.
Donovan Watteau (1):
Use -pthread on OpenBSD
Gregory Petrosyan (3):
view_save(): use correct playlist filename
id3: recognize TP2 frame as albumartist
cmus 2.4.2
Johannes Weißl (5):
fix compile error for new versions of ffmpeg
id3: fix parsing xing for mp3s with CRC protection
fix relative path handling in playlists
Map unicode punctation/quotation characters to ASCII ones
Fix segfault caused by too late initialization of UI
Philipp Schafft (1):
Update RoarAudio output plugin
0.3:
* autotooled
* Add iconv(3) support.
ifp-line can transfer file with non-ASCII filename.
* Add "version" command. Show ifp-line's version.
* ifp-1XX can download MP3/WMA/ASF to PC!
Firmware version 3.23 and later required.
0.2.4.7:
* Print "help" message before opening the iFP device
and add -h/-help/--help options.
0.2.4.6:
* Bug fix release.
* Beta version of N10 firmware update support (not tested).
* Fix bug with older versions of libusb.
* Fix "ifp get" behavioir with non-existant file.
0.2.4.5:
* Bug fix release.
* Fix behavior of "ifp download VOICE somedir" and "ifp get VOICE".
* Fix bug of "ifp put /path/to/music.mp3".
In addition to PR#45024 by ISIHARA Takanori,
* also update refrence manual and examples PDF document files.
* exactly depend on csh, some installed scripts are csh script.
Version 3.4.1:
* add 'idct' command.
* remove all input/output data type except float from 'frame', 'snr', 'us16',
and 'uscd' command.
* add input/output data type to many commands.
* show number of byte for all input/output data type in 'x2x' command.
* rename 'pcap' command to 'pcas' command.
* add new constant (octave and cent) to 'sopr' command.
* bug fixes.
In addition to PR#45023 by ISIHARA Takanori,
* LICENSE=gnu-gpl-v3
* register egg
* convert some buildlink to simple DEPENDS, because no contents to buildlink.
* drop dependency on py-elementtree, it's py24 way.
* honor PKGMANDIR.
v1.6.2.1 - September 21, 2009
+ Library artwork caching/displaying improvements
+ Lyricwiki screen scraping workaround
+ Replace Amazon.com cover art fetching with Rhapsody.com
+ Bug: Fix library sorting when adding, e.g., albums to playlist
+ Bug: Fix window positioning weirdness when unwithdrawing from systray
+ Bug: Fix album being labeled various artists when a duplicate exists
+ Bug: Fix album tracks in the info tab being out of order sometimes
+ Bug: Show songs with a missing date in info album listing
+ Bug: Library icons change after adding stream to playlist
+ Bug: Cpu spike, tooltips missing in library search results with gtk 2.16.2
Upstream changes:
Version 0.14 - 2011-05-15
* Fixed a problem with network operations hanging after a network error
(#5794, #5884)
* ID3v2.3 with UTF-16 is now the default ID3 version
* Option to set preferred release types for improved album matching
* Added support for sorting the album/file lists (#75)
* Fixed OptimFROG tag reading (#5859)
* Fixed colors for a white-on-black color scheme (#5846)
* Added an option to replace non-ASCII punctuation (#5834)
* Support for writing release group and work IDs, currently unused (#5805)
* Fixed saving of the release event format tag (#5250)
* Added support for the language and script tags (#943)
* Plugins can now use track-track relationships (#5849)
* Allowed external drives to be visible in the file browser panel on OS X
(#5308)
Also add a patch by drochner:
pthread_key_create returns 0 on success; return values on failure are
not defined.
Remaining patches without comments:
patch-ab: adding an ifdef notyet in src/daemon/main.c
patch-a{c,e}: --start -> -D (no idea why)
patch-af: allow some Linux-only code also on NetBSD
Manually increase shlib minor in CMake files since upstream
didn't react to my question why it went down with this release.
TagLib 1.7 (Mar 11, 2011)
=========================
1.7:
* Fixed memory leaks in the FLAC file format parser.
* Fixed bitrate calculation for WAV files.
1.7 RC1:
* Support for reading/writing tags from Monkey's Audio files. (BUG:210404)
* Support for reading/writing embedded pictures from WMA files.
* Support for reading/writing embedded pictures from FLAC files (BUG:218696).
* Implemented APE::Tag::isEmpty() to check for all APE tags, not just the
basic ones.
* Added reading of WAV audio length. (BUG:116033)
* Exposed FLAC MD5 signature of the uncompressed audio stream via
FLAC::Properties::signature(). (BUG:160172)
* Added function ByteVector::toHex() for hex-encoding of byte vectors.
* WavPack reader now tries to get the audio length by finding the final
block, if the header doesn't have the information. (BUG:258016)
* Fixed a memory leak in the ID3v2.2 PIC frame parser. (BUG:257007)
* Fixed writing of RIFF files with even chunk sizes. (BUG:243954)
* Fixed compilation on MSVC 2010.
* Removed support for building using autoconf/automake.
* API docs can be now built using "make docs".
Upstream changes:
I'm pleased to announce cmus 2.4.0 "Easter egg", the long-awaited feature
release of cmus. Since 2.3.0 (more than a year ago!) tons of enhancements have
been made, both to cmus' internals, and to the user-visible parts.
Here is a short summary of the new stuff you will find in 2.4.0:
- Mutt-like short filters
E.g. "~a beatles (!~y1960-1965 | ~d>600)". This nicely complements
traditional cmus filters, especially with
- Live filtering
Live filtering is immensely useful and addictive feature, especially if you
have a huge music library. Press 'L' and start typing, and you'll understand
what I mean. To reset the live filter, type 'L<Enter>'. Also, do know that
you can use short filter expressions for live filtering, too!
- Resume support
To enable resume support, simply add "set resume=true" to your ~/.cmus/rc.
After that, cmus will resume the playback at startup (or resume the paused
state, if you quit cmus while track was paused), as well as restore the
state of live filter etc. Most likely than not, you'll find this very
useful!
- Smarter string handling
Cmus has solid Unicode support for a while now; however, this release
adds locale-aware string ordering, and the ability to ignore diacritical
marks (accents) while searching/live filtering/etc.: e.g. "bjork" will
match "Björk", which can be very handy.
- Long format options, including ones for bitrate/codec
From now on, format strings can contain more readable placeholders like
%{artist}, including new (and frequently requested) %{bitrate} and %{codec}.
- HTTP proxy support for streams via http_proxy environment variable
- Less CPU wakeups during playback
This makes cmus more eco-friendly, because of reduced power consumption.
It also makes notebook batteries last a bit longer.
- New RoarAudio output plugin
- Support for big-endian systems, lots of different audio sample formats,
almost any C compiler and unix-like OS out there
Also, cmus' website (http://cmus.sourceforge.net) now has a wiki:
http://cmus.sourceforge.net/wiki. Make sure to check it out (and update, if it
is missing something).
While here, set LICENSE=public-domain.
* 2 April 2011: libmodplug 0.8.8.2
* Improve compatibility with MSVC 2010
* Improve PTM playback (Fix byteswapping)
* Improve S3M support (ignore corrupted data)
* Improve AMF support (bounds checking)
* See git checkins for more information
* 27 May 2010: libmodplug 0.8.8.1
* Add check to make sure Stereo Separation/MixChannels cannot be 0.
* Increment soname due to structure change (addition of new config options)
* 5 April 2010: libmodplug 0.8.8
* Fix 32 to 32 bit "downsampling" on 64bit platforms.
* Fix usage of bigendian in include files
* Fix PSM files on bigendian computers
* Allow configuration of Stereo Separation and MaxMixChannels
* Fix possible problem with misaligned data structure when converting to int32
(load_669)
(Developer only) update to new automake/autoconf.
Based on PR#44556 by ISHIHARA Takanori.
The Speech Signal Processing Toolkit (SPTK) is a suite of speech
signal processing tools for UNIX environments, e.g., LPC
analysis, PARCOR analysis, LSP analysis, PARCOR synthesis
filter, LSP synthesis filter, vector quantization techniques,
and other extended versions of them.
- more jack support (not enabled)
- qt3 -> qt4 update (including a major UI update)
- support for more instruments
- better midi support
- many bug fixes
- multi-layer instrument support
- multiple concurrent patterns
- FLAC support
- autosave support
- drumkit manager
- much better pattern support/ui/editing
thanks to wiz@ for help getting this right.
Configure does not enable the sun output plugin, which requires BSD
extensions and wouldn't work anyway. But we can use the oss plugin,
recent SunOS versions support OSS.
Fix segfaults when closing a driver that did not successfully open.
Fix Mac OS X AUHAL support to properly handle suspend/wakeup, headphone plug/unplug, other hardware events
Fix building Mac OS X driver AUHAL compilation for 10.5, restore Mac OS X 10.4 support
Add 24 bit playback to Pulse plugin
Fix compilation of sndio plugin
Fix 24 bit playback in ALSA plugin
Improve/correct latency setup in ALSA (see Trac #1762)
Also fixes crash in ogg123 with libao-pulse (Trac #1689)
changes:
- Changed Picard icon license to CC by-sa.
- Small UI consistency changes.
- Albums with tracks linked to more than one file are never marked as
completed.
- Fixed matching of scanned files to tracks while the album is still loading.
- Support for properly embedded FLAC pictures.
- Existing embedded images in APE and ASF files are removed only if there
are new images to replace them.
- More strict tagger script validation.
- Fixed the $truncate tagger script function.
- Proper rounding of track durations.
- Fixed a bug with saving images larger than 64k to WMA files.
- Added a $swapprefix tagger script function.
- Release events with a date are preferred over the ones without a date.
- Files that are being saved as marked as pending.
- Updated .desktop file to allow opening Picard with multiple files.
- Handle the ?open file? event on Mac OS X.
- Added timeouts to the HTTP web service client.
- Fixed a bug with albums missing the expand/collapse icons.
Oked by wiz.
3.3.0 (20101002):
- change MED BPM mode tempo setting (reported by Lorence Lombardo)
- fix OSS driver fragment setting
- add interactive loop toggle (requested by Emanuel Haupt)
- add filter to prevent loading NoiseRunner modules as Protracker
- add NoiseRunner loader (requested by Johan Samuelsson)
- add improved Impulse Tracker fingerprinting (from Schism Tracker)
- add Archimedes Tracker StasisMod effects support (Tom Hargreaves)
- add tarball decompressor (Tom Hargreaves)
- limit uncompression recursion (Tom Hargreaves)
- fix Tracker Packer 3 loader (Tom Hargreaves)
- fix load issue with BoobieSqueezer XMs (reported by Null Vista)
- fix modinfo tempo/bpm setting
- fix Zip file detection (Tom Hargreaves)
- fix Archimedes Tracker effects (Tom Hargreaves)
- update Audacious plugin to API 16
- code cleanup
3.2.0 (20100530):
- Digital Symphony fixes by Tom Hargreaves
- Archimedes Tracker fixes by Tom Hargreaves
- add shared logarithmic volume table for Archimedes formats
- fix default Archimedes formats pan (RLLR instead of LRRL)
- add Coconizer file loader
- portability fixes for BeOS and Haiku
- code cleanup and optimizations
- Android port using NDK
- fix time echoback event for MED
- fix module time count not reseting at new module
- make zipfile detection stricter (by Solomon Peachy)
- fix DSMI loader volume event (by Solomon Peachy)
- initialize formats only once
- fix build with Audacious plugin API 13
- fix seek in Audacious plugin
3.1.0 (20100107):
- implement MED4 instrument transposition
- fix build with MSVC++ 2008
- fix bogus information in winamp plugin file info display
- fix Audacious plugin dialog stacking order (by Michael Schwendt)
- add Titanics Player prowizard loader
- add SKYT Packer prowizard loader
- add Novotrade Packer prowizard loader
- add Hornet Packer prowizard loader
- fix empty instruments in Digital Illusions loader
- fix silent Liquid Tracker module bug
- add Magnetic Fields Packer loader
- add The Player 6.1a prowizard loader
- add StoneCracker S404 decompressor (from amigadepacker)
- add extra Funktracker file tests to prevent false positives
- add Polly Tracker module loader
- code cleanup and optimizations
3.0.1 (20091221):
- better handling of corrupted modules
- load Real Tracker RTMM 1.12 modules (tested with odyssey.rtm)
- fix tuning of Real Tracker modules
- fix Real Tracker patern decoding
- fix segfault in modules with 0 orders or 0 channels
- fix loading of MED4 module patterns with less than 32 lines
- fix memory leak when loading corrupt MED4 files
3.0.0 (20091210): 13 years after the 0.09b release
- allow parallel build (R.I.P. 1996 buildsystem)
- implement the long postponed open player loop
- generate win32 project files when packaging distfile
- remove callback driver
- split unified flags/quirks into separate variables
- add elapsed time echoback event
- add option to display elapsed and remaining time
- implement IT volume column fine effects quirk (Storlek test #6)
- fix bmp plugin build
- fix FreeBSD build (by swell k)
- fix terminal handling in Cygwin (by daniel åkerud)
- add OpenMPT id to S3M loader
- add Epic MegaGames MUSE data decompression
- add Galaxy Music System (Jazz Jackrabbit 2 J2B) module loader
- fix parsing of driver-specific parameters
- fix GDM length, number of patterns and number of samples
- fix memory access error in MDL sample depacker
- fix ProRunner1 samples size
- OSS driver resets the DSP device on exit (by Andrew Church)
- fix handling of PT portamento+vslide effect (by Andrew Church)
- move driver init from player core to main application or plugin
- Epic MegaGames MASI loader fixes
- add Amiga TuneNet plugin (by Chris Young)
- fix Module Protector loader
- fix lha depacking in Amiga (reported by Chris Young)
- fix clang build (by swell k)
- add support for xz decompressor (by swell k)
- add built-in LZX decompressor
- remove pause-related functions from player core
- fix build in Solaris 10 and Sun Studio 12 Update 1 C++ compiler
(reported by Douglas Carmichael)
- fix plugin to work with Audacious 2.2 (reported by Götz Waschk)
- fix invalid and uninitialized data accesses reported by Valgrind
- fix memory leaks reported by Valgrind
2.7.1 (20090718):
- fix -l option in manpage (debian bug #442147)
- fix endianism in MDL sample depacking (reported by Gürkan Sengün)
- fix loading of MOD2XM 1.0 modules (reported by Gürkan Sengün)
- add some sanity checks in XM module loading
- fix IT note cut and delay (Storlek test #22)
- increase period resolution for better tuning (reported by Mirko
Buffoni and Gürkan Sengün)
- allow lower BPM settings (fixes Lemmings 2 circus music)
2.7.0 (20090711):
- add StarTrekker packer loader (untested, need samples)
- extended key range to IT octave 9 (fixes beek-my_eleventh_year.it,
reported by Mirko Buffoni)
- ignore tempo/bpm settings to 0 in module scan (fixes albacore.it,
reported by Storlek)
- implement IT T0x and T1x tempo slides
- process effects in IT muted channels (Storlek test #10)
- generalized delayed event support (Storlek test #8)
- emulate "always store instrument" IT bug (Storlek test #8)
- add extra click removal step in mixer routines
- fix loop size in GMC loader (reported by Mirko Buffoni)
- GMC loader code cleanup
- store in-file comments
- apply amplification in the final downmix
- set sample format to unsigned on 8-bit wav file output
- attempt to handle BPM-based MED tempos a bit better
- add option to use the IT LPF as a click/noise filter
- deprecate $HOME/.xmprc, use $HOME/.xmp/xmp.conf instead
- reintroduce modules.conf, move SYSCONFDIR back to /etc/xmp
- display checksum for platforms where cksum(1) not readily available
- add filter quirk for rn-alone.it
- reintroduce manual setting for vblank timing in Amiga modules
- add vblank quirk for mod.siedler ii (by Daniel Åkerud)
- don't crash if SoundSmith instruments not found
2.6.2 (20090630):
- Promizer 1.8a loader code cleanup
- fix portamento to skip first frame of each row
- fix periods in instruments with finetune
2.6.1 (20090627):
- fix XMMS plugin build (reported by Götz Waschk)
- add Chibi Tracker fingerprint to IT loader (info by Storlek)
- add Schism Tracker fingerprint to S3M loader (info by Storlek)
- fix Modplug Tracker/OpenMPT identification in IT loader
- IT instrument and sample modes use same quirks (Storlek test #9)
- transposed period scale base down one semitone (Storlek test #1)
- remove previous portamento in SpaceDebris.mod fix
- add unified pitch slide/portamento memory (Storlek test #3)
- no Amiga limits for multichannel mods (fixes Bending CD61)
2.6.0 (20090625):
- cleanup: remove rarely used Unix IPC code that difficults porting
- cleanup: remove per-module configuration that nobody uses
- cleanup: moved Prowizard depacking to loader section
- don't abort loading if IT sample magic not found (fixes loading
of use-brdg.it and use-funk.it, reported by Mirko Buffoni)
- multichannel mods written with Scream Tracker don't use Amiga note
limits (fixes Earth Mountains, reported by Samuli Sorvakko)
- fix start option in DeusEx's .umx files (by erlk ozlr)
- add OpenBSD sndio driver (by Thomas Pfaff)
- fix memory leak: free extra pattern allocated by the XM loader
- fix memory leak: free temporary pointer arrays in the IT loader
- fix memory leak: free temporary pointer arrays in the S3M loader
- fix memory leak: free header and filename when file is invalid
- fix memory leak: free temporary buffer in MDL loader
- fix memory leak: move UNIC check to test section of mod loader
- fix memory leak: free Digital Symphony extra empty track
- fix memory leak: free Music Module Compressor buffers
- fix memory access violation freeing list nodes using list_for_each
- fix memory access violation in MDL track allocation
- fix memory access violation in MDL sample decompression
- fix memory access violation in LIQ pattern loading
- fix memory access violation in P18A format test
- fix free of unallocated block in IT sample-only mode
- fix buffer overflow in OXM/DTT loaders (reported by Luigi Auriemma)
- rename oss_mix driver to oss and alsa_mix to alsa
- restrict MMD0/MMD1 non-synth instrument note range to 3 octaves
(reported by Daniel Åkerud and Mirko Buffoni)
- assume wav driver if output filename ends in .wav
- fix volume slides with 00 parameter (by Mirko Buffoni)
- fix crash when S3M C2spd is zero (by Mirko Buffoni)
- merged Mirko Buffoni's Windows Visual C++ port
- don't process tone portamento in first frame of each row, fixes
Space Debris.mod (by Mirko Buffoni)
- add amplification factor option (by Mirko Buffoni)
- improved Winamp plugin (by Mirko Buffoni)
- don't unlink open files (for Windows port, by Mirko Buffoni)
- add experimental DxF/DFx handling with volume slides in all frames
- add better Archimedes .arc compressed file test
- reverted to older YM3812 emulator for license compliance
- fix byte swap error in HSC to SBI Adlib OPL2 instrument conversion
- fix Reality Adlib tracker loader
- implement Adlib OPL2 synth volume setting
- improve tempo, tuning and envelope of HSC modules
- fix scanning of patterns containing short tracks
- don't play notes outside the valid 8 octave note range
- enable The Player 5.0A loader (tested with Full Moon mods)
- enable ProPacker 2.1 loader (tested with Cool World mods)
- fix endianism issues in The Player 5.0 and 6.0 loaders
- fix AMF track remapping error
- enable instrument retriggering quirk in IT loader
- configuration file moved back to /etc
- fix estimated tempo for S3M/IT modules with BPM changes
ver 0.16.2 (2011/03/18)
* configure.ac:
- fix bashism in tremor test
* decoder:
- tremor: fix configure test
- gme: detect end of song
* encoder:
- vorbis: reset the Ogg stream after flush
* output:
- httpd: fix uninitialized variable
- httpd: include sys/socket.h
- oss: AFMT_S24_PACKED is little-endian
- oss: disable 24 bit playback on FreeBSD
WAV files are now written with an 18 byte u-law and A-law fmt chunk. A document
on virtual I/O functionality was added. Two new methods were added in
sndfile.hh. A fix was made for a non-zero SSND offset values on AIFF. Minor bug
fixes and improvements were done.
* Update MASTER_SITES.
* Add some options.
Changelog:
V3.2.5 2009/01/24
=================
* minor compilation fixes from freebsd ports maintainer Roman Bogorodskiy
V3.2.4 2009/01/18
=================
* Fixed bug in buffering code when using SDL as audio output; this fixes
possible hickups in such cases.
* When changing back directories in the file browser, jump to the
position in the file list the user came from.
* Reduced number of warnings using newer g++ versions
V3.2.3 2006/08/05
=================
* Fixed parallel build bug, make -j now works
* Fixed typos in CharsetMap documentation
* Implemented screen resizing
* Fixed a race condition which caused 100% CPU consumption at the end of
each played song
V3.2.2 2006/01/29
=================
* Added support for audio playback using SDL (mixer is not supported (yet))
* Added Esound (Enlightened Sound Daemon) support
* Removed strict dependency on OSS support, now that there are alternatives
* Cleaned up code to allow compilation on MacOS X Tiger and Cygwin
* Fixed a couple of minor memory allocation bugs
* Fixed NAS playback (should work, but untested)
V3.2.1 2005/12/06
=================
* Made cursor follow the highlighted bar in playlist/filemanager, to aid
blind people
* Fixed a bug in mpegsound library that could cause mp3blaster to crash.
Thanks go to Serge van den Boom for reporting the problem.
xmms-cdread - plugin for xmms.
At the moment, the idea is to add /dev/cdrom to your playlist.
If you have multiple CDROM units (like a burner) you can add all
those devices to the playlist and it should work.
I know this exists already, but that's such an uugly hack I decided to
make my own version, which actually reads the audio data, and will also
not need the subdirectory trick to get the tracks into the playlist:
The tracks will be added and removed automatically as CDs are inserted
and removed.
It now has CDDB support, local database editing as well as server queries.
This GMPC plugin shows your music collection in albums, it's showing
album covers with the artist and album name under it.
You can also filter out specific artists or albums and set the
amount of albums per row.
Mdcover plugin is a for gmpc. It looks in the location where the
music file is located to collect metadata. It looks for:
* Cover art
* Artist Art
* Biography
* Album information
* Lyrics
The tagedit plugin for GMPC adds a editor panel for editing song
tags. With the plugin enabled, you are able to queue one or more
songs to the Tag editor from the playlist or song browser. You may
then enter the Tag editor panel and modify the tags of the queued
songs one by one or by groups. The changes are recorded when you
hit the Save button. If you made a mistake while editing tags, you
may discard the changes you made to one song or a group of songs.
ncmpc 0.18 - (09/22/2010)
* screen_song: show song range
* screen_artist: respect artist when adding albums
* po: added Italian translation
ncmpc 0.17 - (06/22/2010)
* screen_queue: fix range selection check on "shuffle"
* screen_browser: check for error before adding song to playlist
* po: added Brazilian Portuguese translation
ncmpc 0.16.1 - (01/17/2009)
* screen_queue: always update the list size
* screen_browser: fixed jump to playlist file
ncmpc 0.16 - (12/25/2009)
* using libmpdclient 2.0 instead of built-in libmpdclient
* require MPD 0.12
* allow multiple queued database updates
* reactivate incremental playlist changes
* optimize "add+play song" with addid/playid
* handle stderr messages from lyrics plugins
* search: eliminate duplicate results
* use the "idle" command to reduce CPU and network usage
* disable the status bar clock by default
* list_window: fix narrow cursor drawing
* screen_play: repaint after the "select-playing" command
* screen_text: start searching at window origin, not bottom
* strfsong: support multiple values for a tag
* screen_browser: different colors for directories and playlists
* screen_browser: display song duration
* screen_queue: move ranges with one single "move" command
* status_bar: fix display_remaining_time while seeking
* status_bar: display elapsed time event when total time is unknown
* charset: added support for zero-width characters
* colors: added support for 256 colors and text attributes
* compatibility fixes for GLib 2.12
ver 0.16.1 (2010/01/09)
* audio_check: fix parameter in prototype
* add void casts to suppress "result unused" warnings (clang)
* input:
- ffado: disable by default
* decoder:
- mad: work around build failure on Solaris
- resolve modplug vs. libsndfile cflags/headers conflict
* output:
- solaris: add missing parameter to open_cloexec() cal
- osx: fix up audio format first, then apply it to device
* player_thread: discard empty chunks while cross-fading
* player_thread: fix assertion failure due to early seek
* output_thread: fix double lock
ver 0.16 (2010/12/11)
* protocol:
- send song modification time to client
- added "update" idle event
- removed the deprecated "volume" command
- added the "findadd" command
- range support for "delete"
- "previous" really plays the previous song
- "addid" with negative position is deprecated
- "load" supports remote playlists (extm3u, pls, asx, xspf, lastfm://)
- allow changing replay gain mode on-the-fly
- omitting the range end is possible
- "update" checks if the path is malformed
* archive:
- iso: renamed plugin to "iso9660"
- zip: renamed plugin to "zzip"
* input:
- lastfm: obsolete plugin removed
- ffmpeg: new input plugin using libavformat's "avio" library
* tags:
- added tags "ArtistSort", "AlbumArtistSort"
- id3: revised "performer" tag support
- id3: support multiple values
- ape: MusicBrainz tags
- ape: support multiple values
* decoders:
- don't try a plugin twice (MIME type & suffix)
- don't fall back to "mad" unless no plugin matches
- ffmpeg: support multiple tags
- ffmpeg: convert metadata to generic format
- ffmpeg: implement the libavutil log callback
- sndfile: new decoder plugin based on libsndfile
- flac: moved CUE sheet support to a playlist plugin
- flac: support streams without STREAMINFO block
- mikmod: sample rate is configurable
- mpg123: new decoder plugin based on libmpg123
- sidplay: support sub-tunes
- sidplay: implemented songlength database
- sidplay: support seeking
- sidplay: play monaural SID tunes in mono
- sidplay: play mus, str, prg, x00 files
- wavpack: activate 32 bit support
- wavpack: allow more than 2 channels
- mp4ff: rename plugin "mp4" to "mp4ff"
* encoders:
- twolame: new encoder plugin based on libtwolame
- flac: new encoder plugin based on libFLAC
- wave: new encoder plugin for PCM WAV format
* output:
- recorder: new output plugin for recording radio streams
- alsa: don't recover on CANCEL
- alsa: fill period buffer with silence before draining
- openal: new output plugin
- pulse: announce "media.role=music"
- pulse: renamed context to "Music Player Daemon"
- pulse: connect to server on MPD startup, implement pause
- jack: require libjack 0.100
- jack: don't disconnect during pause
- jack: connect to server on MPD startup
- jack: added options "client_name", "server_name"
- jack: clear ring buffers before activating
- jack: renamed option "ports" to "destination_ports"
- jack: support more than two audio channels
- httpd: bind port when output is enabled
- httpd: added name/genre/website configuration
- httpd: implement "pause"
- httpd: bind_to_address support (including IPv6)
- oss: 24 bit support via OSS4
- win32: new output plugin for Windows Wave
- shout, httpd: more responsive to control commands
- wildcards allowed in audio_format configuration
- consistently lock audio output objects
* player:
- drain audio outputs at the end of the playlist
* mixers:
- removed support for legacy mixer configuration
- reimplemented software volume as mixer+filter plugin
- per-device software/hardware mixer setting
* commands:
- added new "status" line with more precise "elapsed time"
* update:
- automatically update the database with Linux inotify
- support .mpdignore files in the music directory
- sort songs by album name first, then disc/track number
- rescan after metadata_to_use change
* normalize: upgraded to AudioCompress 2.0
- automatically convert to 16 bit samples
* replay gain:
- reimplemented as a filter plugin
- fall back to track gain if album gain is unavailable
- optionally use hardware mixer to apply replay gain
- added mode "auto"
- parse replay gain from APE tags
* log unused/unknown block parameters
* removed the deprecated "error_file" option
* save state when stopped
* renamed option "--stdout" to "--stderr"
* removed options --create-db and --no-create-db
* state_file: save only if something has changed
* database: eliminated maximum line length
* log: redirect stdout/stderr to /dev/null if syslog is used
* set the close-on-exec flag on all file descriptors
* pcm_volume, pcm_mix: implemented 32 bit support
* support packed 24 bit samples
* CUE sheet support
* support for MixRamp tags
* obey $(sysconfdir) for default mpd.conf location
* build with large file support by default
* added test suite ("make check")
* require GLib 2.12
* added libwrap support
* make single mode 'sticky'
ruby-mp3info read low-level informations and manipulate tags on mp3 files.
* written in pure ruby
* read low-level informations like bitrate, length, samplerate, etc...
* read, write, remove id3v1 and id3v2 tags
* correctly read VBR files (with or without Xing header)
* only 2.3 version is supported for writings id3v2 tags
the one that Gentoo uses). Closes PR 44533 by myself.
Changes since the last version we had in pkgsrc, 3.99-u4-b5:
version 3.99-u4-b5-s7
+ fixed compilation issue on big-endian systems [report: Michael Plotkin]
version 3.99-u4-b5-s6
+ fixed compilation issues with GCC 4.4 on some 64-bit systems [report: Eivind
Eide]
version 3.99-u4-b5-s5
+ fixed long-standing 64-bit decompression crash [patch: Adam Nielsen]
+ fixed crash with pathnames longer than 256 characters [report: Kabakov Boris
]
+ fixed a compilation issue (don't pass -fno-common to yasm)
version 3.99-u4-b5-s4
+ include error reason with error code in mac.exe
+ automatically recalculate quick verify checksum when compressing, if
necessary (e.g. piped encoding with foobar2000, or truncated WAVE file)
version 3.99-u4-b5-s3
+ reenabled quick-verification of APE files (via new '-q' option)
version 3.99-u4-b5-s2
+ show above version in mac.exe help screen (sN = shntool revision N)
+ added support for encoding WAVE data of unknown length (all files/pipes
are now treated as unknown length; this forces mac.exe to write a seek
table of maximum size regardless of input file size, adding ~30kb/file)
version 3.99-u4-b5-s1
+ added support for pipe encoding/decoding
Changelog:
Version 0.3.13 (2010-01-21)
---------------------------
- Fixed documentation location (--docdir in configure)
* thanks to Chris Mayo for patch
- Moved source code control to Github
- Improvements to build system
- Updated to autoconf 2.60, libtool 2.2, automake 1.10 and Doxygen 1.7.3
- Fix problem with 'extern inline' by changing them to 'static inline'
- Wrote perl script to test output of the frontend
- Changed all debugging messages, writing to stdout to write to stderr
- Removed calls to exit() from libtwolame.
- Added --non-copyright option (which is enabled by default)
- Fix for bad copy/paste of variable assignment.
- Manpage correction
- Changed fopen() options to wb to fix Windows
mpdas is an AudioScrobbler client for MPD written in C++. It uses libcurl and
libmpd.
It supports the latest AudioScrobbler protocol (2.0).
In case of a downtime or connectivity problems, mpdas will cache the played
songs to ~/.mpdascache.
Features:
- Sets now-playing status
- Scrobbling (obviously)
- Caching
- Config files
- User switching
VERSION 2.4.0
CHANGES:
* New Splash Screen by Tomasz Dudzik <madsheytan@gmail.com>.
* The "Playdar Collection" feature has been disabled until some technical
issues are resolved.
* Fixed some broken radio stream URLs.
BUGFIXES:
* Fix crash on copying tracks between collection. (BR 261364)
* Fix fetching of script data. BBC, Free Music Charts and others should work again.
(BR 261839)
* Actually show the Splash Screen by default, as it was meant to work.
* Leave all pending files in case of error/conflict during tracks moving. (BR 257739)
* Fix crash when moving tracks between collections. (BR 253033)
* Fixed issue with UMS Collection that made amarok to delete original track
instead of newly copied one. (BR 238915)
* Fixed issue with Audio CDs that do not provide CDDB information. Patch by
Andriy Gapon <avg@icyb.net.ua>. (BR 257818)
* Fixed issue with the Organize Files Dialog that prevented presets from being
loaded when in advanced mode. Patch by Philipp Schmidt <philschmidt@gmx.net>.
(BR 255325)
VERSION 2.4-Beta 1
FEATURES:
* New UPnP Collection detects and plays media on UPnP devices on the network.
* New transcoding feature which converts one or more tracks with a chosen encoder
when copying to the local collection.
* Added option to use Wikipedia Mobile.
* Added settings for writing statistics and album covers back to the file.
* Leave focus in playlist search widget when using up/down to scroll through
filtered results. Thanks to Thomas Karpiniec for the patch!
* LyricsApplet: The lyrics in are now updated when they were changed in a
different place, for example in the Tag Dialog.
* Permit the use of iPod Touch 3G and possibly newer devices. Thanks to
Aurélien Croc for the patch!
* Match space-separated search terms in the playlist filter var individually. Thanks
to Thomas Karpiniec for the patch!
* Added new context applet for displaying guitar and bass tab information. Thanks to
Rainer Sigle for the patch!
* Added ability to set/update Album Artist.
* Added map view and calendar in the upcoming events applet.
* Added support for all Wikipedia languages. (BR 220617)
* Added incremental search in the Wikipedia applet (press
'/' or global search key when in focus).
* Added "Favorite Venues" to the upcoming events applet.
* Read MusicBrainz IDs of MP4 files during scanning.
* Ability to hide and show the menu bar. Patch by
Valentyn Pavliuchenko <valentyn.pavliuchenko@gmail.com>.
* Size of the On-Screen-Display font is now configurable. (BR 195186)
* Musicbrainz-based mass tagging UI by Sergey Ivanov.
* New easy to use table-based UI for Ampache server configuration. (BR 200703)
* OPML export for podcast subscriptions. (BR 126120)
* New "Playlist Length" constraint for the APG, which allows you to specify
the number of tracks in the playlist. What was the "Playlist Length "
constraint is now called "Playlist Duration".
* MPRIS2 support for controlling Amarok over D-Bus.
* New "Playdar Collection" allows searching for and listening
to music provided by a running local Playdar service.
CHANGES:
* Brought back collapsing animations of context applets.
* Added a "Donors" tab to the About dialog for our generous Roktober 2010
donors who wish to be mentioned.
* Tracks might contain lyrics in the HTML format, where there's no user-visible
content in the HTML. Those lyrics are now regarded as "empty".
* LyricsApplet: changed the layout of the "Do you really want to refetch lyrics"
message.
* Current track applet: added "show in media sources" actions for current
track's artist, album, composer, genre, and year if available.
* Current track applet: added action to open the tag dialog.
* Improved appearance of current track applet when playback is stopped.
* Better scrolling in the applet explorer.
* The default moodbar style now uses system colors.
* Added tray icon context-menu action to open the preferences dialog.
* Show a progress bar while loading pages in the Wikipedia applet.
* Added option to right-align "year" in the albums applet.
* Improved alignment of tracks in the albums applet.
* Scroll to the current album and make its tracks visible in the albums
applet. (BR 187011)
* Added ability to expand/collapse/drag disc items in the albums applet.
(BR 249488)
* Improved appearance of similar artist, upcoming events, and Wikipedia
applets.
* Improved presentation of suggested lyrics (currently only 3rd party
scripts use).
* Now using QToolTip for playlist tooltips.
* Changed playlist delegate margins and inline editor formating.
* Added "Added This Hour" filter preset to the collection brower widget.
* Bumped KDE dependency to version 4.4., and Qt dependency to 4.6.
* Print message when a file can't be copied to a media player.
Patch by Sergey Ivanov <123kash@gmail.com>. (BR 203820)
* Improved the usability of device items in Media Sources by adding tooltips.
* Deleting items in the collection/file browser will move them to trash;
pressing SHIFT while clicking the action will bypass trash.
BUGFIXES:
* Fixed white text on light blue background in tabs applet. (BR 258234)
* Fixed cover dialog crash pressing Ok when nothing is selected. (BR 258187)
* Title labels incorrectly used the text color from the plasma theme.
This caused trouble with the fixed plasma theme and light color schemes.
* Fixed a data-loss bug where the user could lose changes he made to the current
track's lyrics. (BR 207621)
* Fixed covers of Ampache tracks not available through DBus.
* Scanning stale and orphaned songs on iPod results in song duplication. (BR 235696)
* Applets' settings dialogs were partly untranslatable. (BR 255971)
* Fixed append&play action. Thanks Pieter van der Kloet for the patch. (BR 229706)
* Don't ignore the "use relative path" checkbox in the playlist export dialog.
(BR 250689)
* Fixed applet explorer getting stuck. (BR 253058)
* Fixed Wikipedia applet header layout issues. (BR 215171)
* Fixed truncated heading in albums applet. (BR 231001)
* Playlist sorting breadcrumb items have been untranslatable.
Patch by Alexander Potashev <aspotashev@gmail.com>. (BR 189750)
* Dynamic Playlist criteria were not being saved properly. (BR 243562)
* Collection Browser should show Artist names for Compilation Albums. (BR
252790)
* When Amarok starts and "Continue playing when Amarok is started" is selected,
the Current Track applet showed songs of the artist instead of the current
track info. Patch by Conrad Hübler. (BR 241641)
* Fixed crash on Windows when exporting playlist to any file type. Patch by
James Duncan <james.t.duncan@gmail.com>. (BR 249376)
* If album keyword is empty, show "unknown album" in context window. (BR 205038)
* Ampache would not connect to servers placed in a subdirectory.
* Fixed an initialization bug which affected all context applets.
* Fixed bug where users could drag applets around indiscriminately.
* FLAC BPM tags could be read incorrectly. (BR 234166)
==BEGIN Qt 4.6 / KDE 4.4 DEPENDENCY==
Upstream changes:
Compared to the previous version, 2.3.2, nothing exciting can be found, but,
among other things, a couple of serious bugs has been fixed ? everybody is
welcome to upgrade.
Detailed list of changes can be found in the shortlog:
Evan Niessen-Derry (1):
Support newer versions of mp4v2
Gregory Petrosyan (4):
Fix format_print()'s buffer width calculation
Fix replaygain muting the sound when softvol is not active
mp4: read genre tags
cmus 2.3.3
Xavier Chantry (4):
uchar : fix build with clang
Revert "Change sample_rate to uint32_t in mp4 and aac plugins"
ffmpeg : avcodec_decode_audio2 is deprecated
ffmpeg : fix seeking
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
- Faster filtering, simple audio player, GUI and usability improvements.
- Support for Ogg cover art, import from Amazon.
- Support for WMA/ASF, AIFF and WAV files, advanced playlist creation,
improved tag editing.
- Import of album cover art, options to mark changed tag fields and
to store the ID3v2 genre as text instead of numeric string.
quotes to this line:
EXTRA_LIBS="-framework CoreFoundation -framework IOKit"
otherwise configure gives you this nice error (but keeps going):
./configure: line 3015: CoreFoundation: command not found
changes:
-Use Requires.private instead of Requires for dependencies in
libmusicbrainz3.pc
-Support for reading and submitting ISRCs
-Support for reading ratings for all entity type
-Full release group and label support
-C wrappers for extractFragment and extractUuid
-Support for filtering by any Lucene query
* Gtk+ 3.x fixes.
Changes 0.25:
* Optionally build with Gtk+ 3.x in addition to Gtk+ 2.x.
Changes 0.24:
* GTK code is now fine with GSEAL. Minor fixes in the PulseAudio backend,
other fixes.
Changes 0.23:
* various minor fixes in the pulse and gstreamer backends as well in the Vala
API. Support for the recently standardized Vorbis 6.1/7.1 multichannel modes.
* Implement corrected channel mappings for all input and playback file types
* Correct an possible infinite loop in WAV input reading code when header is
corrupt
* Implement disable_coupling option for oggenc
* Fix Ctrl-C lockup bug in ogg123
* ogg123 playback in sorted order
* Add WAVEFORMATEXTENSIBLE support
* More translations
* Add '-' as stdin/out filename in vcut
* Add -lnetwork check for socket in configure
* Remove 'extra' F parameter from ogg123 remote output
* vorbis: additional proofing against invalid/malicious
streams in floor, residue, and bos/eos packet trimming
code (see SVN for details).
* vorbis: Added programming documentation tree for the
low-level calls
* vorbisfile: Correct handling of serial numbers array
element [0] on non-seekable streams
* vorbisenc: Back out an [old] AoTuV HF weighting that was
first enabled in 1.3.0; there are a few samples where I
really don't like the effect it causes.
* vorbis: return correct timestamp for granule positions
with high bit set.
* vorbisfile: the [undocumented] half-rate decode api made no
attempt to keep the pcm offset tracking consistent in seeks.
Fix and add a testing mode to seeking_example.c to torture
test seeking in halfrate mode. Also remove requirement that
halfrate mode only work with seekable files.
* vorbisfile: Fix a chaining bug in raw_seeks where seeking
out of the current link would fail due to not
reinitializing the decode machinery.
* vorbisfile: improve seeking strategy. Reduces the
necessary number of seek callbacks in an open or seek
operation by well over 2/3.
arguments which don't work (but keep inclusion of oss.bl3.mk)
-ignore fmemopen(3) -- the code assumes too much if this is found,
fixes build on NetBSD-current
2010-10-21 Jorge Zapata <jzapata@fluendo.com>
* src/flump3dec.c: (flump3dec_reset), (flump3dec_flush),
(flump3dec_sink_chain), (flump3dec_check_for_xing),
(flump3dec_drain_avail):
* src/flump3dec.h:
* win32/oa/config.h:
Add a discont double check, checking the flag is not enough
given that rtpmpadepay/rtpmpapay adds a discont flag on every
buffer, so we also check the timestamps difference.
Whenever we are looking for the Xing header and it is not found
we must reset the bitstream.
Add a cast to correctly display the needed bits.
2010-03-12 Release Maker <nomail@fluendo.com>
* configure.ac: Back to TRUNK.
=== release 0.10.14 ===
2010-03-12 Julien Moutte <julien@fluendo.com>
* ChangeLog: I screwed up with the release process !
* configure.ac: Back to TRUNK.
2010-03-12 Release Maker <nomail@fluendo.com>
* configure.ac: Back to TRUNK.
=== release 0.10.13 ===
2010-03-12 Release Maker <nomail@fluendo.com>
* configure.ac: Back to TRUNK.
=== release 0.10.13 ===
2010-03-08 Josep Torra <josep@fluendo.com>
* src/flump3dec.c: (flump3dec_sink_event):
Do not drain in segment updates.
2009-10-28 Josep Torra <josep@fluendo.com>
* Makefile.am:
* autogen.sh:
* configure.ac:
Renamed 'decoder' folder to 'src' folder to follow the naming of
the other plugins.
2009-10-28 Josep Torra <josep@fluendo.com>
* configure.ac:
Added handling of assemby code by automake.
2009-10-28 Josep Torra <josep@fluendo.com>
* Makefile.am:
Make autogen.sh being disted.
2009-09-16 Release Maker <nomail@fluendo.com>
* configure.ac: Back to TRUNK.
=== release 0.10.12 ===
2009-09-15 Thijs Vermeir <thijs@fluendo.com>
* decoder/flump3dec.c: drain available frames before applying
new segment
2009-08-24 Julien Moutte <julien@fluendo.com>
* win32/oa/Makefile.am: Add OSSBUILD VCPROJ to dist.
* win32/oa/config.h: Updated.
2009-03-07 Release Maker <nomail@fluendo.com>
* configure.ac: Back to TRUNK.
=== release 0.10.11 ===
2009-02-26 Julien Moutte <julien@fluendo.com>
* Makefile.am:
* configure.ac:
* win32/Makefile.am:
* win32/oa/Makefile.am:
* win32/oa/config.h.in: Make sure we include Win32 in the release
process. Autogenerate the config.h file with proper versioning.
2009-02-19 Julien Moutte <julien@fluendo.com>
* decoder/flump3dec.c: (flump3dec_sink_event): Use gst_pad_push_event
as it's faster.
2008-12-11 Release Maker <nomail@fluendo.com>
* configure.ac: Back to TRUNK.
=== release 0.10.10 ===
2008-11-21 Julien Moutte <julien@fluendo.com>
* configure.ac: Use the CPU_TUNE macro.
* decoder/Makefile.am: Use CPU_TUNE CFLAGS and LDFLAGS for exec stack.
* decoder/flump3dec.c: (flump3dec_flush), (flump3dec_sink_chain),
(flump3dec_drain_avail), (flump3dec_sink_event):
* decoder/flump3dec.h: Clean up indentation and make sure we set the
discont flag on audio buffers when required. This fixes non flushing
seek with MP3 dec in the pipeline (looping).
2008-10-13 Release Maker <nomail@fluendo.com>
* configure.ac: Back to TRUNK.
=== release 0.10.9 ===
2008-10-13 Julien Moutte <julien@fluendo.com>
* configure.ac: Make sure we don't set the Exec stack flag and don't
build static libraries.
* decoder/Makefile.am: Make naming of the LDFLAGS more consistent.
2008-09-15 Sergi Alvarez <salvarez@fluendo.com>
* decoder/flump3dec.c: (flump3dec_src_query): Check for format_bytes
and format_default like comment above says. Avoid dupped check.
2008-06-18 Paul Brossier <piem@fluendo.com>
* configure.ac: back to TRUNK.
=== release 0.10.8 ===
2008-06-09 Paul Brossier <piem@fluendo.com>
* configure.ac: update to use AG_CHECK_IPP
2008-06-09 Paul Brossier <piem@fluendo.com>
* configure.ac: update IPP lookup
2008-05-25 Julien Moutte <julien@fluendo.com>
* COPYING:
* README:
* decoder/bitstream.c:
* decoder/bitstream.h:
* decoder/common.c:
* decoder/common.h:
* decoder/decode.c:
* decoder/decode.h:
* decoder/flump3dec.c:
* decoder/flump3dec.h:
* decoder/mp3-c-synth.c:
* decoder/mp3-c.c:
* decoder/mp3-c.h:
* decoder/mp3-cos-tables.h:
* decoder/mp3-ipp.c:
* decoder/mp3-ipp.h:
* decoder/mp3tl-priv.h:
* decoder/mp3tl.c:
* decoder/mp3tl.h:
* decoder/table-bitalloc.h:
* decoder/table-dewindow.h:
* decoder/table-huffdec.h:
* decoder/table-powtable-2.h:
* decoder/table-powtable.h:
* util/gen-pow-table-2.c: (main): Update copyrights.
2008-05-25 Julien Moutte <julien@fluendo.com>
Patch by: Yoav Steinberg <yoav at monfort dot co dot il>
* decoder/bitstream.c: (bs_getbytes):
* decoder/bitstream.h:
* decoder/common.h:
* decoder/decode.c: (II_dequant_and_scale_sample),
(I_dequant_and_scale_sample), (init_syn_filter):
* decoder/flump3dec.c: (flump3dec_base_init),
(gst_flump3dec_update_ts), (flump3dec_drain_avail):
* decoder/mp3-c-synth.c: (mp3_SubBandSynthesis), (MPG_DCT_8):
* decoder/mp3-c.c: (III_get_side_info), (III_dequantize_sample),
(III_stereo), (III_antialias), (inv_mdct_s), (imdct_9pt),
(init_mdct), (III_hybrid):
* decoder/mp3-cos-tables.h:
* decoder/mp3tl.c: (mp3tl_sync), (mp3tl_decode_frame):
* decoder/table-dewindow.h:
* decoder/table-powtable-2.h:
* decoder/table-powtable.h: Fix code to support Win32 build.
2008-03-18 Kapil Agrawal <kapil@fluendo.com>
* decoder/mp3tl.c: (mp3tl_new): Initializing freebitrate flag to true.
(mp3tl_sync): changed the read_header arguments.
* decoder/decode.c: (read_header): changed the first argument to mp3tl,
changes to support free format bitrate and moved parsing of first 21 bits
to a new function read_main_header.Fixes ticket #23.
* decoder/mp3tl-priv.h: added free format related elements in mp3tl.
* decoder/decode.h: included mp3tl-priv.h.
2008-02-25 Release Maker <nomail@fluendo.com>
* configure.ac: Back to TRUNK.
=== release 0.10.7 ===
2008-02-22 Josep Torra Valles <josep@fluendo.com>
* configure.ac:
Updated to compile with IPP version 5.3.1.062
2008-02-19 Kapil Agrawal <kapil@fluendo.com>
* decoder/mp3tl.c: (mp3tl_sync):
Fixed ticket #102.
header and sync length were not considered while checking minimum
frame size.
2007-12-14 Julien Moutte <julien@fluendo.com>
* gst-fluendo-mp3.spec.in: Handle SElinux policy in the RPM.
2007-08-23 Jan Schmidt <thaytan@mad.scientist.com>
* configure.ac:
Add IPP 5.2, 5.3 & 5.3_beta to the list of versions to check for.
* decoder/mp3-ipp.c: (ipp_decode_mp3):
Use memmove instead of memcpy, and only copy when there are actually
bytes to move.
2007-08-13 Jan Schmidt <thaytan@mad.scientist.com>
* decoder/flump3dec.c: (flump3dec_src_event):
* decoder/mp3-c-synth.c: (mp3_SubBandSynthesis):
* decoder/mp3-c.c: (III_stereo):
* decoder/mp3tl.c: (mp3tl_new):
Fix some compiler warnings about unused variables.
2007-08-13 Josep Torra Valles <josep@fluendo.com>
* decoder/bitstream.c: (h_rewindNbits), (h_rewindNbytes):
* decoder/bitstream.h:
* decoder/mp3-c.c: (III_huffman_decode):
Partial fix for ticket #18.
Disabled the optimization until a complete fix. ENABLE_OPT_BS = 0.
2007-07-26 Josep Torra Valles <josep@fluendo.com>
* configure.ac:
* decoder/Makefile.am:
* decoder/bitstream.c: (h_setbuf):
* decoder/bitstream.h:
* decoder/decode.c:
* decoder/huffman.c: deleted
* decoder/huffman.h: deleted
* decoder/mp3-c.c: (huffman_decoder): made inline
Several optimizations related to huffman decoding.
2007-07-26 Josep Torra Valles <josep@fluendo.com>
* decoder/mp3-c.c: (III_hybrid):
Fixed a warning related to liboil.
2007-07-26 Josep Torra Valles <josep@fluendo.com>
* decoder/Makefile.am:
Added table-powtable-2.h to fix 'make dist'.
2007-06-07 Jan Schmidt <thaytan@mad.scientist.com>
* decoder/flump3dec.c: (flump3dec_drain_avail):
Don't output timestamps from an uninitialised variable
when handling corrupted/skipped packets.
2007-06-06 Jan Schmidt <thaytan@mad.scientist.com>
* decoder/common.h:
Fix macro for marking unused function arguments.
* decoder/mp3-c.c: (III_stereo):
Guard against overflowing the arrays by limiting the subband
iterator to 576.
2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
* configure.ac:
Add funrolling of the loops to the CFLAGS for a juicy speed boost.
* decoder/decode.h:
* decoder/mp3-c-synth.c: (mp3_SubBandSynthesis):
* decoder/mp3-c.c: (III_get_scale_factors),
(III_dequantize_sample), (inv_mdct_l), (inv_mdct), (III_hybrid),
(c_decode_mp3):
* decoder/mp3tl-priv.h:
* decoder/mp3tl.c: (mp3tl_new), (mp3tl_decode_frame):
Some fixes and optimisations, between that and funrolling loops,
things are now 18% faster.
* decoder/mp3-ipp.c: (decode_mp2), (ipp_decode_mp3),
(mp3_SubBandSynthesis), (mp3_ipp_init), (mp3_ipp_flush),
(mp3_ipp_close):
Re-indent.
2007-06-01 Jan Schmidt <thaytan@mad.scientist.com>
* decoder/mp3-c.c: (III_get_side_info), (III_dequantize_sample):
* decoder/table-powtable-2.h:
* decoder/table-powtable.h:
* util/Makefile.am:
* util/gen-pow-table-2.c: (main):
Speed the C-only decoder up by 38% by pre-calculating some stuff
instead of doing it over and over in an inner loop.
Changelog:
Version 1.12.5:
This release fixes a buffer overflow issue in the mpg123 frontend application when printing ID3 data in non-UTF-8 environments. It has been introduced in version 1.12.4 and Jakub Bogusz was so kind to bump my head into this. Please upgrade. Thanks.
Version 1.12.4:
This is a little bugfix release that improves printout of metadata (ID3) in UTF-8 terminals, fixing one of those distro bug reports that I am getting aware of late... Get it from the usual places.
Version 1.12.3:
The newest release fixes bug 3022850, a long-standing bug that managed to break http streaming with ICY metadata in a non-obvious manner. It's a little change with big impact... for those who listen to web radio, that is.
Version 1.12.2:
The fresh maintenance release mainly fixes bug 2996045, invalid memory access prompted by addresses in the upper half of the address space. I introduced that one with a bad alignment algorithm, sorry.
Along with this go several other fixes/improvements:
* Various build and portability fixes (including making some exotic configure switches work (again)).
* Add dump_seekindex example
* Sync mpg123_clr (.NET wrapper) to 1.12 feature set, patch provided by Malcolm Boczek -- and actually include it in release tarball!
* Rework mpg123.h logic for large file stuff a bit, clients can control it by defining MPG123_NO_LARGENAME or MPG123_LARGESUFFIX.
* Include dumb wrappers to provide names suffixed with _64 on 64 bit machines and _32 on 32 bit machines, respectively, to help clients that insist on defining _FILE_OFFSET_BITS where it is not needed (or with a non-large value).
* Tuning of the internal buffer code for feeder mode to minimize its performance impact (works in 4K blocks now).
* Workaround for compiler bugs in Open64/PathScale/SunStudio (bug 3004396, suggestion by Doug Gilmore).
Note that Sun Studio is still a tricky fellow, at least when it comes to our preprocessed assembly (generic build works). Also, x86-Open64 recently produced another segfault in layer3.c on my box... GNU and intel compilers are what one can use as something stable.
* Make mpg123_getformat() return more error codes (like MPG123_NEED_MORE).
* Fix handle I/O for clients with small file offset (32 bit when libmpg123 has 64 bit).
* Fix 3DNow(Ext) standalone builds.
commit 7dbec1171386f182be77942ae43dc3684a96cfc4
Author: Mark Kretschmann <kretschmann@kde.org>
Date: Sat Oct 2 09:06:11 2010 +0200
Better workaround for wrong applet size on startup.
This version also works in the case that Amarok was hidden to
tray before starting, and it does not produce a jerking motion
when starting in fullscreen mode.
Thanks to Felix Geyer <debfx-pkg@fobos.de> for the idea.
It might worth to include this patch in Amarok packages.
Bump PKGREVISION.
VERSION 2.3.2
FEATURES:
CHANGES:
* Bumped libMTP dependency to version 1.0.0.
* Improved response of current track and albums applet on data updates.
* Use system date/time format for default name when saving user playlists.
BUGFIXES:
* Fixed incorrect size of the VideoClip applet. (BR 247097)
* Comments embedded in files that contained newlines or tabs could be
skipped entirely. (BR 223502)
* The equalizer dialog did not discard changes when clicking "Cancel".
Patch by Anton Gritsay <anton@angri.ru>. (BR 242730)
* The Last.fm service did not work without KWallet. (BR 235861)
* Show actual KDE version in the "About Amarok" dialog, instead of the
version used at compile time.
* Fixed a crash when trying to save a playlist to a file where the format
of the playlist was unknown. (BR 246168)
* Also use podcast channel image for downloaded episodes. (BR 229391)
* Collection directories that were symlinks could end up storing the wrong
absolute path, causing those files to be removed during incremental
scans.
* Fixed playlist tooltips not showing up, even when enabled in the playlist
layout (BR 249086)
* Fixed potential crashes related to Applet loading. (BR 246756)
* Fixed possible crash in Labels Applet when playing new track. (BR 248538)
* Fixed incorrect layout of applets on startup.
* Fixed Collection Browser not properly updating after a full rescan,
necessitating Amarok to be closed and reopened. Fixes various bugs.
(BR 172542)
* Fixed cover found dialog closing when download failed or is cancelled.
* Fixed failure when fetching cddb info for audio CDs in localized Amarok.
* Fixed expanding items in collection browser by double-click, in
double-click mode.
* Fixed crash when adding new folders repeatedly in podcast/saved playlist
browsers.
* Fixed context menu actions acting on wrong indices in the playlist
browser.
* Fixed incorrect text about "rpath" argument to collection scanner.
(BR 236076)
* Fixed emission of MPRIS StatusChange signal when switching into or out
of random mode.
VERSION 2.3.2-Beta 1
FEATURES:
* Podcasts can now be filtered on provider and grouped in folders. (BR 219519)
* Amarok 1.4 Database Importer: added support for importing labels.
Thanks to Matěj Laitl for the patch. (BR 218996)
* Shortcuts: Added "Replay current track" shortcut. (BR 217081)
* Edit filter dialog: added "added" and "last played" date filters.
* File browser: added forward and back buttons for accessing navigate history.
* Organize Dialog: added a way to save multiple file formats as presets. (BR 122672)
* Filtering: added default presets to the drop down menu of the collection
search widget.
* Filtering: track format can now be used as filter keyword in the
collection browser, e.g. "format:flac".
* Filtering: track file size can now be used as filter keyword in the
collection browser, e.g. "filesize:<12" for tracks under 12Mb;
"filesize:25" for tracks that are between 25 and 26Mb.
* Filtering: tracks that were added to the collection since/before a
certain time can now be filtered using, e.g. "added:<1w".
* Filtering: added ability to filter last played date in the collection
browser, e.g. "played:<3d".
CHANGES:
* Let scripts access bpm property of tracks (read-only). (BR 245257)
* Remote Meta+P global shortcut to avoid future problems with new
keyboard drivers in notebooks. (BR 235204)
* Fix size of Slim toolbar time labels. Thanks to Tijl Coosemans for the patch.
* Amarok 1.4 Database Importer: only import tracks that actually belong in the
collection. Thanks to Matěj Laitl for the patch. (BR 218999)
* Refresh the albums context applet when the collection is updated.
* Don't allow the last visible playlist source in User Playlists to be hidden.
* "Play Media" dialog now remembers the last used directory. (BR 231092)
* Organize Dialog: tweaked the layout to fit better on smaller resolutions (BR 238000)
* Filtering: added year suffix for date filters in the collection browser.
* Last.fm features that require user authentication are now disabled
by default.
* Ignore "DJ" prefix when sorting in collection browser. (BR 181955)
Patch by Richard Longland <rlongland@hotmail.com>.
BUGFIXES:
* Tweaked fuzzy numerical comparisons in the APG. (BR 242281)
* Finally don't truncate the "Label:" label in TagDialog. (BR 235957)
* Fix crash when right clicking on children of "No labels". NoLabel item is
now a Data item. (BR 243825)
* Fix regression in Dynamic Collections. For files that were scanned when
Dynamic Collections wasn't working, you will need to rescan them to get
them associated with the proper device.
* Fix crash on exit with newer KDE versions. Patch by Martin Blumenstingl and Felix
Geyer. (BR 245513)
* Fixed playlist bottom toolbar getting to tall when using "Text only"
button style. (BR 228390)
* Fixed Amarok layout saving when minized to tray. (BR 244583)
* Make "No other participants" in the events applet translatable.
Patch by Jan Janssen. (BR 235311)
* Fixed track number on DAAP shares. Patch by Silvio Frischknecht. (BR 235030)
* Fixed filtering by rating in the playlist. (BR 240293)
* The scripts categories are now translatable. (BR 240563)
* Fixed Amarok 1.4 Database Importer not importing statistics and lyrics of
tracks that are not yet in database. Thanks to Matěj Laitl for the patch.
(see comments on BR 218996)
* Fixed always playing first track when adding tracks to empty playlist with
random mode on. Patch by Anton Gritsay <anton@angri.ru> (BR 240452)
* Directories that were once part of the collection but not anymore may not
have been properly removed, leading to files outside the collection being
scanned. (BR 243532)
* Fixed "genre" and other playlist groupings not working. (BR 243344)
* Removed track progress effect on TrayIcon as it caused several problems
(also caused by a bogus implementation of the KSNI class)
(BR 233506, BR 240463, BR 231539, BR 232578, BR 232312).
* Fixed track name in main window title incorrectly changing when editing
tag info for another track. Thanks to Anton Gritsay <anton@angri.ru> for
the patch (BR 220521)
* Splitted desktop so mime types can be allocated in a better way
(BR 242292).
* Fixed some tracks not being scanned when they had corrupted MusicBrainz
IDs. Thanks to Matěj Laitl <matej@laitl.cz> for the patch. (BR 236227)
* Fixed crash when navigating using "Places" in the file browser. (BR 240338)
* Fixed error dialog popup if the stored directory is no longer accessible
when using the file browser. (BR 234286)
* Single clicking a file in the file browser now selects it instead of
appending to the playlist by default in single-click mode. (BR 233171)
* Fixed resizing and eliding issues with the file browser breadcrumbs.
(BR 231366 comment #5)
* Drop file icons in file browser breadcrumbs. (BR 231366)
* Fixed keyboard navigation in file browser. (BR 240668)
Patch thanks to Hannes Koller.
* Fixed dropping files to playlist from Konqueror. (BR 235722)
* Fixed keyboard shortcuts of actions from scripts lost after restart.
Thanks to Martin Blumenstingl <darklight.xdarklight@googlemail.com>.
(BR 223165)
* Fixed tracks not changing for "stop after this track" action. (BR 231209)
* Cleaned up some tooltips/what's this strings in the Organize dialog
to make it easier to read and, hopefully, understand. (BR 237857)
* Fixed organize dialog's handling of the year tag. If there is no year
then the %year token should be an empty string.(BR 237834)
* The "Ignore 'The'" option in the organize files dialog is now case
insensitive. (BR 237831)
* Fixed odd header name when showing "places" in the file browser.
(BR 238518)
* Filenames with dots (.) and other special RegEx characters will now be
parsed correctly when guessing tags from a filename. (BR 225743)
* Align track details dialog's labels to the right as per KDE4's HIG.
(BR 234555)
* The last.fm service will now only open the wallet on startup if the user
has enabled features that require authentication. (BR 230098)
* Correctly load the list of labels in tag dialog. (BR 238737)
Patch by Daniel Faust <hessijames@gmail.com>.
* Cover manager: fixed crash if closed shortly after opening. (BR 235796)
* Fixed Last.fm service browser not updating its view if it's open on
startup. (BR 231044)
* Fixed clicking on browser categories not honoring mouse settings. (BR 226533)
* Fixed usability issue with regards to context menu item order when right
clicking in the playlist widget. (BR 198650)
Version 0.3.2
Don't try to compile the COM stuff on MinGW
Fix being unable to catch exceptions from client libraries. This drove us crazy in Amarok!
Version 0.3.1
Fix compilation on Snow Leopard
Fix compilation with Qt 4.6
Suggest Homebrew as well as MacPorts
Fix nmake clean on Windows without stubbornly reverting valid work :P
add user.getRecentStations
undef the CASE macro after use
add RadioStation to global.h
Recognise UNIX other than Linux
It's Library/Caches not Cache
Put ScrobbleCache in global namespace until version 1.0
make ScrobbleCache public
DRY fingerprint.pro
fingerprint.pro now uses pkg-config on win
Quote directories in Makefile.rb as they may contain spaces
Merge branch Doug's master restoring Makefile* to .gitignore
Install properly on OS X
handle rm -f and rm -rf on windows too please
Put VERSION macros in global.h
dist.sh improvements
Dependency checking
Ruby 1.9 fix
Remove release history from README
Fix cleansrc
Use git-archive to create archives
================================
2010-03-08 01:18:09 -0500 v1_220
================================
Prepare for git based distribution toolchain.
Rearrange repository for git.
Create an OSX example program for Max Wassermann.
0.12 Sun May 30 08:45:03 GMT 2010
- don't use values > MAXINT. +2147483648 is not a valid unsigned
int32 (it's MAXINT+1). while we're at it, put all constants in
the XS in hex format for clarity. possibly fixes:
http://www.cpantesters.org/cpan/report/6945385
- fall back to pureperl when Inline::C is installed but not functional
as reported by Michel Lanne.
0.11 Fri Mar 12 04:12:44 GMT 2010
- fix two bugs triggered with inline on win32 - one related to assuming
C99 support and one related to lack of stdint.h or equivalent. tested
with strawberry perl, should work with msvc too. bug report here:
http://www.cpantesters.org/cpan/report/6920668
same smoker reports tests with 0.11 here:
http://www.cpantesters.org/cpan/report/6930825
0.10 Sun Feb 14 04:09:00 GMT 2010
- add COPYRIGHT information for debian folks
- include xt/
0.09 Thu Feb 11 14:58:37 GMT 2010
- Support 24 and 32 bit wav reading w/o Inline::C (from Wolfram humann)
( see https://rt.cpan.org/Public/Bug/Display.html?id=36452 )
- add a META.yml and some other easy kwalitee tweaks
- Audio::Wav::Read::_has_inline moved to Audio::Wav::_has_inline so
it can be queried before instantiating a reader (and later be used
internally for Audio::Wav::Write)
0.84 2010-08-27 19:10:00
- Added an optional audio_md5 info value, this is the MD5 checksum of the
first N audio bytes of the file. This is useful in determining if a file
is the same even when tags have been changed. See the documentation for details.
- Added audio_size info value to all formats.
- Added image offset values in AUDIO_SCAN_NO_ARTWORK mode for some formats, so
image data may be extracted directly from the file if needed. See the
documentation for specific details.
- AAC: Fixed samplerate values for AACplus files. The samplerate in the header
needs to be doubled to obtain the actual playback samplerate.
- ID3: Bug 16452, Don't add null strings as array entries for T* frames.
0.83 2010-06-10 14:15:00
- APE: Tag could be ignored when ID3v1 tag is present.
- Fixed error handling for invalid RVAD tags.
- Win32: Added binmode for all open files and filehandles.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
This release fixes a crash that was caused by invalid Lyrics tags
and a crash that occurred under certain circumstances on Windows
when opening the "Folder filter" dialog.
Overview of changes in libgpod 0.7.2
====================================
* Performance work (thanks a lot to Javier Kohen for his patches)
* Add itdb_device_supports_podcast and itdb_device_supports_chapter_image
methods
* Fix static iPod Classic/Nano 3G artwork formats
* Change installation directory for the HAL callout in the hope that it
will work out of the box on more systems
* BSD portability fixes (courtesy of Andrew Nosenko)
* Write MHLA (list of albums) headers to iTunesDB
* Small improvements for iPhone support though iPhone 3G are still
unsupported because we can't checksum the iPhone iTunesDB.
patch-ah (new):
Fix wrong placed #else clause against #if defined(__linux__) in cpu-arm.c.
patch-ba:
Check NetBSD's native atomic_ops in configure even in arm case.
configure checks $host_cpu first, not $host_os on checks for
native atomic operations.
(In upstream it seems fixed to see $host_os first but
it might still have problem around NetBSD version checks)
* Several fixes incl. multi-core MS-Windows threading problem.
* New MS-Windows native audio driver.
* New Grandstream ringtone file format.
* New support in libSoX for memory based file IO.
* Now able to set MP3 compression parameters.