Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |
2010-01-21 | It's 2010 now. | Lars-Dominik Braun | 1 | -1/+1 |
2009-12-19 | Fix printf format for size_t | Lars-Dominik Braun | 1 | -1/+1 |
2009-11-22 | Don't use int->float->int casts | Lars-Dominik Braun | 1 | -15/+15 |
2009-11-11 | Print message and stop playback when hitting libao error | Lars-Dominik Braun | 1 | -5/+17 |
2009-08-09 | Fix commit a195a94be7aa14d839c77275814a52d2ee6b8b6f | Lars-Dominik Braun | 1 | -0/+2 |
2009-08-04 | Use "static" keyword for functions | Lars-Dominik Braun | 1 | -7/+7 |
2009-07-14 | Forgot to remove #define in last commit | Lars-Dominik Braun | 1 | -3/+0 |
2009-07-11 | Fix hardcoded mp3 bitrate | Lars-Dominik Braun | 1 | -7/+6 |
2009-06-28 | Finally clean up curl garbage | Lars-Dominik Braun | 1 | -6/+5 |
2009-05-22 | waitress: Add _RET_READ_ERR, retry on read error in player | Lars-Dominik Braun | 1 | -2/+2 |
2009-05-16 | Retry on temporary http failure (timeout e.g.) | Lars-Dominik Braun | 1 | -1/+2 |
2009-05-03 | Fix range header, accept 206 status code | Lars-Dominik Braun | 1 | -1/+1 |
2009-05-03 | Switch to libwaitress | Lars-Dominik Braun | 1 | -35/+23 |