summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | fixed streaming ogg and aac filetypeGravatar waker2011-05-07
| |
* | converter presetsGravatar waker2011-05-07
| |
* | fixed crash in statusicon activate handler with gtk<2.14Gravatar waker2011-05-07
| |
* | ao: fixed psx_hw multithreading / reentrancyGravatar waker2011-05-07
| |
* | better metadata layout for psf filesGravatar waker2011-05-07
| |
* | ao: fixed reading aux psf libs from archivesGravatar waker2011-05-07
| |
* | added context submenu generation from plugin actions titles with slashesGravatar waker2011-05-05
| | | | | | | | | | for example, "Utils/Converter" action will give a popup "Utils" with subitem "Converter" while "Utils\/Converter" action will give an item "Utils/Converter"
* | added converter presets to portable buildsGravatar waker2011-05-05
| |
* | added installation of standard encoder presetsGravatar waker2011-05-05
| |
* | added localization support to portable/static buildsGravatar waker2011-05-04
| |
* | fixed charset detection in dumb pluginGravatar waker2011-05-04
| |
* | replaced iso8859-1 with cp1252 in junklibGravatar waker2011-05-04
| |
* | don't leak if messagepump overflowsGravatar waker2011-05-04
| |
* | added ubuntu unity quicklist support to .desktop file (by Tarkan Bahadiroglu)Gravatar waker2011-05-04
| |
* | moved playtime and started_timestamp from playitem to streamer global variables;Gravatar waker2011-05-04
| | | | | | | | | | | | playtime and started_timestamp are now passed in track event structures; fixed few lastfm submission and event-handling bugs; cleaned out old event sending helper functions
* | detect the need for linking to libdl.so in configureGravatar waker2011-05-04
| |
* | few bsd compat fixesGravatar waker2011-05-04
| |
* | show plugin version numbers in preferencesGravatar waker2011-05-04
| |
* | improved plugin loading prioritization by versionGravatar waker2011-05-04
| |
* | minor fix in wildmidi makefileGravatar waker2011-05-04
| |
* | fixed fb2k eq preset import bugGravatar waker2011-05-04
| |
* | renamed track no/ track nr to track number in some menusGravatar waker2011-05-03
| |
* | fixed edit->sort by; added more sorting optionsGravatar waker2011-05-03
| |
* | don't crash while importing 0.4.4 eq settings when supereq plugin is not ↵Gravatar waker2011-05-03
| | | | | | | | | | | | available; fixed importing of 0.4.4 settings
* | added --play-pause cmdline optionGravatar waker2011-05-02
| |
* | added libpng support to artwork plugin (used when --disable-artwork-imlib2 ↵Gravatar waker2011-05-02
| | | | | | | | option is supplied, or when imlib2 is not installed)
* | rebuilt static faad2 lib without --with-drmGravatar waker2011-05-01
| |
* | reset PORTABLE_VERSION to develGravatar waker2011-05-01
| |
* | fixed m3u loader race condition when called recursivelyGravatar waker2011-05-01
| |
* | added mp3 embedded cue supportGravatar waker2011-05-01
| |
* | regenerate dsp preset dropdown after saving new presetGravatar waker2011-05-01
| |
* | fixed updating Tags field in track properties after rewriting tagsGravatar waker2011-05-01
| |
* | ignore cscope.outGravatar waker2011-05-01
| |
* | small fix to ao makefileGravatar waker2011-04-30
| |
* | fixed compiling with apgcc; fixed compiling converter gui fallbackGravatar waker2011-04-30
| |
* | fixed ao static buildGravatar waker2011-04-30
| |
* | added resampler to beta2Gravatar waker2011-04-30
| |
* | 0.5.0-beta2 buildGravatar waker2011-04-30
| |
* | added configure option to use imlib2 in artwork pluginGravatar waker2011-04-30
| |
* | fixed crash in alsa plugin after bad waveformat errorGravatar waker2011-04-30
| |
* | added oss4 setformat bug workaroundGravatar waker2011-04-30
| |
* | added ao, shn, dumb plugins to static build scriptsGravatar waker2011-04-30
| |
* | changed some API entry points to make it possible working with specific ↵Gravatar waker2011-04-29
| | | | | | | | playlists, and not just the current one
* | added converter to main tarball/autotools distribution;Gravatar waker2011-04-29
| | | | | | | | few minor fixups in soundtouch
* | don't cut end of mp3 file if it's network-streamedGravatar waker2011-04-29
| |
* | fixed bug in curl plugin preventing reading the end of streamGravatar waker2011-04-29
| |
* | fixed freeze on add file(s)Gravatar waker2011-04-29
| |
* | added few pl_add_files_begin error checks to gtkuiGravatar waker2011-04-27
| |
* | replaced "file->save playlist" with the "save playlist as" functionGravatar waker2011-04-27
| |
* | fixed mp3 filetype for streamed radio;Gravatar waker2011-04-27
| | | | | | | | removed filetypes ptr in DB_decoder_t