summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * Commit from LXDE Translation Project with Pootle by user hugo.: 390 of 391 ↵Gravatar hugo2012-01-09
| | | | | | | | | | | | messages translated (1 fuzzy).
| * | fix crash/memtrash when trying to open broken urlGravatar waker2012-01-08
| | |
| * | added hack for loading playlists from zip filesGravatar waker2012-01-08
| | |
| | * Commit from LXDE Translation Project with Pootle by user klemenkosir.: 391 ↵Gravatar klemenkosir2012-01-08
| | | | | | | | | | | | of 391 messages translated (0 fuzzy).
| | * Commit from LXDE Translation Project with Pootle by user klemenkosir.: 391 ↵Gravatar klemenkosir2012-01-08
| | | | | | | | | | | | of 391 messages translated (0 fuzzy).
| | * Commit from LXDE Translation Project with Pootle by user Recku.: 282 of 391 ↵Gravatar Recku2012-01-01
| | | | | | | | | | | | messages translated (24 fuzzy).
| * | gtkui: adding playlist files via drag-n-dropGravatar waker2011-12-29
| | |
| * | fixed filehandle leak in plt_load;Gravatar waker2011-12-29
| | | | | | | | | | | | fixed error when loading playlist from URI
| * | opening playlists from cmdlineGravatar waker2011-12-29
| | |
| * | flac: disabled fetching covers for writing to flac tagsGravatar waker2011-12-28
| | |
| * | converter: fixed empty output path handlingGravatar waker2011-12-28
| | |
| * | it's now possible to use quoting in shellexec commands, for example:Gravatar waker2011-12-28
| | | | | | | | | | | | shellexec.02 xdg-open "http://youtube.com/results?search_query=%a+%t":find on youtube:find_on_youtube:single
| * | fixed resuming saved playback stateGravatar waker2011-12-28
| | |
| * | fixed "return with no value" warning in lastfm.cGravatar waker2011-12-28
| | |
| | * Commit from LXDE Translation Project with Pootle by user sotrud_nik.: 390 of ↵Gravatar sotrud_nik2011-12-26
| | | | | | | | | | | | 391 messages translated (0 fuzzy).
| | * Commit from LXDE Translation Project with Pootle by user sotrud_nik.: 372 of ↵Gravatar sotrud_nik2011-12-26
| | | | | | | | | | | | 391 messages translated (2 fuzzy).
| | * Commit from LXDE Translation Project with Pootle by user mbouzada.: 391 of ↵Gravatar mbouzada2011-12-24
| | | | | | | | | | | | 391 messages translated (0 fuzzy).
| | * Commit from LXDE Translation Project with Pootle by user zvacet.: 227 of 391 ↵Gravatar zvacet2011-12-20
| | | | | | | | | | | | messages translated (0 fuzzy).
| * | Fixed incorrect buffer termination introduced in ↵Gravatar Eugene Debrev2011-12-19
| | | | | | | | | | | | a9add4168b36afb835a7b458851b863d3fa48030
| * | gtkui: changed default custom icon name from deadbeef-tray-icon to ↵Gravatar waker2011-12-18
| | | | | | | | | | | | deadbeef_tray_icon
| * | m3u: added -lm to LDFLAGSGravatar waker2011-12-18
| | |
| * | ffap: added -lm to LDFLAGSGravatar waker2011-12-18
| | |
| * | fixed code showing --help text to remain compatible with intltoolGravatar waker2011-12-18
| | |
| * | Fixed problems with handling command-line parameters.Gravatar Eugene Debrev2011-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The way Deadbeef used to handle command-line parameters had a number of problems. 1. All parameters concatenated had to fit into a fixed 2048-byte buffer, excessive parameters were dropped. Because of this the player used to truncate a list of filenames. 2. When sending parameters over a Unix socket to remote instance, Deadbeef did recv() just once, thus letting the data be truncated. 3. Buffer overflow with use_gui_plugin. 4. Evey command-line parameter starting with '-' was treated as a switch, not a track filename. The changes made are as follows. 1. Now using dynamically resized buffer on both sides. 2. When sending message over socket, the sending party does half-shutdown to mark end-of-message explicitly.
| * | flac: few small improvements in writing embedded cover art imageGravatar waker2011-12-18
| | |
| * | flac: don't overwrite existing embedded cover imageGravatar Tydus2011-12-18
| | |
| * | added yasm to READMEGravatar waker2011-12-18
| | |
| * | converter: disallow empty preset titlesGravatar waker2011-12-18
| | |
| * | lastfm: avoid corrupt if lastfm plugin is load twiceGravatar Thynson2011-12-18
| | |
| * | plugin: avoid plugins to be loaded twiceGravatar Thynson2011-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | The original implementation will load plugins from both (XDG_LOCAL_HOME|HOME)/.local/lib/deadbeef and configured path, the latter is ussualy in $PREFIX/lib/deadbeef. However if the deadbeef is configured to be installed in $HOME/.local, it may cause the each plugin will be load twice. Despite that there must be a bug in a plugin which is not reentrant, it should avoid this anyway.
| * | reverted assigning NULL to fileinfo->file in streamer, to avoid crashes in ↵Gravatar waker2011-12-15
| | | | | | | | | | | | plugins which can't handle this case
| | * Commit from LXDE Translation Project with Pootle by user Mikalai.: 391 of ↵Gravatar Mikalai2011-12-15
| | | | | | | | | | | | 391 messages translated (0 fuzzy).
| | * Commit from LXDE Translation Project with Pootle by user blose.: 390 of 391 ↵Gravatar blose2011-12-15
| | | | | | | | | | | | messages translated (1 fuzzy).
| | * Commit from LXDE Translation Project with Pootle by user mbouzada.: 391 of ↵Gravatar mbouzada2011-12-14
| | | | | | | | | | | | 391 messages translated (0 fuzzy).
| * | aac: fixed crash when mp4 doesn't contain aac trackGravatar waker2011-12-08
| | |
| | * Commit from LXDE Translation Project with Pootle by user zvacet.: 223 of 391 ↵Gravatar zvacet2011-12-06
| | | | | | | | | | | | messages translated (0 fuzzy).
| | * Commit from LXDE Translation Project with Pootle by user zvacet.: 193 of 391 ↵Gravatar zvacet2011-12-06
| | | | | | | | | | | | messages translated (0 fuzzy).
| * | m3u: fixed crash when file from playlist doesn't existGravatar waker2011-12-04
| | |
| * | added missing linebreak to --help outputGravatar waker2011-12-04
| | |
| * | aac: fixed another aac duration calc bugGravatar waker2011-12-04
| | |
| * | mp4ff: fixed infinite loop when trying to parse ATOM_UNKNOWN chunksGravatar waker2011-12-04
| | |
| * | junklib: treat unicode strings without BOM as little-endian (experimental)Gravatar waker2011-12-04
| | |
| * | sndfile: added linebreak to trace messageGravatar waker2011-12-04
| | |
| * | aac: fixed seek and duration calc in mp4 aac codeGravatar waker2011-12-04
| | |
| * | added albumartist support to lastfmGravatar waker2011-11-30
| | |
| * | fixed skipping invalid tracksGravatar waker2011-11-30
| | |
| | * Commit from LXDE Translation Project with Pootle by user hironao.: 211 of ↵Gravatar hironao2011-11-29
| | | | | | | | | | | | 211 messages translated (0 fuzzy).
| * | fixed m3uext parser bugGravatar waker2011-11-28
| | |
| * | fixed embedded covers in id3v2.4Gravatar waker2011-11-28
| | |
| * | sndfile: replaced fprintf with traceGravatar waker2011-11-28
| | |