Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-19 | Fix bug: wrong version number check for av_frame_alloc(), ... | Johns | |
2015-04-22 | Fixed typing error. | Johns | |
2015-04-22 | Workaround for ffmpeg 2.6 artifacts. | Johns | |
2015-02-16 | Enable toggle AC3 downmix. | jinx | |
2014-08-13 | Support ffmpeg new AVFrame API in the audio codec. | Johns | |
2014-06-25 | Use GCC built-in functions for atomic operations. | Johns | |
2014-05-30 | Fix out of sync with ffmpeg >= 2.2. | Johns | |
This workaround for some special ffmpeg versions, conflicts with latest ffmpeg. | |||
2014-02-27 | Fix compile with newer libav. | Johns | |
2013-08-03 | Generalize GetVaapiContext to GetHwAccelContext. | Johns | |
2013-07-26 | Fix bug #1410: wrong spelled AC-3 and E-AC-3. | Johns | |
2013-07-18 | Use ffmpeg new names AVCodecID, AV_CODEC_... . | Johns | |
2013-04-10 | Better to unlock after the free and zero. | Johns | |
2013-03-06 | Adds optional only complete mpeg packets support. | Johns | |
2013-02-25 | Workaround for ffmpeg 1.1.2 bug. | Johns | |
2013-02-12 | Fix bug: still old CodecPassthroughAC3 used. | Johns | |
2013-02-11 | Try to use HBR (High Bit-Rate) for EAC3. | Johns | |
2013-02-11 | Improved pass-through (PCM+EAC3) support. | Johns | |
2013-02-07 | Fix xcb deadlock while closing PIP decoder. | Johns | |
Close video decoder from inside the decoder thread, otherwise xcb hangs in a lock. | |||
2013-01-26 | Never trust the docs: fix ffmpeg downsample. | Johns | |
2013-01-24 | Add audio compatibility with >=ffmpeg 1.1. | Johns | |
2013-01-23 | Add video compatibility with >=ffmpeg 1.1. | Johns | |
2012-10-30 | Comment how to change the error recognition. | Johns | |
2012-10-24 | Fix bug #1089: vdpau wrong number of mpeg refs. | Johns | |
2012-08-17 | Need get_format for software decoder. | Johns | |
2012-08-13 | Fix bug: Can't use software decoder with VDPAU. | Johns | |
2012-07-09 | FreeBSD compatibility fix. | Johns | |
2012-07-05 | Fix compiler warnings. | Johns | |
2012-06-22 | Removed gcc 4.6 warnings. | Johns | |
avcodec_flush_buffers crash fix. | |||
2012-04-20 | Always compile audio drift correction. | Johns | |
Add audio drift correction configuration to the setup. | |||
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. |