mpv/libao2
uau a655984828 Fix ao_null with float samples
ao_null accepts float input, but the code calculating ao_data.bps only
checked for 1-byte formats and used samplesize 2 for everything else.
Because ao_null uses the bps value in its timing calculations this
effectively made "playback" advance at half the correct speed.
Fixed by calculating samplesize with af_fmt2bits() instead.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25223 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-01 05:17:08 +00:00
..
Makefile
ao_alsa.c ao_alsa: Fix get_space() return values larger than buffersize 2007-09-24 21:49:58 +00:00
ao_alsa5.c
ao_arts.c
ao_dsound.c
ao_dxr2.c
ao_esd.c
ao_ivtv.c
ao_jack.c ISO8859-1 --> UTF-8 2007-07-09 19:50:36 +00:00
ao_macosx.c Remove an useless conditional suggested by Emanuele Giaquinta. 2007-11-13 15:08:17 +00:00
ao_mpegpes.c ao_mpegpes does not support S16_LE format, do not claim it does! 2007-09-16 09:16:45 +00:00
ao_nas.c ISO8859-1 --> UTF-8 2007-07-09 19:50:36 +00:00
ao_null.c Fix ao_null with float samples 2007-12-01 05:17:08 +00:00
ao_openal.c ISO8859-1 --> UTF-8 2007-07-09 19:50:36 +00:00
ao_oss.c Somewhat hackish fix for A-V desync with ao_oss and frame stepping: 2007-07-19 19:15:59 +00:00
ao_pcm.c Support dump AF_FORMAT_AC3 format. 2007-11-21 08:55:41 +00:00
ao_pulse.c Remove idiotic check that would always be false 2007-11-03 10:46:15 +00:00
ao_sdl.c ISO8859-1 --> UTF-8 2007-07-09 19:50:36 +00:00
ao_sgi.c cosmetics: misc typo fixes 2007-09-25 16:34:23 +00:00
ao_sun.c
ao_v4l2.c v4l2 audio/video outputs for linux 2.6.22+ kernels (outputs formerly known as ivtv) 2007-07-29 19:20:55 +00:00
ao_win32.c
audio_out.c Replace Polyp- by PulseAudio output. 2007-10-18 13:34:26 +00:00
audio_out.h
audio_out_internal.h