summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* ao/wasapi: fix leaked marshaled interface streamsJonathan Yong2014-11-181-0/+9
* ao/wasapi: Don't free stuff the thread may still be using on timeoutKevin Mitchell2014-11-171-1/+3
* ao/wasapi: also free the threadLoop handle on uninitKevin Mitchell2014-11-171-0/+1
* ao/wasapi: fix leaked event handlesKevin Mitchell2014-11-171-6/+5
* ao/wasapi: fix race condition in uninit on failure.Kevin Mitchell2014-11-171-2/+1
* ao/wasapi: silence format string warningsJames Ross-Gowan2014-11-182-2/+2
* ao_alsa: check for EAGAIN toowm42014-11-171-1/+1
* audio/out: switch back to wasapi as default on win32wm42014-11-171-3/+3
* ao/wasapi: request ao reload on thread_feed failuresKevin Mitchell2014-11-171-0/+2
* ao/wasapi: add retry loop on AUDCLNT_E_DEVICE_IN_USEKevin Mitchell2014-11-171-0/+12
* ao/wasapi: request reset on appropriate eventsKevin Mitchell2014-11-174-56/+117
* ao/wasapi: add convenience functions for change notifiyKevin Mitchell2014-11-171-0/+49
* ao/wasapi: new wasapi device monitoring interfaceJonathan Yong2014-11-172-0/+179
* ao/wasapi: look for "multimedia" default device instead of "console"Kevin Mitchell2014-11-171-2/+2
* ao/wasapi: put loading of default device in it's own functionKevin Mitchell2014-11-171-17/+30
* ao/wasapi: fix possible null dereference of pDeviceKevin Mitchell2014-11-171-0/+1
* ao/wasapi: tidy up better on failureKevin Mitchell2014-11-173-14/+26
* ao/wasapi: improve error messages and add more debug statementsKevin Mitchell2014-11-174-98/+140
* ao/wasapi: make calling of thread_init consistent with thread_uninitKevin Mitchell2014-11-173-3/+5
* ao/wasapi: reenable the reset functionKevin Mitchell2014-11-171-1/+1
* ao/wasapi: fix leaked deviceIDJonathan Yong2014-11-171-0/+1
* af: remove redundant functionwm42014-11-121-9/+2
* af: check audio params for validitywm42014-11-121-0/+5
* ao_lavc, vo_lavc: Fix crashes in case of multiple init attempts.Rudolf Polzer2014-11-121-0/+8
* audio: make sure AVFrame is actually refcountedwm42014-11-111-0/+12
* audio: refuse to allocate frames in invalid formatwm42014-11-111-1/+1
* audio: make decoders output refcounted frameswm42014-11-108-204/+145
* audio: add mp_audio_make_writeable()wm42014-11-102-0/+28
* audio: clear buffer array too with mp_audio_set_null_data()wm42014-11-101-1/+3
* audio: change how filters are inserted on playback speed changeswm42014-11-104-1/+72
* af_format: remove redundant message prefixeswm42014-11-101-2/+2
* audio: add function to convert AVFrame to mp_audio referenceswm42014-11-102-0/+51
* audio: add mp_audio_poolwm42014-11-102-4/+66
* audio: use AVBufferRef to allocate audio frameswm42014-11-102-20/+10
* audio/out/pull: avoid deadlock if audio callback stopswm42014-11-091-26/+40
* audio/out: consistently use double return type for get_delaywm42014-11-0912-27/+25
* audio/out: make ao_request_reload() idempotentwm42014-11-093-9/+25
* audio: add --audio-client-name optionwm42014-11-073-5/+7
* ao_oss: wait for events with poll()wm42014-11-061-0/+13
* audio/out/push: when using audio wait fallback, recheck conditionwm42014-11-061-1/+2
* ad_lavc: allow skip samples amount to be larger than 1 packetwm42014-11-031-2/+6
* ao_alsa: don't make snd_pcm_hw_params_set_buffer_time_near() error fatalwm42014-10-311-1/+7
* options: accept --audio-channels=autowm42014-10-301-0/+1
* coreaudio: only list output devicesStefano Pigozzi2014-10-281-0/+12
* audio: add command/function to reload audio outputwm42014-10-272-0/+10
* ao_alsa: move parameter append code to a functionwm42014-10-231-16/+27
* rename ao_coreaudio_device.c -> ao_coreaudio_exclusive.cStefano Pigozzi2014-10-231-0/+0
* coreaudio: redirect IEC61937 to coreaudio_exclusiveStefano Pigozzi2014-10-232-1/+7
* audio/out: add redirection-on-init mechanismwm42014-10-222-14/+47
* audio/out: missing error checkwm42014-10-221-0/+2
* audio/out: don't add special devices to --audio-device listwm42014-10-221-2/+2
* audio/out: include coreaudio_exclusive in auto-probingwm42014-10-221-3/+3
* Set thread name for debuggingwm42014-10-191-0/+1
* audio: quote devices in --audio-device=helpwm42014-10-191-1/+1
* audio/out/push: reset projected EOF time on new datawm42014-10-141-1/+4
* ao_wasapi: implement device listingwm42014-10-133-10/+32
* ao_dsound: implement device listingwm42014-10-131-20/+86
* ao_portaudio: implement device listingwm42014-10-131-2/+24
* ao_openal: implement device listingwm42014-10-131-1/+16
* audio/out: add "auto" pseudo-devicewm42014-10-131-1/+3
* coreaudio: use the new device selection APIStefano Pigozzi2014-10-124-54/+28
* af_lavcac3enc: fix byte orderwm42014-10-121-2/+2
* audio: don't list encoder AO with --audio-device=helpwm42014-10-101-0/+2
* ao_pulse: implement AO device listing APIwm42014-10-101-1/+38
* ao_pulse: move setup code to separate functionwm42014-10-101-23/+48
* audio: change internal device listing APIwm42014-10-104-27/+53
* Add some missing "const"swm42014-10-102-3/+5
* audio/out/push: make draining slightly more robustwm42014-10-101-1/+1
* audio/out/push: fix EOF heuristicwm42014-10-102-23/+14
* fix -Wvisibility warnings with clangStefano Pigozzi2014-10-091-2/+1
* ao_alsa: implement device listing & selectionwm42014-10-091-0/+27
* audio: add device selection & listing with --audio-devicewm42014-10-093-6/+104
* ao_pulse: don't use pa_format_info_to_sample_spec()wm42014-10-061-9/+4
* audio/out/push: fix some AOs freezing on exitwm42014-10-051-1/+1
* audio/out/push: make draining more robustwm42014-10-051-20/+15
* audio/out/push: limit fallback sleep time to reasonable limitswm42014-10-051-2/+4
* ao_pulse: change suspend circumvention logicwm42014-10-041-1/+6
* ad_lavc: avoid warning messages on older FFmpeg or Libavwm42014-10-041-0/+2
* ao_pulse: refuse to start suspendedwm42014-10-031-1/+1
* audio: skip samples and adjust timestamps ourselveswm42014-10-031-2/+22
* audio/filter: allow removing filters by labelwm42014-10-022-1/+33
* audio: refactor some aspects of filter chain setupwm42014-10-024-67/+19
* audio/filter: don't wipe full filter chain if adding a filter failswm42014-10-021-2/+5
* audio/out/push: clean up properly on init errorwm42014-09-271-9/+16
* audio/out: check device buffer size for push.c onlywm42014-09-272-7/+5
* audio/out: disable ao_sndio by defaultwm42014-09-261-3/+3
* audio/out: fail init on unknown audio bufferwm42014-09-261-0/+7
* ao_sndio: print a warning when draining audiowm42014-09-261-7/+14
* ao_sndio: update buffer status on get_delaywm42014-09-261-9/+15
* ao_sndio: change p->delay to sampleswm42014-09-261-7/+5
* ao_sndio: set non-blocking flagwm42014-09-261-1/+1
* ao_sndio: fix some incorrect commentswm42014-09-261-2/+2
* audio: remove WAVEFORMATEX from internal demuxer APIwm42014-09-251-19/+5
* audio: confine demux_mkv audio PCM hackwm42014-09-241-50/+0
* audio: decouple demux and audio decoder/filter sample formatswm42014-09-241-34/+3
* ao_sndio: fix U24 bit widthwm42014-09-241-1/+1
* ao_oss: improve format negotiation, and hopefully fix pass-throughwm42014-09-241-45/+45
* ao_coreaudio: fix build failurewm42014-09-241-1/+1
* ao_oss: unbreakwm42014-09-231-2/+2
* ao_pulse: digital pass-throughwm42014-09-231-20/+46
* ao_pulse: correctly wait for stream statewm42014-09-231-1/+8
* ao_pulse: use pa_stream_new_extended()wm42014-09-231-3/+8
* audio: cleanup spdif format definitionswm42014-09-2312-92/+93
* ao_wasapi: fix fragile format-mapping codewm42014-09-231-28/+19
* audio: drop swapped-endian audio formatswm42014-09-2316-354/+227
* audio: remove swapped-endian spdif formatswm42014-09-237-37/+29
* audio: prefer libavcodec over libmpg123wm42014-09-221-1/+1
* mixer: always restore volume (even with pulse), don't unmutewm42014-09-201-6/+8
* af_hrtf: initialize coefficient arrayswm42014-09-191-0/+25
* ao_oss: prevent hang when unpausing after device was lostwm42014-09-171-0/+3
* ao_oss: move code aroundwm42014-09-171-26/+27
* af_lavrresample: fix crash with size 0wm42014-09-151-2/+3
* ao_oss: don't break playback when device can't be reopenedwm42014-09-151-23/+42
* ao_oss: audio_buf_info isn't statewm42014-09-151-11/+11
* ao_oss: remove duplicate audio device open codewm42014-09-151-104/+108
* ao_oss: assume audio format reinit is not needed with SNDCTL_DSP_RESETwm42014-09-151-3/+2
* ao_oss: don't use SNDCTL_DSP_RESET when pausing on NetBSDwm42014-09-151-5/+10
* ao_oss: fix incorrect comments using bytes instead of sampleswm42014-09-151-3/+3
* ao_oss: fix audio device leak on errorwm42014-09-111-21/+25
* ao_oss: use poll(), drop --disable-audio-select supportwm42014-09-111-32/+17
* ao_pulse: dump library version etc.wm42014-09-101-0/+6
* ao_pulse: fix typo in error messagewm42014-09-081-1/+1
* audio/out: fix active waiting during pause againwm42014-09-061-1/+2
* audio/out/push: redo audio waitingwm42014-09-061-45/+37
* audio/out: always round get_space on period sizewm42014-09-064-4/+6
* ao_sndio: fix a commentwm42014-09-061-2/+2
* ao_pcm: minor simplificationwm42014-09-061-1/+1
* ao_oss: minor simplificationwm42014-09-061-3/+1
* audio/out: remove old thingswm42014-09-0611-31/+27
* audio/out: make EOF handling properly event-basedwm42014-09-054-6/+52
* af_hrtf: request required samplerate, instead of erroring outwm42014-09-051-8/+1
* af_hrtf: cosmetics: reindent misaligned code blockwm42014-09-051-8/+8
* audio: make buffer size configurablewm42014-09-053-6/+5
* audio/out: prevent burning CPU when seeking while pausedwm42014-08-311-1/+2
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-2910-11/+8
* coreaudio_device: fix overwriting of user inputStefano Pigozzi2014-08-251-9/+8
* ao_dsound: raise default buffer size to 200ms, make it configurablewm42014-08-221-3/+5
* audio: limit on low (and not high) buffer sizewm42014-08-211-1/+1
* af_lavrresample: minor cosmeticswm42014-08-171-4/+2
* af_lavcac3enc: lower minimum channel number to 3wm42014-08-121-1/+1
* af_lavcac3enc: change default bitrate to 640wm42014-08-121-1/+2
* ao_dsound: reduce default buffer sizewm42014-08-081-1/+1
* Improve setting AVOptionswm42014-08-023-23/+12
* ao_alsa: disable use of non-interleaved formats by defaultwm42014-07-301-0/+6
* audio: ignore (some) decoding errors on initializationwm42014-07-291-0/+1
* audio: change playback restart and resyncingwm42014-07-285-31/+40
* ao_pulse: allow disabling timing bug workaroundswm42014-07-261-3/+38
* ao_pulse: remove hacks for ancient PulseAudio versionswm42014-07-261-21/+0
* ao_null: never fail at initializationwm42014-07-261-1/+1
* audio/out: fix initialization failure with win32wm42014-07-261-2/+1
* audio, client API: check mp_make_wakeup_pipe() return valuewm42014-07-251-5/+7
* audio: fix timestampswm42014-07-243-2/+1
* audio: adjust format change codewm42014-07-241-8/+9
* audio: fix race condition in EOF codewm42014-07-242-3/+3
* audio: cosmeticswm42014-07-241-9/+5
* audio: remove unnecessary codewm42014-07-241-3/+0
* encode: deal even more with codec->time_base deprecation.Rudolf Polzer2014-07-231-6/+5
* ao_pulse: fix potential compilation problemwm42014-07-221-2/+2
* audio: move initial decode to generic codewm42014-07-216-239/+127
* ad_lavc: drop questionable fallback codewm42014-07-211-6/+0
* audio: remove unused metadata fieldwm42014-07-214-6/+0
* audio: use symbolic constants instead of magic integerswm42014-07-205-12/+18
* ao_lavc: Fix design of audio pts handling.Rudolf Polzer2014-07-161-2/+5
* ao_lavc: Add a missing newline for the log.Rudolf Polzer2014-07-161-1/+1
* ao_lavc: Fix advancing of audio pts.Rudolf Polzer2014-07-161-1/+1
* Remove some mp_msg calls with no trailing \nwm42014-07-131-6/+6
* audio: don't wait for draining if pausedwm42014-07-134-15/+16
* build: include <strings.h> for strcasecmp()wm42014-07-101-0/+1
* build: deal with endian messwm42014-07-101-1/+1
* ao_null: disable latency emulationwm42014-07-071-1/+0
* ao_pulse: set icon nameatomnuker2014-07-051-0/+2
* ao_coreaudio: report hardware latency to ao_read_dataStefano Pigozzi2014-07-032-3/+43
*