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
|
2007-02-19 |
yaz |
[svn] - calculate vbr bitrate properly.
trunk
|
2007-02-19 |
gw666 |
[svn] fix flac detection, now flac >= 1.1.4 is supported as well
trunk
|
2007-02-18 |
nazca |
[svn] - Tweak to check we found a file extension before using it to prevent segfault
trunk
|
2007-02-18 |
nenolod |
[svn] - don't crash on startup by passing NULL to opendir(2)
trunk
|
2007-02-18 |
yaz |
[svn] - remove .depend
trunk
|
2007-02-18 |
yaz |
[svn] - add lame encoder plugin. not yet hooked up.
trunk
|
2007-02-18 |
nenolod |
[svn] - make use of playlist->eof effectively.
trunk
|
2007-02-18 |
nenolod |
[svn] - some further adjustments
trunk
|
2007-02-18 |
nenolod |
[svn] Rewrote the entire plugin:
trunk
|
2007-02-18 |
nenolod |
[svn] - wav-sndfile engine: correctly compute the bitrate
trunk
|
2007-02-17 |
chainsaw |
[svn] Cast those pointers properly, and do not use deprecated GTK+ functions.
trunk
|
2007-02-17 |
nenolod |
[svn] - remove a bunch of audacious-core cruft
trunk
|
2007-02-17 |
nenolod |
[svn] - id3tag.h -> audacious/id3tag.h
trunk
|
2007-02-17 |
nenolod |
[svn] - id3tag.h -> audacious/id3tag.h
trunk
|
2007-02-17 |
nenolod |
[svn] - disable broken APETag support for now, can cause crashes
trunk
|
2007-02-16 |
nenolod |
[svn] - disk writer: do effects processing.
trunk
|
2007-02-16 |
yaz |
[svn] - do not unescape streaming uri.
trunk
|
2007-02-16 |
nenolod |
[svn] - disable debugging in preparation for alpha5 release
trunk
|
2007-02-16 |
yaz |
[svn] - fix double free bug in vorbis fileinfo.
trunk
|
2007-02-15 |
mf0102 |
[svn] - adapted to new INI routines
trunk
|
2007-02-15 |
giacomo |
[svn] - madplug: check that text is not null before using g_strtod
trunk
|
2007-02-15 |
yaz |
[svn] - import xmlPathToURI() from libxml2-2.6.27 as audPathToURI(). this function is newly introduced at 2.6.27.
trunk
|
2007-02-15 |
yaz |
[svn] - strings in audmad_config should be freed before update. thus constant initializer has been replaced with g_strdup().
trunk
|
2007-02-14 |
nenolod |
[svn] - make sure audmad_config.id3_format is not NULL. closes #795.
trunk
|
2007-02-14 |
dai |
[svn] * Update Japanese translation.
trunk
|