2006-05-01 |
chainsaw |
[svn] A GCC warning pointed out that the *bp++ statement did not actually do anything useful, quite certain that the author intended \(*bp\)++ or *bp += 1 here.
trunk
|
2006-05-01 |
chainsaw |
[svn] Add wmclass information to the playlist and equalizer. Patch by cha0smaster, closes bug #481.
trunk
|
2006-05-01 |
chainsaw |
[svn] Support for saving the playback state, and resuming playback after restart. Patch by cha0smaster, closes bug #479.
trunk
|
2006-05-01 |
chainsaw |
[svn] Properly nullify the tag pointer or we could be passing a stale one.
trunk
|
2006-05-01 |
chainsaw |
[svn] Stop assuming that a char is signed by default. Stop trying to store negative values in an unsigned char. Remove some fragments of the Windows build system that were still present.
trunk
|
2006-05-01 |
chainsaw |
[svn] Reduce amount of emitted GCC 4.1 warnings to 6. For that boring rainy afternoon, remove the two -Wno statements in CFLAGS (configure.ac) and you will see the actual amount.
trunk
|
2006-05-01 |
chainsaw |
[svn] Taglib length determination veto by nenolod, reverting. Leaving fileinfo optimizations in place, though.
trunk
|
2006-05-01 |
chainsaw |
[svn] Use taglib for length determination. Simpler code, might also deal better with some VBR MP3s if they have length info in their tags.
trunk
|
2006-05-01 |
chainsaw |
[svn] Add a missing cast.
trunk
|
2006-04-30 |
chainsaw |
[svn] Declare variables in a different order, as GCC feels that the current order was wrong.
trunk
|
2006-04-30 |
chainsaw |
[svn] Use correct format string; gsize != long unsigned int.
trunk
|
2006-04-30 |
chainsaw |
[svn] Updated dutch translation. 1043 translated messages, no more fuzzy (read: wrong) or untranslated messages.
trunk
|
2006-04-30 |
nenolod |
[svn] - Denote Gustavo D. Vranjes as current Spanish translator
trunk
|
2006-04-29 |
nemo |
[svn] Not a CVS repo
trunk
|
2006-04-29 |
nemo |
[svn] Not a CVS repo
trunk
|
2006-04-29 |
nenolod |
[svn] Per Laszlo Dvornik:
trunk
|
2006-04-29 |
nhjm449 |
[svn] - jumptofile and queue support fun
trunk
|
2006-04-29 |
nhjm449 |
[svn] - Fun fileinfo fixes
trunk
|
2006-04-29 |
nhjm449 |
[svn] - Let's not leave mp4 files open after reading their tags :P
trunk
|
2006-04-28 |
chainsaw |
[svn] Correct includes, should not have taglib/ in there.
trunk
|
2006-04-27 |
nhjm449 |
[svn] - Another CDDB fix! :/
trunk
|
2006-04-27 |
nenolod |
[svn] - contrast improvements
trunk
|
2006-04-27 |
nenolod |
[svn] - IPv6 support
trunk
|
2006-04-27 |
nhjm449 |
[svn] - Revert: Okay, I'm a fool. There was a reason they weren't included.
trunk
|
2006-04-27 |
nhjm449 |
[svn] - Let's not forget the year and track number!
trunk
|
2006-04-27 |
nhjm449 |
[svn] - Correctly display >1000 kbps bitrates when using modern skins
trunk
|
2006-04-27 |
nenolod |
[svn] Remove nonexistant tags from TitleInput.
trunk
|
2006-04-27 |
nenolod |
[svn] - compile objectives before installing them (oops)
trunk
|
2006-04-26 |
nenolod |
[svn] - don't use dct9 in integer mode
trunk
|
2006-04-26 |
nenolod |
[svn] - remove #define mpgdec_real
trunk
|
2006-04-26 |
nenolod |
[svn] - integer-mode decoding accuracy improvements
trunk
|
2006-04-25 |
nenolod |
[svn] - fix FD leak (pointed out by: Mikachu)
trunk
|
2006-04-24 |
nemo |
[svn]
trunk
|
2006-04-24 |
nemo |
[svn] Force dependance on taglib now used by mpg123 and musepack.
trunk
|
2006-04-24 |
nenolod |
[svn] - display filename if no tag is available
trunk
|
2006-04-24 |
nenolod |
[svn] - remove unused file
trunk
|
2006-04-24 |
nemo |
[svn] Quick n dirty unicode hack pending taglib-1.5.
trunk
|
2006-04-24 |
nenolod |
[svn] - GLib 2.6 compatibility wrapper, per bug #469
trunk
|
2006-04-24 |
nhjm449 |
[svn] - Let's not let the user press the skin refresh button while already refreshing ;)
trunk
|
2006-04-24 |
nhjm449 |
[svn] - Reposition the 9
trunk
|
2006-04-24 |
nenolod |
[svn] - sync configure.ac with stable
trunk
|
2006-04-24 |
nenolod |
[svn] - fix crashing with taglib
trunk
|
2006-04-24 |
nhjm449 |
[svn] - Assorted playlist fixes ;)
trunk
|
2006-04-23 |
chainsaw |
[svn] First attempt at introducing taglib here. Very rough, needs polishing. Please wear protective goggles before opening the file dialog. It *will* explode.
trunk
|
2006-04-23 |
chainsaw |
[svn] Small update to the german translation (by a friend of Michael Hanselmann).
trunk
|
2006-04-23 |
chainsaw |
[svn] Updated german translation by Michael Hanselmann (Gentoo).
trunk
|
2006-04-23 |
nhjm449 |
[svn] - fix signal handler error
trunk
|
2006-04-22 |
nhjm449 |
[svn] - CDDB query fix
trunk
|
2006-04-20 |
chainsaw |
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
trunk
|
2006-04-20 |
giacomo |
[svn] fixed incorrect range conversion in volume functions
trunk
|
2006-04-18 |
nemo |
[svn] Moral, always compile before checking in.
trunk
|
2006-04-18 |
nemo |
[svn] Bug #463 - Adding a little noise to the log to help in debugging.
trunk
|
2006-04-17 |
nemo |
[svn] Experiment with catching invalid utf-8 so the dialog sees it,
trunk
|
2006-04-17 |
nenolod |
[svn] - don't run ldconfig when DESTDIR is not /. Closes bug #464.
trunk
|
2006-04-17 |
nhjm449 |
[svn] - Forgot a few things regarding titlestrings!
trunk
|
2006-04-17 |
nhjm449 |
[svn] - Tiny fix
trunk
|
2006-04-16 |
chainsaw |
[svn] Convert \ path separators to /. Support was already present, but was not enabled before. Closes bug #461.
trunk
|
2006-04-16 |
nhjm449 |
[svn] - New default titlestring
trunk
|
2006-04-16 |
chainsaw |
[svn] Use default settings when no valid config exists.
trunk
|
2006-04-16 |
giacomo |
[svn] rewritten audiocompress aboutbox
trunk
|
2006-04-16 |
giacomo |
[svn] removed empty tab from audiocompress configuration window
trunk
|
2006-04-16 |
giacomo |
[svn] prevent audiocompress from fulfilling its suicidal tendencies
trunk
|
2006-04-15 |
giacomo |
[svn] fixed locale problem in sid about box
trunk
|
2006-04-15 |
chainsaw |
[svn] Port AudioCompress (AGC) effect plugin from XMMS, as requested by Junics on SorceryNet.
trunk
|
2006-04-15 |
nhjm449 |
[svn] - oops, minor fix
trunk
|
2006-04-14 |
nenolod |
[svn] - more debugging
trunk
|
2006-04-14 |
nenolod |
[svn] - remove debugging printfs
trunk
|
2006-04-14 |
nenolod |
[svn] - remove declarations that we don't need to have
trunk
|
2006-04-14 |
nenolod |
[svn] - new decode loop from updated BMP-MP4 plugin
trunk
|
2006-04-14 |
nemo |
[svn] Moved the free, based on Joker's report of string corruptions.
trunk
|
2006-04-14 |
nemo |
[svn] For Joker, adds some padding around the buttons
trunk
|
2006-04-13 |
nenolod |
[svn] - experimental produce-audio changes via shd of the UADE team
trunk
|
2006-04-13 |
nenolod |
[svn] - fix FD leak
trunk
|
2006-04-12 |
chainsaw |
[svn] Look, you missed a spot.
trunk
|
2006-04-12 |
chainsaw |
[svn] Conversion of file operations to VFS. Needs stress testing, especially on Gnome-VFS.
trunk
|
2006-04-12 |
nenolod |
[svn] - konqueror hack was breaking standards here, fix a crash
trunk
|
2006-04-11 |
chainsaw |
[svn] Allow to disable grabbing Amiga MOD files so a diferent plugin such as UADE gets a chance. Adds a few extra magic strings for Amiga files. Amiga MOD grabbing defaults to on for that Just Works(TM) feeling.
trunk
|
2006-04-11 |
nhjm449 |
[svn] - Fix playlist_set_position when paused
trunk
|
2006-04-10 |
nhjm449 |
[svn] - Skin update!
trunk
|
2006-04-09 |
chainsaw |
[svn] Updated german translation by Tarsonis, closes bug #459.
trunk
|
2006-04-09 |
chainsaw |
[svn] Extra_stereo effect plugin ported by deitarion. Some last pointer-related touchups by nemo & me.
trunk
|
2006-04-06 |
nenolod |
[svn] - fading fix
trunk
|
2006-04-05 |
nenolod |
[svn] - remove debugging notices
trunk
|
2006-04-05 |
nenolod |
[svn] - more progress
trunk
|
2006-04-05 |
nenolod |
[svn] - more work here
trunk
|
2006-04-05 |
nenolod |
[svn] - input proposed shorten input plugin for hacking
trunk
|
2006-04-03 |
giacomo |
[svn] objects in Plugins/Input/sexypsf/spu/ should be deleted too on make clean requests
trunk
|
2006-04-03 |
giacomo |
[svn] object files in Plugins/General/scrobbler/tags/ should be deleted too on clean requests
trunk
|
2006-04-03 |
giacomo |
[svn] binaries (audacious,audacious-arts-helper) should be deleted on clean requests
trunk
|
2006-04-03 |
chainsaw |
[svn] Use a single 8-byte read instead of two 4-byte ones. The common path would nearly always result in two reads, so this should be faster.
trunk
|
2006-04-02 |
chainsaw |
[svn] Detection of modules by magic bytes instead of by extension. Please let me know of false positives, if any. I would appreciate examples for any of the extensions still listed in the fallback that are not archives.
trunk
|
2006-03-31 |
chainsaw |
[svn] Linking fix for --as-needed LDFLAG, thanks to Diego "Flameeyes" Petteno.
trunk
|
2006-03-31 |
chainsaw |
[svn] Report mode from mpg123. Patch by spike, closes bug #457.
trunk
|
2006-03-31 |
chainsaw |
[svn] Build fixes for --as-needed LDFLAG, provided by lav. Closes bug #454.
trunk
|
2006-03-31 |
nhjm449 |
[svn] - this should be it for now
trunk
|
2006-03-31 |
nhjm449 |
[svn] - more output-stopping fun!
trunk
|
2006-03-31 |
nhjm449 |
[svn] - stop the psuedo output plugin when using 'no playlist advance' or 'stop after current song'
trunk
|
2006-03-30 |
giacomo |
[svn] prevent jack o.p. aboutbox from spawning multiple times
trunk
|
2006-03-30 |
giacomo |
[svn] prevent tonegen aboutbox from spawning multiple times
trunk
|
2006-03-30 |
giacomo |
[svn] prevent timidity aboutbox from spawning multiple times
trunk
|
2006-03-30 |
giacomo |
[svn] prevent libconsole aboutbox from spawning multiple times
trunk
|
2006-03-30 |
nhjm449 |
[svn] - Forgot something
trunk
|
2006-03-30 |
nhjm449 |
[svn] - 'stop after current song' feature
trunk
|
2006-03-30 |
nhjm449 |
[svn] - icons woohoo
trunk
|
2006-03-30 |
nhjm449 |
[svn] - correct icon
trunk
|
2006-03-30 |
nhjm449 |
[svn] - should fix the ability to change songs while paused
trunk
|
2006-03-29 |
nemo |
[svn] If the pref is still going to appear, suppose one should allow it to do something.
trunk
|
2006-03-29 |
nemo |
[svn] Make refreshing optional, default to disabled if Gnome VFS available.
trunk
|
2006-03-29 |
nhjm449 |
[svn] - whoever made the song queue number a fixed distance from the edge of the playlist was insane
trunk
|
2006-03-28 |
nhjm449 |
[svn] * No Playlist Advance context menu checkmark fix (bug #456)
trunk
|
2006-03-27 |
nenolod |
[svn] Gapless support. This comes with a few caveats, that I will mention here:
trunk
|
2006-03-27 |
nenolod |
[svn] - Unbreak headless support. This probably needs to be backported to 0.2.4.
trunk
|
2006-03-26 |
nenolod |
[svn] - nhjm is now on core so lets make a note of that in the credits
trunk
|
2006-03-26 |
nhjm449 |
[svn] * Skin thumbnails are refreshable!
trunk
|
2006-03-26 |
nenolod |
[svn] - add missing skin hints data
trunk
|
2006-03-26 |
nenolod |
[svn] - version bump
trunk
|
2006-03-26 |
nenolod |
[svn] - modern skin for 0.3
trunk
|
2006-03-26 |
nenolod |
[svn] - disable the scrobbler plugin if curl isn't there (for real)
trunk
|
2006-03-26 |
nenolod |
[svn] - version bump
trunk
|
2006-03-26 |
nenolod |
[svn] - Update NEWS
trunk
|