summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-10Add main menu entry, which suspends the plugin.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-09Fix audio crash in ThreadExit and snd_pcm_prepare.Johns
2012-01-08Improved replay of recordings.Johns
2012-01-08Ebuild bug fix.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-07Gentoo ebuild.Johns
2012-01-07Release Version 0.2.0.0.2.0Johns
2012-01-07Fix compiler error with -DDEBUG.Johns
2012-01-07Add support for ac3 audio pass through.Johns
2012-01-07Add workaround for alsa not playing hdmi sound.Johns
Without open/close pcm, hdmi is quiet after second snd_pcm_set_params.
2012-01-06Fix bug: broken device plugin stop and exit.Johns
2012-01-06uwm window manager hide cursor workaround.Johns
2012-01-05Fix bug: old surface stay in video ringbuffer.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-04Remove warnings, reduce debug informations.Johns
2012-01-03Crash and thread fixes.Johns
Check if PTS is valid, otherwise debug code does false abort. Fix bug: audio new stream is not thread safe.
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-02Version bump.Johns
2012-01-02Lock av_open/close calls.Johns
New ffmpeg dislikes simultaneous open/close from audio/video. Prepared audio decoder without av_parser_parse2. Handle av_audio_resample_init errors.
2012-01-02Documents updates.Johns
2012-01-02Print debug only, if compiled with -DDEBUG.Johns
2012-01-01Search audio sync inside PES packets.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-31Make pthread_setname_np optional for older glibc.Johns
2011-12-30Remove warning, when building without vdpau.Johns
2011-12-30Name threads for easier debugging.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-29Add missing VdpauDecoderDestroy.0.1.3Johns
2011-12-26Cleanup video packet ringbuffer.Johns
2011-12-26Allow build without VDPAU.Johns
2011-12-25Fix bug: swapped end and start.Johns
2011-12-25Support other than "PCM" alsa mixer channels.Johns
2011-12-25Show time used for VdpDecoderRender.Johns
2011-12-25Use only one thread for hw decoding.Johns
2011-12-25Fix bug: wrong aspect video size calculation.Johns
2011-12-24Cleanups + Version 0.1.2 released.0.1.2Johns
2011-12-23Libav needs buggy ffmpeg workaround.Johns
Fix buggy ffmpeg/libav workaround, reset flag.
2011-12-23Fix libav compatibility.Johns
2011-12-23Wrong decoder->SurfaceField again.Johns
2011-12-23Remove interlaced_frame debug, it can't be used.Johns
2011-12-23New video stream never reset, if buffer full.Johns
2011-12-23Initial vdpau hw decoder support.Johns