mpv/libao2
Uoti Urpala 66cefd5f71 ao_alsa: If pause loses samples replace them with silence
If the ALSA pause functionality is not available the driver has to
drop buffered samples when MPlayer calls pause(). Replace them by
playing a corresponding amount of silence in resume() instead of
shortening the overall audio duration.
2008-12-08 22:36:06 +02:00
..
ao_alsa.c ao_alsa: If pause loses samples replace them with silence 2008-12-08 22:36:06 +02:00
ao_alsa5.c
ao_arts.c Replace casual GPL notices by proper license headers. 2008-09-07 14:09:51 +00:00
ao_dsound.c
ao_dxr2.c Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
ao_esd.c Replace casual GPL notice by proper license header. 2008-09-06 18:19:37 +00:00
ao_ivtv.c Merge svn changes up to r28087 2008-12-04 01:55:52 +02:00
ao_jack.c Replace casual GPL notices by proper license headers. 2008-09-07 14:09:51 +00:00
ao_macosx.c
ao_mpegpes.c Merge svn changes up to r27514 2008-09-03 10:16:30 +03:00
ao_nas.c Handle AOPLAY_FINAL_CHUNK 2008-08-24 13:36:04 +00:00
ao_null.c
ao_openal.c Replace casual GPL notices by proper license headers. 2008-09-07 14:09:51 +00:00
ao_oss.c Fix 'cast from pointer to integer of different size' on 64bit architectures. Casting to long should work for 32bit and 64bit and not make a difference to the boolean operation (since 'format' is always 32bit (int) the upper 32bit of 'arg' won't matter, but the compiler should be happy now. Casting both to unsigned makes sure the compiler isn't messing things up by sign-extending 'format' to 64bit before masking) 2008-08-24 13:52:54 +00:00
ao_pcm.c
ao_pulse.c
ao_sdl.c Merge svn changes up to 27824 2008-10-25 05:12:34 +03:00
ao_sgi.c
ao_sun.c
ao_v4l2.c Merge svn changes up to r28087 2008-12-04 01:55:52 +02:00
ao_win32.c
audio_out.c Remove special error message for -ao alsa1x and alsa9 2008-08-12 14:57:18 +03:00
audio_out.h
audio_out_internal.h