Commit Graph

211 Commits

Author SHA1 Message Date
Johns 978fc59aba Add support for umlauts in input fields. 2014-01-08 16:57:08 +01:00
Johns 8577292c50 Fix bug: memory leak. 2014-01-06 16:51:37 +01:00
Johns cfda3ba39d Fix bug: Option softhddevice.BlackPicture has no effect. 2013-11-23 16:48:02 +01:00
Johns fb2a7f9959 CLOCK_REALTIME -> CLOCK_MONOTONIC to allow time changes. 2013-10-08 10:18:04 +02:00
Johns 58a76439ee Softer audio/video sync. 2013-09-30 20:54:27 +02:00
Johns a13c25d309 Add function GetStats to the video output module. 2013-08-07 10:29:44 +02:00
Johns 5265e68aa9 Add function ResetStart to the video output module. 2013-08-06 12:16:30 +02:00
Johns 11121b5bdd Add function SetClosing to the video output module. 2013-08-04 17:43:11 +02:00
Johns d8e96c7871 Generalize GetVaapiContext to GetHwAccelContext. 2013-08-03 17:27:52 +02:00
Johns c646007db1 Use ffmpeg new names AVCodecID, AV_CODEC_... . 2013-07-18 17:08:47 +02:00
Johns 738e9402d2 Report synced as info and not as debug message. 2013-07-15 16:58:36 +02:00
Johns 64c11efc1b Fix bug: wrong grab size, introduced with AMD VDPAU. 2013-05-16 20:28:44 +02:00
Johns c1d3b9d048 Support AMD VDPAU with surface != requested size. 2013-05-10 15:53:26 +02:00
Johns 4fe1c43c08 Removes VA-API enabled as default.
Removes studio levels environment setting.
2013-04-23 20:46:36 +02:00
Johns 7a5e696bc4 Fix opengl and opengl threads bugs. 2013-04-17 16:35:51 +02:00
Johns 8f99f80d44 Initial opengl support with va-api only. 2013-04-16 16:44:42 +02:00
Johns 5b35e70b94 Fix bug #1302: Unsupported pixel format crash. 2013-04-08 16:42:47 +02:00
Johns 23b0e0d599 Add workaround for zero width+height and ffmpeg >= 1.2. 2013-04-03 16:47:21 +02:00
Johns efcf3a1d2d Fix Bug #1286: typo. 2013-03-12 23:27:09 +01:00
Johns a7562eb2be Removes "static" warning. 2013-03-06 17:31:01 +01:00
cyril a747829ffb Adds raise softhddevice video window support. 2013-03-06 17:07:30 +01:00
Johns b3ddc47cb5 Removes "unused parameter" warnings. 2013-02-25 16:39:32 +01:00
Johns 21e4f4ee04 Workaround for ffmpeg 1.1.x get_format bug. 2013-02-25 16:33:40 +01:00
Johns 936566c642 Show vaapi droped/missed messages with info level. 2013-02-23 15:56:24 +01:00
Johns d6f557c6f7 Removes warnings, when compiles without VDPAU. 2013-02-15 15:58:49 +01:00
Johns 145d65ff01 Debug time for channel switch. 2013-02-11 15:11:52 +01:00
Johns d4535a34c9 Fix xcb deadlock while closing PIP decoder.
Close video decoder from inside the decoder thread,
otherwise xcb hangs in a lock.
2013-02-07 16:54:16 +01:00
Johns b48e0d0638 Support VDR 1.7.36 new build system. 2013-01-29 17:04:50 +01:00
Johns d5e111238d Improves VDPAU dissplay preemption handling. 2013-01-25 16:55:25 +01:00
Sibbi 2733e47af7 Add modifiers to X11 remote key names. 2013-01-25 16:52:23 +01:00
Johns 04286fb2ad Add video compatibility with >=ffmpeg 1.1. 2013-01-23 21:54:56 +01:00
Johns a1f17199d6 Crop setup is done by VdpauSetupOutput. 2013-01-22 17:08:44 +01:00
Johns 3366faece2 Fixes close PIP threading bug. 2013-01-08 21:11:46 +01:00
Johns 11293e8dc1 Split mpeg packets in receiver thread. 2013-01-07 16:55:42 +01:00
Johns 3bcc3d280e fprints only when building debug version. 2013-01-06 19:17:02 +01:00
Johns b24409323d Fix detach and attach bug. 2013-01-05 22:48:01 +01:00
Johns fa09d940c5 Fix PIP threading problems. 2013-01-05 20:44:54 +01:00
Johns 7e96a292eb First video surface clears complete window. 2013-01-05 15:41:57 +01:00
Johns 1a744a8eb8 Sync to audio only with the first video stream. 2013-01-04 18:04:53 +01:00
Johns b54ddd4549 Enable more than 1 vdpau video stream. 2013-01-04 15:54:32 +01:00
Johns d42475f2dc Prepared reentrant video stream. 2013-01-03 18:52:34 +01:00
Johns 06b8e3d784 Fix video size not updated for VAAPI. 2013-01-02 23:59:46 +01:00
Johns 3d5e59a6e5 Support multiple streams with ScaleVideo. 2013-01-01 15:21:28 +01:00
Johns acf377ec60 Makes 4:3 and 16:9 display format configurable.
Don't use DVB display format.
2013-01-01 14:48:51 +01:00
Johns 33b14be516 Change VideoSetOutputPosition to work OSD relative. 2012-12-31 17:51:43 +01:00
Johns 3907f3eb2f Change +%d to %+d, which is more general. 2012-12-31 17:11:22 +01:00
Johns 9719fef55b Fix video size not updated, when window size change. 2012-12-30 17:05:42 +01:00
Johns 9b69045a20 Use 1 surface reserve. 2012-12-24 12:59:35 +01:00
Johns 966ff4229a Better video stream window position support. 2012-12-24 12:23:16 +01:00
maverick-me 10075aa501 Fix 3d OSD position. 2012-11-05 23:13:42 +01:00