| Commit message (Expand) | Author | Age | Files | Lines |
* | monitor: Use getter/setter functions for cur_mon | Kevin Wolf | 2020-10-09 | 1 | -4/+4 |
* | audio: Let capture_callback handler use const buffer argument | Philippe Mathieu-Daudé | 2020-05-26 | 1 | -1/+1 |
* | audio: basic support for multi backend audio | Kővágó, Zoltán | 2019-08-21 | 1 | -3/+3 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | audio: use qapi AudioFormat instead of audfmt_e | Kővágó, Zoltán | 2019-03-11 | 1 | -1/+1 |
* | wavcapture: Convert to error_report | Dr. David Alan Gilbert | 2019-02-14 | 1 | -22/+17 |
* | Include qapi/error.h exactly where needed | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | audio: fix WAVState leak | Marc-André Lureau | 2017-05-04 | 1 | -0/+1 |
* | audio: Clean up includes | Peter Maydell | 2016-02-02 | 1 | -0/+1 |
* | qerror: Move #include out of qerror.h | Markus Armbruster | 2015-06-22 | 1 | -0/+1 |
* | audio: replace fprintf(stderr, ...) with error_report() in audio | Le Tan | 2014-05-26 | 1 | -2/+1 |
* | monitor: move include files to include/monitor/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | Revert "audio/wavcapture: Clarify licensing" | Anthony Liguori | 2012-11-30 | 1 | -1/+0 |
* | audio/wavcapture: Clarify licensing | malc | 2012-11-19 | 1 | -0/+1 |
* | wavcapture: Use stdio instead of QEMUFile | Juan Quintela | 2011-09-20 | 1 | -23/+56 |
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-21 | 1 | -6/+6 |
* | Remove any pretense that there can be more than one AudioState | malc | 2009-05-14 | 1 | -1/+1 |
* | monitor: Rework API (Jan Kiszka) | aliguori | 2009-03-06 | 1 | -10/+11 |
* | audio: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori | 2009-02-05 | 1 | -5/+0 |
* | Make audio violate POSIX less | malc | 2008-12-03 | 1 | -1/+1 |
* | Break up vl.h. | pbrook | 2007-11-17 | 1 | -1/+3 |
* | Qemu support for S32 and U32 alsa output, by Vassili Karpov. | ths | 2007-02-17 | 1 | -3/+3 |
* | mem leak fixes | bellard | 2006-08-07 | 1 | -15/+14 |
* | use QEMUFile API | bellard | 2006-08-05 | 1 | -2/+2 |
* | error display fix (malc) | bellard | 2006-07-22 | 1 | -1/+2 |
* | audio capture fixes (malc) | bellard | 2006-07-18 | 1 | -1/+2 |
* | audio capture to wab files (malc) | bellard | 2006-07-16 | 1 | -31/+91 |
* | audio endianness API changes (malc) | bellard | 2006-07-04 | 1 | -1/+2 |
* | audio fixes + initial audio capture support (malc) | bellard | 2006-07-04 | 1 | -0/+101 |