2007-04-04 |
giacomo |
[svn] - aosd: small changes
trunk
|
2007-04-04 |
nenolod |
[svn] - patches from upstream TTA author. see http://boards.nenolod.net/viewtopic.php?t=375
trunk
|
2007-04-04 |
giacomo |
[svn] - aosd: added support to detect whether a composite manager is running (either standard with _NET_WM_CM_Sn or xcompmgr)
trunk
|
2007-04-02 |
giacomo |
[svn] rootvis: do not call cleanup routines if the plugin was not initted
trunk
|
2007-04-02 |
giacomo |
[svn] - aosd: added function to detect if a composite manager is active for a certain screen; this is not used for now, cause the _NET_WM_CM_Sn hint is pretty new; it will certainly prove useful at some time
trunk
|
2007-04-02 |
giacomo |
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
trunk
|
2007-04-01 |
giacomo |
[svn] aosd: added some more error checking
trunk
|
2007-04-01 |
giacomo |
[svn] - aosd: beta4, ghosd source was rewritten to support argb visual (x composite extension) as an option, this allows to have real transparency in the OSD
trunk
|
2007-03-31 |
nenolod |
[svn] - for security reasons, do not try all of the players (only check extension)
trunk
|
2007-03-30 |
mf0102 |
[svn] - Added option to save output files to original file directory
trunk
|
2007-03-30 |
giacomo |
[svn] - flac: when bitrate update is disabled, always display VBR instead of a useless value
trunk
|
2007-03-29 |
chainsaw |
[svn] Fix MOD title read by not permanently byteswapping the stream in the PSM loader. Patch by Joseph Jezak <josejx@gentoo.org>.
trunk
|
2007-03-26 |
yaz |
[svn] - now do_setpos() takes relative position as the argument and works even if cuesheets are included in large playlist. may close #869.
trunk
|
2007-03-26 |
nenolod |
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
trunk
|
2007-03-25 |
giacomo |
[svn] - aosd: use XMapRaised in place of XMapWindow to ensure that the osd window is raised with some window managers
trunk
|
2007-03-25 |
yaz |
[svn] - non-utf string had been used for file name in window title of File Info window. patch by M.H.
trunk
|
2007-03-25 |
nenolod |
[svn] - fix validation of mpeg2 files, by ccr.
trunk
|
2007-03-24 |
yaz |
[svn] - small cleanups.
trunk
|
2007-03-24 |
yaz |
[svn] - now wma can handle wide characters in metadata.
trunk
|
2007-03-24 |
yaz |
[svn] maintenance of build system:
trunk
|
2007-03-23 |
giacomo |
[svn] - aosd: added an option to enable/disable utf8 text conversion done by the plugin
trunk
|
2007-03-23 |
yaz |
[svn] - initial support for writing relative path.
trunk
|
2007-03-23 |
yaz |
[svn] justify indentation by gnu indent. current state is a mixture of some styles and very hard to maintain. the code is exactly same to previous revision. this is preparation for upcoming commit so that to make taking diff easier.
trunk
|
2007-03-21 |
giacomo |
[svn] - aosd: use str_to_utf8 (I'll probably add an option to disable the utf8 conversion attempt as well)
trunk
|
2007-03-21 |
giacomo |
[svn] - aosd: fixed ugly memleak in ghosd sources
trunk
|
2007-03-21 |
giacomo |
[svn] alsa: small changes
trunk
|
2007-03-21 |
giacomo |
[svn] aosd: use g_locale_to_utf8 for osd strings (needs testing)
trunk
|
2007-03-21 |
giacomo |
[svn] - statusicon: use function/define names that do not collide with gtk >= 2.10 internals (paranoia)
trunk
|
2007-03-21 |
giacomo |
[svn] - alsa: handle errors on snd_pcm_wait (xrun, supend)
trunk
|
2007-03-21 |
yaz |
[svn] improve support for static playlist:
trunk
|
2007-03-21 |
giacomo |
[svn] - aosd: use a single ghosd object for all of the osd showups; this will be a lot gentler to XLib and should definitely help with stability
trunk
|
2007-03-20 |
mf0102 |
[svn] - integrated SndStretch into build process
trunk
|
2007-03-20 |
mf0102 |
[svn] - Made port of XMMS plugin SndStretch
trunk
|
2007-03-19 |
yaz |
[svn] - suppress a warning.
trunk
|
2007-03-19 |
giacomo |
[svn] alsa output plugin: use snd_pcm_wait in place of raw polls to handle device readyness; this allows to use alsa plugins such as jackplug; requires testing
trunk
|
2007-03-19 |
chainsaw |
[svn] Goodbye ffmpeg, welcome back WMA.
trunk
|
2007-03-19 |
nenolod |
[svn] - kill bad .depend file
trunk
|
2007-03-18 |
giacomo |
[svn] statusicon: do not behave strangely (or crash) when the plugin is loaded/unloaded multiple times
trunk
|
2007-03-18 |
giacomo |
[svn] - aosd: beta3, fixes for handling X display open/close
trunk
|
2007-03-17 |
nenolod |
[svn] - clear up some configure bugs, pointed out by freebsd port patches
trunk
|
2007-03-17 |
nazca |
[svn] - These two lines probably shouldn't be in here as it is doubtful they do anything helpful
trunk
|
2007-03-17 |
nazca |
[svn] - Slight tweak ... smbc_init returns 0 on sucess, not fail
trunk
|
2007-03-17 |
nenolod |
[svn] - make this work, i think.
trunk
|
2007-03-17 |
nenolod |
[svn] - in C++, using __null/NULL is improper. 0 should be used instead.
trunk
|
2007-03-17 |
nenolod |
[svn] - guard some potentially improper double delete [] usage
trunk
|
2007-03-17 |
nenolod |
[svn] - fix double delete[] possibility.
trunk
|
2007-03-17 |
giacomo |
[svn] - last commit wasn't obviously related wit changes here; revert stuff that is still being tested
trunk
|
2007-03-17 |
giacomo |
[svn] - prevent skin list overlap when it's first populated and user quickly switchs to other tabs in the prefswin
trunk
|
2007-03-16 |
nenolod |
[svn] - add slovak translation. closes #854.
trunk
|
2007-03-16 |
giacomo |
[svn] - ffmpeg: prevent it from crashing when probing remote sources
trunk
|
2007-03-16 |
yaz |
[svn] - add mseek support to wav.c (without libsndfile version) too.
trunk
|
2007-03-16 |
yaz |
[svn] - add mseek support.
trunk
|
2007-03-15 |
yaz |
[svn] - refine watchdog thread.
trunk
|
2007-03-15 |
yaz |
[svn] - support "Repeat".
trunk
|
2007-03-15 |
yaz |
[svn] - make use of playlist_set_position() instead of playlist_prev/next(). now cuesheet directly jumps to the objective track.
trunk
|
2007-03-15 |
yaz |
[svn] - implement real buffer_free() and buffer_playing().
trunk
|
2007-03-14 |
giacomo |
[svn] statusicon: add missing files
trunk
|
2007-03-14 |
yaz |
[svn] - couldn't disable statusicon.
trunk
|
2007-03-14 |
giacomo |
[svn] statusicon: added a open-file item in the small right-click menu
trunk
|
2007-03-14 |
giacomo |
[svn] statusicon 0.3: alternative right-click menu with simple playback control commands
trunk
|
2007-03-14 |
yaz |
[svn] - add 1sec guard time after issue of playlist_prev/next.
trunk
|
2007-03-14 |
yaz |
[svn] - remove unnecessary sleep code so that out_lame can encode at full speed.
trunk
|
2007-03-14 |
yaz |
[svn] - add support for mseek.
trunk
|
2007-03-14 |
yaz |
[svn] - fix a silly typedef bug.
trunk
|
2007-03-14 |
nenolod |
[svn] - add missing file, utils.h
trunk
|
2007-03-13 |
yaz |
[svn] - make "stop after current song" work.
trunk
|
2007-03-13 |
nenolod |
[svn] - if (result >= 0) return the result of ftell, otherwise return -1.
trunk
|
2007-03-13 |
nazca |
[svn] - Adjust indenting cause the previous indenting was painful
trunk
|
2007-03-13 |
nazca |
[svn] - Prototype smb:// vfs transport. Needs testing.
trunk
|
2007-03-13 |
nenolod |
[svn] - seek is implemented as it should be, but appears to not work
trunk
|
2007-03-13 |
nenolod |
[svn] - this shouldn't be called "WMA Player"
trunk
|
2007-03-13 |
nenolod |
[svn] - remove some old wma leftovers
trunk
|
2007-03-13 |
nenolod |
[svn] - implement shorten support more correctly.
trunk
|
2007-03-13 |
nenolod |
[svn] - add a TODO for people wanting to play with this
trunk
|
2007-03-13 |
nenolod |
[svn] - remove ffwma
trunk
|
2007-03-13 |
nenolod |
[svn] - fix crash
trunk
|
2007-03-12 |
nenolod |
[svn] - shorten support
trunk
|
2007-03-12 |
nenolod |
[svn] - namespace changes
trunk
|
2007-03-12 |
nenolod |
[svn] - working WMA playback. thanks to chainsaw for providing a ton and a half of WMA files.
trunk
|
2007-03-12 |
nenolod |
[svn] - codec support here too.
trunk
|
2007-03-12 |
nenolod |
[svn] - base wma support
trunk
|
2007-03-12 |
nenolod |
[svn] - works
trunk
|
2007-03-12 |
nenolod |
[svn] - remove more video codecs.
trunk
|
2007-03-12 |
nenolod |
[svn] - more symbol cleanups.
trunk
|
2007-03-12 |
nenolod |
[svn] - more video demuxing removed
trunk
|
2007-03-12 |
nenolod |
[svn] - more stuff to kill
trunk
|
2007-03-12 |
nenolod |
[svn] - remove some more stuff
trunk
|
2007-03-12 |
nenolod |
[svn] - start removing demuxers for video and images
trunk
|
2007-03-12 |
nenolod |
[svn] - make this compile again
trunk
|
2007-03-12 |
nenolod |
[svn] - url_fsize support.
trunk
|
2007-03-12 |
nenolod |
[svn] - merge VFS support from wma plugin.
trunk
|
2007-03-12 |
nenolod |
[svn] - i don't want to hear about deprecation, thanks.
trunk
|
2007-03-12 |
nenolod |
[svn] - make a dumb makefile for libavcodec so that it can be a make clean target.
trunk
|
2007-03-12 |
nenolod |
[svn] - remove more video codecs
trunk
|
2007-03-12 |
nenolod |
[svn] - don't enforce stupid coding rules on us
trunk
|
2007-03-12 |
nenolod |
[svn] - remove some more stuff
trunk
|
2007-03-12 |
nenolod |
[svn] - make this compile again
trunk
|
2007-03-12 |
nenolod |
[svn] - remove more video stuff, remove vorbis
trunk
|
2007-03-12 |
nenolod |
[svn] - bork bork bork
trunk
|
2007-03-12 |
nenolod |
[svn] - make the whole thing compile. runtime linking is another story.
trunk
|
2007-03-12 |
nenolod |
[svn] - remove more video stuff
trunk
|
2007-03-12 |
nenolod |
[svn] - remove a lot of video codecs
trunk
|
2007-03-12 |
nenolod |
[svn] - remove h261/h263/h264 stuff
trunk
|
2007-03-12 |
nenolod |
[svn] - delete a lot of stuff
trunk
|
2007-03-12 |
yaz |
[svn] - make use of new millisecond seek API.
trunk
|
2007-03-12 |
nenolod |
[svn] - add ffmpeg
trunk
|
2007-03-12 |
yaz |
[svn] - make use of new millisecond seek API.
trunk
|
2007-03-12 |
nenolod |
[svn] - fork wma plugin
trunk
|
2007-03-12 |
yaz |
[svn] - should check data != NULL before clear data->playing.
trunk
|
2007-03-12 |
yaz |
[svn] - need to clear data->playing when stopped.
trunk
|
2007-03-12 |
yaz |
[svn] - performer and title of each track should be NULL after freed.
trunk
|
2007-03-12 |
yaz |
[svn] - add cleanup code.
trunk
|
2007-03-11 |
nenolod |
[svn] - implement stricter detection rules for MP3. patch by Matti Hamalainen (ccr).
trunk
|
2007-03-11 |
giacomo |
[svn] amidi-plug: changed VERSION to AMIDIPLUG_VERSION in fluidsynth backend; not that trivial, but this is how it's supposed to be
trunk
|
2007-03-10 |
yaz |
[svn] - convert filename into utf8 in debug messages.
trunk
|
2007-03-09 |
giacomo |
[svn] - amidi-plug: change version number to reflect the code differences between audacious version and stand-alone version
trunk
|
2007-03-08 |
giacomo |
[svn] - madplug: do not call set_info repeatedly in input_process_remote_metadata, only call it when the built title string actually differs from the previous one
trunk
|
2007-03-08 |
giacomo |
[svn] statusicon: improvements in title changes detection while the popup is being displayed
trunk
|
2007-03-08 |
giacomo |
[svn] - statusicon: re-display statusicon popup with updated information when song (or title) changes, closes bug #846
trunk
|
2007-03-07 |
yaz |
[svn] - same sanity check on rarely executed part.
trunk
|
2007-03-07 |
yaz |
[svn] - add sanity check for open audio parameters.
trunk
|
2007-03-07 |
yaz |
[svn] - I was noticed vfs_fread check still causes problem. disable for now.
trunk
|
2007-03-07 |
nenolod |
[svn] - only perform vfs fseek against info::infile if it is available.
trunk
|
2007-03-07 |
yaz |
[svn] - translate curl error number into corresponding error message. patch by Joker.
trunk
|
2007-03-07 |
yaz |
[svn] revising vfs_fread() check code.
trunk
|
2007-03-06 |
nenolod |
[svn] - revert r1664 as it breaks too much
trunk
|
2007-03-06 |
giacomo |
[svn] aosd: do not use str_to_utf8
trunk
|
2007-03-06 |
yaz |
[svn] - avoid crash when error message doesn't contain <TITLE>.
trunk
|
2007-03-06 |
nenolod |
[svn] - don't use a vfs buffered source for local files
trunk
|
2007-03-06 |
yaz |
[svn] - fix read_replaygain(). necessary fseek was missing in reuse fd code. closes #843.
trunk
|
2007-03-05 |
yaz |
[svn] - check the result of vfs_fread() strictly.
trunk
|
2007-03-05 |
nenolod |
[svn] - reject files which use Ogg container magic
trunk
|
2007-03-05 |
giacomo |
[svn] - aosd: remove no-longer-needed inclusion of pthread.h from aosd_osd.c
trunk
|
2007-03-05 |
giacomo |
[svn] - aosd: experimental single-threaded osd; now the osd works in the same thread of the player, thus issues related to cairo and pango hopefully should go away; further testing on different system is required
trunk
|
2007-03-04 |
nenolod |
[svn] - fix for missing ordinals, closes #830.
trunk
|
2007-03-04 |
yaz |
[svn] - hide seek bar for unseekable (info->size = 0) stream.
trunk
|
2007-03-04 |
yaz |
[svn] - ishttp() should check string is not NULL. closes #832.
trunk
|
2007-03-04 |
yaz |
[svn] - by unknown reason, http connection via proxy server needs a transfer stop after tag retrieving.
trunk
|
2007-03-03 |
yaz |
[svn] - with fixed curl, read id3 tag over network works now.
trunk
|
2007-03-03 |
yaz |
[svn] - fread() should return number of items.
trunk
|
2007-03-03 |
yaz |
[svn] - reduce connection latency to http stream.
trunk
|
2007-03-03 |
yaz |
[svn] - include strings.h
trunk
|
2007-03-02 |
nenolod |
[svn] - some UI improvements from ccr.
trunk
|
2007-03-02 |
nenolod |
[svn] - audacious-plugins 1.3.0 release.
trunk
|
2007-03-02 |
nenolod |
[svn] - disable debugging notices.
trunk
|
2007-03-02 |
yaz |
[svn] - remote metadata handling is moved into input_process_remote_metadata(). this function converts string into utf-8 if necessary (mainly for zina).
trunk
|
2007-03-02 |
yaz |
[svn] - try to use str_to_utf8() to fill up tuple. we discovered that indecent ogg stream sends non-utf8 metadata.
trunk
|
2007-03-02 |
giacomo |
[svn] - extra check with g_utf8_validate to avoid the osd crash when a non-utf8 string survives the str_to_utf8 conversion
trunk
|
2007-03-01 |
yaz |
[svn] - determine whether stream is seekable or not by checking duration. it is safe to use with proxy.
trunk
|
2007-03-01 |
nenolod |
[svn] - revert r1624 due to the fact that it breaks
trunk
|
2007-03-01 |
iabervon |
[svn] Add support for resuming lost connections.
trunk
|
2007-03-01 |
nenolod |
[svn] - enable seeking on HTTP streams.
trunk
|
2007-03-01 |
nenolod |
[svn] - support id3 reading of static files
trunk
|
2007-03-01 |
nenolod |
[svn] - add tuple building for ADTS/Shoutcast streams
trunk
|
2007-03-01 |
nenolod |
[svn] - when shifting the ringbuffer to left by one byte to regain alignment,
trunk
|
2007-03-01 |
nenolod |
[svn] - remove dead header, reported by joecool.
trunk
|
2007-03-01 |
yaz |
[svn] - hook up lame encoder plugin.
trunk
|
2007-03-01 |
nenolod |
[svn] - some missing headers
trunk
|
2007-03-01 |
nenolod |
[svn] - only do shoutcast stuff if info::size = 0. closes #601 again.
trunk
|
2007-03-01 |
nenolod |
[svn] - fix a ringbuffering error in curl which caused trouble with icecast2
trunk
|
2007-03-01 |
nenolod |
[svn] - set timeout value to 3 seconds
trunk
|
2007-02-28 |
nenolod |
[svn] - fix a stupid C++ error
trunk
|
2007-02-28 |
nenolod |
[svn] - only claim URLs that actually belong to us. Closes #783.
trunk
|
2007-02-28 |
nenolod |
[svn] - handle condition where track_name is not there, but stream_name is.
trunk
|
2007-02-28 |
nenolod |
[svn] - vtx input plugin based on a submission from Pavel Vymetalek.
trunk
|
2007-02-28 |
nenolod |
[svn] - using mad.pc makes us dependant on a nonstandard packaging of mad --
trunk
|
2007-02-28 |
nenolod |
[svn] - add czech translation file. Closes #818.
trunk
|
2007-02-28 |
giacomo |
[svn] - aosd: replaced other occurrencies of glib18n with audacious i18n
trunk
|
2007-02-28 |
giacomo |
[svn] - aosd: use audacious-plugins as PACKAGE for i18n
trunk
|
2007-02-27 |
giacomo |
[svn] - scrobbler: check that there are files in playlist at all, before looking up whether they are http sources or not
trunk
|
2007-02-27 |
nenolod |
[svn] - fix a crash reported by grufti.
trunk
|
2007-02-27 |
nenolod |
[svn] - fix icecast2, i think.
trunk
|
2007-02-27 |
nenolod |
[svn] - add metadata key "content-length", which allows for getting a content length.
trunk
|
2007-02-27 |
nenolod |
[svn] - some ringbuffering issues could cause crashing. a final review has
trunk
|
2007-02-27 |
nenolod |
[svn] - do not pass a buffered FD to the decoding thread, just use it for
trunk
|
2007-02-27 |
yaz |
[svn] - add read/write support for TLEN frame.
trunk
|
2007-02-27 |
nenolod |
[svn] - use vfs_buffered_file_new_from_uri for probing.
trunk
|
2007-02-27 |
nenolod |
[svn] - fix configure.ac lrintf check
trunk
|
2007-02-27 |
nenolod |
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
trunk
|
2007-02-27 |
nenolod |
[svn] - freebsd portability fixes from "The_Paya". Closes #814.
trunk
|
2007-02-26 |
kustodian |
[svn] fixed where srobbler dumps files.
trunk
|
2007-02-26 |
nenolod |
[svn] - path fixes
trunk
|
2007-02-26 |
nenolod |
[svn] - add a (hidden for now) configuration option, use_local_ip and local_ip
trunk
|
2007-02-26 |
yaz |
[svn] - now fileinfo dialog shows "Unknown" instead of "Blues" if genre name isn't specified.
trunk
|
2007-02-26 |
nenolod |
[svn] - properly report if madplug will not be built.
trunk
|
2007-02-25 |
nenolod |
[svn] - no vorbis? disallow flac too.
trunk
|
2007-02-25 |
yaz |
[svn] - ensure that info->remote is set if url begins with http:// so that metadata can be displayed.
trunk
|
2007-02-25 |
nenolod |
[svn] - depend on $(OGG_VORBIS_*) for debian's sake
trunk
|
2007-02-25 |
yaz |
[svn] - without this, libconsole.so doesn't compile.
trunk
|
2007-02-25 |
nenolod |
[svn] - libflac -> libaudflac to prevent collision in the sun studio linker
trunk
|
2007-02-25 |
nenolod |
[svn] - enforce $(PICFLAGS)
trunk
|
2007-02-25 |
js |
[svn] * Delete flac112
trunk
|
2007-02-24 |
js |
[svn] More VFS stuff.
trunk
|
2007-02-24 |
js |
[svn] * Link libogg and static libflac
trunk
|
2007-02-24 |
nenolod |
[svn] - always bail on http streams
trunk
|
2007-02-24 |
nenolod |
[svn] - remove leftovers
trunk
|
2007-02-24 |
nenolod |
[svn] - store proxy info
trunk
|
2007-02-24 |
js |
[svn] We don't need .pc.in files for FLAC...
trunk
|
2007-02-24 |
js |
[svn] Import flac. Please test.
trunk
|
2007-02-24 |
nenolod |
[svn] - fix proxy_use vs use_proxy. reported by joker on IRC.
trunk
|
2007-02-24 |
nenolod |
[svn] - reset position if we were passed a live FD.
trunk
|
2007-02-24 |
nenolod |
[svn] - rename parser.y to parser.yacc so braindead GNU make gets the picture
trunk
|
2007-02-24 |
nenolod |
[svn] - always close/unref the fd
trunk
|
2007-02-24 |
nenolod |
[svn] - C99 style enforcement
trunk
|
2007-02-24 |
nenolod |
[svn] - ensure that we only operate on a duplicated fd if our source is
trunk
|
2007-02-24 |
nenolod |
[svn] - close configdb handle
trunk
|
2007-02-24 |
nenolod |
[svn] - proxy support. somebody test this.
trunk
|
2007-02-24 |
nenolod |
[svn] - make use of the new id3_file_vfsopen() function.
trunk
|
2007-02-24 |
chainsaw |
[svn] Steal parser from paranormal and make sure all datestamps are the same so yacc does not run.
trunk
|
2007-02-24 |
nenolod |
[svn] - VFS probing support patch by Christian Birchinger (joker).
trunk
|
2007-02-24 |
nenolod |
[svn] - rework AdPlug to use VFS properly
trunk
|
2007-02-22 |
nenolod |
[svn] - remove %expect 37
trunk
|
2007-02-21 |
yaz |
[svn] - remove workaround.
trunk
|
2007-02-21 |
nenolod |
[svn] - fix a ringbuffering error. found by purify.
trunk
|
2007-02-21 |
yaz |
[svn] - TCON frame without string crashes mad_parse_genre().
trunk
|
2007-02-20 |
nemo |
[svn] Bug #806
trunk
|
2007-02-20 |
nenolod |
[svn] - temporarily cheat and disable certain codepaths for local files
trunk
|
2007-02-20 |
yaz |
[svn] - temporary workaround for ISO-8859-1 8bit character does not appear correctly.
trunk
|
2007-02-20 |
nenolod |
[svn] - no idea why we were using a dynamically allocated buffer for raw aac
trunk
|
2007-02-20 |
nenolod |
[svn] - handle a situation where buffer could be NULL (e.g. bail)
trunk
|
2007-02-20 |
nenolod |
[svn] - shoutcast title streaming. sucks, could probably be improved upon, but
trunk
|
2007-02-20 |
nenolod |
[svn] - fix another potential synchronization problem
trunk
|
2007-02-20 |
nenolod |
[svn] - oh yes, commit mplayer patches as well
trunk
|
2007-02-20 |
nenolod |
[svn] - ringbuffering underrun fixups -- found with purify
trunk
|
2007-02-20 |
nenolod |
[svn] - some additional cleanups
trunk
|
2007-02-20 |
nenolod |
[svn] - some ringbuffering fixes -- aac+ shouldn't crash now, but more
trunk
|
2007-02-20 |
js |
[svn] Revert r1456, this gives problems with some files with broken ID3-Tags.
trunk
|
2007-02-20 |
nenolod |
[svn] - remove some pointless bloat
trunk
|
2007-02-20 |
js |
[svn] Use g_convert instead of str_to_utf8. This fixes ID3-Tags with ISO8859-1 encoded umlauts.
trunk
|
2007-02-20 |
nenolod |
[svn] - aacplus shoutcast support. prepare for segfaults.
trunk
|
2007-02-20 |
nenolod |
[svn] - sbr decoding is not fixed point
trunk
|
2007-02-20 |
nenolod |
[svn] - i really hate this plugin
trunk
|
2007-02-20 |
nenolod |
[svn] - synchronise with FAAD 2.5
trunk
|
2007-02-20 |
nenolod |
[svn] - satisfy Nero AG attribution requirement for FAAD 2.5 code import
trunk
|
2007-02-20 |
nenolod |
[svn] - remove a bunch of pointless code. we don't do ID3 for raw AAC files at this time.
trunk
|
2007-02-20 |
nenolod |
[svn] - allow static AAC files to play. working on AACplus, but this brings us closer.
trunk
|
2007-02-20 |
nenolod |
[svn] - fix missing names in the ChangeLog.
trunk
|
2007-02-20 |
yaz |
[svn] - show dynamic bitrate for vbr is off by default. now it is configurable from preferences.
trunk
|
2007-02-20 |
yaz |
[svn] - if genre name is generated from number, it may exceed allocated memory block.
trunk
|
2007-02-20 |
yaz |
[svn] madplug bug fix:
trunk
|