summaryrefslogtreecommitdiff
path: root/softhddev.c
AgeCommit message (Collapse)Author
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
Add stillpicture debug. Some small stillpicture fixes.
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
Fix bug: audio/video out of sync after jump in recordings.
2012-05-13Poll input buffers, if display buffers are full.Johns
2012-05-09Initial ADTS (AAC+) support.Johns
2012-04-21Handle jump in stream like stream start.Johns
2012-04-17Show black picture, if no video stream available.Johns
New audio ring code. New audio filters (first part).
2012-04-15Add -D option to getopt.Johns
2012-04-14Adds detached start mode.Johns
2012-04-12Fix bug: X11 server keeps sending USR1 signals.Johns
2012-04-11Fix bug: playback errors with old PES recordings.Johns
2012-04-05Buffer less video and audio.Johns
2012-04-01Calling TrickSpeed without decoder can happen.Johns
2012-03-31Audio/Video sync rewrite.Johns
Trick-speed support moved to video module. Reduce video messages.
2012-03-15Add optional argument to ATTA svdrp commmand.Johns
2012-03-12Cleanups.Johns
2012-03-10Better Poll(), flush video buffers after replay.Johns