summaryrefslogtreecommitdiff
path: root/Todo
AgeCommit message (Collapse)Author
2014-01-30Fix spelling in arguments help.Johns
2013-07-24Add compile time selectable h264 trickspeed workaround.Johns
2013-05-10Don't forget PIP documentation.Johns
2013-04-16Initial opengl support with va-api only.Johns
2013-04-08Fix bug #1302: Unsupported pixel format crash.Johns
2013-04-03Add workaround for zero width+height and ffmpeg >= 1.2.Johns
2013-03-11Adds H264 only hardware decoder for still-pictures.Johns
2013-02-07Fix xcb deadlock while closing PIP decoder.Johns
Close video decoder from inside the decoder thread, otherwise xcb hangs in a lock.
2013-01-24Add audio compatibility with >=ffmpeg 1.1.Johns
2013-01-05New features documented.Johns
2012-10-303D update.Johns
2012-05-21Makes OSD size configurable.Johns
2012-04-30Adds VDR DFAtmo Plugin support.durchflieger
2012-04-20New audio ring buffer code, now OSS part.Johns
2012-04-05Update documents.Johns
2012-03-20mp3 needs 100% cpu again!Johns
2012-03-09Wakeup display to show OSD for remote learning.Johns
2012-03-08Disable and reenable screen saver and DPMS.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-06Make soft start sync setup menu configurable.Johns
2012-03-03Makes audio ts parser default. Suspend fixes.0.4.9Johns
2012-02-27Experimental audio drift correction support.Johns
2012-02-24Video background color documentation.Johns
2012-02-22Fix bug: No OSD until valid video stream shown.Johns
2012-02-2260Hz display mode configurable with setup.conf.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-13Release Version 0.4.7.0.4.7Johns
2012-02-13Studio levels could be configured in setup menu.Johns
2012-02-12Add play/pause audio support.Johns
2012-02-12Fix bug: audible glitch toggling AC-3 pass-throughJohns
2012-02-11Detect audio stream type only after stream switch.Johns
2012-02-10VDPAU: support for studio levels added.Johns
2012-02-08Add support for AAC LATM audio streams.Johns
2012-02-06Workaround for text2skin undrawn OSD areas.Johns
2012-02-05Detect dvb LPCM stream and ignore it.Johns
2012-02-02Auto-crop improvement and nicer a-v sync display.Johns
2012-02-01Add A-V info output and compile time option.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-30Finished rewrite of video code, to support modules.Johns
2012-01-29Add aspect change support to software decoder pathJohns
2012-01-29Repair software decoder with vaapi vdpau backend.Johns
2012-01-29Add workaround for Intel VA-API MPEG GPU hung.Johns
2012-01-28Release version 0.4.5.0.4.5Johns
2012-01-28Add configurable skip lines at video top + bottom.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-25Add VDPAU display preemption support.Johns
2012-01-24Video cleanup.Johns
More functions uses new module interface. Fix bug: VaapiOsdExit doesn't deassociate osd surface. Fix bug: First OSD can show random pixels.
2012-01-24Workaround for dead-lock in VdpauExit.Johns
2012-01-23VDPAU: Add primitive software scaler to grab imageJohns