summaryrefslogtreecommitdiff
path: root/softhddev.c
AgeCommit message (Collapse)Author
2012-03-05Move grab unsupported warning to low-level.Johns
2012-03-05Fix bug: NAL end of sequence is 10 and not 0x10.Johns
Cleanup, remove old cruft. Add support for pes recordings.
2012-03-03Makes audio ts parser default. Suspend fixes.0.4.9Johns
2012-03-03Removes LPCM detection from TS parser.Johns
2012-03-02Fix Bug: PES audio buffer not correct reset.Johns
2012-03-02Handle initial suspend mode like normal suspend.Johns
2012-03-01Add support for attach/detach plugin.Johns
2012-02-24Fix bug in new audio ts parser: hangup.Johns
2012-02-23Survive lost X11 display.Johns
2012-02-23Fix bug: 100% cpu use with plugins like mp3.Johns
2012-02-22Fix bug: No OSD until valid video stream shown.Johns
2012-02-21New audio PES handling.Johns
New easier and more flexible audio PES packet parser, which includes own codec parser. Removed av_parser use. Reduced audio buffer time, faster channel switch. New audio transport stream parser (not enabled as default).
2012-02-19Fix bug: Grabbing JPG image fails while suspended.Johns
2012-02-16Add posibility to disable repeat pict warning.Johns
2012-02-16Adds trick speed support.Johns
2012-02-15Fix bug: wrong start of video packet.Johns
2012-02-14Fix bug: local id variable overwrites argument.Johns
2012-02-14Find AC3 (Dolby Digital) inside PES packet.Johns
2012-02-14Fix bug: dvd plugin not working.Johns
2012-02-12Jpeg screengrab use VDR RgbToJpeg function.m.Rcu
2012-02-12Add play/pause audio support.Johns
2012-02-12Fix bug: mpeg stills not displayed.Johns
2012-02-11Forgot to reenable FindAudioSync.Johns
2012-02-11Detect audio stream type only after stream switch.Johns
2012-02-11Detect more h264 streams with leading zeros.Johns
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