Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-20 | New audio ring buffer code, now OSS part. | Johns | |
2012-04-19 | Adds audio normalize support. | Johns | |
2012-04-19 | New audio filters next part. | Johns | |
2012-04-17 | Show black picture, if no video stream available. | Johns | |
New audio ring code. New audio filters (first part). | |||
2012-03-23 | More debug for flush buffers. Bigger audio buffer. | Johns | |
2012-03-12 | Cleanups. | Johns | |
2012-03-10 | AudioGetDelay returns signed value and cleanups. | Johns | |
2012-03-07 | Handle snd_pcm_wait timeouts. | Johns | |
2012-03-05 | Fix bug: AudioEnqueue crash without sound card. | Johns | |
2012-03-02 | Rewrote video/audio start code. | Johns | |
2012-03-02 | Fix warning. | Johns | |
2012-03-01 | Increase AudioBufferTime for OSS. | Johns | |
2012-02-29 | Add ac3 to info message for pass-through. | Johns | |
2012-02-29 | Improved audio drift correction support. | Johns | |
2012-02-25 | Try to restart alsa after underrun. | Johns | |
2012-02-24 | Increased audio buffer time for PES packets. | 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-16 | Wakeup audio thread after pause. | Johns | |
2012-02-14 | Removed stupid gcc warnings. | Johns | |
2012-02-14 | Fix bug: audio increments invalid audio PTS. | Johns | |
2012-02-12 | Add play/pause audio support. | Johns | |
2012-02-11 | Detect audio stream type only after stream switch. | Johns | |
2012-02-09 | Set mixer channel through command line option | Johns | |
2012-02-04 | Makes Workarounds command line configurable. | Johns | |
2012-02-02 | Increase audio buffer, if bigger audio delay used. | Johns | |
2012-01-27 | Reduces audio latency, increases audio buffer time. | 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. | |||
2012-01-25 | Remove pass-through test code. | Johns | |
2012-01-23 | Add ac3 pass-through device to OSS module. | Johns | |
2012-01-22 | AC3 device should be called 'ALSA_AC3_DEVICE'. | Johns | |
2012-01-22 | Suspend can close and open video and audio device. | Johns | |
2012-01-22 | Use different alsa device for AC3/pass-through. | Morone | |
2012-01-21 | Buffertime compile time configurable in ms. | Johns | |
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 | |