summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-12-23Fix uninitialized 'filled'.Johns
2011-12-23Fix vdpau hangup when switching none/interlaced.Johns
2011-12-22Cleanup on destroy decoder.Johns
2011-12-22Add video/audio sync to vdpau.Johns
2011-12-22Initial vdpau osd support.Johns
2011-12-22Initial vdpau support.Johns
2011-12-20Reorder pts.Johns
2011-12-19libav 0.7.2 has no avcodec_open2.Johns
2011-12-19Audio/video sync improvements.Johns
Configurable audio delay. Use monotonic pts. Support old libav or ffmpeg libraries.
2011-12-17Store config values, when menu leaves.Johns
2011-12-16Adds setup.conf documentation.Johns
2011-12-16Support xcb_set_wm_protocols for xcb-util <0.3.8.Johns
2011-12-15New video/audio sync code.Johns
2011-12-15Use current configuration for setup menu.Johns
2011-12-14Initial support of replay.Johns
2011-12-14Adds missing "po" directory.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-13Workaround for 1080i with intel driver 1.0.15.Johns
2011-12-12Add deinterlace/scaling modes to setup.Johns