2006-03-18 |
giacomo |
[svn] changed adplug plugin name
trunk
|
2006-03-18 |
nenolod |
[svn] - we don't really need to free here, messes up on ID3v2 a *lot*
trunk
|
2006-03-18 |
giacomo |
[svn] do not try to autogenerate pixmaps.h; removed build.list and moved some icons in the images dir
trunk
|
2006-03-18 |
giacomo |
[svn] added many new icons for the playlist menus (some drawn from scratch and others derived from the gtk stock ones)
trunk
|
2006-03-18 |
chainsaw |
[svn] Report sample rate properly. Rate is just the number of channels, but that is better then 0, right?
trunk
|
2006-03-18 |
chainsaw |
[svn] Sync header file for rix player as well.
trunk
|
2006-03-18 |
chainsaw |
[svn] Sync core with upstream. Also, rename plugin from AdPlug to AdLib synthesizer, by request of Giacomo.
trunk
|
2006-03-18 |
chainsaw |
[svn] Use magic bytes to identify AAC and MP4 as the decoder insists on reading the entire file before making a decision. This can be upsetting to users of large playlists, so reduce that to two 4-byte reads. Extension checking still needed for files that have been butchered by bad taggers, sorry.
trunk
|
2006-03-18 |
giacomo |
[svn] started to add more icons for the playlist menu entries; others are going to be drawn and added
trunk
|
2006-03-18 |
giacomo |
[svn] added a 'remove duplicates' option to the playlist removal menu
trunk
|
2006-03-18 |
nenolod |
[svn] - archive support
trunk
|
2006-03-18 |
nenolod |
[svn] - equalizer improvements
trunk
|
2006-03-18 |
nenolod |
[svn] - initial work on skin.hints support (the first step to modernizing our
trunk
|
2006-03-17 |
nenolod |
[svn] - reinit the visualizer for VIS_SCOPE too.
trunk
|
2006-03-14 |
chainsaw |
[svn] Only start the decoder for FLAC detection on HTTP. We can handle files much easier, with a metadata check. Faster, less resource intensive, and does not spuriously trigger for wave files.
trunk
|
2006-03-14 |
nenolod |
[svn] - revert pluginenum change (did no good)
trunk
|
2006-03-14 |
nenolod |
[svn] - improve the way the scrobbler plugin is compiled
trunk
|
2006-03-13 |
chainsaw |
[svn] Fix logic error that caused us to lock on to wav.
trunk
|
2006-03-13 |
chainsaw |
[svn] Be smarter about spotting MP4 files, only fall back on extension for AAC.
trunk
|
2006-03-13 |
nenolod |
[svn] - use extern here (grr)
trunk
|
2006-03-13 |
nenolod |
[svn] - if make fails, exit -1 recursively
trunk
|
2006-03-12 |
nenolod |
[svn] - improvements to the playlist list control, via nhjm
trunk
|
2006-03-12 |
chainsaw |
[svn] Okay, we need to pinch more playback code to avoid false positives.
trunk
|
2006-03-12 |
chainsaw |
[svn] Ask the decoder whether this is a WMA file, instead of depending on file magic.
trunk
|
2006-03-12 |
chainsaw |
[svn] Ask the decoder whether this is a FLAC file, instead of depending on file magic.
trunk
|
2006-03-12 |
nenolod |
[svn] that should have been strcasecmp
trunk
|
2006-03-12 |
nenolod |
[svn] - do not include ${DESTDIR} in the symlink target. reported by mokoshi.
trunk
|
2006-03-12 |
nenolod |
[svn] - only show the SVN revision if we know what it is
trunk
|
2006-03-12 |
nenolod |
[svn] - safety checks
trunk
|
2006-03-12 |
nenolod |
[svn] - fix disk_writer build
trunk
|
2006-03-12 |
giacomo |
[svn] revert erroneous change in objective.mk
trunk
|
2006-03-12 |
giacomo |
[svn] prefs window: added user@host info in the version label
trunk
|
2006-03-12 |
giacomo |
[svn] fixed quoting on arts.m4
trunk
|
2006-03-12 |
giacomo |
[svn] display audacious version and revision in the prefs window
trunk
|
2006-03-11 |
giacomo |
[svn] new icons for the preferences window
trunk
|
2006-03-11 |
giacomo |
[svn] made the preferences window smaller
trunk
|
2006-03-10 |
nenolod |
[svn] - Fix a ton and a half of memory leaks, via the wonderful Leonardo Boshell <leonardop -at- gentoo.org>.
trunk
|
2006-03-10 |
nenolod |
[svn] - add voice_removal plugin. Ported by: Thomas Cort <linuxgeek -at- gmail.com>, tcort @ #audacious.
trunk
|
2006-03-10 |
nenolod |
[svn] - implement vfs_feof() and vfs_ftell() and update the scrobbler plugin to reflect that,
trunk
|
2006-03-09 |
giacomo |
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
trunk
|
2006-03-08 |
nenolod |
[svn] - fix typo
trunk
|
2006-03-08 |
nenolod |
[svn] - fix a FD leak here
trunk
|
2006-03-08 |
nenolod |
[svn] - add psuedo_output_plugin, a psuedo output plugin that will be used for reverse compatibility with old plugins.
trunk
|
2006-03-08 |
nenolod |
[svn] - add get_written_time(), get_output_time().
trunk
|
2006-03-07 |
giacomo |
[svn] update amidi-plug towards 0.2; bug fixes and a new option (midi length pre-calculation)
trunk
|
2006-03-05 |
nenolod |
[svn] - add nemo to credits
trunk
|
2006-03-05 |
nemo |
[svn] Don't override input LD_FLAGS - needed to enable profiling.
trunk
|
2006-03-05 |
nemo |
[svn] Bug #423 - Add retrieval of first entry in case of multiple matches. Good enough to remove the FIXME?
trunk
|
2006-03-04 |
nenolod |
[svn] - use OBJECTIVE_DATA instead of a kludge in the posthook here
trunk
|
2006-03-04 |
nenolod |
[svn] documentation updates for 0.2.2
trunk
|
2006-03-04 |
nenolod |
[svn] - add corrected version of Aerdan's jump to file patch
trunk
|
2006-03-04 |
nenolod |
[svn] - blah, #if 0 out these g_free's until we get to 0.2.3
trunk
|
2006-03-04 |
nenolod |
[svn] - clean this up a bit
trunk
|
2006-03-04 |
nenolod |
[svn] err, actually, nevermind
trunk
|
2006-03-04 |
nenolod |
[svn] - we shouldn't pass queuepos to gtk_widget_create_pango_layout(), the only thing we will do is confuse it
trunk
|
2006-03-04 |
nenolod |
[svn] - 0.2.2
trunk
|
2006-03-04 |
nenolod |
[svn] - leak fix
trunk
|
2006-03-04 |
nenolod |
[svn] - fix a memory leak here
trunk
|
2006-03-04 |
nenolod |
[svn] - finish up here
trunk
|
2006-03-04 |
nenolod |
[svn] - more sanity checking
trunk
|
2006-03-04 |
nenolod |
[svn] - iteration pacing against id3_read_frame() since we cannot trust all tags to behave properly.
trunk
|
2006-03-04 |
nenolod |
[svn] - experimental ID32.2 fix
trunk
|
2006-03-03 |
nenolod |
[svn] - more fixes, sizeof *frame !($&($&(@!#$@#*&@!$# whoever wrote this code is an idiot
trunk
|
2006-03-03 |
nenolod |
[svn] - leak fix, take 1
trunk
|
2006-03-03 |
nenolod |
[svn] - some compilers couldn't figure the original call out, so put a struct infront of it
trunk
|
2006-03-02 |
nenolod |
[svn] - oh shit, i just found the error, we were calling malloc(0)!
trunk
|
2006-03-02 |
nenolod |
[svn] - use /sbin/ldconfig here instead of just ldconfig.
trunk
|
2006-03-02 |
nenolod |
[svn] untag a critical fixme as it was actually deadchip smoking some craq
trunk
|
2006-03-02 |
nenolod |
[svn] Add error reporting for many places, patch by external contributor Derek
trunk
|
2006-03-02 |
nenolod |
[svn] - do not operate on a non-existant fd
trunk
|
2006-03-01 |
nenolod |
[svn] - found it
trunk
|
2006-03-01 |
nenolod |
[svn] lalala
trunk
|
2006-03-01 |
nenolod |
[svn] - do not use type/magic detection here
trunk
|
2006-03-01 |
nenolod |
[svn] - fix a typo here
trunk
|
2006-03-01 |
nenolod |
[svn] - reinstate cyc-based checks intelligently
trunk
|
2006-03-01 |
nenolod |
[svn] - blah
trunk
|
2006-03-01 |
nenolod |
[svn] - remove cyc based breaking
trunk
|
2006-03-01 |
nenolod |
[svn] adjust our tolerance a bit
trunk
|
2006-03-01 |
nenolod |
[svn] ten iterations?
trunk
|
2006-03-01 |
nenolod |
[svn] blah!
trunk
|
2006-03-01 |
nenolod |
[svn] - enable debug notice
trunk
|
2006-03-01 |
nenolod |
[svn] hmm
trunk
|
2006-03-01 |
nenolod |
[svn] - typo
trunk
|
2006-03-01 |
nenolod |
[svn] - should be safe to revert now
trunk
|
2006-03-01 |
nenolod |
[svn] - more sanity checks
trunk
|
2006-03-01 |
nenolod |
[svn] - sanity checks for mpg123_decode_header
trunk
|
2006-03-01 |
nenolod |
[svn] - lets not use mpg123_detect_by_content
trunk
|
2006-03-01 |
nenolod |
[svn] - try to avoid a buffer overflow when detecting an MPEG stream
trunk
|
2006-02-28 |
nenolod |
[svn] - sanity checks here
trunk
|
2006-02-28 |
giacomo |
[svn] removed explicit calls to libtool from sidplay.m4, since libtool is not here anymore
trunk
|
2006-02-28 |
nenolod |
[svn] - generate makefile for BSD/Sun plugin.
trunk
|
2006-02-28 |
nenolod |
[svn] - Initial port of the bsd/sun audio output plugin from XMMS. Needs testing.
trunk
|
2006-02-28 |
nenolod |
[svn] kludge
trunk
|
2006-02-28 |
nenolod |
[svn] put AM_INIT_AUTOMAKE back
trunk
|
2006-02-28 |
nenolod |
[svn] build intl first
trunk
|
2006-02-28 |
nenolod |
[svn] add kludge for xorg on pkgsrc
trunk
|
2006-02-28 |
nenolod |
[svn] update languages
trunk
|
2006-02-28 |
nenolod |
[svn] blah
trunk
|
2006-02-28 |
nenolod |
[svn] more progress
trunk
|
2006-02-28 |
nenolod |
[svn] more stuff
trunk
|
2006-02-28 |
nenolod |
[svn] more fixing
trunk
|
2006-02-28 |
nenolod |
[svn] use PACKAGE_NAME instead of PACKAGE for autoconf compatibility
trunk
|
2006-02-28 |
nenolod |
[svn] another kludge for pkgsrc, C++ edition
trunk
|
2006-02-28 |
nenolod |
[svn] kludge for pkgsrc machines
trunk
|
2006-02-28 |
nenolod |
[svn] - remove autopoint
trunk
|
2006-02-28 |
nenolod |
[svn] - remove need for autopoint
trunk
|
2006-02-28 |
nenolod |
[svn] - remove LIBTOOL
trunk
|
2006-02-28 |
nenolod |
[svn] - add config.guess, config.sub.
trunk
|
2006-02-28 |
nenolod |
[svn] - wtf is this? well it's leaving at any rate.
trunk
|
2006-02-28 |
nenolod |
[svn] - remove libtoolize
trunk
|
2006-02-28 |
nenolod |
[svn] documentation updates
trunk
|
2006-02-28 |
nenolod |
[svn] - fix underwater effects, patch via Spyke @ #audacious
trunk
|