OSDN Git Service

linux-user: Fix access to /proc/self/exe
[qmiga/qemu.git] / audio /
2023-03-06 Peter MaydellMerge tag 'audio-pull-request' of https://gitlab.com...
2023-03-06 Volker Rümelinaudio: remove sw->ratio
2023-03-06 Volker Rümelinaudio/audio_template: substitute sw->hw with hw
2023-03-06 Volker Rümelinaudio: handle leftover audio frame from upsampling
2023-03-06 Volker Rümelinaudio: make recording packet length calculation exact
2023-03-06 Volker Rümelinaudio: rename variables in audio_pcm_sw_read()
2023-03-06 Volker Rümelinaudio: replace the resampling loop in audio_pcm_sw_read()
2023-03-06 Volker Rümelinaudio: make playback packet length calculation exact
2023-03-06 Volker Rümelinaudio: remove unused noop_conv() function
2023-03-06 Volker Rümelinaudio: don't misuse audio_pcm_sw_write()
2023-03-06 Volker Rümelinaudio: rename variables in audio_pcm_sw_write()
2023-03-06 Volker Rümelinaudio: remove sw == NULL check
2023-03-06 Volker Rümelinaudio: replace the resampling loop in audio_pcm_sw_write()
2023-03-06 Volker Rümelinaudio: make the resampling code greedy
2023-03-06 Volker Rümelinaudio: change type and name of the resample buffer
2023-03-06 Volker Rümelinaudio: change type of mix_buf and conv_buf
2023-03-06 Volker Rümelinalsaaudio: reintroduce default recording settings
2023-03-06 Volker Rümelinalsaaudio: change default playback settings
2023-03-06 Volker Rümelinaudio: remove audio_calloc() function
2023-03-06 Volker Rümelinaudio/audio_template: use g_new0() to replace audio_cal...
2023-03-06 Volker Rümelinaudio/audio_template: use g_malloc0() to replace audio_...
2023-03-06 Volker Rümelinaudio/alsaaudio: use g_new0() instead of audio_calloc()
2023-03-06 Volker Rümelinaudio/mixeng: use g_new0() instead of audio_calloc()
2023-03-06 Volker Rümelinaudio: remove unused #define AUDIO_STRINGIFY
2023-03-06 Volker Rümelinaudio: rename hardware store to backend
2023-03-06 Volker Rümelinaudio: don't show unnecessary error messages
2023-03-06 Volker Rümelinaudio: log unimplemented audio device sample rates
2023-02-08 Peter MaydellMerge tag 'pull-tricore-20230208' of https://github...
2023-02-08 Peter MaydellMerge tag 'pull-include-2023-02-06-v2' of https://repo...
2023-02-08 Markus ArmbrusterFix non-first inclusions of qemu/osdep.h
2023-02-04 Peter MaydellMerge tag 'linux-user-for-8.0-pull-request' of https...
2023-02-04 Peter MaydellMerge tag 'm68k-next-pull-request' of https://github...
2023-02-04 Peter MaydellMerge tag 'pull-monitor-2023-02-03-v2' of https://repo...
2023-02-04 Markus Armbrusteraudio: Move HMP commands from monitor/ to audio/
2023-02-03 Peter MaydellMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-02-03 Peter MaydellMerge tag 'pull-tcg-20230123' of https://gitlab.com...
2023-02-02 Peter MaydellMerge tag 'pull-jan-omnibus-020223-1' of https://gitlab...
2023-02-02 Peter MaydellMerge tag 'pull-request-2023-01-31' of https://gitlab...
2023-01-30 Daniel P. Berrangéqapi, audio: Make introspection reflect build configura...
2023-01-30 Daniel P. Berrangéqapi, audio: add query-audiodev command
2022-12-18 Peter MaydellMerge tag 'pull-loongarch-20221215' of https://gitlab...
2022-12-15 Peter MaydellMerge tag 'next-8.0-pull-request' of https://gitlab...
2022-12-15 Peter MaydellMerge tag 'pull-misc-2022-12-14' of https://repo.or...
2022-12-14 Peter MaydellMerge tag 'pull-qapi-2022-12-14-v2' of https://repo...
2022-12-13 Markus Armbrusterqapi audio: Elide redundant has_FOO in generated C
2022-11-07 Stefan HajnocziMerge tag 'for_upstream' of https://git./virt/kvm/mst...
2022-11-07 Stefan HajnocziMerge tag 'pull-loongarch-20221107' of https://gitlab...
2022-11-07 Stefan HajnocziMerge tag 'pull-request-2022-11-06' of https://gitlab...
2022-11-07 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-11-06 Claudio Fontanamodule: add Error arguments to module_load and module_l...
2022-11-06 Claudio Fontanamodule: rename module_load_one to module_load
2022-10-13 Stefan HajnocziMerge tag 'kraxel-20221013-pull-request' of https:...
2022-10-12 Helge Konetzkaaudio: improve out.voices test
2022-10-12 Helge Konetzkaaudio: fix in.voices test
2022-10-11 Volker Rümelinaudio: prevent an integer overflow in resampling code
2022-10-11 Volker Rümelinaudio: fix sw->buf size for audio recording
2022-10-11 Volker Rümelinaudio: refactor audio_get_avail()
2022-10-11 Volker Rümelinaudio: rename audio_sw_bytes_free()
2022-10-11 Volker Rümelinaudio: swap audio_rate_get_bytes() function parameters
2022-10-11 Volker Rümelinspiceaudio: update comment
2022-10-11 Volker Rümelinspiceaudio: add a pcm_ops buffer_get_free function
2022-10-11 Volker Rümelinaudio: add more audio rate control functions
2022-10-11 Volker Rümelinalsaaudio: reduce playback latency
2022-10-11 Volker Rümelinaudio: run downstream playback queue unconditionally
2022-10-11 Volker Rümelinaudio: fix GUS audio playback with out.mixing-engine=off
2022-10-11 Volker Rümelinaudio: refactor code in audio_run_out()
2022-10-04 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-09-28 Stefan HajnocziMerge tag 'linux-user-for-7.2-pull-request' of https...
2022-09-28 Stefan HajnocziMerge tag 'pull-xen-20220927' of https://xenbits.xen...
2022-09-27 Stefan HajnocziMerge tag 'net-pull-request' of https://github.com...
2022-09-27 Stefan HajnocziMerge tag 'm68k-for-7.2-pull-request' of https://github...
2022-09-27 Stefan HajnocziMerge tag 'pull-request-2022-09-26' of https://gitlab...
2022-09-27 Stefan HajnocziMerge tag 'kraxel-20220927-pull-request' of https:...
2022-09-27 Volker Rümelinaudio: remove abort() in audio_bug()
2022-09-27 Volker RümelinRevert "audio: Log context for audio bug"
2022-09-27 Alexandre Ratchovaudio: Add sndio backend
2022-09-22 Stefan HajnocziMerge tag 'pull-hex-20220919' of https://github.com...
2022-09-21 Stefan HajnocziMerge tag 'm68k-for-7.2-pull-request' of https://github...
2022-09-21 Stefan HajnocziMerge tag 'pull-ppc-20220920' of https://gitlab.com...
2022-09-21 Stefan HajnocziMerge tag 'pull-testing-next-200922-2' of https://githu...
2022-09-20 Stefan HajnocziMerge tag 'pull-request-2022-09-20' of https://gitlab...
2022-09-20 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-09-19 Claudio Fontanaaudio: add help option for -audio and -audiodev
2022-09-02 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-09-02 Stefan HajnocziMerge tag 'net-pull-request' of https://github.com...
2022-09-02 Stefan HajnocziMerge tag 'char-pull-request' of https://gitlab.com...
2022-09-02 Marc-André Lureauaudio: exit(1) if audio backend failed to be found...
2022-07-14 Peter MaydellMerge tag 'qga-win32-pull-2022-07-13' of github.com...
2022-07-12 Peter MaydellMerge tag 'pull-block-2022-07-12' of https://gitlab...
2022-07-12 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-07-08 Marc-André Lureauaudio/dbus: fix building
2022-05-18 Richard HendersonMerge tag 'artist-cursor-fix-final-pull-request' of...
2022-05-16 Richard HendersonMerge tag 'for_upstream' of git://git./virt/kvm/mst...
2022-05-16 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-05-14 Paolo Bonziniintroduce -audio as a replacement for -soundhw
2022-04-20 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-04-06 Marc-André LureauRemove qemu-common.h include from most units
2022-04-06 Marc-André Lureauinclude: move qemu_get_vm_name() to sysemu.h
2022-04-06 Marc-André LureauReplace config-time define HOST_WORDS_BIGENDIAN
2022-03-24 Peter MaydellMerge tag 'linux-user-for-7.0-pull-request' of https...
next