Project

General

Profile

News

vdr-plugin-burn: burn-0.2.0-beta2 released (1 comment)

Added by FireFly over 14 years ago

This is mainly a bugfix release.

The following changes are integrated:
  • added support for ttxtsub plugin 0.2.0+ (dropping support for all earlier ttxtsubs releases)
  • automatically compile with ttxtsubs support if VDR supports it/is patched
  • added italian translations (thanks to Diego Pierotto)
  • added log messages where to find the detailed logfile dvd.log
  • added include of VDRs 1.7.13+ Make.global (optional for not breaking compatibility with earlier VDR versions)
  • fixed crash when no stream info in info file is present (reported by )
  • beautified menu subpicture xml output
  • delete track from track list if it was announced in PMT but did not appear (reported by )
  • fixed a memory leak which occurs only under rare circumstances and eats up all available memory and even more
  • fixed loading of marks for PES recordings (VDR 1.6.0 and 1.7.x)
  • fixed length calculation for recordings with an odd number of marks
  • fixed Project X options for multiple ttxt track

vdr-plugin-sudoku: Sudoku plugin 0.3.5 released

Added by TomG over 14 years ago

Changes:

- Moved to http://projects.vdr-developer.org/projects/show/plg-sudoku.
- Changed repository from subversion to git.
- Removed subversion keywords ($Id).
- Added support for VDR >= 1.7.13 (Make.global).
- Added method Pos::interacts_with.
- Removed compatibility to VDR < 1.6.0.
- Converted documentation and source files to UTF-8.
- Added unit tests.
- Fixed segfault in History::current.
- Fixed null pointer handling in History::add.
- Updated url and email of the VDR project to tvdr.de.
- Updated Doxyfile to doxygen version 1.6.3.

iStreamdev: istreamdev-1.0.1

Added by alib over 14 years ago

02.04.2010 - 1.0.1

- Added fix for PHP version < 5.2.0
- added php module check and dynamic loading if possible.
- some client speedups and optimisations
- removed custom segmenter code, no need for a modifief version anymore
- now stores segmenter and ffmeg pids to kill them
- removed AT dependency

iStreamdev: iStreamdev 1.0 (4 comments)

Added by alib over 14 years ago

Download: http://projects.vdr-developer.org/attachments/download/272/istreamdev-1.0.tar.gz

README: http://projects.vdr-developer.org/wiki/istreamdev/README
INSTALL: http://projects.vdr-developer.org/wiki/istreamdev/INSTALL
SCREENSHOTS: http://projects.vdr-developer.org/wiki/istreamdev/SCREENSHOTS

Read carefully the README before asking support.

03.29.2010 - 1.0.0

- Massive rework from scratch
- Now based on JQuery/JQTouch
- Fully Ajax/Json based. Server only send Json data to client.
- Client fully webapp compatible. All the client is loaded in the same html page.
- New skin with animated transitions. Hardware accelerated animations.
- Added recording from Channel info.
- Encoding status message is now updated live.
- Added new status "Encoding finished" for recording and videos files. It appears without "*" character before the name in Home sessions menu too.
- Added Electronic Program Guide with add timer feature.
- Dynamic minimise and compression of the css & js files. Now cached.
- gzip compression of all json data

vdr-plugin-osdpip: OSD-PiP plugin 0.1.0 released (1 comment)

Added by TomG over 14 years ago

Changes:

- Moved to http://projects.vdr-developer.org/projects/show/plg-osdpip as community maintained project using a GIT repository
- Committed old releases to the GIT repository
- Updated project homepage url in README
- Updated FSF address in the license information
- Added support for VDR >= 1.7.13 (Make.global)
- Use pkg-config to find compilation flags, libs etc for ffmpeg
- Fixed ffmpeg compatibility issues with newer ffmpeg versions
- Improved copyright and license information in the header of all source files

VDR PVRInput Plugin: vdr 1.7.13 obsoletes pluginparam-patch (42 comments)

Added by lhanisch over 14 years ago

If you are using vdr 1.7.13 or the 'bleeding edge' pvrinput-plugin, you have to make some changes to your channels.conf.

old channels.conf entry:

RTL:217250:PVRINPUT|TV:P:0:301+101:300:305:0:12003:1:1089:0

With 1.7.13 the source 'V' was assigned to pvrinput so we don't have to share the source parameters with other plugins like iptv etc. You must omit the "PVRINPUT|" prefix.
RTL:217250:TV:V:0:301+101:300:305:0:1:1:12003:0

And there's another change in pvrinput. Now we do proper section handling, so filters of vdr and other plugins (e.g. streamdev-server) are able to catch the PAT and PMT of the stream. TS-mode-streaming is working now... :-)

So even with vdr 1.7.12 or older you need to change it to:

RTL:217250:PVRINPUT|TV:P:0:301+101:300:305:0:1:1:12003:0

The reason: The SID of the channel has to match the program number of the PMT. Since the hdpvr and cx18 driven cards produce a TS on their own with a program number of 1, we decided to set the same SID at the generated PMT of ivtv based cards. Till now the w_pvrscan resp. wirbelscan-plugin sets a value related to the frequency in the SID field. This will work in environments with only ivtv cards but won't if you have a mix of ivtv and cx18. vdr will constantly change the PIDs according to the card which deliveres the channel.

On the other hand the combination of SID, NID and TID has to be distinct so the vdr can distinguish the channels. All you have to do is, move the old SID to the TID and set the SID to 1.

If you receive epg-data with tvmovie2vdr or the tvm2vdr-plugin make sure you update the channel map.

vdr-plugin-ttxtsubs: New VDR Teletext Subtitles plug-in release 0.2.1 (1 comment)

Added by etobi over 14 years ago

The changes:
  • Added Estonian translation by Arthur Konovalov (Closes #271)
  • Finnish translation updated by Rolf Ahrenberg
  • Trigger OSD update when an empty page is sent (making the previous subtitle
    disappear) (Closes #275)
  • French translation updated by Michaël Nival (Closes #278)
  • Makefile adjustments for VDR 1.7.13.
  • Fixed text rendering to not cut off bottom part (Closes #276)
  • Italian translation update by Diego Pierotto (Closes #283)
  • Added patch for VDR 1.7.13 (Closes #284)
(201-210/249)

Also available in: Atom