Commit Graph

165 Commits

Author SHA1 Message Date
Johns 6dfa88aecf Preparations for new ffmpeg VDPAU API. 2015-11-03 11:39:41 +01:00
Johns ec58e45607 Fix bug: wrong and crash, if vdr draws pixmaps outside OSD. 2015-06-30 10:12:09 +02:00
Johns e0f4a99b99 Workaround for ffmpeg 2.6 artifacts. 2015-04-22 12:14:15 +02:00
Johns 915dff8714 Fix bug: need signed char, if compiler has unsigned chars. 2015-03-10 10:20:53 +01:00
jinx 73ce4ba803 Enable toggle AC3 downmix. 2015-02-16 10:02:27 +01:00
Johns 46e9f23355 Use more portable fork for vfork. 2014-10-16 12:54:21 +02:00
Johns 37f409cb9a Use GCC built-in functions for atomic operations. 2014-06-25 15:17:00 +02:00
Johns 42bbb763fd Fix compile with newer libav. 2014-02-27 14:20:25 +01:00
Johns b7d372aa39 Audio flush only with audio. 2014-02-18 10:12:34 +01:00
Johns f73f7a28f3 Fix spelling in arguments help. 2014-01-30 10:36:53 +01:00
Johns 340e10a0eb Add Workaround for alsa blocking audio device. 2014-01-29 10:07:07 +01:00
Johns cfda3ba39d Fix bug: Option softhddevice.BlackPicture has no effect. 2013-11-23 16:48:02 +01:00
Dr. Seltsam 0e40f5f872 Add support to configure and clear buffers on channel switch. 2013-11-05 16:46:46 +01:00
Johns e3b32861b0 Add function VideoStreamOpen and always use VideoStreamClose. 2013-10-08 10:13:38 +02:00
Johns d8e96c7871 Generalize GetVaapiContext to GetHwAccelContext. 2013-08-03 17:27:52 +02:00
Johns 8ff65a011a Add compile time configurable trickspeed packets dump. 2013-07-29 19:14:32 +02:00
Johns 171a3f4dc9 Fix bug #1410: wrong spelled AC-3 and E-AC-3. 2013-07-26 16:55:33 +02:00
Johns 93357fb1cd Add compile time selectable h264 trickspeed workaround. 2013-07-24 20:06:05 +02:00
Johns c646007db1 Use ffmpeg new names AVCodecID, AV_CODEC_... . 2013-07-18 17:08:47 +02:00
Johns cc1e2de58b Reduce PES error messages. 2013-07-15 17:00:22 +02:00
Johns 857546a3a5 Fix the fix, when sillpicture is called in suspend. 2013-04-06 14:24:08 +02:00
Johns 7ef5667598 Patch was not 100% correct, fixed. 2013-04-03 16:51:27 +02:00
Johns 4e3f5f5414 Fix crash, when sillpicture is called in suspend mode. 2013-04-03 16:48:00 +02:00
Johns efcf3a1d2d Fix Bug #1286: typo. 2013-03-12 23:27:09 +01:00
Johns 1f0d5878b1 Adds H264 only hardware decoder for still-pictures. 2013-03-11 16:32:00 +01:00
cyril a747829ffb Adds raise softhddevice video window support. 2013-03-06 17:07:30 +01:00
Johns 7db63875d0 Adds optional only complete mpeg packets support. 2013-03-06 10:30:27 +01:00
Johns 9954b939ef Try to connect to X11 server, when start fails. 2013-02-27 16:48:42 +01:00
Johns 2cd667fb44 Improved pass-through (PCM+EAC3) support. 2013-02-11 16:53:51 +01:00
Johns d31ff55b12 Clear buffers quicker, when replay stops. 2013-02-08 21:03:06 +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 2c27d83b9e Makes buffers soft limit configurable. 2013-01-28 23:13:23 +01:00
Johns 04286fb2ad Add video compatibility with >=ffmpeg 1.1. 2013-01-23 21:54:56 +01:00
Johns cd82ee8e4a Fix bug: no sound with video output "none". 2013-01-22 17:18:18 +01:00
Johns 849ca7cfd6 Stronger H264/Mpeg detection tests. 2013-01-12 19:13:43 +01:00
Johns 308742a927 React faster only with mpeg. 2013-01-11 18:54:45 +01:00
Johns 1a730ef90b Fix build without USE_PIP. 2013-01-09 00:39:27 +01:00
Johns d59c2ad40b Must guard CodecVideoDecode. 2013-01-08 23:52:41 +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 7cc74795be Fix bug: missing external reference with -DUSE_PIP. 2013-01-06 19:14:46 +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 8ee1e84b2e Restore video position, when PIP closes. 2013-01-05 16:37:25 +01:00
Johns d89ada9aad Makes PIP+Video position configurable. 2013-01-04 21:50:55 +01:00
Johns 78100cba00 Use second stream for PIP. 2013-01-04 15:56:26 +01:00
Johns d42475f2dc Prepared reentrant video stream. 2013-01-03 18:52:34 +01:00
Johns 3d5e59a6e5 Support multiple streams with ScaleVideo. 2013-01-01 15:21:28 +01:00
Johns b1beb49798 Add support for old PES HDTV recording. 2013-01-01 12:09:54 +01:00
Johns 00d314dcd1 Disable trickspeed hack, to prevent ffmpeg crash. 2012-12-31 14:03:19 +01:00