summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | fixed starting deadbeef without full or relative pathGravatar waker2012-05-09
| |
* | 0.5.3Gravatar waker2012-05-08
| |
* | build scripts updateGravatar waker2012-05-08
| |
* | fixed convgui and shellexecui titlesGravatar waker2012-05-08
| |
* | added support for universal static binary builds, used in all official packagesGravatar waker2012-05-08
| |
* | apgcc fixGravatar waker2012-05-08
| |
* | changelog and about box updateGravatar waker2012-05-08
| |
* | shellexecui: fixed crash when the action is called from non-gtk threadGravatar waker2012-05-08
| |
* | Merge remote-tracking branch 'lxde/i18n'Gravatar waker2012-05-07
|\ \
* | | added m3u and pls urls to .desktop mime typesGravatar waker2012-05-07
| | |
* | | fixed loading remote playlists with unknown sizeGravatar waker2012-05-07
| | |
* | | fixed portable and static build scriptsGravatar waker2012-05-07
| | |
* | | fixed ffmpeg static buildGravatar waker2012-05-07
| | |
* | | hotkeys: fixed custom actions support for common and playlist flagsGravatar waker2012-05-07
| | |
* | | new "default cover" picture by thesameGravatar waker2012-05-04
| | |
* | | fixed linebreak bug in zh_TW.poGravatar waker2012-05-04
| | |
* | | numerous packaging fixes for 0.5.3Gravatar waker2012-05-03
| | |
* | | changelog updateGravatar waker2012-05-03
| | |
* | | added new mp3 option to translationGravatar waker2012-05-03
| | |
| | * Commit from LXDE Translation Project with Pootle by user dumol.: 427 of 427 ↵Gravatar dumol2012-05-03
| |/ | | | | | | messages translated (0 fuzzy).
* | Check for reading past end before calling mp4ff_read_sample()Gravatar Martin Panter2012-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously errors like the following would occasionally be reported at the end of an AAC file: mp4ff_read_sample: malloc failure (tried to alloc -2147483648 bytes). possible mp4ff bug or memleak! please report a bug to deadbeef developers (i'm serious). This was because the value of “sample” passed to mp4ff_audio_frame_size() caused that function to read just off the end of an array. Bug reported at https://sourceforge.net/support/tracker.php?aid=3321066 Fix inspired by https://bugs.launchpad.net/bugs/40043 “Crash (SIGSEGV) in memcpy using libfaad2”
* | added option to disable mp3 gapless support (improves initial scan speed a lot)Gravatar waker2012-05-03
| |
* | Clarify issue with “intltool” dependencyGravatar Martin Panter2012-05-03
| | | | | | | | | | See “Can't build from git” https://code.google.com/p/ddb/issues/detail?id=789
* | [by Martin Panter <vadmium à gmail·com>]Gravatar waker2012-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Retry with the same data after recovering from an underrun or other error The palsa_callback() function seems to limit the rate it returns data, and if a buffer of data is dropped because snd_pcm_writei() failed, the data rate is not fast enough to keep up with ALSA and another buffer underrun occurs. This could cause an indefinite cycle, and the audio would sound slighly choppy and sped up. If the original data is retried, the ALSA buffer eventually tends to become full; perhaps the rate limit is a little faster than real time. When playback continues on to an MP3 file cued in the playlist, the MP3 seems to be scanned before it starts playing. If the scanning takes too long, in my case because the MP3 file is mounted with SSHFS over wifi, it causes a buffer underrun. The code below could also be inserted, just before the snd_pcm_writei() call, to artificially cause an underrun a few seconds into playback: static int n = 0; ++n; if (n >= 200 && n < 300) { trace ("dropping %i\n", n); err = 0; } else err = snd_pcm_writei (...);
* | fixed debian packager installed size calculation, added strippingGravatar waker2012-05-03
| |
* | Don’t divide sample rate by number of channelsGravatar Martin Panter2012-05-03
| | | | | | | | | | | | With stereo (two channel) output, the sleep was only allowing just over half a "period" of frames to drain. Reduced processor usage a little bit, from 4.5 percent to 2.6 percent.
| * Commit from LXDE Translation Project with Pootle by user dumol.: 427 of 427 ↵Gravatar dumol2012-05-03
| | | | | | | | messages translated (0 fuzzy).
| * Merge branch 'i18n' of git://lxde.git.sourceforge.net/gitroot/lxde/deadbeef ↵Gravatar Martin Bagge / brother2012-05-02
| |\ | |/ |/| | | into i18n
| * Commit from LXDE Translation Project with Pootle by user dumol.: 427 of 427 ↵Gravatar dumol2012-05-02
| | | | | | | | messages translated (0 fuzzy).
| * Commit from LXDE Translation Project with Pootle by user dumol.: 427 of 427 ↵Gravatar dumol2012-05-02
| | | | | | | | messages translated (0 fuzzy).
* | added shellexecui menu item to translationsGravatar waker2012-05-02
| |
* | Merge remote-tracking branch 'lxde/i18n'Gravatar waker2012-05-02
|\|
* | package building scriptsGravatar waker2012-05-02
| |
* | static build/install scripts fixesGravatar waker2012-05-02
| |
* | removed autogenerated tools/apbuild/apsymbols.h from gitGravatar waker2012-05-02
| |
* | ao static build fixGravatar waker2012-05-02
| |
* | apgcc apsymbols.h.i686 filename fixGravatar waker2012-05-02
| |
* | added shellexec.glade to POTFILES.inGravatar waker2012-04-30
| |
* | gtkui: fxd random hang caused by ACTIONSCHANGED handlerGravatar waker2012-04-30
| |
* | shellexec: don't use title formatting / track access on playlist and common ↵Gravatar waker2012-04-30
| | | | | | | | actions
* | x86_64 static build supportGravatar waker2012-04-30
| |
* | shellexec: fixed hang when adding new commandGravatar waker2012-04-29
| |
* | added missing stuff for building 0.5.3 tarballGravatar waker2012-04-29
| |
* | shellexec distcheck compile fixGravatar waker2012-04-28
| |
* | changelog typo fixGravatar waker2012-04-28
| |
* | preparation for building 0.5.3Gravatar waker2012-04-28
| |
* | renamed shellexecui output .so filename to conform to static build rulesGravatar waker2012-04-28
| |
* | fixed NULL callback in shellexec commands when created from GUIGravatar waker2012-04-28
| |
* | changelog for 0.5.3Gravatar waker2012-04-28
| |
* | fixed excessive cpu use when waiting for the last track to finishGravatar waker2012-04-28
| |