mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
66 lines
1.6 KiB
Plaintext
66 lines
1.6 KiB
Plaintext
VDR Plugin 'pictures' Revision History
|
|
--------------------------------------
|
|
|
|
2008-01-13: Version 0.0.1
|
|
|
|
- Initial revision.
|
|
|
|
2008-01-19: Version 0.0.2
|
|
|
|
- Fixed the Play function (when used from a directory in the pictures menu
|
|
it always started with the next directory).
|
|
- Added Finnish texts (thanks to Rolf Ahrenberg <rahrenbe@cc.hut.fi>).
|
|
|
|
2008-01-27: Version 0.0.3
|
|
|
|
- Added French texts (thanks to Patrice Staudt <patrice.staudt@laposte.net>).
|
|
|
|
2008-02-02: Version 0.0.4
|
|
|
|
- Added option -i to pic2mpg to ignore unknown file types.
|
|
|
|
2008-02-17: Version 0.0.5
|
|
|
|
- Fixed setting the OSD area.
|
|
- Introduced 'operator const void * ()' in cString to catch cases where operator*()
|
|
should be used.
|
|
|
|
2008-02-29: Version 0.0.6
|
|
|
|
- Made the 'pic2mpg' script of the 'pictures' plugin work with uppercase filename
|
|
extensions and relative paths (reported by Stefan Wagner <stefanwag@gmx.at>).
|
|
|
|
2008-03-14: Version 0.0.7
|
|
|
|
- Added Russian translations (thanks to Alexander Gross).
|
|
|
|
2009-12-06: Version 0.0.8
|
|
|
|
- Several code modifications to avoid compiler warnings (thanks to Winfried Köhler).
|
|
|
|
2010-02-28: Version 0.0.9
|
|
|
|
- Added Lithuanian language translations (thanks to Valdemaras Pipiras).
|
|
|
|
2011-02-20: Version 0.1.0
|
|
|
|
- Fixed reallocating memory (reported by Paul Menzel).
|
|
|
|
2011-07-23:
|
|
|
|
- Now rotating images according to the EXIF 'Orientation' parameter.
|
|
|
|
2011-08-14:
|
|
|
|
- The pic2mpg script now generates HD images (thanks to Andre Weidemann for his
|
|
support in using convert/ffmpeg). The old SD version is still available as
|
|
pic2mpg-sd.
|
|
|
|
2011-11-02:
|
|
|
|
- Fixed handling images that are rotated by 180 degrees in pic2mpg.
|
|
|
|
2012-01-08:
|
|
|
|
- Added option -o to pic2mpg.
|