Age | Commit message (Expand) | Author | Files | Lines |
2009-01-22 | Fix NAME2/FIELD2 warnings | malc | 1 | -0/+2 |
2009-01-22 | Rework vm_state_change notifiers (Jan Kiszka) | aliguori | 1 | -1/+2 |
2008-12-22 | Use the ARRAY_SIZE() macro where appropriate. | malc | 2 | -6/+6 |
2008-12-03 | Make audio violate POSIX less | malc | 20 | -119/+123 |
2008-11-16 | Attached patch fixes a series of this warning | blueswir1 | 1 | -2/+2 |
2008-11-12 | Rename hz to hertz to keep AIX happy | malc | 1 | -6/+6 |
2008-11-04 | Set default audio timer period to a sane value (otherwise qemu becomes unusab... | malc | 1 | -1/+1 |
2008-10-26 | Fix undeclared symbol warnings from sparse | blueswir1 | 1 | -1/+1 |
2008-10-26 | Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock) | blueswir1 | 1 | -1/+1 |
2008-10-25 | Fix undefined pthread_sigmask warning on OpenBSD | blueswir1 | 1 | -0/+2 |
2008-10-06 | Prepare for changing audio_pcm_ops dynamically (partially revert r5422) | blueswir1 | 11 | -13/+13 |
2008-10-05 | Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypes | blueswir1 | 1 | -0/+3 |
2008-10-05 | Make audio_pcm_opsstatic const | blueswir1 | 11 | -14/+14 |
2008-09-28 | Fix more r5087 breakage | malc | 1 | -4/+1 |
2008-08-27 | Revert a part of r5087 that didn't need fixing (thanks to malc for spotting) | blueswir1 | 1 | -1/+1 |
2008-08-25 | Fix more bugs in r5044 | blueswir1 | 1 | -1/+1 |
2008-08-21 | Fix OpenBSD linker warnings | blueswir1 | 1 | -7/+11 |
2008-07-29 | Move audio/sys-queue.h => sys-queue.h | aliguori | 1 | -338/+0 |
2008-07-29 | Update sys-queue.h (Gerd Hoffmann) | aliguori | 1 | -241/+338 |
2008-07-09 | Restore old value of buffer_size | malc | 1 | -0/+1 |
2008-07-09 | Warn about rejected buffer/period size/time when it was specified by the user | malc | 1 | -2/+7 |
2008-07-09 | Call proper function when trying to set period size | malc | 1 | -2/+4 |
2008-07-03 | Fix typo | malc | 1 | -1/+1 |
2008-07-02 | Pulseaudio driver | malc | 2 | -0/+516 |
2008-07-02 | Add NULL argument to SNDCTL_DSP_NONBLOCK ioctl call | malc | 1 | -1/+1 |
2008-06-25 | Change the way audio is configured | malc | 1 | -21/+1 |
2008-06-23 | Make mixer emulation a configure option (Jan Kiszka) | malc | 2 | -7/+5 |
2008-06-22 | Add missing [SU]32 | malc | 1 | -0/+6 |
2008-06-21 | Emit warning message if user supplied buffer/period size/time was rejected | malc | 1 | -0/+16 |
2008-06-21 | Rework period/buffer size setting | malc | 1 | -138/+52 |
2008-06-08 | Check the returned audio_buf_info fields | malc | 1 | -0/+6 |
2008-05-04 | First cut at WM8750 volume control (Jan Kiszka). | balrog | 2 | -2/+23 |
2008-05-02 | Audio endianness and mutex usage fixes (malc.git). | balrog | 1 | -5/+10 |
2008-04-07 | Typo fix | aurel32 | 1 | -1/+1 |
2008-04-03 | Remove remaining .cvsignore files | aurel32 | 1 | -1/+0 |
2008-01-17 | Miscellaneous fixes after recent audio additions (malc). | balrog | 1 | -1/+1 |
2008-01-14 | Make dsound compile again (patch by malc, spotted by C.W. Betts). | balrog | 1 | -1/+1 |
2008-01-14 | pthreads-based audio and miscellaneous audio clean-up (malc). | balrog | 10 | -52/+837 |
2007-12-17 | Use WIN32_LEAN_AND_MEAN, by Stefan Weil. | ths | 1 | -0/+2 |
2007-12-16 | Fix wrong signedness, by Andre Przywara. | ths | 1 | -3/+4 |
2007-11-18 | Add statics and missing #includes for prototypes. | pbrook | 1 | -2/+3 |
2007-11-17 | Remove stray uses of vl.h. | pbrook | 4 | -4/+8 |
2007-11-17 | Break up vl.h. | pbrook | 8 | -8/+20 |
2007-11-08 | More .cvsignore. | ths | 1 | -0/+1 |
2007-11-07 | use config-host.h instead of config.h | bellard | 1 | -1/+1 |
2007-07-12 | Spelling fix, by Stuart Brady. | ths | 3 | -22/+22 |
2007-07-11 | Ensure signals are properly masked for new SDL Audio threads, by Andrzej | ths | 1 | -0/+18 |
2007-05-02 | Don't define HIGH_LATENCY for ARM, this was a workaround for an ALSA problem. | balrog | 1 | -2/+2 |
2007-04-02 | audio/ossaudio.c for OpenBSD, by Todd T. Fries. | ths | 1 | -0/+5 |
2007-02-17 | Qemu support for S32 and U32 alsa output, by Vassili Karpov. | ths | 9 | -48/+214 |