vdr-plugin-iptv/HISTORY

155 lines
4.2 KiB
Plaintext
Raw Normal View History

2010-03-04 16:34:21 +01:00
==================================
2007-09-12 19:28:59 +02:00
VDR Plugin 'iptv' Revision History
2010-03-04 16:34:21 +01:00
==================================
2007-09-12 19:28:59 +02:00
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-10-12 21:44:17 +02:00
2008-10-12: Version 0.2.2
2008-10-12 21:44:17 +02:00
- Converted HISTORY and fi_FI.po to UTF-8.
- 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.
2008-12-14 19:27:45 +01:00
2008-12-16 16:14:45 +01:00
2008-12-16: Version 0.2.3
2008-12-14 19:27:45 +01:00
- Updated for vdr-1.7.2.
2008-12-16 16:14:45 +01:00
- Silenced a compilation warning.
2009-02-25 13:34:19 +01:00
2009-02-25: Version 0.2.4
- Updated for vdr-1.7.4.
- Fixed blacklisting of PAT section filter.
- Set max IPTV device count to VDR's max devices.
2009-02-25 21:52:25 +01:00
- Fixed a possible crash in sid and pid scanners.
2009-02-26 15:04:12 +01:00
2009-03-08: Version 0.2.5
2009-02-26 15:04:12 +01:00
- Optimized TS packet data flow.
2009-02-27 15:05:19 +01:00
- Refactored section filter class.
- Cleaned up example scripts.
- Fixed pid scanner to set the existing video stream type
(Thanks to ua0lnj for reporting this one).
- Added optional patches to disable CA updates.
2009-03-20 16:43:31 +01:00
2009-03-22: Version 0.2.6
- Added a note about recommended frequencies into README.
- Fixed a locking bug with section filters.
2009-03-20 16:43:31 +01:00
- Fixed some lint warnings.
2009-03-31 07:17:24 +02:00
2009-06-01 10:17:18 +02:00
2009-06-01: Version 0.3.0
2009-03-31 07:17:24 +02:00
- Added iptvstream-notrap.sh script.
- Fixed setting parameters when protocol changes
(Thanks to Peter Holik for reporting this one).
- Updated example scripts to use ffmpeg's direct UDP output
and added a new "image.sh" script (Thanks to Peter Holik).
2009-10-01 22:11:46 +02:00
2009-10-01: Version 0.3.1
- Updated patches.
- Added optional patches to disable EIT scanning.
- Fixed handling of HTTP protocol headers.
- Modified sectionfilters to use socket pair instead of
filesystem fifos.
2010-03-04 17:34:04 +01:00
2010-03-05: Version 0.3.2
- Updated patches.
- Fixed argument corruption.
2010-03-04 16:34:21 +01:00
==================================
VDR Plugin 'iptv' Revision History
==================================
2010-03-05: Version 0.4.0
- Updated for vdr-1.7.13.
- Fixed argument corruption.
2010-03-08 20:12:06 +01:00
2010-03-09: Version 0.4.1
2010-03-08 20:12:06 +01:00
- Fixed channel parameter corruption.
- Added Dutch translation (Thanks to Carel).
2010-03-14 16:39:52 +01:00
2010-06-06 19:36:58 +02:00
2010-06-06: Version 0.4.2
2010-03-14 16:39:52 +01:00
2010-06-06 19:36:58 +02:00
- Updated for vdr-1.7.15.
2010-09-19 21:01:24 +02:00
2010-09-19: Version 0.4.3
2010-09-19 21:01:24 +02:00
- Updated for vdr-1.7.16.
- Renamed Sid scanner to section id scanner and added
experimental Tid/Nid support into it.
- Added optional source address validation for UDP protocol.
- Fixed audio pid detection in pid scanner.
- Changed ProvidesChannel() to set the need of detaching
receivers due to VDR's channel selection mechanism.
- Enabled partial content responses for HTTP protocol.