summaryrefslogtreecommitdiff
path: root/softhddev.c
AgeCommit message (Expand)Author
2013-04-06Fix the fix, when sillpicture is called in suspend.Johns
2013-04-03Patch was not 100% correct, fixed.Johns
2013-04-03Fix crash, when sillpicture is called in suspend mode.Johns
2013-03-12Fix Bug #1286: typo.Johns
2013-03-11Adds H264 only hardware decoder for still-pictures.Johns
2013-03-06Adds raise softhddevice video window support.cyril
2013-03-06Adds optional only complete mpeg packets support.Johns
2013-02-27Try to connect to X11 server, when start fails.Johns
2013-02-11Improved pass-through (PCM+EAC3) support.Johns
2013-02-08Clear buffers quicker, when replay stops.Johns
2013-02-07Fix xcb deadlock while closing PIP decoder.Johns
2013-01-28Makes buffers soft limit configurable.Johns
2013-01-23Add video compatibility with >=ffmpeg 1.1.Johns
2013-01-22Fix bug: no sound with video output "none".Johns
2013-01-12Stronger H264/Mpeg detection tests.Johns
2013-01-11React faster only with mpeg.Johns
2013-01-09Fix build without USE_PIP.Johns
2013-01-08Must guard CodecVideoDecode.Johns
2013-01-08Fixes close PIP threading bug.Johns
2013-01-07Split mpeg packets in receiver thread.Johns
2013-01-06Fix bug: missing external reference with -DUSE_PIP.Johns
2013-01-05Fix detach and attach bug.Johns
2013-01-05Fix PIP threading problems.Johns
2013-01-05Restore video position, when PIP closes.Johns
2013-01-04Makes PIP+Video position configurable.Johns
2013-01-04Use second stream for PIP.Johns
2013-01-03Prepared reentrant video stream.Johns
2013-01-01Support multiple streams with ScaleVideo.Johns
2013-01-01Add support for old PES HDTV recording.Johns
2012-12-31Disable trickspeed hack, to prevent ffmpeg crash.Johns
2012-12-14Makes X11 server arguments configurable.Johns
2012-12-14Fix build with NO_TS_AUDIO.Johns
2012-11-25Missing space added.Johns
2012-10-29Use software decoder for still-pictures.Johns
2012-10-24Fix bug #1089: vdpau wrong number of mpeg refs.Johns
2012-10-19Fix bug: possible endless loop in pes audio parser.Johns
2012-10-10Report correct size in cSoftHdDevice::GetVideoSize.Johns
2012-09-15Close all filehandles before exec.Johns
2012-08-14Revert "mpeg_vdpau" back to "mpegvideo_vdpau".Johns
2012-08-13Fix bug: Can't use software decoder with VDPAU.Johns
2012-08-09Resume plugin, if dummy player looses control.Johns
2012-07-09FreeBSD compatibility fix.Johns
2012-07-03Add commandline support to disable hardware decoder.Johns
2012-07-02Display frame statistics in plugin menu.Johns
2012-06-30Fix bug: 100% CPU use during playback.Johns
2012-06-22Removed warnings and old code.Johns
2012-06-08Fix bug: dvd plugin times out. Readme update.Johns
2012-05-16Fix bug: 100% cpu use.Johns
2012-05-13Poll input buffers, if display buffers are full.Johns
2012-05-09Initial ADTS (AAC+) support.Johns