diff -Nru xbmc-addon-xvdr-0.9.8-419~82b5093/debian/changelog xbmc-addon-xvdr-0.9.8-432~82b5093/debian/changelog --- xbmc-addon-xvdr-0.9.8-419~82b5093/debian/changelog 2014-04-02 08:29:31.000000000 +0000 +++ xbmc-addon-xvdr-0.9.8-432~82b5093/debian/changelog 2014-04-02 12:15:47.000000000 +0000 @@ -1,4 +1,4 @@ -xbmc-addon-xvdr (0.9.8-419~82b5093-ppa1~saucy) saucy; urgency=medium +xbmc-addon-xvdr (0.9.8-432~82b5093-ppa1~saucy) saucy; urgency=medium * [01ac3fa3c191284691f49a10e983f3827bc8f3f0] configure.in: rename to configure.ac @@ -14,214 +14,5 @@ Signed-off-by: "Yann E. MORIN" - - * [5082864c15461e2ddaf1fe9640dbe014d0412d15] - autogen: cleanup, now that we can run autoreconf - - Signed-off-by: "Yann E. MORIN" - - - * [84e5860f488e67a3a3386c779f9a56adeb3dc220] - configure: set the foreign flag - - This is required since we do not bundle the necessary files (NEWS, - INSTALL et al.) Setting it in configure.in is needed to be able - to run autoreconf (in lieu of the weird autogen.sh), with just: - - autoreconf -f -i - - Signed-off-by: "Yann E. MORIN" - - - * [0c7ab7697dfa61f4acdeb2a8dc61d6cc4a655f1d] - Updated finnish translation - - - * [23b45d1833658458dab67fd16d6a950c1bb5eabb] - Fixed broken link - - Updated the VDR link to point to the correct page - - * [77a27f8345cb665f9aca8baf00019eda5a7ca388] - never mark a timer as conlicting when it's recording - - - * [0450eb530f058303d79de50f1f57dd674e3bf2be] - [libxvdr] do not trigger a timer update when a recording finished - - - timer changes are always signalled by the server - - - * [895447419ae035ef3d8fc47186af8fcad03dd1be] - timer state fixes - - - * [2d2fccafe6306bc286ab97da58cc788ed4f320a6] - [libxvdr] do not block the main thread for 1000ms - - decreased timeout for packets to 100ms. this should improve - channel switching times. now the main thread doesn't need to - wait 1000ms if there aren't any packets. - - - * [df75826f529adbe7c44b585a33c343a7d78cfd31] - pass provider and service information to XBMC - - - * [69f8c6410fcad8aa6477ccbf2d1be7f4d8c15b99] - [libxvdr] read provider and service information from server - - - * [dfee208740ffc5bebc0affd32e6227d5fc4070f7] - bump xbmc.gui - - - * [c5ee814d6b0cac22149276d5db0aea5e89a038ea] - sync with xbmc. bump pvr api to 1.9.0 - - - * [70943f08fde37d6d11d46f3deb9d5b3bafcaa134] - fix scrambled/hd channel scan - - from wirbelscan: - #define SCAN_TV ( 1 << 0 ) - #define SCAN_RADIO ( 1 << 1 ) - #define SCAN_FTA ( 1 << 2 ) - #define SCAN_SCRAMBLED ( 1 << 3 ) - #define SCAN_HD ( 1 << 4 ) - - - * [6c95579bee7481d37499656de9fa0fba9351c9ba] - added addon repository paths for gotham - - - * [afac75e000a4317ea69a10df9b0963b005847ed6] - fixed addon cleanup, closes #116 - - - * [aae69ae625865522312d423d0884875f48a64d73] - [libxvdr] added missing header to Makefile.am - - - packetbuffermodel.h was missing - - - * [3e39e36336718d58fca9d52df0536da03a61acfe] - PVR API 1.8.1 - - - * [4b3174aa3ca8b33f0982aa1d4d7c5680123a9c3b] - added configuration option "ClientName" - - - * [a61a2ffa0bceb45e6749e2332b695a9e95e44018] - [libxvdr] pass the clientname to the backend - - - * [fd060928e16b9ca24eaeb3c9df214cd953a75684] - define TARGET_WINDOWS for MinGW32 - - - * [a9d43661b32d6cffe853b7f1355b788c15ccbce8] - [libxvdr] MinGW32 compilation fixes - - - * [d8126cd8e1dbdba8aed14255798d2d1ece56ad17] - Merge pull request #111 from dxm523/master - - Updated XBMC headers for 1.8.0 addon api - - * [68986825b7d3ea51a7bbb97a30fa08c842d70e18] - Fixed MinGW32 compile thx to pipelkas comments by reverting some defines - - - * [b0dd079bee34969dade531ec33bc933cf5565964] - Update xbmc addon headers - - - * [c0c6aa80fc63f8763d794c3f29ffb57b912441cf] - fix debian dir - - - * [871faab5172a10fcf2ccf3fc1f3dec1cc6355f9c] - added configuration option to wait for first I-Frame - - it seems the OMXPlayer for Raspberry Pi needs a video - stream that starts with an I-Frame. Enabling this option - fixes the playback quirks on the RPi. - - - * [df66ccdc6d10bb8426bc3625741d3db70712bd1d] - [libxvdr] added option to wait for first I-Frame - - - * [48ea8393f0b9cd401faac2e54950dc9ff6974ab2] - settings: workaround for an obvious XBMC bug concerning the datatypes - - - * [5876a06380b9bcd32fe665b14c145dbe2f140ac7] - timeshift: updated addon settings - - - * [b27c0d47c2b2e05d44886f67a529ac587817a891] - Client-side time shifting support (in-memory only). - - This implementation provides fast forward and rewind features. - Currently only in-memory buffer is implemented but it's intended to be - extended with an on disk implementation. The buffer is allocated on the - client side (in the XMBC addon), this approach reduces server loading, - especially, in case of multiple clients. - - By default time shifting is disabled (buffer size is 0), thus, it must - not impact on the current functionality. - - - * [82a289f08a2438d3125d5034b2997822271d61f5] - [libxvdr] timeshift: updated packet buffer model - - - * [f7a04038a197025cdd142a126ec4b5679a6da01b] - [libxvdr] In-memory packet buffer and client-side time shifting support. - - - * [0a4615f8e27b8d9df8837163fe4e320bc1ffdafc] - [libxvdr] added abstraction of OS specific path handling - - - * [7170e2cbc616531843a9f038804feaa9ecfca187] - fixed addon installation for target paths containing spaces, fixes #102 - - - * [d04c1ee541cfd59930c65e869dabab59b89468bb] - cosmetics: update .gitignore - - - * [59ca743047557fd9cda2a2d74284912f2b5f1d28] - settings: declare template specialization - - - * [df1bebce1022e4dd9b56ddce12434b3976d19169] - added client-side edl support - - - * [adab931cb470a0e86fb16b6546740b2005f074de] - [libxvdr] removed unused number of frames from recordings - - - * [da294e1aa6bb1efb50b5e9129696eda4f7399134] - dialogs: fixed message handling, Closes #98 - - the semantic of the OnAction() return value changed for "master" - - - * [67cada1fc0216ad090ef79f2818c4e31a4dfa1c8] - PVR API 1.7 - - - * [6db6bbab98a62cb31559f41707e964af7aa1b4fb] - removed "avcodec.h" from libxvdr - - this was the last part missing to split libxvdr from the - XBMC addon code. - - -- Andrey Pavlenko Wed, 02 Apr 2014 12:29:31 +0400 + -- Andrey Pavlenko Wed, 02 Apr 2014 16:15:47 +0400