summaryrefslogtreecommitdiff
path: root/plugins/oss
Commit message (Collapse)AuthorAge
* oss: always reopen sound device before changing output formatGravatar Alexey Yakovenko2014-06-27
|
* oss: deleted bogus oss_free call from oss_pauseGravatar Alexey Yakovenko2014-06-25
|
* oss: possible fix to deadlock caused by oss_stopGravatar Alexey Yakovenko2014-05-11
|
* updated/improved/added licensing info in many plugins, added COPYING files, ↵Gravatar Alexey Yakovenko2014-05-07
| | | | some plugins got upgraded from GPL to ZLIB
* added -avoid-version to all makefilesGravatar Alexey Yakovenko2014-02-05
|
* copyright years updatedGravatar Alexey Yakovenko2013-10-06
|
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
|
* hardcoded api_version 1.0 into all pluginsGravatar waker2011-05-21
|
* added oss4 setformat bug workaroundGravatar waker2011-04-30
|
* fixed oss float32 bugGravatar waker2011-04-22
|
* more unification work on event systemGravatar waker2011-04-14
|
* new event passing systemGravatar waker2011-04-14
|
* fixed oss 24bit and multichannel glitchesGravatar waker2011-04-05
|
* thread-safe config accessGravatar waker2011-03-31
|
* fixed /dev/oss typo in oss pluginGravatar waker2011-03-20
|
* removed author and email fields, added single all-purpose copyright field;Gravatar waker2011-02-27
| | | | | added copyright info to all plugins; updated gtkui to reflect the changes
* added oss device file gui configurationGravatar waker2011-02-24
|
* fixed resume in paused state;Gravatar waker2011-01-10
| | | | | changed output plugin setformat method to return error code changed setformat to restore state before the call
* updated copyright year to 2011Gravatar waker2011-01-02
|
* nuked old plugin activate/deactivate/nostop code;Gravatar waker2010-12-28
| | | | improved plugin start and connect code
* added softvolume for all supported output formats; moved softvolume from ↵Gravatar waker2010-12-12
| | | | output plugins to streamer
* ported OSS plugin to new APIGravatar waker2010-11-28
|
* bumped all plugins to version 1.0;Gravatar waker2010-11-02
| | | | updated portable build packaging script
* fixed dynamic samplerate switching in oss outputGravatar waker2010-10-24
|
* fixed oss pause/unpauseGravatar Alexey Yakovenko2010-07-04
|
* OSS plugin does not shut down the audio stream on a pause or stop.Gravatar Themaister2010-05-14
| | | | | This causes annoying latency when changing a song, or pausing, etc. This fix should make sure that it is done.
* Fix audio stuttering at start of audio stream.Gravatar Themaister2010-05-12
| | | | | | Reading from the audio stream at the start of a stream may cause it to return 0, where the callback simply wrote 0s rather than wait for the stream to write audio back to it.
* added ability to change oss device file (config file)Gravatar Alexey Yakovenko2010-05-09
|
* fixed lots of gcc warningsGravatar Alexey Yakovenko2010-05-04
|
* fixed to pass make distcheck before 0.4-beta1Gravatar Alexey Yakovenko2010-04-11
|
* Merge branch 'master' into develGravatar Alexey Yakovenko2010-01-26
|\ | | | | | | | | | | Conflicts: plugins/alsa/alsa.c streamer.c
| * fixed samplerate switching bugs in streamerGravatar Alexey Yakovenko2010-01-26
| | | | | | | | | | better sound configuration multiple fixes to ALSA and streamer
| * multiple fixes in streamer, alsa and ossGravatar Alexey Yakovenko2010-01-25
| |
* | Merge branch 'master' into develGravatar Alexey Yakovenko2010-01-21
|\| | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac deadbeef.h main.c plugins/oss/Makefile.am plugins/oss/oss.c
| * fixed std=c99 compile issueGravatar Alexey Yakovenko2010-01-21
| |
| * oss buffer tweaks; fixed streamer error handlingGravatar Alexey Yakovenko2010-01-21
| |
| * oss plugin updates (supports both v3 and v4 now)Gravatar Alexey Yakovenko2010-01-20
| |
| * oss build fixesGravatar Alexey Yakovenko2010-01-20
| |
* | oss build fixesGravatar Alexey Yakovenko2010-01-20
| |
| * updated oss pluginGravatar Alexey Yakovenko2010-01-20
| | | | | | | | | | | | Conflicts: Makefile.am
| * oss pluginGravatar Alexey Yakovenko2010-01-20
| | | | | | | Conflicts: Makefile.am configure.ac
* updated oss pluginGravatar Alexey Yakovenko2010-01-19
|
* oss pluginGravatar Alexey Yakovenko2010-01-19