summaryrefslogtreecommitdiff
path: root/video.c
AgeCommit message (Expand)Author
2015-10-06Fix compile error with opengl and without va-api.Johns
2015-10-05Added VDPAU multi decoder loop changes to VA-API code.Johns
2015-10-01Disabled old code before removement.Johns
2015-09-30Speedup queuing output surface, when decoder buffers are full.Johns
2015-09-30Calculate queued output surfaces and show them in info message.Johns
2015-08-26Fix bug: EnableDPMSatBlackScreen only available with USE_SCREENSAVER.Johns
2015-08-10Configurable enable DPMS, while black screen is displayed.master_red
2015-06-30Fix bug: wrong and crash, if vdr draws pixmaps outside OSD.Johns
2015-03-10Fix bug: brightness and .. are calculated wrong.Johns
2015-03-10Add automatic frame rate detection for older ffmpeg versions.Johns
2015-03-10Fix bug: destroyed vdpau surfaces still used in queue.Johns
2015-03-10Fix bug: need signed char, if compiler has unsigned chars.Johns
2015-03-10Fix bug: center cut-out didn't use cut off pixels.Johns
2015-02-09Fix bug: AVCodecContext.framerate not supported.Johns
2015-02-06Use video stream frame rate for A/V sync.Johns
2014-10-16Corrected black surface for va-api.Antti Seppälä
2014-10-16Newer va-api intel drivers support PutImage.Johns
2014-10-13Fix crash with VA-API vdpau backend.Johns
2014-10-11Fix bug: random rubbish at the end of letter.mini73
2014-06-25Use GCC built-in functions for atomic operations.Johns
2014-02-27Fix compile with newer libav.Johns
2014-02-04Add some VA-API VPP info outputs.Johns
2014-01-14Fix alternative OSD support with VDPAU bitmap surfaces.Johns
2014-01-08Add support for umlauts in input fields.Johns
2014-01-06Fix bug: memory leak.Johns
2013-11-23Fix bug: Option softhddevice.BlackPicture has no effect.Johns
2013-10-08CLOCK_REALTIME -> CLOCK_MONOTONIC to allow time changes.Johns
2013-09-30Softer audio/video sync.0.6.1rc1Johns
2013-08-07Add function GetStats to the video output module.Johns
2013-08-06Add function ResetStart to the video output module.Johns
2013-08-04Add function SetClosing to the video output module.Johns
2013-08-03Generalize GetVaapiContext to GetHwAccelContext.Johns
2013-07-18Use ffmpeg new names AVCodecID, AV_CODEC_... .Johns
2013-07-15Report synced as info and not as debug message.Johns
2013-05-16Fix bug: wrong grab size, introduced with AMD VDPAU.Johns
2013-05-10Support AMD VDPAU with surface != requested size.Johns
2013-04-23Removes VA-API enabled as default.Johns
2013-04-17Fix opengl and opengl threads bugs.Johns
2013-04-16Initial opengl support with va-api only.Johns
2013-04-08Fix bug #1302: Unsupported pixel format crash.Johns
2013-04-03Add workaround for zero width+height and ffmpeg >= 1.2.Johns
2013-03-12Fix Bug #1286: typo.Johns
2013-03-06Removes "static" warning.Johns
2013-03-06Adds raise softhddevice video window support.cyril
2013-02-25Removes "unused parameter" warnings.Johns
2013-02-25Workaround for ffmpeg 1.1.x get_format bug.Johns
2013-02-23Show vaapi droped/missed messages with info level.Johns
2013-02-15Removes warnings, when compiles without VDPAU.Johns
2013-02-11Debug time for channel switch.Johns
2013-02-07Fix xcb deadlock while closing PIP decoder.Johns