summaryrefslogtreecommitdiff
path: root/codec.c
AgeCommit message (Expand)Author
2015-11-03Preparations for new ffmpeg VDPAU API.HEADmasterJohns
2015-10-01Fix comment spelling.Johns
2015-06-19Fix bug: wrong version number check for av_frame_alloc(), ...Johns
2015-04-22Fixed typing error.Johns
2015-04-22Workaround for ffmpeg 2.6 artifacts.Johns
2015-02-16Enable toggle AC3 downmix.jinx
2014-08-13Support ffmpeg new AVFrame API in the audio codec.Johns
2014-06-25Use GCC built-in functions for atomic operations.Johns
2014-05-30Fix out of sync with ffmpeg >= 2.2.Johns
2014-02-27Fix compile with newer libav.Johns
2013-08-03Generalize GetVaapiContext to GetHwAccelContext.Johns
2013-07-26Fix bug #1410: wrong spelled AC-3 and E-AC-3.Johns
2013-07-18Use ffmpeg new names AVCodecID, AV_CODEC_... .Johns
2013-04-10Better to unlock after the free and zero.Johns
2013-03-06Adds optional only complete mpeg packets support.Johns
2013-02-25Workaround for ffmpeg 1.1.2 bug.Johns
2013-02-12Fix bug: still old CodecPassthroughAC3 used.Johns
2013-02-11Try to use HBR (High Bit-Rate) for EAC3.Johns
2013-02-11Improved pass-through (PCM+EAC3) support.Johns
2013-02-07Fix xcb deadlock while closing PIP decoder.Johns
2013-01-26Never trust the docs: fix ffmpeg downsample.Johns
2013-01-24Add audio compatibility with >=ffmpeg 1.1.Johns
2013-01-23Add video compatibility with >=ffmpeg 1.1.Johns
2012-10-30Comment how to change the error recognition.Johns
2012-10-24Fix bug #1089: vdpau wrong number of mpeg refs.Johns
2012-08-17Need get_format for software decoder.Johns
2012-08-13Fix bug: Can't use software decoder with VDPAU.Johns
2012-07-09FreeBSD compatibility fix.Johns
2012-07-05Fix compiler warnings.Johns
2012-06-22Removed gcc 4.6 warnings.Johns
2012-04-20Always compile audio drift correction.Johns
2012-04-17Show black picture, if no video stream available.Johns
2012-03-12Cleanups.Johns
2012-03-09Adds ffmpeg 0.8.7 bug workaround:Johns
2012-03-06Workaround should be for abs.Johns
2012-03-05Workaround for av_resample_compensate ffmpeg bug.Johns
2012-03-03Experimental ac3 audio drift correction support.Johns
2012-02-29Don't change correction value during pass-through.Johns
2012-02-29Improved audio drift correction support.Johns
2012-02-27Experimental audio drift correction support.Johns
2012-02-26Removed old cruft.Johns
2012-02-24Remove AVDictionary.Johns
2012-02-24Only a single frame is supported.Johns
2012-02-21Support downmix of AC-3 to stero.Johns
2012-02-21New audio PES handling.Johns
2012-02-13Release Version 0.4.7.0.4.7Johns
2012-02-12Fix bug: audible glitch toggling AC-3 pass-throughJohns
2012-02-11Detect audio stream type only after stream switch.Johns
2012-02-09Fix bug: LFE moved to wrong position.Johns
2012-02-08Add support for AAC LATM audio streams.Johns