summaryrefslogtreecommitdiff
path: root/Todo
AgeCommit message (Collapse)Author
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
2012-01-07Fix build with vdr without yaepg support.Johns
2012-01-07Support yaepghd video output position change.Johns
And code and comments cleanups.
2012-01-07Release Version 0.2.0.0.2.0Johns
2012-01-05Add color standard support to vdpau.Johns
2012-01-05VDPAU improvements.Johns
Add denoise, sharpness, skip chroma deinterlace support. Show OSD only if something is to display, improves performance. Add deinterlace mode with only 4 surfaces.
2012-01-04Add OSS Mixer support.0.1.5Johns
2012-01-03Audio update.Johns
Alsa: report needed down sampling of 3/5/6 to 2 channels. Moved alsa code into alsa module. Initial OSS output support.
2012-01-02Documents updates.Johns
2011-12-31Use only the needed number of surfaces.Johns
Fix problem with video-xvba and too many surfaces used. Prepare new audio driver "oss".
2011-12-30Name threads for easier debugging.Johns
2011-12-29Fix bug: CodecVideoDecode destroys avpkt.Johns
2011-12-29Add missing VdpauDecoderDestroy.0.1.3Johns
2011-12-25Fix bug: wrong aspect video size calculation.Johns
2011-12-24Cleanups + Version 0.1.2 released.0.1.2Johns
2011-12-23Initial vdpau hw decoder support.Johns
2011-12-20Reorder pts.Johns
2011-12-17Store config values, when menu leaves.Johns
2011-12-14Initial support of replay.Johns
2011-12-13Add vaSyncSurface for new surface displayed.Johns
Intel 1080i needs sync to have frame decoded. Nvidia drops frames, if always synced.
2011-12-12Add deinterlace/scaling modes to setup.Johns
2011-12-11Add guards against cleanup errors.Johns
2011-12-10Video enhancements.Johns
Pass PTS to video codec. Flush audio buffer on channel change. Sync audio + video stream. Add workaround for Intel VA-API driver that forgets OSD position/size.
2011-12-08Pass audio PTS to codec.Johns
Correct PTS extraction and pass it to codec module. C++ destructor calls C function. Fix spuDecoder is used uninitialized.
2011-12-06Standard distribution files.Johns