mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
125 lines
4.0 KiB
Plaintext
125 lines
4.0 KiB
Plaintext
User johns
|
|
Date:
|
|
|
|
Instant update deinterlace configuration changes.
|
|
Fix subtitle position.
|
|
Add SVDRP support.
|
|
Suspend when user is inactive.
|
|
|
|
User Christian Rupper
|
|
Date: Tue Jan 10 22:33:14 CET 2012
|
|
|
|
Move objects before $LIBS to avoid link failures with --as-needed.
|
|
Do not override CFLAGS for video test.
|
|
Rearrange *FLAGS incl. some minor fixes.
|
|
Don't override VDRDIR, LIBDIR and TMPDIR in makefile.
|
|
Don't abuse LDFLAGS in makefile.
|
|
Define CC in makefile.
|
|
Include GL/gl.h for the GL_COLOR_BUFFER_BIT definition.
|
|
VideoInit() needs an argument.
|
|
|
|
User johns
|
|
Date: Tue Jan 10 22:32:50 CET 2012
|
|
|
|
Add main menu entry, which suspends the plugin.
|
|
Add support for resize window.
|
|
Close window sends "close" as remote key press.
|
|
|
|
Date: Mon Jan 9 22:09:38 CET 2012
|
|
|
|
Release Version 0.3.0
|
|
Add support of resolution dependend video parameters (deint, scale, ...).
|
|
Add support for recording play back.
|
|
Add workaround for alsa crash in snd_pcm_prepare.
|
|
Fix bug: audio crash on exit.
|
|
Fix build with vdr without yaepg support.
|
|
Support yaepghd video picture output position change.
|
|
|
|
Date: Sat Jan 7 13:20:07 CET 2012
|
|
|
|
Release Version 0.2.0
|
|
Add support for ac3 audio pass through.
|
|
Add workaround for alsa not playing hdmi sound.
|
|
Fix bug: broken device plugin stop and exit.
|
|
Show transparent cursor to hide cursor.
|
|
VDPAU: Add color standard support.
|
|
VDPAU: Add denoise and sharpness support.
|
|
VDPAU: Add skip chroma deinterlace support.
|
|
VDPAU: Show OSD only if something is to display, improves performance.
|
|
VDPAU: Add deinterlace with only 4 surfaces.
|
|
|
|
Date: Thu Jan 4 17:00:00 CET 2012
|
|
|
|
Release Version 0.1.5
|
|
Adds OSS mixer support.
|
|
Fix bug: audio new stream is not thread safe.
|
|
New audio driver OSS.
|
|
Fix bug: needed down sampling of 3/5/6 to 2 channels not reported.
|
|
Search audio sync inside PES packets, for insane dvb streams.
|
|
Use only the needed number of surfaces.
|
|
|
|
Date: Thu Dec 29 19:44:43 CET 2011
|
|
|
|
Release Version 0.1.4
|
|
Prepared vdpau noise reduction support.
|
|
Vdpau also displays a black surface, when no video is available.
|
|
Fix bug: CodecVideoDecode destroys avpkt.
|
|
|
|
Date: Thu Dec 29 00:55:57 CET 2011
|
|
|
|
Release Version 0.1.3
|
|
Add missing VdpauDecoderDestroy.
|
|
Cleanup video packet ringbuffer.
|
|
Allow build without VDPAU.
|
|
Fix bug: swapped end and start.
|
|
Support other than "PCM" alsa mixer channels.
|
|
|
|
Date: Sat Dec 24 15:26:27 CET 2011
|
|
|
|
Release Version 0.1.2
|
|
Fix wrong decoder->SurfaceField again.
|
|
Remove interlaced_frame debug, it can't be used.
|
|
Fix new video stream never resets, if buffers full.
|
|
|
|
Date: Fri Dec 23 21:31:27 CET 2011
|
|
|
|
Release Version 0.1.1
|
|
Initial VDPAU decoder support.
|
|
Initial VDPAU output support.
|
|
Configurable audio delay.
|
|
Make pts monotonic.
|
|
Support old libav and ffmpeg libs.
|
|
Support xcb_icccm_set_wm_protocols with xcb-util <0.3.8.
|
|
New video/audio sync code.
|
|
Support xcb-util <0.3.8.
|
|
Use current configuration for setup menu.
|
|
Initial support of replay.
|
|
Workaround for libva-driver-intel 1080i problems.
|
|
DisplayFrame displays now only a single frame.
|
|
Add deinterlace/scaling modes to setup.
|
|
|
|
Date: Sat Dec 10 00:06:46 CET 2011
|
|
|
|
Release Version 0.0.9
|
|
Pass audio/video PTS to codec.
|
|
Fix libva-driver-intel OSD problems.
|
|
Add audio resample support.
|
|
Reduce program exit crashes.
|
|
Add libva-driver-vdpau autodetection.
|
|
Add workaround for bugs in libva-driver-vdpau.
|
|
Threaded video display handler written.
|
|
Add support for unscaled osd (f.e. supported by intel-vaapi)
|
|
Add support for 16:9 and 4:3 video streams.
|
|
Add buildin X11 server start.
|
|
Remove ffmpeg deprecated functions.
|
|
Disable display of window cursor.
|
|
Can force self as primary device.
|
|
Smaller audio buffer.
|
|
Don't trust ffmpeg or stream interlace flag.
|
|
Fix Makefile.
|
|
Add setting analog volume.
|
|
|
|
Date: Thu Dec 1 20:48:35 CET 2011
|
|
|
|
Release Version 0.0.5
|