summaryrefslogtreecommitdiff
path: root/softhddev.c
AgeCommit message (Collapse)Author
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
2012-03-09Wakeup display to show OSD for remote learning.Johns
2012-03-07Video cleanup.Johns
Add noop video output module. Move VideoThread check into lock/unlock functions. Add support for choosing video output module.
2012-03-06Need extra space in ring buffer for sequence end.Johns
2012-03-06Fix fast backward with some h264 streams.Johns
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