Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-17 | Show black picture, if no video stream available. | Johns | |
New audio ring code. New audio filters (first part). | |||
2012-03-12 | Cleanups. | Johns | |
2012-03-09 | Adds ffmpeg 0.8.7 bug workaround: | Johns | |
Single nal end seq aren't consumed and an endless loop entered. | |||
2012-03-06 | Workaround should be for abs. | Johns | |
2012-03-05 | Workaround for av_resample_compensate ffmpeg bug. | Johns | |
FFmpeg commit a67cb012e6947fb238193afc0f18114f6e20818c or 1b9ca38d9d06d319fffd61d27e4eb385d6572ba8 breaks av_resample_compensate. Only big sample_delta compensation_distance ratios are now working. | |||
2012-03-03 | Experimental ac3 audio drift correction support. | Johns | |
2012-02-29 | Don't change correction value during pass-through. | Johns | |
2012-02-29 | Improved audio drift correction support. | Johns | |
2012-02-27 | Experimental audio drift correction support. | Johns | |
2012-02-26 | Removed old cruft. | Johns | |
2012-02-24 | Remove AVDictionary. | Johns | |
2012-02-24 | Only a single frame is supported. | Johns | |
2012-02-21 | Support downmix of AC-3 to stero. | 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-13 | Release Version 0.4.7.0.4.7 | Johns | |
2012-02-12 | Fix bug: audible glitch toggling AC-3 pass-through | Johns | |
2012-02-11 | Detect audio stream type only after stream switch. | Johns | |
2012-02-09 | Fix bug: LFE moved to wrong position. | Johns | |
2012-02-08 | Add support for AAC LATM audio streams. | Johns | |
2012-02-07 | Fix bug: alsa+ffmpeg use different channel layout. | 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-23 | VA-API: Add auto-crop support. | Johns | |
2012-01-22 | Fix bug: close codec missing. | Johns | |
2012-01-22 | Use different alsa device for AC3/pass-through. | Morone | |
2012-01-08 | Improved replay of recordings. | Johns | |
2012-01-07 | Add support for ac3 audio pass through. | Johns | |
2012-01-02 | Lock 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. | |||
2011-12-29 | Fix bug: CodecVideoDecode destroys avpkt. | Johns | |
2011-12-26 | Allow build without VDPAU. | Johns | |
2011-12-25 | Use only one thread for hw decoding. | Johns | |
2011-12-24 | Cleanups + Version 0.1.2 released.0.1.2 | Johns | |
2011-12-23 | Libav needs buggy ffmpeg workaround. | Johns | |
Fix buggy ffmpeg/libav workaround, reset flag. | |||
2011-12-23 | Fix libav compatibility. | Johns | |
2011-12-23 | Initial vdpau hw decoder support. | Johns | |
2011-12-22 | Initial vdpau support. | Johns | |
2011-12-20 | Reorder pts. | Johns | |
2011-12-19 | libav 0.7.2 has no avcodec_open2. | Johns | |
2011-12-19 | Audio/video sync improvements. | Johns | |
Configurable audio delay. Use monotonic pts. Support old libav or ffmpeg libraries. | |||
2011-12-15 | New video/audio sync code. | Johns | |
2011-12-14 | Initial support of replay. | Johns | |
2011-12-10 | Video 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-08 | Audio improvement. | Johns | |
Made audio thread cancelable. Calculate audio PTS. Disable alsa message to stderr. Better buffer flush with threaded play. Prepared audio resample, for unsupported number of audio channels. | |||
2011-12-07 | Close codec written. | Johns | |
2011-12-07 | C part of the plugin. | Johns | |