vdr-plugin-iptv/HISTORY

74 lines
2.1 KiB
Plaintext
Raw Normal View History

2007-09-12 19:28:59 +02:00
VDR Plugin 'iptv' Revision History
----------------------------------
2007-10-14 20:45:34 +02:00
2007-10-14: Version 0.0.1
2007-09-12 19:28:59 +02:00
- Initial revision.
2007-10-15 23:03:45 +02:00
2007-10-20 20:28:51 +02:00
2007-10-21: Version 0.0.2
2007-10-15 23:03:45 +02:00
- Added EXT protocol.
2007-10-20 20:28:51 +02:00
- Added Spids to channel editor.
- Fixed shutdown logic.
2007-10-20 20:01:01 +02:00
- Improved error checking in protocols.
2007-10-22 18:22:11 +02:00
2007-10-28: Version 0.0.3
2007-10-22 18:22:11 +02:00
- Fixed shutdown crash.
- Added some minor tweaks.
- RTP payload now restricted to TS only.
- Added preliminary support for vdr-1.4.7.
2007-11-04 14:00:23 +01:00
2007-11-04: Version 0.0.4
2007-11-04 16:31:05 +01:00
- Added German translation (Thanks to Tobias Grimm).
2007-11-04 14:00:23 +01:00
- Added pluginparam patch for vdr-1.5.11.
2007-11-04 15:13:11 +01:00
- Updated Makefile 'i18n' targets.
2007-11-08 19:49:40 +01:00
2007-11-27 20:31:46 +01:00
2007-11-27: Version 0.0.5
2007-11-08 19:49:40 +01:00
- Added French translation (Thanks to Bruno Roussel).
2007-11-27 20:44:02 +01:00
- Added a more sophisticated example script (Thanks to Tobias Grimm).
- Improved iptvstream.sh compatibility under non-bash shells.
2008-01-19 21:24:10 +01:00
2008-01-20: Version 0.0.6
- Fixed some lint warnings.
- Added Italian translation (Thanks to Diego Pierotto).
2008-01-19 21:24:10 +01:00
- Added '-Wno-parentheses' to the compiler options.
- Mapped 'kInfo' as help key in setup menu.
- Refactored statistic collecting code.
2008-01-26 21:45:25 +01:00
2008-02-18 12:54:01 +01:00
2008-02-18: Version 0.0.7
2008-01-26 21:45:25 +01:00
- Updated for vdr-1.5.15.
2008-02-18 15:18:11 +01:00
- Replaced asprintf with cString.
- Updated French translation (Thanks to Michaël Nival).
2008-01-28 23:37:26 +01:00
- Modified VDR locale support detection.
- Added preliminary automatic Pid scanning functionality.
- Modified channels.conf format to enable/disable channel
specific pid and sid scanning functionality.
- Removed the general sid scanning setup option.
2008-03-27: Version 0.2.0
- Updated for vdr-1.6.0.
- Updated Italian translation (Thanks to Diego Pierotto).
- Added Russian translation (Thanks to Alexander Gross).
2008-06-20 21:34:50 +02:00
2008-06-20: Version 0.2.1
- Updated Italian translation (Thanks to Diego Pierotto).
- Removed compatibility mode for old channels.conf format.
- Updated vlc2iptv script for new channels.conf format.
2008-04-13 18:04:03 +02:00
- Added pluginparam patch for vdr-1.7.0.
2008-06-20 21:34:50 +02:00
- Added new example scripts from VDR-WIKI.
2008-xx-xx: Version 0.2.2
- Updated Italian translation (Thanks to Diego Pierotto).
- Tweaked pid scanner parameters for HD broadcasts.
- Fixed opening of fifo tap.
- Updated iptvstream.sh script to support optional video resolution settings.
2008-09-10 16:22:36 +02:00
- Optimized streamer thread termination.