summaryrefslogtreecommitdiff
path: root/streamer.c
Commit message (Collapse)AuthorAge
* fixed spinlock in streamer when switching to next random trackGravatar Alexey Yakovenko2010-04-04
|
* fixed playlist locking and few redraw issuesGravatar Alexey Yakovenko2010-04-03
|
* fixed several memleaksGravatar Alexey Yakovenko2010-04-03
|
* fixed playback of mp3s that have both mono and stereo framesGravatar Alexey Yakovenko2010-03-28
|
* fixed bugs when seeking in very short streams, or very close to the end of ↵Gravatar Alexey Yakovenko2010-03-24
| | | | stream
* fixed crash after opening single file twice using file->open menuGravatar Alexey Yakovenko2010-03-23
|
* reset DSP plugins on seeks/restarts/trackchangesGravatar Alexey Yakovenko2010-03-22
|
* fixed seekbar draw regressionGravatar Alexey Yakovenko2010-03-21
|
* fixed crash because of lack of synchronization in resampling codeGravatar Alexey Yakovenko2010-03-21
|
* fixed redraw of playing track after decoder->init failureGravatar Alexey Yakovenko2010-03-21
|
* supereq plugin prototypeGravatar Alexey Yakovenko2010-03-20
|
* fixed handling of playlist switching in several placesGravatar Alexey Yakovenko2010-03-15
|
* fixed drag-n-drop from filemanagerGravatar Alexey Yakovenko2010-02-15
|
* fixed part of memory leaksGravatar Alexey Yakovenko2010-02-11
|
* playlist thread-safety measuresGravatar Alexey Yakovenko2010-02-11
|
* fixed few regressions in streamerGravatar Alexey Yakovenko2010-02-10
|
* fixed gapless+resample regressionGravatar Alexey Yakovenko2010-02-09
|
* playlist switching WIPGravatar Alexey Yakovenko2010-02-08
|
* fixed few regressions after merge from masterGravatar Alexey Yakovenko2010-02-07
|
* proper merge of streamer changes from masterGravatar Alexey Yakovenko2010-02-07
|
* Merge branch 'master' into develGravatar Alexey Yakovenko2010-01-31
|\ | | | | | | | | | | | | | | Conflicts: main.c plugins/flac/flac.c plugins/mpgmad/mpgmad.c streamer.c
| * don't resample when input samplerate matches outputGravatar Alexey Yakovenko2010-01-31
| |
| * fixed flac read_float32 (distortion bug);Gravatar Alexey Yakovenko2010-01-31
| | | | | | | | | | refactored libsamplerate support code; removed old unused mutex code
| * fixed multichannel flac decodingGravatar Alexey Yakovenko2010-01-31
| |
| * minor streamer cleanupGravatar Alexey Yakovenko2010-01-29
| |
* | Merge branch 'master' into develGravatar Alexey Yakovenko2010-01-28
|\| | | | | | | | | Conflicts: plugins/wavpack/wavpack.c
| * claim-fix to streamer lock at end of fileGravatar Alexey Yakovenko2010-01-28
| |
* | allow float32-only decoder pluginsGravatar Alexey Yakovenko2010-01-27
| |
* | 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
| |
* | refcounted playitemsGravatar Alexey Yakovenko2010-01-23
| |
| * few fixes to compile on non-linux plaftormsGravatar Alexey Yakovenko2010-01-21
| |
* | few fixes to compile on non-linux plaftormsGravatar Alexey Yakovenko2010-01-21
| |
* | 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
| * oss buffer tweaks; fixed streamer error handlingGravatar Alexey Yakovenko2010-01-21
| |
* | ported gme and dumb to new apiGravatar Alexey Yakovenko2010-01-12
| |
* | decoder plugin reentrancy WIP (mp3 works)Gravatar Alexey Yakovenko2010-01-11
| |
* | runtime linking of playlist tracks to decoder plugins is done via strings ↵Gravatar Alexey Yakovenko2010-01-11
| | | | | | | | instead of pointers (to allow easy unloading of decoders)
* | multiple playlist management WIPGravatar Alexey Yakovenko2010-01-10
| |
* | playlist structural changesGravatar Alexey Yakovenko2010-01-10
| |
* | fixed playlist redraw issueGravatar Alexey Yakovenko2010-01-10
| |
* | moved relevant stuff from playlist to streamer codeGravatar Alexey Yakovenko2010-01-09
|/
* support for interruption of http streaming at any timeGravatar Alexey Yakovenko2010-01-09
|
* ability to stop vfs_curl requests at any timeGravatar Alexey Yakovenko2010-01-09
|
* compiler warning cleanupGravatar Alexey Yakovenko2010-01-03
|
* fixed icecast regressionGravatar Alexey Yakovenko2010-01-03
|
* updated copyright notice to 2010Gravatar Alexey Yakovenko2010-01-03
|
* reset "stop_after_current" when stoppedGravatar Alexey Yakovenko2010-01-02
|
* buffering state reporting in streamer got few improvementsGravatar Alexey Yakovenko2010-01-02
|