Age | Commit message (Expand) | Author | Files | Lines |
2010-03-16 | monitor: Separate "default monitor" and "current monitor" cleanly | Markus Armbruster | 1 | -2/+2 |
2010-01-17 | audio: include more information into audio_bug's output | malc | 1 | -0/+9 |
2009-12-03 | audio: port to vmstate | Juan Quintela | 1 | -17/+9 |
2009-09-18 | audio: use correct email address | malc | 1 | -1/+1 |
2009-09-18 | audio: internal API change | malc | 1 | -22/+11 |
2009-09-18 | audio: introduce audio_pcm_hw_clip_out helper function | malc | 1 | -0/+22 |
2009-09-18 | audio: use muldiv64 where it makes sense | malc | 1 | -1/+2 |
2009-09-13 | audio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLL | Jan Kiszka | 1 | -1/+1 |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl | 1 | -19/+19 |
2009-09-12 | audio: remove lsbindex/popcount in favour of host-utils's ctz32 | malc | 1 | -17/+0 |
2009-09-12 | audio: poll mode infrastructure | malc | 1 | -11/+83 |
2009-09-11 | Unexport ticks_per_sec variable. Create get_ticks_per_sec() function | Juan Quintela | 1 | -1/+1 |
2009-08-12 | Fix typo | malc | 1 | -1/+1 |
2009-08-11 | Aesthetics | malc | 1 | -52/+78 |
2009-08-11 | Use C99 initializers for audio_option | Juan Quintela | 1 | -40/+53 |
2009-07-27 | Generate config-host.h from config-host.mak | Juan Quintela | 1 | -1/+6 |
2009-07-24 | Fix period initialization | malc | 1 | -1/+1 |
2009-07-22 | use struct initializer for audio.c | Juan Quintela | 1 | -26/+26 |
2009-05-14 | Remove any pretense that there can be more than one AudioState | malc | 1 | -38/+33 |
2009-05-12 | Make AUD_init failure fatal | Paul Brook | 1 | -24/+20 |
2009-03-05 | monitor: Rework API (Jan Kiszka) | aliguori | 1 | -3/+3 |
2009-02-18 | Avoid running audio ctl's when vm is not running | malc | 1 | -2/+9 |
2009-02-05 | audio: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori | 1 | -15/+8 |
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 | 1 | -4/+4 |
2008-12-03 | Make audio violate POSIX less | malc | 1 | -13/+13 |
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-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-06-25 | Change the way audio is configured | malc | 1 | -21/+1 |
2008-06-22 | Add missing [SU]32 | malc | 1 | -0/+6 |
2008-05-04 | First cut at WM8750 volume control (Jan Kiszka). | balrog | 1 | -2/+20 |
2008-04-07 | Typo fix | aurel32 | 1 | -1/+1 |
2008-01-14 | pthreads-based audio and miscellaneous audio clean-up (malc). | balrog | 1 | -1/+4 |
2007-11-18 | Add statics and missing #includes for prototypes. | pbrook | 1 | -2/+3 |
2007-11-17 | Break up vl.h. | pbrook | 1 | -1/+5 |
2007-07-12 | Spelling fix, by Stuart Brady. | ths | 1 | -4/+4 |
2007-02-17 | Qemu support for S32 and U32 alsa output, by Vassili Karpov. | ths | 1 | -16/+94 |
2006-08-03 | swapped memset args (Charles Coffing) | bellard | 1 | -2/+2 |
2006-07-18 | audio capture fixes (malc) | bellard | 1 | -0/+5 |
2006-07-16 | audio capture to wab files (malc) | bellard | 1 | -50/+122 |
2006-07-04 | audio endianness API changes (malc) | bellard | 1 | -22/+24 |
2006-07-04 | audio fixes + initial audio capture support (malc) | bellard | 1 | -8/+319 |
2006-06-25 | C99 64 bit printf | bellard | 1 | -2/+2 |
2005-11-20 | audio merge (malc) | bellard | 1 | -287/+61 |
2005-11-11 | VM state change support (malc) | bellard | 1 | -41/+43 |