summaryrefslogtreecommitdiff
path: root/softhddev.c
AgeCommit message (Collapse)Author
2012-02-09Set mixer channel through command line optionJohns
2012-02-08jpeg_mem_dest only supported by jpeg 8.0.Johns
2012-02-08Add support for AAC LATM audio streams.Johns
2012-02-06Support more LPCM sample rates and channels.Johns
2012-02-06Quick&dirty support for mpeg LPCM streams.Johns
2012-02-06Workaround for text2skin undrawn OSD areas.Johns
2012-02-05Detect dvb LPCM stream and ignore it.Johns
2012-02-04Makes Workarounds command line configurable.Johns
2012-02-01Video updates and bug fix.Johns
Check if surface is ready in VaapiGetSurface. Set PTS/DTS only in the first split video packet. Add support for 4:3 output modes. Quicker auto-crop after channel switch. Add auto-crop support for Intel VA-API backend. Fix bug: Auto-Crop logo skip didn't use displayed width.
2012-01-31Removed debug printf.Johns
2012-01-31Workaround for mpeg2 FFMpeg+VA-API+Intel GPU hung.Johns
2012-01-30Add support to start the plugin in suspended mode.HelAu
2012-01-27Reduces audio latency, increases audio buffer time.Johns
2012-01-27Video bug fix.Johns
Made video_test working again. Disabled VA-API Intel vaAssociateSubpicture workaround. Fix bug: Must release lock for VideoPollEvent. Allow faster video and audio sync. Fix bug: Software decoder use vaPutImage with Intel backend. Fix bug: Artefacts are shown after mpeg2 channel switch. Fix bug: VideoReleaseSurface called after VideoExit.
2012-01-26Support external players.Johns
2012-01-24Add support for grab jpeg image.m.Rcu
2012-01-24Wait for X11 exit and kill it, if not.Johns
2012-01-24Fix still picture handling.Johns
2012-01-23VDPAU: Add primitive software scaler to grab imageJohns
2012-01-22Fix bug: close codec missing.Johns
2012-01-22Suspend can close and open video and audio device.Johns
2012-01-22Use different alsa device for AC3/pass-through.Morone
2012-01-22Add dummy player and control for suspend mode.Johns
2012-01-21Release Version 0.4.0.0.4.0Johns
2012-01-20VDPAU: Add screenshot support.Johns
2012-01-19Small miscellaneous cleanups.Johns
2012-01-18OSD improvements:Johns
Use OSD size equal to video window. Update only dirty area(s) of OSD. Show/mix only used area of OSD. Fix bug: vpdau use previous resolution for deint, ...
2012-01-15Support BBC-HD (no clean solution).Johns
2012-01-13Add support for fullscreen mode.Johns
2012-01-11Suspend when user is inactive.Johns
2012-01-10Don't mute hardware while replaying.Johns
2012-01-10Add main menu entry, which suspends the plugin.Johns
2012-01-09Video improvements.Johns
Fix generate of video output from StillPicture. Add support for resolution dependend video parameterts (Deinterlace, Scaling, Denoise, Sharpen, ...).
2012-01-08Improved replay of recordings.Johns
2012-01-07Support yaepghd video output position change.Johns
And code and comments cleanups.
2012-01-06Fix bug: broken device plugin stop and exit.Johns
2012-01-04Remove warnings, reduce debug informations.Johns
2012-01-03Crash and thread fixes.Johns
Check if PTS is valid, otherwise debug code does false abort. Fix bug: audio new stream is not thread safe.
2012-01-01Search audio sync inside PES packets.Johns
2011-12-29Fix bug: CodecVideoDecode destroys avpkt.Johns
2011-12-29Add missing VdpauDecoderDestroy.0.1.3Johns
2011-12-26Cleanup video packet ringbuffer.Johns
2011-12-24Cleanups + Version 0.1.2 released.0.1.2Johns
2011-12-23New video stream never reset, if buffer full.Johns
2011-12-23Initial vdpau hw decoder support.Johns
2011-12-22Initial vdpau support.Johns
2011-12-19Audio/video sync improvements.Johns
Configurable audio delay. Use monotonic pts. Support old libav or ffmpeg libraries.
2011-12-15New video/audio sync code.Johns
2011-12-14Initial support of replay.Johns
2011-12-12Add deinterlace/scaling modes to setup.Johns