summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-04-01Release 2022.04.012022.04.01Lars-Dominik Braun1-1/+1
2022-03-31ui_act: Improve station management queryLars-Dominik Braun1-1/+6
2022-03-31player: Add missing include for ffmpeg 5.0Lars-Dominik Braun1-0/+1
2022-02-12ui: Declare more HTTP errors as “temporary”Lars-Dominik Braun1-1/+22
2021-12-11Disable station mode selection for QuickMixLars-Dominik Braun1-3/+10
2021-07-23player: Replace deprecated ffmpeg functionLars-Dominik Braun1-10/+11
2021-01-25Back to -devLars-Dominik Braun1-1/+1
2020-11-28Release 2020.11.282020.11.28Lars-Dominik Braun1-1/+1
2020-11-28docs: fix simple typo, exhaused -> exhaustedTim Gates1-1/+1
2020-08-09Allow choosing time formatLars-Dominik Braun5-8/+26
2020-08-09Add optional debugging codeLars-Dominik Braun6-0/+124
2020-08-08Allow changing station modeLars-Dominik Braun6-23/+183
2020-08-08Back to -devLars-Dominik Braun1-1/+1
2020-04-05Release 2020.04.052020.04.05Lars-Dominik Braun1-1/+1
2020-03-31piano: Request all stationsLars-Dominik Braun1-0/+3
2019-06-06Allow writing audio to a named pipe (fifo) instead of live deviceBruno Morais3-4/+32
2019-06-06Add audio resamplingBruno Morais3-3/+16
2019-02-14Back to -devLars-Dominik Braun1-1/+1
2019-02-14Release 2019.02.142019.02.14Lars-Dominik Braun1-1/+1
2019-02-14player: Use floating point arithmetic instead of AVRationalLars-Dominik Braun1-9/+7
2019-02-14player: Fix buffering issue with mp3Lars-Dominik Braun1-1/+5
2019-02-14player: Fix time display for MP3 filesLars-Dominik Braun1-3/+6
2019-02-14player: attach names to filtersLars-Dominik Braun1-4/+4
2019-02-01Back to -devLars-Dominik Braun1-1/+1
2019-01-25Release 2019.01.252019.01.25Lars-Dominik Braun1-1/+1
2019-01-19player: Avoid deadlockLars-Dominik Braun1-0/+1
2018-10-15Expose audio buffer size settingLars-Dominik Braun3-2/+5
2018-10-15Increase max_retries default valueLars-Dominik Braun2-2/+3
2018-09-23Don’t use deprecated ffmpeg functionsLars-Dominik Braun2-4/+32
2018-09-15Implement audio bufferingedward-p3-42/+108
2018-08-12Improve QuickMix selection error messageLars-Dominik Braun1-3/+3
2018-06-22Back to -devLars-Dominik Braun1-1/+1
2018-06-22Release 2018.06.222018.06.22Lars-Dominik Braun1-1/+1
2018-04-16Remove deprecated header avfiltergraph.hLars-Dominik Braun2-2/+0
2018-04-07Add network timeouts and retriesLars-Dominik Braun5-7/+33
2018-03-15Properly protect player struct with mutexLars-Dominik Braun6-82/+149
2017-10-07Fix logic for marking station (deleted)Lars-Dominik Braun1-8/+7
2017-10-07piano: Fetch extended attribs for station infoLars-Dominik Braun2-0/+8
2017-10-02Show station in song listsLars-Dominik Braun4-16/+38
2017-09-30Add tired rating to songLars-Dominik Braun6-8/+35
2017-09-30Add (optional) song duration to song list format stringLars-Dominik Braun1-4/+11
2017-08-30Back to -devLars-Dominik Braun1-1/+1
2017-08-30Prepare for release 2017.08.302017.08.30Lars-Dominik Braun1-1/+1
2017-04-26Fix use-after-free when deleting stationLars-Dominik Braun1-0/+2
2017-03-25Switch to #pragma onceLars-Dominik Braun10-34/+12
2017-03-25piano: Replace deprecated json_object_object_getLars-Dominik Braun1-74/+105
2017-03-24Replace deprecated avcodec_decode_audio4Lars-Dominik Braun3-75/+73
2017-03-14Added gain_mul setting to soften effect of replaygain.Sean Greenslade3-2/+6
2016-12-02Exit when no email/password was entered or ^C was pressedLars-Dominik Braun1-2/+7
2016-10-29Replace getline() with fgets()Lars-Dominik Braun1-6/+9