summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAge
...
* reset streamer after sound reinit, to prevent misaligned output on sampleform...Gravatar waker2011-05-21
* in shuffle albums mode, skip previous album tracks if user selects track manu...Gravatar waker2011-05-20
* initialize installdir with PREFIX value in non-portable buildsGravatar waker2011-05-16
* added several new plt_* functions to work on specific playlistsGravatar waker2011-05-10
* changed few old-style pl_* functions which were working with current playlist...Gravatar waker2011-05-08
* added localization support to portable/static buildsGravatar waker2011-05-04
* moved playtime and started_timestamp from playitem to streamer global variables;Gravatar waker2011-05-04
* added --play-pause cmdline optionGravatar waker2011-05-02
* new future-proof playlist API, potentially reducing locking, and allowing mor...Gravatar waker2011-04-25
* improved plugin API versioning;Gravatar waker2011-04-25
* ensure that all messages sent before mainloop get executed;Gravatar waker2011-04-16
* disabled some of the tracing messagesGravatar waker2011-04-16
* more unification work on event systemGravatar waker2011-04-14
* new event passing systemGravatar waker2011-04-14
* intermediate fix to playlist/streamer/plugevent mutex race conditionsGravatar waker2011-04-12
* set timeout on socket wait to 0.5 secGravatar waker2011-04-10
* thread-safe config accessGravatar waker2011-03-31
* get rid of frameupdate event; mutex+cond based message pump without usleepGravatar waker2011-03-30
* moved RPC server loop into separate thread, and added select with timeout for...Gravatar waker2011-03-30
* save ddb version to config fileGravatar waker2011-03-23
* fixed playlist corruption while adding files if cursor jumps to another playlistGravatar waker2011-02-26
* added new plugin.connect method to base plugin interface, which does the oppo...Gravatar waker2011-02-21
* updated copyright year to 2011Gravatar waker2011-01-02
* renamed pause event to togglepause;Gravatar waker2010-12-31
* ported supereq to new api; converted to float; added reentrancy supportGravatar waker2010-11-28
* Merge branch 'static' into multichannelGravatar waker2010-11-20
|\
| * portable-0.4.4-r1Gravatar waker2010-11-20
| * Merge branch 'master' into staticGravatar waker2010-11-20
| |\
* | | disabled atexit and sigterm handlers (were causing playlist corruption)Gravatar waker2010-11-13
| | * disabled atexit and sigterm handlers (were causing playlist corruption)Gravatar waker2010-11-09
* | | 1st iteration of adding streamer format conversion:Gravatar waker2010-11-08
* | | Merge branch 'static' into develGravatar waker2010-11-08
|\| |
| * | Merge branch 'master' into staticGravatar waker2010-10-31
| |\|
| | * on session resume, don't seek next track in failed to startGravatar waker2010-10-26
| |/ |/|
| * added portable build mode (--enable-portable configure option)Gravatar waker2010-10-20
|/
* fixed crash on exit while shoutcast stream is bufferingGravatar Alexey Yakovenko2010-10-03
* fixed resume session regressionGravatar Alexey Yakovenko2010-09-26
* don't try to resume session if file was opened from cmdlineGravatar Alexey Yakovenko2010-09-26
* disabled tracing in main and aoGravatar Alexey Yakovenko2010-09-21
* save/restore paused stateGravatar Alexey Yakovenko2010-09-14
* added resume_last_session optionGravatar Alexey Yakovenko2010-08-30
* gtkui plugin overrides pl_add_file and pl_add_dir API functions and shows pro...Gravatar Alexey Yakovenko2010-08-29
* added option to open files from command line in named playlistGravatar Alexey Yakovenko2010-08-12
* minor typo fix in main.cGravatar Alexey Yakovenko2010-08-10
* customizable socket dir through DDB_SOCKET_DIR env variableGravatar Alexey Yakovenko2010-07-27
* volumebar improvementsGravatar Alexey Yakovenko2010-06-24
* disable backtrace generation on non-linux OSesGravatar Alexey Yakovenko2010-06-24
* Merge branch 'master' into i18nGravatar Alexey Yakovenko2010-05-23
|\
| * added sigsegv handler with backtraceGravatar Alexey Yakovenko2010-05-22
* | removed gettext tracingGravatar Alexey Yakovenko2010-05-20