summaryrefslogtreecommitdiffstats
path: root/audio/audio_template.h
Commit message (Expand)AuthorAgeFilesLines
* audio: fix sw->buf size for audio recordingVolker Rümelin2022-10-111-0/+4
* Revert "audio: Log context for audio bug"Volker Rümelin2022-09-271-12/+15
* audio: Add sndio backendAlexandre Ratchov2022-09-271-0/+2
* audio: Log context for audio bugAkihiko Odaki2022-03-151-15/+12Star
* audio: add "dbus" audio backendMarc-André Lureau2021-12-211-0/+2
* audio: space prohibited between function name and parenthesis'('Zhang Han2021-01-151-6/+6
* audio: Add spaces around operator/delete redundant spacesZhang Han2021-01-151-1/+1
* audio: Add braces for statements/fix braces' positionZhang Han2021-01-151-8/+4Star
* sdlaudio: add -audiodev sdl,out.buffer-count optionVolker Rümelin2021-01-151-1/+1
* audio/jack: add JACK client audiodevGeoffrey McRae2020-05-251-0/+2
* audio: proper support for float samples in mixengKővágó, Zoltán2020-02-061-16/+25
* coreaudio: fix coreaudio playbackVolker Rümelin2020-02-061-0/+7
* audio: make mixeng optionalKővágó, Zoltán2019-10-181-8/+16
* audio: fix parameter dereference before NULL checkKővágó, Zoltán2019-10-181-2/+5
* audio: split ctl_* functions into enable_* and volume_*Kővágó, Zoltán2019-09-231-1/+0Star
* audio: unify input and output mixeng buffer managementKővágó, Zoltán2019-09-231-11/+8Star
* audio: api for mixeng code free backendsKővágó, Zoltán2019-09-231-0/+1
* audio: use size_t where makes senseKővágó, Zoltán2019-08-211-7/+7
* audio: basic support for multi backend audioKővágó, Zoltán2019-08-211-1/+1
* audio: reduce glob_audio_state usageKővágó, Zoltán2019-08-211-24/+22Star
* audio: -audiodev command line option basic implementationKővágó, Zoltán2019-03-111-4/+38
* audio: Replace AUDIO_FUNC with __func__Alistair Francis2018-02-061-13/+13
* audio: remove pliveKővágó, Zoltán2015-06-151-41/+0Star
* audio: expose drv_opaque to init_out and init_inKővágó, Zoltán2015-06-151-1/+1
* audio: Don't free hw resources until after hw backend is stoppedPeter Maydell2014-12-231-1/+1
* audio: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-131-11/+4Star
* audio: Fix warning from static code analysisStefan Weil2012-09-221-3/+3
* audio: don't apply volume effect if backend has VOICE_VOLUME_CAPMarc-André Lureau2012-04-171-0/+2
* Use glib memory allocation and free functionsAnthony Liguori2011-08-211-10/+10
* audio: Fix memory size for resampling buffer in DAC casemalc2010-09-281-4/+0Star
* Fix %lld or %llx printf format useBlue Swirl2010-05-221-1/+1
* audio: fix compilation of DEBUG_PLIVEJuan Quintela2009-12-031-3/+3
* audio: Remove conditional around sw which can not be NULLmalc2009-11-181-17/+15Star
* audio: remove last remnants of _tmalc2009-10-151-1/+1
* audio: use muldiv64 where it makes sensemalc2009-09-181-1/+1
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-6/+6
* Remove any pretense that there can be more than one AudioStatemalc2009-05-141-37/+31Star
* Make audio violate POSIX lessmalc2008-12-031-9/+11
* Qemu support for S32 and U32 alsa output, by Vassili Karpov.ths2007-02-171-2/+2
* audio capture to wab files (malc)bellard2006-07-161-2/+2
* audio endianness API changes (malc)bellard2006-07-041-12/+9Star
* audio fixes + initial audio capture support (malc)bellard2006-07-041-2/+10
* C99 64 bit printfbellard2006-06-251-1/+1
* audio merge (malc)bellard2005-11-201-67/+195
* size_t fix (malc)bellard2005-11-111-1/+2
* audio merge (malc)bellard2005-11-051-108/+143
* merged 15a_aqemu.patch audio patch (malc)bellard2005-10-301-0/+401