Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-03-24 | Replace deprecated avcodec_decode_audio4 | Lars-Dominik Braun | 1 | -63/+71 |
2017-03-14 | Added gain_mul setting to soften effect of replaygain. | Sean Greenslade | 1 | -2/+2 |
2016-10-15 | Turn off ffmpeg’s error messages | Lars-Dominik Braun | 1 | -0/+1 |
2016-03-05 | Quit upon reception of two SIGINT | Lars-Dominik Braun | 1 | -4/+9 |
2015-10-23 | Interruptible requests | Lars-Dominik Braun | 1 | -31/+9 |
2015-09-06 | player: Fix strange volume bug | Lars-Dominik Braun | 1 | -1/+1 |
2015-09-06 | player: Replace deprecated ffmpeg API calls | Lars-Dominik Braun | 1 | -17/+7 |
2015-08-10 | Move feature test macros to config.h | Lars-Dominik Braun | 1 | -2/+2 |
2015-03-11 | player: Fix initial track volume | Lars-Dominik Braun | 1 | -1/+1 |
2015-03-07 | player: Ignore volume change before playback started | Lars-Dominik Braun | 1 | -2/+8 |
2015-01-05 | Use default channel layout if zero | Cody | 1 | -0/+7 |
2014-09-19 | Improve player pause/quit | Lars-Dominik Braun | 1 | -10/+8 |
2014-07-21 | Fix player retry logic | Lars-Dominik Braun | 1 | -1/+2 |
2014-07-21 | Refactor audio player, add retry timeout | Lars-Dominik Braun | 1 | -103/+173 |
2014-06-07 | Fix autodetection of ffmpeg 2.2 | Lars-Dominik Braun | 1 | -2/+1 |
2014-06-02 | libav* autodetection | Lars-Dominik Braun | 1 | -0/+20 |
2014-04-22 | player: Add missing header for ffmpeg1.2 | Lars-Dominik Braun | 1 | -0/+4 |
2014-04-18 | player: Fix state-machine | Lars-Dominik Braun | 1 | -0/+1 |
2014-04-11 | Fix volume control | Lars-Dominik Braun | 1 | -1/+1 |
2014-04-07 | ffmpeg compatibility | Lars-Dominik Braun | 1 | -12/+28 |
2014-04-07 | player: discard unused streamns | Lars-Dominik Braun | 1 | -0/+6 |
2014-03-31 | Use libav/ffmpeg for audio decoding | Lars-Dominik Braun | 1 | -458/+232 |
2014-01-31 | Switch to clang for debugging build + fix issues | Lars-Dominik Braun | 1 | -2/+2 |
2013-05-13 | Permit multiple HTTP errors in a row | Lars-Dominik Braun | 1 | -5/+4 |
2013-04-17 | Fix player state for unsupported audio file formats | Lars-Dominik Braun | 1 | -4/+6 |
2013-03-31 | Ignore HTTP status 400 | Lars-Dominik Braun | 1 | -1/+3 |
2013-03-09 | Stop playback if audio file is not accessible | Lars-Dominik Braun | 1 | -0/+6 |
2013-02-26 | Add play and pause commands | Adam Simpkins | 1 | -19/+35 |
2012-11-17 | player: Fix insane typecast | Lars-Dominik Braun | 1 | -6/+13 |
2012-10-28 | player: Recover from AAC decoding error | Lars-Dominik Braun | 1 | -9/+23 |
2012-06-09 | piano: Select quality instead of audio format | Lars-Dominik Braun | 1 | -4/+0 |
2012-05-26 | Move mutex initalization to main thread | Lars-Dominik Braun | 1 | -3/+1 |
2012-05-26 | Revert "Remove pause mutex/add pthread cleanup function" | Lars-Dominik Braun | 1 | -74/+61 |
2012-05-26 | Revert "Fix player thread teardown/signals on OS X" | Lars-Dominik Braun | 1 | -10/+0 |
2012-05-17 | Fix player thread teardown/signals on OS X | Lars-Dominik Braun | 1 | -0/+10 |
2012-05-14 | Remove pause mutex/add pthread cleanup function | Lars-Dominik Braun | 1 | -61/+74 |
2012-05-04 | Lofi AAC support | Lars-Dominik Braun | 1 | -0/+2 |
2012-02-22 | Minor player cleanup | Lars-Dominik Braun | 1 | -25/+30 |
2011-11-09 | waitress: support chunked encoding | Lars-Dominik Braun | 1 | -1/+1 |
2011-05-18 | Configureable format strings | Lars-Dominik Braun | 1 | -8/+12 |
2010-12-27 | Change my email address | Lars-Dominik Braun | 1 | -1/+1 |
2010-12-27 | Software volume control | Lars-Dominik Braun | 1 | -2/+1 |
2010-12-19 | Fix wrong assumption about endianess of audio frames | Lars-Dominik Braun | 1 | -2/+2 |
2010-08-09 | Support for big endian machines | Lars-Dominik Braun | 1 | -4/+4 |
2010-04-07 | libao 1.0.0 compatibility | Lars-Dominik Braun | 1 | -0/+2 |
2010-03-16 | Use SHRT_MAX for short int | Lars-Dominik Braun | 1 | -4/+4 |
2010-03-16 | Replace player return value magic | Lars-Dominik Braun | 1 | -5/+3 |
2010-03-16 | waitress: Replaced callback magic numbers | Lars-Dominik Braun | 1 | -13/+14 |
2010-03-12 | Removed PACKAGE from ui strings | Lars-Dominik Braun | 1 | -5/+5 |
2010-01-30 | Fix libao error detection | Lars-Dominik Braun | 1 | -1/+4 |