summaryrefslogtreecommitdiff
path: root/Todo
AgeCommit message (Collapse)Author
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
2012-01-23VA-API: Add auto-crop support.Johns
2012-01-22Cleanups and Codec..Del.. prototypes.Johns
2012-01-21Release Version 0.4.0.0.4.0Johns
2012-01-20VDPAU: Add auto-crop support.Johns
2012-01-18OSD improvements:Johns
Use OSD size equal to video window. Update only dirty area(s) of OSD. Show/mix only used area of OSD. Fix bug: vpdau use previous resolution for deint, ...
2012-01-16Audio module cleanup (more to come).Johns
Alsa + OSS can be included/build at the same time. Alsa or OSS can be runtime selected with -a. Add audio thread support to OSS module. Add polled audio support to alsa module. Removed some debug source code.
2012-01-13Fix bug: snd_pcm_state: Assertion `pcm' failed.Johns
2012-01-13Add support for fullscreen mode.Johns
2012-01-12Fix subtitle position.Johns
2012-01-11Suspend when user is inactive.Johns
2012-01-10Add support for close and resize x11 window.Johns
2012-01-09Video improvements.Johns
Fix generate of video output from StillPicture. Add support for resolution dependend video parameterts (Deinterlace, Scaling, Denoise, Sharpen, ...).
2012-01-08Improved replay of recordings.Johns