Mercurial > mplayer.hg
log libao2/ao_win32.c @ 28826:a72ddec9b027
age | author | description |
---|---|---|
Fri, 06 Mar 2009 19:43:12 +0000 | reimar | Make ao_info_t structs const. |
Fri, 06 Mar 2009 19:23:24 +0000 | reimar | Use code that is actually thread-safe to calculate delay, free space etc. in ao_win32 |
Fri, 06 Mar 2009 19:10:54 +0000 | reimar | Cosmetics: get rid of trailing whitespace. |
Fri, 06 Mar 2009 19:07:50 +0000 | reimar | get rid of full_buffers variable, if the check it is used for is triggered |
Fri, 06 Mar 2009 18:53:29 +0000 | reimar | Remove now unused buf_write_pos variable from ao_win32 |
Fri, 06 Mar 2009 18:50:50 +0000 | reimar | Always write full buffers in ao_win32, except for the last block. |
Fri, 06 Mar 2009 16:27:31 +0000 | reimar | Use calloc instead of malloc+memset |