summaryrefslogtreecommitdiff
path: root/audio.h
AgeCommit message (Collapse)Author
2014-06-04Fix last commit.Johns
2014-01-29Add Workaround for alsa blocking audio device.Johns
2013-02-11Improved pass-through (PCM+EAC3) support.Johns
2012-04-17Show black picture, if no video stream available.Johns
New audio ring code. New audio filters (first part).
2012-03-10AudioGetDelay returns signed value and cleanups.Johns
2012-03-02Rewrote video/audio start code.Johns
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-02-12Add play/pause audio support.Johns
2012-02-09Set mixer channel through command line optionJohns
2012-02-04Makes Workarounds command line configurable.Johns
2012-01-27Reduces audio latency, increases audio buffer time.Johns
2012-01-27Video 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-22Use different alsa device for AC3/pass-through.Morone
2012-01-16Audio 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-08Improved replay of recordings.Johns
2011-12-10Video 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-08Audio improvement (missing headerfile).Johns
2011-12-07C part of the plugin.Johns