index
:
pianobar.git
ads
master
pandora.com cli
lars
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
player.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-29
player: Translate error code to string in debug messages.
Lars-Dominik Braun
1
-2
/
+6
2024-03-29
player: Adapt to new ffmpeg channel layout API.
Lars-Dominik Braun
1
-6
/
+7
2023-03-27
player: Also retry on ECONNRESET.
Lars-Dominik Braun
1
-1
/
+3
2021-07-23
player: Replace deprecated ffmpeg function
Lars-Dominik Braun
1
-10
/
+11
2020-08-09
Add optional debugging code
Lars-Dominik Braun
1
-0
/
+17
2019-06-06
Allow writing audio to a named pipe (fifo) instead of live device
Bruno Morais
1
-4
/
+26
2019-06-06
Add audio resampling
Bruno Morais
1
-3
/
+12
2019-02-14
player: Use floating point arithmetic instead of AVRational
Lars-Dominik Braun
1
-9
/
+7
2019-02-14
player: Fix buffering issue with mp3
Lars-Dominik Braun
1
-1
/
+5
2019-02-14
player: Fix time display for MP3 files
Lars-Dominik Braun
1
-3
/
+6
2019-02-14
player: attach names to filters
Lars-Dominik Braun
1
-4
/
+4
2019-01-19
player: Avoid deadlock
Lars-Dominik Braun
1
-0
/
+1
2018-10-15
Expose audio buffer size setting
Lars-Dominik Braun
1
-1
/
+1
2018-09-23
Don’t use deprecated ffmpeg functions
Lars-Dominik Braun
1
-3
/
+8
2018-09-15
Implement audio buffering
edward-p
1
-38
/
+102
2018-04-16
Remove deprecated header avfiltergraph.h
Lars-Dominik Braun
1
-1
/
+0
2018-04-07
Add network timeouts and retries
Lars-Dominik Braun
1
-1
/
+9
2018-03-15
Properly protect player struct with mutex
Lars-Dominik Braun
1
-14
/
+72
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
[next]