summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2012-01-24Add support for grab jpeg image.m.Rcu
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-24Fix still picture handling.Johns
2012-01-24Fix dead-lock in VdpauExit.Johns
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-22Suspend can close and open video and audio device.Johns
2012-01-22Cleanups and Codec..Del.. prototypes.Johns
2012-01-22Use different alsa device for AC3/pass-through.Morone
2012-01-22Add dummy player and control for suspend mode.Johns
2012-01-21Buffertime compile time configurable in ms.Johns
2012-01-21Release Version 0.4.0.0.4.0Johns
2012-01-20VDPAU: Add screenshot support.Johns
2012-01-20VDPAU: Add auto-crop support.Johns
2012-01-19VDPAU: Changed OSD alpha calculation.Johns
2012-01-19Fix bug: Used VideoSharpen for denoise settings.Johns
Instant update deinterlace/... configuration changes.
2012-01-19Fix bug: AudioExit called without AudioInit crash.Johns
2012-01-19Release Version 0.3.5.0.3.5Johns
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-17Fix software deinterlace with VA-API.Johns
2012-01-16Fix bug: transposed digits 567 should be 576.Johns
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-15Release Version 0.3.1.0.3.1Johns
2012-01-13Fix bug: AudioFreeBytes fails if no audio ready.Johns
2012-01-13Add support for fullscreen mode.Johns
2012-01-12VAAPI: Instant use new deinterlace configuration.Johns
2012-01-12Fix subtitle position.Johns
2012-01-10Patch collection from Christian Ruppert.Christian Ruppert
Move objects before $LIBS to avoid link failures with --as-needed. Do not override CFLAGS for video test. Rearrange *FLAGS incl. some minor fixes. Don't override VDRDIR, LIBDIR and TMPDIR in makefile. Don't abuse LDFLAGS in makefile. Define CC in makefile. Include GL/gl.h for the GL_COLOR_BUFFER_BIT definition. VideoInit() needs an argument.
2012-01-10Add support for close and resize x11 window.Johns
2012-01-09Version 0.3.0 released.0.3.0Johns
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-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-07Add support for ac3 audio pass through.Johns
2012-01-06Fix bug: broken device plugin stop and exit.Johns
2012-01-05Show transparent cursor to hide cursor.Johns
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-29Prepared vdpau noise reduction support.Johns
2011-12-29Vpdau displays black, when no video available.Johns
2011-12-29Fix bug: CodecVideoDecode destroys avpkt.Johns
2011-12-24Cleanups + Version 0.1.2 released.0.1.2Johns
2011-12-23Initial vdpau hw decoder support.Johns
2011-12-19Audio/video sync improvements.Johns
Configurable audio delay. Use monotonic pts. Support old libav or ffmpeg libraries.
2011-12-16Support xcb_set_wm_protocols for xcb-util <0.3.8.Johns