summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-04-13 12:41:57 +0000
committerphintuka <phintuka>2008-04-13 12:41:57 +0000
commit79d78d776d930ae88ac3a35bbbc80d81e1493afe (patch)
treecaa08a47602953b6d7f13e938b7188ab6e231560
parent6ecc71d425a6ecb499c7657a96b8723bf41b03ce (diff)
downloadxineliboutput-79d78d776d930ae88ac3a35bbbc80d81e1493afe.tar.gz
xineliboutput-79d78d776d930ae88ac3a35bbbc80d81e1493afe.tar.bz2
Updated for 1.0.0 from CVS logs.
-rw-r--r--HISTORY47
1 files changed, 47 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 52b498dc..340be5f4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,53 @@
VDR Plugin 'xineliboutput' Revision History
-------------------------------------------
+2008-04-14: Version 1.0.0
+- Added Italian translations (Thanks to Gringo)
+- Added Czech translations (Thanks to Maya)
+- Added HUD OSD (Blend OSD using graphics hardware) and --hud command-line option.
+ (Thanks to Antti Seppälä and Rolf Ahrenberg)
+- Added support for libextractor metadata parsing library (Petri Helin)
+- Added service interface for launching media player (Suggested by Tobias Grimm)
+- Added configuration options for unsharp and denoise3d post plugins (Petri Helin)
+- Fixed the case when watching image files and the first one just flashes and
+ gets replaced by black image (Petri Helin)
+- Added support for VDR 1.5.x and 1.6.0
+- Dropped legacy code for vdr-1.3.x
+- Added support for xine-lib up to 1.1.11.1
+- Added support for xine-lib 1.2 hg branch
+- Changed mrl syntax from xvdr[:proto]:// to xvdr[+proto]://
+- Added video softwarwe scaling support
+- Added non-linear 4:3 -> 16:9 "smart" scaling
+- Added configure option for video aspect ratio (Petri Helin)
+- Added media player options for enabling or disabling metainfo types, metainfo
+ scanner and metainfo caching (Petri Helin)
+- Added support for smooth fast forward (Thanks to Timo Eskola)
+- Added setup option to limit trick speed
+- Removed support for arts audio output
+- Added setup option to change external subtitle (.sub/.srt) font size
+- Added command-line option for binding to specific local interface address
+- Initial support for H.264 video
+- Support for HD-resolution OSD (Petri Helin). Requires patched vdr.
+- Increased local frontend initialization timeout (Thanks to Mikko Vartiainen)
+- Removed configuration option to disable OSD downscaling
+- Improved media player playlist handling and menu (Petri Helin)
+- Fixed DVD menu domain detection (Petri Helin)
+- Fixed DVD title and chapter information shown on the OSD (Petri Helin)
+- Improved key mappings for audio player (Petri Helin)
+- Allow users to add single files to playlist as well as whole directories (Petri Helin)
+- Fixed "TCP fifo full" problem
+- Added hotkeys for audio delay (Thanks to Timo Eskola)
+- Enabled streaming of external subtitle files for remote frontends
+- Added support for multithreaded video decoding. Auto-detect number of CPUs.
+- Show address of current VDR server in X title bar
+- Added support to control HW aspect ratio with external script
+- Added support to output video and OSD to existing X11 window
+- Allow fine-tuning of SCR (should reduce frame drops/duplications and make video smoother)
+- Support using ffmpeg mpeg2 video decoder instead of libmpeg2 decoder
+- Improved PTS warp detection
+- Restore DPMS state at exit
+- Fixed sxfe window position when returning from fullscreen mode (Thanks to Timo Eskola)
+
2007-05-17: Version 1.0.0rc2
- Workaround for xine-lib demux_mpeg_block PTS wrap issue