summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAge
...
* gtkui3 build supportGravatar waker2011-10-05
|
* Add-global-preamp-in-addition-to-replaygain-preamp Global preamp is applied ↵Gravatar Jan D. Behrens2011-10-02
| | | | to all tracks, while replaygain preamp is only applied to tracks with rg info.
* Change volumebar tooltip in trayicon scroll event.Gravatar xent2011-10-02
|
* mpgmad plugin will no longer change original :FILETYPE value, but will use ↵Gravatar waker2011-10-01
| | | | !FILETYPE instead to override it
* m3u plugin will now attempt to load arbitrary files as M3U without checking ↵Gravatar waker2011-10-01
| | | | extension
* GUI support for metadata overridesGravatar waker2011-10-01
|
* added buffer size limit to m3uext parserGravatar waker2011-09-30
|
* disable loading m3u/pls playlist using "open file(s)/folder(s)", always ↵Gravatar waker2011-09-29
| | | | using Open Playlist from now
* added experimental EXTM3U supportGravatar waker2011-09-29
|
* fixed null bug in vfs_curlGravatar waker2011-09-29
|
* fixed aac_read to avoid mp4ff_read_sample calls after EOFGravatar waker2011-09-29
|
* added assert for the case when mp4ff is invoked after eof is reachedGravatar waker2011-09-27
|
* aac adts parser rdb check fixGravatar waker2011-09-27
|
* always accept new content-length on request without checksGravatar waker2011-09-24
|
* added png to the default file mask of artwork pluginGravatar waker2011-09-20
|
* send "songstarted" event whenever icy metadata is updatedGravatar waker2011-09-18
|
* save config on each window geometry changeGravatar waker2011-09-18
|
* fixed curl content-length handler to account for redirectsGravatar waker2011-09-18
|
* fixed memleak caused by tooltip handlerGravatar waker2011-09-18
|
* play selected track if enter/playbtn pressed while playing track is pausedGravatar waker2011-08-31
|
* auto-save playlists after drag-n-drop, delete-selected, cropGravatar waker2011-08-31
|
* lastfm: cut multiline fields before submissionGravatar waker2011-08-31
|
* gray-out rename/remove playlist if clicked on empty tabstrip areaGravatar waker2011-08-31
|
* few minor improvements in raw aac codeGravatar waker2011-08-22
|
* ffmpeg: version check fixGravatar Igor Murzov2011-07-07
|
* ffmpeg: define fallback macro AV_VERSION_INT()Gravatar Igor Murzov2011-07-06
| | | | | | | | | | | | | | | | | For ffmpeg < 0.5. Copied from libavutil 0.5. ffmpeg: don't use deprecated CODEC_TYPE_AUDIO with new lavc fixes build with lavc 53. ffmpeg: fix erroneous version comparisons Comparing versions this way: (x.y < x1.y1) is obviously equivalent to (x < x1 || (x == x1 && y < y1)), not to (x <= x1 && y < y1). ffmpeg: use av_register_protocol2() if available fixes usage with ffmpeg-0.8
* save playlists and config after adding files/foldersGravatar waker2011-07-03
|
* save config after changing view -> statusbar/tabs/columnsGravatar waker2011-07-03
|
* fixed int32 overflow when calculating sleep time in alsa loopGravatar waker2011-07-03
|
* converter: automatically create directory structureGravatar waker2011-06-23
| | | | artwork: minor readability fix in check_dir
* fixed freeze in alsa_free on x86_64 (bug #3325101)Gravatar waker2011-06-23
|
* changed the gtk_message_dialog_format_secondary_text call to prevent errors ↵Gravatar waker2011-06-19
| | | | when filename contains formatting chars
* unbreak build on i686Gravatar waker2011-06-16
|
* added better sse2 filter implementation to ape plugin;Gravatar waker2011-06-15
| | | | added yasm support
* ape: arm neon optimizationsGravatar waker2011-06-15
|
* OpenIndian b148 support (and perhaps other Solaris builds).Gravatar Kevin van der Vlist2011-06-12
|
* added more trace messages to sndfile pluginGravatar waker2011-06-12
|
* fixed proxy authentication bug in vfs_curlGravatar waker2011-06-04
|
* fixed reading id3/apev2 tags from raw aacGravatar waker2011-05-27
|
* nuked iconv usage from sid pluginGravatar waker2011-05-23
|
* mpc c89 compile fixGravatar waker2011-05-23
|
* added ddb_ prefix to dumb, shn and ao plugins;Gravatar waker2011-05-23
| | | | | ao has been renamed to ddb_aopsf; tweaked sources and makefiles to simplify compiling out of tree
* mono2stereo: added website and renamed to ddb_mono2stereoGravatar waker2011-05-23
|
* fixed formatting bug in converterGravatar waker2011-05-23
|
* removed converter_gtkui fallback versionGravatar waker2011-05-22
|
* engrish fix in hotkeysGravatar waker2011-05-22
|
* removed bogus ; from alsa.cGravatar waker2011-05-22
|
* renamed dsp pass_through to can_bypassGravatar waker2011-05-22
|
* added null-ptr checks to artwork queue_popGravatar waker2011-05-22
|
* added -fPIC to adplug CFLAGSGravatar waker2011-05-22
|