Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-20 | Use common module prefix. | Johns | |
2012-01-20 | VDPAU: Add auto-crop support. | Johns | |
2012-01-19 | Fix bug: AudioExit called without AudioInit crash. | Johns | |
2012-01-16 | Audio 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-13 | Fix bug: AudioFreeBytes fails if no audio ready. | Johns | |
2012-01-13 | Fix bug: snd_pcm_state: Assertion `pcm' failed. | Johns | |
2012-01-09 | Fix audio crash in ThreadExit and snd_pcm_prepare. | Johns | |
2012-01-08 | Improved replay of recordings. | Johns | |
2012-01-07 | Add workaround for alsa not playing hdmi sound. | Johns | |
Without open/close pcm, hdmi is quiet after second snd_pcm_set_params. | |||
2012-01-04 | Add OSS Mixer support.0.1.5 | Johns | |
2012-01-03 | Audio update. | Johns | |
Alsa: report needed down sampling of 3/5/6 to 2 channels. Moved alsa code into alsa module. Initial OSS output support. | |||
2011-12-31 | Use only the needed number of surfaces. | Johns | |
Fix problem with video-xvba and too many surfaces used. Prepare new audio driver "oss". | |||
2011-12-31 | Make pthread_setname_np optional for older glibc. | Johns | |
2011-12-30 | Name threads for easier debugging. | Johns | |
2011-12-25 | Support other than "PCM" alsa mixer channels. | Johns | |
2011-12-22 | Initial vdpau support. | Johns | |
2011-12-11 | Thread init/exit moved into own functions. | 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 | C part of the plugin. | Johns | |