Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-05 | Added VDPAU multi decoder loop changes to VA-API code. | Johns | |
2015-08-17 | H264_EOS_TRICKSPEED and USE_MPEG_COMPLETE enabled as default. | Johns | |
2015-03-10 | Fix bug #2058: support for Make.plgcfg. | Johns | |
2014-04-17 | Fix "make clean-plugins". | Johns | |
2014-02-27 | Fix compile with newer libav. | Johns | |
2014-01-14 | USE_BITMAP shouldn't be the default. | Johns | |
2014-01-14 | Fix alternative OSD support with VDPAU bitmap surfaces. | Johns | |
2013-07-29 | Add compile time configurable trickspeed packets dump. | Johns | |
2013-07-24 | Add compile time selectable h264 trickspeed workaround. | Johns | |
2013-05-15 | Use VDR SPU decoder as default. | Johns | |
2013-04-23 | Removes VA-API enabled as default. | Johns | |
Removes studio levels environment setting. | |||
2013-04-16 | Initial opengl support with va-api only. | Johns | |
2013-03-11 | Enable optional VDR-SPU deocder support. | Johns | |
2013-03-06 | Adds optional only complete mpeg packets support. | Johns | |
2013-02-13 | Fix .pot file generation, support _ and _N macros. | Johns | |
2013-02-12 | Adds missing USE_SCREENSAVER to old Makefile. | Johns | |
2013-02-11 | Try to detect wrong Makefile use. | Johns | |
2013-01-30 | Plugin needs -D_GNU_SOURCE. | Johns | |
2013-01-29 | Support VDR 1.7.36 new build system. | Johns | |
2013-01-24 | Add audio compatibility with >=ffmpeg 1.1. | Johns | |
2013-01-05 | Include softhddevice.cpp in indent target. | Johns | |
Fix constconst after indent. Hello GNU who many years until it will be fixed? | |||
2013-01-03 | Prepared reentrant video stream. | Johns | |
2012-08-07 | Osd work: | arttupii | |
Use -DOSD_DEBUG to debug OSD. Fix bug #909: Subtitles destroy menu. Fix bug #1003: Subtitles overlapping. | |||
2012-06-29 | Suggested change. | Johns | |
2012-04-20 | Always compile audio drift correction. | Johns | |
Add audio drift correction configuration to the setup. | |||
2012-04-01 | VDR 1.7.27 suggested change. | Johns | |
2012-03-03 | Makes audio ts parser default. Suspend fixes.0.4.9 | Johns | |
2012-03-02 | Disabled audio drift correction as default. | Johns | |
2012-02-27 | Experimental audio drift correction support. | Johns | |
2012-02-22 | Info time should be 1 minute and not ~1 second. | Johns | |
2012-02-22 | Makes A/V sync info time configurable. | Johns | |
2012-02-21 | New 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-12 | Jpeg screengrab use VDR RgbToJpeg function. | m.Rcu | |
2012-02-01 | Add A-V info output and compile time option. | Johns | |
2012-01-27 | Reduces audio latency, increases audio buffer time. | Johns | |
2012-01-27 | Video 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-24 | Add support for grab jpeg image. | m.Rcu | |
2012-01-16 | Audio 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-12 | Rebuild objects, when Makefile changes. | Johns | |
2012-01-10 | Patch 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-03 | Audio update. | Johns | |
Alsa: report needed down sampling of 3/5/6 to 2 channels. Moved alsa code into alsa module. Initial OSS output support. | |||
2011-12-31 | Use only the needed number of surfaces. | Johns | |
Fix problem with video-xvba and too many surfaces used. Prepare new audio driver "oss". | |||
2011-12-31 | Make pthread_setname_np optional for older glibc. | Johns | |
2011-12-24 | Cleanups + Version 0.1.2 released.0.1.2 | Johns | |
2011-12-22 | Initial vdpau support. | Johns | |
2011-12-11 | Fix: indent broke VERSION extraction. | Johns | |
2011-12-07 | Makefile and private make script. | Johns | |