aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out
Commit message (Expand)AuthorAge
* ao_opensles: clear buffer queue in reset()Gravatar tomty892018-03-07
* build: drop support for SDL1Gravatar wm42018-02-13
* ao_null: add --ao-null-format option for debuggingGravatar wm42018-01-30
* ao_alsa: reduce verbosity at -vGravatar wm42018-01-25
* audio: fix annyoing af_get_best_sample_formats() definitionGravatar wm42018-01-25
* Fix undefined preprocessor behaviorGravatar wm42018-01-18
* Fix various typos in log messagesGravatar Nicolas F2017-12-03
* ao: minor simplification to gain processing codeGravatar wm42017-11-30
* ao: simplify hack for float atomicsGravatar wm42017-11-30
* audio: add audio softvol processing to AOGravatar wm42017-11-29
* ao_alsa: change license to LGPLGravatar wm42017-11-23
* ao_alsa: don't convert twice on retryGravatar wm42017-11-23
* audio/out: initialize an array to avoid confusing static analyzerGravatar wm42017-10-27
* Add checks for HAVE_GPL to various GPL-only source filesGravatar wm42017-10-10
* command: drop "audio-out-detected-device" propertyGravatar wm42017-10-09
* audio_buffer: remove dependency on mp_audioGravatar wm42017-09-21
* ao_rsound: allow setting the hostGravatar wm42017-08-21
* audio: introduce a new type to hold audio framesGravatar wm42017-08-16
* ao_wasapi: remove old commentGravatar Kevin Mitchell2017-08-07
* ao_wasapi: reorganize wasapi.hGravatar Kevin Mitchell2017-08-07
* ao_wasapi: deduplicate wasapi sample format selectionGravatar Kevin Mitchell2017-08-07
* ao_wasapi: clean up find_formats logicGravatar Kevin Mitchell2017-08-07
* ao_wasapi: return bool instead of HRESULT from thread_initGravatar Kevin Mitchell2017-08-07
* ao_oss: fix a dumb calculationGravatar wm42017-07-21
* ao_wasapi: remove redundant / outdated commentGravatar Kevin Mitchell2017-07-10
* ao_waspi: use switch for handling fix_format errorsGravatar Kevin Mitchell2017-07-10
* ao_wasapi: don't repeat format negotiation on align hackGravatar Kevin Mitchell2017-07-10
* ao_wasapi: fix leak on align hackGravatar Kevin Mitchell2017-07-10
* audio/out: fix comment typoGravatar Kevin Mitchell2017-07-09
* ao_wasapi: enable packed 24 bit outputGravatar Kevin Mitchell2017-07-09
* audio/out: correct copy length in ao_read_data_convertedGravatar Kevin Mitchell2017-07-09
* ao_wasapi: reorder channels and samplerates to speed up searchGravatar Kevin Mitchell2017-07-09
* ao_wasapi: minor cosmetic fixesGravatar Kevin Mitchell2017-07-09
* ao_wasapi: try correct initial formatGravatar Kevin Mitchell2017-07-09
* ao_pcm: drop AF_FORMAT_S24 usageGravatar wm42017-07-07
* ao_oss: drop AF_FORMAT_S24 usageGravatar wm42017-07-07
* ao_sndio: drop AF_FORMAT_S24 usageGravatar wm42017-07-07
* ao_wasapi_utils: be slightly more clever when converting channel mapGravatar wm42017-07-07
* ao_wasapi: drop use of AF_FORMAT_S24Gravatar wm42017-07-07
* ao_alsa: drop use of AF_FORMAT_S24Gravatar wm42017-07-07
* audio/out: add helper code to do 24 bit conversion in AOGravatar wm42017-07-07
* ao_coreaudio: insane hack for passing through AC3 as float PCMGravatar wm42017-06-30
* ao_wasapi: UWP wrapper hack supportGravatar wm42017-06-29
* Universal Windows Plaform (UWP) supportGravatar Pedro Pombeiro2017-06-29
* ao_wasapi: do not use deprecated wchar functionsGravatar Pedro Pombeiro2017-06-29
* Avoid calling close(-1)Gravatar wm42017-06-29
* ao_wasapi: remove subtly duplicated codeGravatar wm42017-06-28
* ao_wasapi: remove duplicate code for creating IAudioClientGravatar wm42017-06-28
* audio/out/pull: detect and log underflowsGravatar wm42017-06-28
* audio/out: require AO drivers to report period size and correct bufferGravatar wm42017-06-25