summaryrefslogtreecommitdiff
path: root/codec.h
AgeCommit message (Collapse)Author
2015-11-03Preparations for new ffmpeg VDPAU API.HEADmasterJohns
2015-04-22Workaround for ffmpeg 2.6 artifacts.Johns
2013-07-26Fix bug #1410: wrong spelled AC-3 and E-AC-3.Johns
2013-02-11Improved pass-through (PCM+EAC3) support.Johns
2012-04-20Always compile audio drift correction.Johns
Add audio drift correction configuration to the setup.
2012-02-21New 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-01-22Cleanups and Codec..Del.. prototypes.Johns
2012-01-08Improved replay of recordings.Johns
2011-12-29Fix bug: CodecVideoDecode destroys avpkt.Johns
2011-12-07C part of the plugin.Johns