diff options
author | Michał Cichoń <michcic@gmail.com> | 2015-12-10 11:57:00 +0100 |
---|---|---|
committer | Michał Cichoń <michcic@gmail.com> | 2015-12-10 11:57:00 +0100 |
commit | 6dee813dad2dd0b741025be046dfe3c7019bddb9 (patch) | |
tree | e075e6f55aea250f5ca1bb628a15327f52f3789e /ChangeLog | |
parent | 13e06e633d966a7600794deb43d725cbd89e108c (diff) | |
parent | 754a62188d0fa2bc29c7089a6beccea9622c9911 (diff) | |
download | pianobar-windows-6dee813dad2dd0b741025be046dfe3c7019bddb9.tar.gz pianobar-windows-6dee813dad2dd0b741025be046dfe3c7019bddb9.tar.bz2 pianobar-windows-6dee813dad2dd0b741025be046dfe3c7019bddb9.zip |
Merge branch 'release/2015.12.10'2015.12.10
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +Release 2015.12.10 +- Fix: Fix I/O on Windows 8.x and Windows 10 +- Fix: Improve Windows Media Foundation backend + +Release 2015.12.05 +- New: Add Windows Media Foundation based player backend +- New: Add new configuration option to force player backend + player = [ds|mf] + +Initial port +- Replace libcurl with WinHTTP +- Replace ffmpeg based player with Direct Show +- Use vtparse to emulate terminal behavior +- Use Paul Kocher blowfish implementation instead of gcrypt +- This is second port, this time ability to build ported version back on unix was + dropped. There are no plans to make it mainline so there are also no reasons + spend time to do this +- Original formatting was dropped, keeping it in day to day work is time consuming + and not rewarding at all. It will be harder to reintegrate changes + from upstream. However this is easier than to force myself to use rules which + are odd for me. + + + +Pre-port changelog: + Release 2014.09.28 - Fix segfault when retrieving station’s feedback list - Refactored audio player |