| Commit message (Expand) | Author | Age | Files | Lines |
* | ao_oss: add this audio output again | rim | 2021-03-15 | 2 | -0/+414 |
* | ao/pulse: signal the mainloop when ops are done | Thomas Weißschuh | 2021-03-11 | 1 | -2/+5 |
* | ao/pulse: wait for command completion when setting volume or mute | Thomas Weißschuh | 2021-03-09 | 1 | -13/+8 |
* | ao_alsa: handle -EPIPE XRUNs from snd_pcm_status | Jan Ekström | 2020-11-09 | 1 | -2/+11 |
* | ao_alsa: always initialize state if passed | Jan Ekström | 2020-11-09 | 1 | -9/+7 |
* | audio: take paused state into account in ao_start() | sfan5 | 2020-09-20 | 1 | -1/+1 |
* | audio: move start() calls outside of lock | sfan5 | 2020-09-20 | 1 | -3/+10 |
* | ao_alsa: make partial writes an error message | wm4 | 2020-09-03 | 1 | -2/+2 |
* | audio: fix stream-silence with push AOs (somewhat) | wm4 | 2020-09-03 | 1 | -5/+10 |
* | ao_lavc: slightly simplify filter use | wm4 | 2020-09-03 | 1 | -12/+12 |
* | ao_alsa: log more information on short writes | wm4 | 2020-09-02 | 1 | -2/+4 |
* | ao_openal: restore working condition with new push API | LAGonauta | 2020-08-31 | 1 | -8/+10 |
* | ao: remove unused field | wm4 | 2020-08-31 | 1 | -1/+0 |
* | audio: fix inefficient behavior with ao_alsa, remove period_size field | wm4 | 2020-08-29 | 7 | -24/+13 |
* | audio: refactor how data is passed to AO | wm4 | 2020-08-29 | 4 | -371/+304 |
* | audio: clarify set_pause() documentation | wm4 | 2020-08-27 | 1 | -0/+1 |
* | audio: remove unused ring.h includes | wm4 | 2020-08-27 | 2 | -2/+0 |
* | ao/pulse: create the stream corked | sfan5 | 2020-08-26 | 1 | -1/+1 |
* | ao/lavc: add channels and channel_layout to AVFrame | ekisu | 2020-08-07 | 1 | -0/+2 |
* | ao/pulse: fix reporting of playing state | sfan5 | 2020-07-12 | 1 | -2/+7 |
* | ao/pulse: flush stream on underrun | sfan5 | 2020-07-12 | 1 | -1/+1 |
* | audio: don't lock ao_control for pull mode drivers | Kevin Mitchell | 2020-06-17 | 1 | -2/+7 |
* | audio: require certain AOs to set device_buffer | wm4 | 2020-06-09 | 2 | -3/+3 |
* | ao/pulse: properly set device_buffer | Nicolas F | 2020-06-07 | 1 | -0/+8 |
* | audio: fix deadlock on draining | wm4 | 2020-06-04 | 1 | -1/+1 |
* | audio: adjust wait duration | wm4 | 2020-06-03 | 1 | -6/+4 |
* | audio: avoid possible deadlock regression for some AOs | wm4 | 2020-06-02 | 1 | -2/+17 |
* | audio: further simplify internal audio API somewhat | wm4 | 2020-06-02 | 5 | -47/+41 |
* | audio: slightly better condition for still_playing | wm4 | 2020-06-02 | 1 | -1/+1 |
* | audio: reduce extra wakeups caused by recent changes | wm4 | 2020-06-01 | 1 | -5/+4 |
* | audio: redo internal AO API | wm4 | 2020-06-01 | 18 | -821/+633 |
* | audio: fix unpausing with some AOs | wm4 | 2020-05-31 | 1 | -1/+1 |
* | ao_null: remove unreferenced function | wm4 | 2020-05-27 | 1 | -8/+0 |
* | audio: stop applying volume twice for some AOs | wm4 | 2020-05-27 | 1 | -1/+0 |
* | audio: remove ao_driver.drain | wm4 | 2020-05-27 | 7 | -48/+12 |
* | audio: merge pull/push ring buffer glue code | wm4 | 2020-05-25 | 5 | -1004/+761 |
* | ao_oss: remove this audio output | wm4 | 2020-03-28 | 2 | -661/+0 |
* | ao_rsound: remove this audio output | wm4 | 2020-03-28 | 2 | -157/+0 |
* | ao_sndio: remove this audio output | wm4 | 2020-03-28 | 2 | -323/+0 |
* | encode: fix occasional init crash due to initialization order issues | wm4 | 2020-03-22 | 1 | -1/+0 |
* | encode: add some shit that does some shit | wm4 | 2020-03-22 | 1 | -3/+6 |
* | encode: restore audio muxer timebase use | wm4 | 2020-03-22 | 1 | -0/+3 |
* | ao_wasapi: try mix format except for chmap | Kevin Mitchell | 2020-03-19 | 1 | -11/+36 |
* | ao_wasapi: handle S_FALSE in mp_format_res_str | Kevin Mitchell | 2020-03-19 | 1 | -2/+3 |
* | options: change option macros and all option declarations | wm4 | 2020-03-18 | 13 | -47/+51 |
* | ao_pcm: fix double free on exit | wm4 | 2020-03-14 | 1 | -6/+8 |
* | options: change how option range min/max is handled | wm4 | 2020-03-13 | 1 | -1/+1 |
* | ao_lavc: don't spam underrun warnings | wm4 | 2020-03-13 | 1 | -0/+1 |
* | options: split m_config.c/h | wm4 | 2020-03-13 | 1 | -1/+1 |
* | audio: slightly simplify pull underrun message printing | wm4 | 2020-02-13 | 2 | -19/+7 |
* | player: consider audio buffer if AO driver does not report underruns | wm4 | 2020-02-13 | 7 | -17/+22 |
* | ao: avoid unnecessary wakeups | wm4 | 2020-02-13 | 3 | -9/+14 |
* | ao_wasapi_utils: remove invalid audio session icon path (fixes #7269) | Rafael Rivera | 2020-01-31 | 1 | -2/+1 |
* | audio: react to --ao and --audio-buffer runtime changes | wm4 | 2019-12-27 | 1 | -3/+3 |
* | audio: add ao_audiotrack for android | Aman Gupta | 2019-11-19 | 2 | -0/+721 |
* | audio: fix minor whitespace issue in out/internal.h | Aman Gupta | 2019-11-19 | 1 | -1/+1 |
* | Replace uses of FFMIN/MAX with MPMIN/MAX | wm4 | 2019-10-31 | 1 | -2/+2 |
* | input: add gamepad support through SDL2 | Stefano Pigozzi | 2019-10-23 | 1 | -1/+1 |
* | audio/out: rip out old unused app/softvolume reporting | wm4 | 2019-10-11 | 7 | -21/+0 |
* | audio/out/pull, ao_sdl: implement new underrun reporting | wm4 | 2019-10-11 | 2 | -2/+8 |
* | audio/out/pull: fix underflow reporting | wm4 | 2019-10-11 | 1 | -2/+2 |
* | ao_alsa: use AO underrun reporting | wm4 | 2019-10-11 | 1 | -1/+3 |
* | ao: add API for underrun reporting | wm4 | 2019-10-11 | 3 | -1/+23 |
* | ao_alsa: handle underruns in get_space() too | wm4 | 2019-10-11 | 1 | -0/+2 |
* | ao_alsa: mess with underrun handling again | wm4 | 2019-10-11 | 1 | -6/+27 |
* | ao_alsa: don't silence legitimate underrun if final chunk underruns | wm4 | 2019-10-06 | 1 | -4/+1 |
* | ao_alsa: remove sometimes bogus XRUN message | wm4 | 2019-10-06 | 1 | -9/+2 |
* | options: add M_OPT_FILE to some more options that take files | Philip Sequeira | 2019-09-27 | 1 | -1/+1 |
* | ao_pulse: add the newly added mappings for TrueHD/DTS-HD formats | Jan Ekström | 2019-09-27 | 1 | -6/+11 |
* | ao_oss: Fallback to stereo when the device does not support >2 channels | Leonardo Taccari | 2019-09-21 | 1 | -6/+10 |
* | ao_pulse: add --pulse-allow-suspended | Térence Clastres | 2019-09-21 | 1 | -1/+3 |
* | ao_opensles: fix delayed audio | sfan5 | 2019-09-02 | 1 | -1/+1 |
* | ao/audiounit: include AVAudioSession buffer in latency calc | Aman Gupta | 2019-04-05 | 1 | -1/+1 |
* | ao/audiounit: improve a/v sync | Aman Gupta | 2019-04-05 | 3 | -4/+18 |
* | Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer... | Anton Kindestam | 2018-12-05 | 2 | -3/+29 |
|\ |
|
| * | ao: use a local option struct | wm4 | 2018-05-24 | 2 | -3/+29 |
* | | ao_audiounit: rename pause function to reset | Josh Lehman | 2018-09-30 | 1 | -1/+1 |
* | | ao_alsa: log the ALSA state if we get a non-XRUN error | Jan Ekström | 2018-09-29 | 1 | -2/+4 |
* | | ao_alsa: handle XRUNs separately from other errors | Jan Ekström | 2018-09-29 | 1 | -2/+7 |
* | | ao_alsa: early exit get_space if paused or ALSA is not ready | Jan Ekström | 2018-09-29 | 1 | -0/+5 |
* | | ao_jack: only auto-connect to audio ports | Niklas Haas | 2018-09-26 | 1 | -1/+2 |
* | | ao_pulse: fix tlength calculation | Tom Yan | 2018-09-01 | 1 | -3/+3 |
* | | Revert "ao_openal: enable building on OSX" | Michael Hoang | 2018-08-26 | 1 | -14/+0 |
* | | ao_opensles: set numBuffers to 8 | Tom Yan | 2018-08-13 | 1 | -1/+1 |
* | | ao_opensles: rework the heuristic of buffer/enqueue size setting | Tom Yan | 2018-08-05 | 1 | -18/+36 |
* | | ao_opensles: allow s32 and float output | Tom Yan | 2018-08-05 | 1 | -27/+15 |
* | | ao_alsa: simplify get_space() | Jan Ekström | 2018-06-04 | 1 | -6/+10 |
* | | ao_alsa: replace snd_pcm_status() with snd_pcm_avail() in get_space() | Muhammad Faiz | 2018-06-04 | 1 | -5/+4 |
|/ |
|
* | build: make encoding mode non-optional | wm4 | 2018-05-03 | 1 | -2/+0 |
* | encode: get rid of the output packet queue | wm4 | 2018-05-03 | 5 | -3/+33 |
* | encode: remove old timestamp handling | wm4 | 2018-05-03 | 1 | -46/+6 |
* | encode: rewrite half of it | wm4 | 2018-04-29 | 1 | -185/+55 |
* | encode: cosmetics | wm4 | 2018-04-20 | 1 | -25/+29 |
* | ao_alsa: actually report underruns to user | wm4 | 2018-04-15 | 1 | -5/+5 |
* | ao_pulse: reduce requested device buffer size | wm4 | 2018-04-15 | 1 | -1/+1 |
* | ao_alsa: reduce requested buffer size | wm4 | 2018-04-15 | 1 | -2/+2 |
* | ao_alsa: add options for controlling period/buffer size | wm4 | 2018-04-15 | 1 | -8/+16 |
* | ao_openal: document the muted↔gain conversion | Jan Ekström | 2018-04-15 | 1 | -0/+3 |
* | ao/openal: Add option to set buffering characteristics | LAGonauta | 2018-04-15 | 1 | -23/+62 |
* | ao/openal: Add better sample format and channel layout selection | LAGonauta | 2018-04-15 | 1 | -139/+73 |
* | ao/openal: Add OpenAL Soft extension to get the correct latency | LAGonauta | 2018-04-15 | 1 | -1/+16 |
* | ao/openal: Add support for direct channels output | LAGonauta | 2018-04-15 | 1 | -0/+10 |
* | ao/openal: Add hardware mute support | LAGonauta | 2018-04-15 | 1 | -0/+12 |
* | ao/openal: Use only one source for audio output | LAGonauta | 2018-04-15 | 1 | -52/+153 |
* | ao_opensles: let cfg_frames_per_buffer accept buffer size up to 0.5s at 192kHz | Tom Yan | 2018-04-05 | 1 | -1/+1 |
* | ao_opensles: remove useless cfg_sample_rate | Tom Yan | 2018-04-05 | 1 | -5/+0 |
* | ao_opensles: bump device buffer size to 250ms | Tom Yan | 2018-04-05 | 1 | -1/+1 |
* | ao_opensles: do one buffer only | Tom Yan | 2018-04-05 | 1 | -15/+8 |
* | ao_opensles: re-flow interface/configuration retrieval | Jan Ekström | 2018-03-24 | 1 | -9/+18 |
* | ao_opensles: fix audio sync using device latency extension | Aman Gupta | 2018-03-23 | 1 | -3/+20 |
* | ao_sdl: fix default buffer size | wm4 | 2018-03-08 | 1 | -5/+6 |
* | ao: do not allow actual buffer size of 0 | wm4 | 2018-03-08 | 1 | -0/+1 |
* | ao_opensles: bump device buffer size to 200ms | tomty89 | 2018-03-07 | 1 | -1/+1 |
* | ao_opensles: remove set_play_state() | tomty89 | 2018-03-07 | 1 | -10/+1 |
* | ao_opensles: clear buffer queue in reset() | tomty89 | 2018-03-07 | 1 | -1/+2 |
* | build: drop support for SDL1 | wm4 | 2018-02-13 | 1 | -1/+1 |
* | ao_null: add --ao-null-format option for debugging | wm4 | 2018-01-30 | 1 | -0/+5 |
* | ao_alsa: reduce verbosity at -v | wm4 | 2018-01-25 | 1 | -10/+10 |
* | audio: fix annyoing af_get_best_sample_formats() definition | wm4 | 2018-01-25 | 6 | -6/+6 |
* | Fix undefined preprocessor behavior | wm4 | 2018-01-18 | 2 | -3/+10 |
* | Fix various typos in log messages | Nicolas F | 2017-12-03 | 1 | -1/+1 |
* | ao: minor simplification to gain processing code | wm4 | 2017-11-30 | 1 | -4/+3 |
* | ao: simplify hack for float atomics | wm4 | 2017-11-30 | 2 | -16/+4 |
* | audio: add audio softvol processing to AO | wm4 | 2017-11-29 | 5 | -0/+75 |
* | ao_alsa: change license to LGPL | wm4 | 2017-11-23 | 1 | -27/+15 |
* | ao_alsa: don't convert twice on retry | wm4 | 2017-11-23 | 1 | -2/+1 |
* | audio/out: initialize an array to avoid confusing static analyzer | wm4 | 2017-10-27 | 1 | -1/+1 |
* | Add checks for HAVE_GPL to various GPL-only source files | wm4 | 2017-10-10 | 3 | -0/+12 |
* | command: drop "audio-out-detected-device" property | wm4 | 2017-10-09 | 3 | -11/+0 |
* | audio_buffer: remove dependency on mp_audio | wm4 | 2017-09-21 | 1 | -46/+43 |
* | ao_rsound: allow setting the host | wm4 | 2017-08-21 | 1 | -0/+3 |
* | audio: introduce a new type to hold audio frames | wm4 | 2017-08-16 | 2 | -8/+7 |
* | ao_wasapi: remove old comment | Kevin Mitchell | 2017-08-07 | 1 | -1/+1 |
* | ao_wasapi: reorganize wasapi.h | Kevin Mitchell | 2017-08-07 | 2 | -12/+8 |
* | ao_wasapi: deduplicate wasapi sample format selection | Kevin Mitchell | 2017-08-07 | 1 | -49/+40 |
* | ao_wasapi: clean up find_formats logic | Kevin Mitchell | 2017-08-07 | 1 | -75/+45 |
* | ao_wasapi: return bool instead of HRESULT from thread_init | Kevin Mitchell | 2017-08-07 | 3 | -38/+48 |
* | ao_oss: fix a dumb calculation | wm4 | 2017-07-21 | 1 | -2/+3 |
* | ao_wasapi: remove redundant / outdated comment | Kevin Mitchell | 2017-07-10 | 1 | -1/+0 |
* | ao_waspi: use switch for handling fix_format errors | Kevin Mitchell | 2017-07-10 | 1 | -5/+8 |
* | ao_wasapi: don't repeat format negotiation on align hack | Kevin Mitchell | 2017-07-10 | 1 | -4/+7 |
* | ao_wasapi: fix leak on align hack | Kevin Mitchell | 2017-07-10 | 1 | -1/+1 |
* | audio/out: fix comment typo | Kevin Mitchell | 2017-07-09 | 1 | -1/+1 |
* | ao_wasapi: enable packed 24 bit output | Kevin Mitchell | 2017-07-09 | 1 | -1/+1 |
* | audio/out: correct copy length in ao_read_data_converted | Kevin Mitchell | 2017-07-09 | 1 | -6/+7 |
* | ao_wasapi: reorder channels and samplerates to speed up search | Kevin Mitchell | 2017-07-09 | 1 | -4/+4 |
* | ao_wasapi: minor cosmetic fixes | Kevin Mitchell | 2017-07-09 | 1 | -3/+3 |
* | ao_wasapi: try correct initial format | Kevin Mitchell | 2017-07-09 | 1 | -1/+4 |
* | ao_pcm: drop AF_FORMAT_S24 usage | wm4 | 2017-07-07 | 1 | -1/+0 |
* | ao_oss: drop AF_FORMAT_S24 usage | wm4 | 2017-07-07 | 1 | -7/+0 |
* | ao_sndio: drop AF_FORMAT_S24 usage | wm4 | 2017-07-07 | 1 | -3/+0 |
* | ao_wasapi_utils: be slightly more clever when converting channel map | wm4 | 2017-07-07 | 1 | -0/+5 |
* | ao_wasapi: drop use of AF_FORMAT_S24 | wm4 | 2017-07-07 | 3 | -117/+133 |
* | ao_alsa: drop use of AF_FORMAT_S24 | wm4 | 2017-07-07 | 1 | -21/+56 |
* | audio/out: add helper code to do 24 bit conversion in AO | wm4 | 2017-07-07 | 3 | -0/+129 |
* | ao_coreaudio: insane hack for passing through AC3 as float PCM | wm4 | 2017-06-30 | 1 | -5/+65 |
* | ao_wasapi: UWP wrapper hack support | wm4 | 2017-06-29 | 2 | -7/+40 |
* | Universal Windows Plaform (UWP) support | Pedro Pombeiro | 2017-06-29 | 1 | -0/+4 |
* | ao_wasapi: do not use deprecated wchar functions | Pedro Pombeiro | 2017-06-29 | 2 | -2/+2 |
* | Avoid calling close(-1) | wm4 | 2017-06-29 | 1 | -2/+5 |
* | ao_wasapi: remove subtly duplicated code | wm4 | 2017-06-28 | 1 | -7/+6 |
* | ao_wasapi: remove duplicate code for creating IAudioClient | wm4 | 2017-06-28 | 1 | -34/+24 |
* | audio/out/pull: detect and log underflows | wm4 | 2017-06-28 | 1 | -0/+20 |
* | audio/out: require AO drivers to report period size and correct buffer | wm4 | 2017-06-25 | 9 | -4/+39 |
* | ao_openal: change license to LGPL | wm4 | 2017-06-24 | 1 | -7/+7 |
* | ao_pulse: reorder format choice | Niklas Haas | 2017-06-23 | 1 | -2/+2 |
* | build: simplify OSS checks and remove changes by "bugmen0t" | wm4 | 2017-06-22 | 1 | -6/+3 |
* | encode_lavc: move from GPL 2+ to LGPL 2.1+. | Rudolf Polzer | 2017-06-13 | 1 | -7/+8 |
* | ao_pcm: change license to LGPL | wm4 | 2017-05-20 | 1 | -7/+7 |
* | audio/out: change license of some core files to LGPL | wm4 | 2017-05-20 | 4 | -28/+28 |
* | ao_wasapi: set name of event thread | James Ross-Gowan | 2017-05-18 | 1 | -0/+2 |
* | ao_pulse, ao_rsound: change license to LGPL | wm4 | 2017-05-08 | 2 | -14/+14 |
* | ao_coreaudio: change license to LGPL | wm4 | 2017-05-08 | 7 | -49/+49 |
* | options: remove remaining deprecated audio device selection options | wm4 | 2017-04-23 | 6 | -38/+3 |
* | ao_openal: kill off device listing | wm4 | 2017-04-23 | 1 | -41/+1 |
* | ao_wasapi_changenotify: use %ls instead of %S for wchar_t | wm4 | 2017-04-20 | 1 | -4/+4 |
* | ao_wasapi_changenotify: fix potential race condition | wm4 | 2017-04-20 | 1 | -8/+8 |
* | audio: lower "Disabling multichannel output." warning to verbose | wm4 | 2017-04-02 | 1 | -1/+1 |
* | ao_wasapi: do not pass nonsense to drivers with double | wm4 | 2017-03-29 | 1 | -5/+23 |
* | ao_jack: update latency on buffer_size/graph change | Cheng Sun | 2017-03-18 | 1 | -7/+34 |
* | ao_alsa: fix device filtering, add another exception | wm4 | 2017-03-14 | 1 | -1/+3 |
* | ao_alsa: filter fewer devices | wm4 | 2017-03-14 | 1 | -4/+2 |
* | ao_alsa: POLLERR can be set even if the device is not lost | wm4 | 2017-03-14 | 1 | -1/+5 |
* | options: add M_OPT_FILE to some more file options | Philip Sequeira | 2017-03-06 | 1 | -1/+1 |
* | ao_alsa: close audio device if polling returns POLLERR | wm4 | 2017-02-27 | 1 | -1/+3 |
* | ao_alsa: fix an error check | wm4 | 2017-02-27 | 1 | -1/+1 |
* | ao: never set ao->device = "" | Kevin Mitchell | 2017-02-20 | 1 | -2/+3 |
* | ao: fix potential NULL deref in ao_device_list_add() | wm4 | 2017-02-20 | 1 | -2/+2 |
* | ao_oss: fix mixer channel message | Kevin Mitchell | 2017-02-08 | 1 | -1/+1 |
* | ao_oss: use --audio-device if --oss-device isn't set. | Kevin Mitchell | 2017-02-08 | 1 | -6/+10 |
* | win32: add COM-specific SAFE_RELEASE to windows_utils.h | James Ross-Gowan | 2017-01-30 | 4 | -30/+27 |
* | audio/out/push: merge if branches with same condition | wm4 | 2017-01-09 | 1 | -4/+3 |
* | Remove compatibility things | wm4 | 2016-12-07 | 1 | -23/+0 |
* | ao_alsa: print certain ALSA errors as string instead as number | wm4 | 2016-12-07 | 1 | -2/+2 |
* | ao_wasapi: log return code when probing audio formats | wm4 | 2016-11-30 | 2 | -13/+9 |
* | ao_wasapi_utils: remove unused variable | pavelxdd | 2016-11-27 | 1 | -1/+0 |
* | options: remove deprecated sub-option handling for --vo and --ao | wm4 | 2016-11-25 | 18 | -64/+23 |
* | audio/out/push: play silence on --audio-stream-silence | wm4 | 2016-11-24 | 2 | -13/+34 |
* | audio: fix --audio-stream-silence with ao_wasapi | wm4 | 2016-11-21 | 1 | -2/+4 |
* | audio: fix --audio-stream-silence with ao_alsa | wm4 | 2016-11-21 | 1 | -2/+3 |
* | ao_alsa: explicitly add default device manually | wm4 | 2016-11-14 | 1 | -1/+4 |
* | audio: make empty device ID mean default device | wm4 | 2016-11-14 | 1 | -7/+14 |
* | audio: avoid returning audio-device-list entries without description | wm4 | 2016-11-14 | 1 | -0/+2 |
* | ao_alsa: fill unused ALSA channels with silence | wm4 | 2016-11-08 | 1 | -0/+5 |
* | ao_alsa: strictly disable chmap use for mono/stereo | wm4 | 2016-11-08 | 1 | -12/+21 |
* | ao_alsa: _really_ disable chmap API use in cases where we should | wm4 | 2016-11-08 | 1 | -3/+7 |
* | ao_alsa: slightly better debug logging | wm4 | 2016-11-08 | 1 | -6/+12 |
* | audio/out: add AudioUnit output driver for iOS | Aman Gupta | 2016-11-01 | 6 | -5/+227 |
* | ao_alsa: try to fallback to "hdmi" before "iec958" for spdif | wm4 | 2016-10-07 | 1 | -5/+10 |
* | audio/out: prevent underruns with spdif under certain conditions | wm4 | 2016-10-04 | 1 | -0/+2 |
* | win32: build with -DINITGUID | James Ross-Gowan | 2016-09-28 | 2 | -2/+0 |
* | ao_openal: enable building on OSX | Josh de Kock | 2016-09-21 | 1 | -0/+14 |
* | options: simplify M_OPT_EXIT | wm4 | 2016-09-17 | 1 | -1/+1 |
* | player, ao, vo: don't call mp_input_wakeup() directly | wm4 | 2016-09-16 | 5 | -23/+35 |
* | ao_rsound: fix compilation | wm4 | 2016-09-07 | 1 | -1/+1 |
* | ao_pcm: remove some useless messages | wm4 | 2016-09-07 | 1 | -2/+0 |
* | osdep: rename atomics.h to atomic.h | wm4 | 2016-09-07 | 5 | -5/+5 |
* | audio/out: deprecate "exclusive" sub-options | wm4 | 2016-09-05 | 3 | -2/+10 |
* | audio/out: deprecate device sub-options | wm4 | 2016-09-05 | 8 | -8/+15 |
* | options: deprecate suboptions for the remaining AO/VOs | wm4 | 2016-09-05 | 11 | -0/+11 |
* | options: add automagic hack for handling sub-option deprecations | wm4 | 2016-09-05 | 2 | -0/+2 |
* | ao_jack: move to global options | wm4 | 2016-09-05 | 1 | -22/+42 |
* | options: add a mechanism to make sub-option replacement slightly easier | wm4 | 2016-09-05 | 3 | -1/+4 |
* | ao_alsa: change sub-options to global options | wm4 | 2016-09-02 | 3 | -31/+53 |
* | m_config: add helper function for initializing af/ao/vf/vo suboptions | wm4 | 2016-09-02 | 1 | -4/+4 |
* | vo, ao: disable positional parameter suboptions | wm4 | 2016-09-01 | 1 | -0/+1 |
* | ao_alsa: log if retrieving supported channel maps fails | wm4 | 2016-08-22 | 1 | -1/+3 |
* | ao_alsa: make pause state more robust, reduce minor code duplication | wm4 | 2016-08-09 | 1 | -22/+25 |
* | ao_alsa: handle --audio-stream-silence | wm4 | 2016-08-09 | 1 | -9/+51 |
* | player: add --audio-stream-silence | wm4 | 2016-08-09 | 4 | -2/+11 |
* | ao_coreaudio: actually use stop callback | wm4 | 2016-08-09 | 2 | -2/+2 |
* | ao_wasapi: in exclusive mode do not output multichannel by default | wm4 | 2016-08-05 | 1 | -1/+1 |
* | ao_null: use channel list option type for channel-layouts suboption | wm4 | 2016-08-05 | 1 | -11/+5 |
* | audio: use --audio-channels=auto behavior, except on ALSA | wm4 | 2016-08-04 | 5 | -8/+43 |
* | osdep/io: introduce mp_flush_wakeup_pipe() | Rostislav Pehlivanov | 2016-07-30 | 1 | -4/+2 |
* | ao_pulse: fix some volume control rounding issues | wm4 | 2016-07-14 | 1 | -2/+3 |
* | ao_creoaudio: print OSStatus as decimal signed integer too | wm4 | 2016-07-13 | 1 | -1/+1 |
* | ao_coreaudio: use correct free function on errors | wm4 | 2016-07-13 | 1 | -1/+1 |
* | ao_coreaudio: error out when selecting invalid device | wm4 | 2016-07-08 | 1 | -0/+7 |
* | ao_oss: do not add an entry to audio-device-list if device file missing | wm4 | 2016-06-29 | 1 | -0/+7 |
* | audio: don't add default entry to audio-device-list if AO support listing | wm4 | 2016-06-29 | 1 | -3/+2 |
* | ao_lavc, vo_lavc: Migrate to new encoding API. | Rudolf Polzer | 2016-06-27 | 1 | -76/+121 |
* | Fix misspellings | stepshal | 2016-06-26 | 2 | -2/+2 |
* | audio: apply an upper bound timeout when draining | wm4 | 2016-06-12 | 1 | -3/+13 |
* | audio: do not wake up core during EOF | wm4 | 2016-06-12 | 1 | -3/+4 |
* | build: silence -Wunused-result | Niklas Haas | 2016-06-07 | 2 | -3/+3 |
* | ao_wasapi: initialize COM in main thread with MTA | Kevin Mitchell | 2016-06-05 | 1 | -2/+2 |
* | ao_opensles: remove 32bit audio | Josh de Kock | 2016-05-22 | 1 | -1/+0 |
* | ao_alsa: add more shitty workarounds | wm4 | 2016-05-06 | 1 | -9/+25 |
* | ao_alsa: log final hwparams too | wm4 | 2016-05-03 | 1 | -1/+2 |
* | win32: replace libuuid.a usage with initguid.h | James Ross-Gowan | 2016-05-01 | 1 | -0/+1 |
* | ao_alsa: log hwparams while restricting them | wm4 | 2016-04-28 | 1 | -0/+43 |
* | ao_coreaudio: remove detected_device | wm4 | 2016-04-26 | 1 | -5/+0 |
* | ao_coreaudio_exclusive: list formats when searching substream | wm4 | 2016-04-15 | 1 | -0/+3 |
* | ao_coreaudio: remove unused function | wm4 | 2016-04-15 | 2 | -25/+0 |
* | encode_lavc: Migrate to codecpar API. | Rudolf Polzer | 2016-04-11 | 1 | -41/+41 |
* | ao_coreaudio_exclusive: add missing newline to log message | wm4 | 2016-04-01 | 1 | -1/+1 |
* | ao_lavc: use new af_select_best_samplerate function | Kevin Mitchell | 2016-03-17 | 1 | -0/+5 |
* | ao_wasapi: use new af_select_best_samplerate function | Kevin Mitchell | 2016-03-17 | 1 | -11/+3 |
* | ao_wasapi: make wait for audio thread termination infinite | Kevin Mitchell | 2016-02-26 | 1 | -4/+3 |
* | ao_wasapi: further flatten/simplify volume control | Kevin Mitchell | 2016-02-26 | 1 | -39/+34 |
* | ao_wasapi: use MP_FATAL for stuff that leads to init failure | Kevin Mitchell | 2016-02-26 | 2 | -5/+5 |
* | ao_wasapi: move pre-resume reset into resume function | Kevin Mitchell | 2016-02-26 | 1 | -16/+14 |
* | ao_wasapi: move resetting the thread state into main loop | Kevin Mitchell | 2016-02-26 | 1 | -11/+3 |
* | ao_wasapi: set buffer size to device period in exclusive mode | Kevin Mitchell | 2016-02-26 | 1 | -7/+12 |
* | ao_wasapi: replace laggy COM messaging with mp_dispatch_queue | Kevin Mitchell | 2016-02-26 | 3 | -175/+80 |
* | ao_wasapi: avoid under-run cascade in exclusive mode. | Kevin Mitchell | 2016-02-26 | 1 | -24/+36 |
* | ao_wasapi: fix typo in comment | Kevin Mitchell | 2016-02-26 | 1 | -1/+1 |
* | ao_wasapi: use SUCCEEDED/FAILED macros | Kevin Mitchell | 2016-02-26 | 2 | -13/+9 |
* | ao: initial OpenSL ES support | Ilya Zhuravlev | 2016-02-27 | 2 | -0/+254 |
* | Initial Android support | Jan Ekström | 2016-02-10 | 1 | -0/+1 |
* | ao_coreaudio: fix 7.1(rear) channel mapping | wm4 | 2016-02-04 | 1 | -0/+27 |
* | ao_wasapi: add "wasapi" prefix to non-static find_deviceID function | Kevin Mitchell | 2016-01-28 | 3 | -3/+3 |
* | ao_wasapi: correct check for specified device on default change | Kevin Mitchell | 2016-01-28 | 3 | -5/+11 |
* | ao_wasapi: fix check for already found device | Kevin Mitchell | 2016-01-28 | 1 | -1/+1 |
* | ao_wasapi: use correct UINT type for device enumeration | Kevin Mitchell | 2016-01-22 | 1 | -5/+5 |
* | ao_wasapi: exit earlier if there are zero playback devices found | Kevin Mitchell | 2016-01-22 | 1 | -0/+5 |
* | ao_coreaudio_chmap: change license to LGPL | wm4 | 2016-01-19 | 2 | -14/+14 |
* | Relicense some non-MPlayer source files to LGPL 2.1 or later | wm4 | 2016-01-19 | 7 | -49/+49 |
* | ao_wasapi: use share_mode value instead of raw option opt_exclusive | Kevin Mitchell | 2016-01-18 | 1 | -1/+1 |
* | ao_openal: wipe out global context on init error | Kevin Mitchell | 2016-01-18 | 1 | -0/+1 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 7 | -7/+7 |
* | ao_coreaudio: replace fourcc_repr() | wm4 | 2016-01-11 | 3 | -35/+7 |
* | ao_wasapi: move out some utility functions | wm4 | 2016-01-11 | 2 | -76/+1 |
* | ao_dsound: remove this audio output | wm4 | 2016-01-06 | 2 | -711/+0 |
* | ao_wasapi: remove unnecessary header file | Kevin Mitchell | 2016-01-05 | 5 | -74/+31 |
* | ao_wasapi: initialize change notify in main thread | Kevin Mitchell | 2016-01-05 | 2 | -3/+6 |
* | ao_wasapi: remove old vistablob prototype | Kevin Mitchell | 2016-01-05 | 1 | -2/+0 |
* | ao_wasapi: make find_deviceID read only wrt struct ao | Kevin Mitchell | 2016-01-05 | 3 | -19/+20 |
* | ao_wasapi: move device selection to main thread | Kevin Mitchell | 2016-01-05 | 3 | -8/+10 |
* | ao_wasapi: avoid some redundant error messages in device selection | Kevin Mitchell | 2016-01-05 | 1 | -15/+7 |
* | ao_wasapi: alloc later to avoid free on error | Kevin Mitchell | 2016-01-05 | 1 | -2/+1 |
* | ao_pulse: attempt to fall back to an arbitrary sample format | wm4 | 2016-01-05 | 1 | -2/+7 |
* | ao_pulse: check for sample rate bounds | wm4 | 2016-01-05 | 1 | -1/+1 |
* | ao_pulse: move format setting into a function | wm4 | 2016-01-05 | 1 | -20/+26 |
* | ao_wasapi: remove +x flag from files | wm4 | 2016-01-04 | 4 | -0/+0 |
* | ao_wasapi: just use a pointer to the deviceID in change_notify | Kevin Mitchell | 2016-01-04 | 1 | -3/+1 |
* | ao_wasapi: correctly name the IMMNotificationClientVtbl | Kevin Mitchell | 2016-01-04 | 1 | -2/+2 |
* | ao_wasapi: make persistent enumerator local to change_notify | Kevin Mitchell | 2016-01-04 | 4 | -21/+12 |
* | ao_wasapi: rewrite device listing and selection | Kevin Mitchell | 2016-01-04 | 2 | -225/+187 |
* | ao_wasapi: fix delay calculation again | Kevin Mitchell | 2016-01-02 | 1 | -6/+12 |
* | ao_wasapi: fix delay calculation | Kevin Mitchell | 2015-12-21 | 1 | -21/+36 |
* | Fix some typos in code comments | Aman Gupta | 2015-12-21 | 1 | -1/+1 |
* | ao_wasapi: move volume control init to it's own function | Kevin Mitchell | 2015-12-21 | 1 | -21/+34 |
* | ao_wasapi: correctly handle audio session display failure | Kevin Mitchell | 2015-12-21 | 1 | -10/+14 |
* | ao_wasapi: non-fatal error handling for COM marshalling | Kevin Mitchell | 2015-12-21 | 3 | -55/+65 |
* | ao_wasapi: wrap long lines and use only c99 comment style | Kevin Mitchell | 2015-12-21 | 4 | -119/+172 |
* | ao_wasapi: reorganize private structure | Kevin Mitchell | 2015-12-21 | 1 | -37/+36 |
* | ao_wasapi: remove useless buffer_block_size | Kevin Mitchell | 2015-12-21 | 2 | -7/+0 |
* | ao_wasapi: move exclusive and shared-specific controls to functions | Kevin Mitchell | 2015-12-21 | 1 | -75/+87 |
* | ao_wasapi: call the class-specific release functions | Kevin Mitchell | 2015-12-20 | 1 | -6/+6 |
* | ao_wasapi: check for proxy availability in control | Kevin Mitchell | 2015-12-20 | 1 | -22/+37 |
* | ao_wasapi: actually use hw volume support information for exclusive mode | Kevin Mitchell | 2015-12-20 | 2 | -17/+30 |
* | ao_wasapi: don't cast control arg to something it isn't | Kevin Mitchell | 2015-12-20 | 1 | -9/+14 |
* | ao_wasapi: remove volume "restore" on exit | Kevin Mitchell | 2015-12-20 | 3 | -48/+10 |
* | ao_wasapi: split exclusive/shared specific ao controls | Kevin Mitchell | 2015-12-20 | 1 | -37/+60 |
* | ao_wasapi: add E_NOINTERFACE to error list | Kevin Mitchell | 2015-12-20 | 1 | -0/+1 |
* | ao: disambiguate default device list entries | wm4 | 2015-11-27 | 1 | -2/+6 |
* | ao_alsa: filter audio device list | wm4 | 2015-11-24 | 1 | -1/+15 |
* | ao_alsa: list bidirectional devices too | wm4 | 2015-11-24 | 1 | -1/+1 |
* | ao_wasapi: get rid of Vistablob hack | Kevin Mitchell | 2015-11-24 | 4 | -51/+6 |
* | ao_wasapi: only report per-app volume in shared mode | Kevin Mitchell | 2015-11-19 | 1 | -1/+2 |
* | ao_wasapi: work around DTS passthrough failure | wm4 | 2015-11-19 | 1 | -1/+18 |
* | ao_openal: fix sign of speaker angle in comment | Kevin Mitchell | 2015-11-18 | 1 | -1/+1 |
* | ao_openal: fix virtual speaker positioning | Justas Lavišius | 2015-11-18 | 1 | -10/+10 |
* | ao_openal: accommodate more sample formats | Kevin Mitchell | 2015-11-17 | 1 | -7/+44 |
* | ao_openal: move uninit before init | Kevin Mitchell | 2015-11-17 | 1 | -12/+12 |
* | ao_jack: remove "alsa" std-channel-layout choice | wm4 | 2015-11-07 | 1 | -5/+1 |
* | ao_alsa: remove the last bits of legacy channel map fallback | wm4 | 2015-11-07 | 1 | -3/+1 |
* | ao_alsa: fix 7.1 over HDMI | wm4 | 2015-11-04 | 1 | -0/+26 |
* | ao_alsa: map mp_chmaps back to ALSA in a different way | wm4 | 2015-11-04 | 1 | -39/+54 |
* | ao_alsa: print more chmap info at debug verbosity | wm4 | 2015-11-04 | 1 | -9/+11 |
* | ao_alsa: minor cleanups | wm4 | 2015-11-03 | 1 | -34/+18 |
* | ao_alsa: simplify dmix non-NA hack | wm4 | 2015-11-03 | 1 | -58/+43 |
* | ao_alsa: move channel map setting code out of main init function | wm4 | 2015-11-03 | 1 | -104/+125 |
* | ao_alsa: make failure of buffer parameter setting non-fatal | wm4 | 2015-11-03 | 1 | -4/+12 |
* | ao_alsa: disable resampling first thing | wm4 | 2015-11-03 | 1 | -7/+7 |
* | ao_alsa: set access type before format | wm4 | 2015-11-03 | 1 | -11/+13 |
* | ao_alsa: handle channel count mismatch safeguard after chmap negotiation | wm4 | 2015-11-03 | 1 | -12/+12 |
* | ao_alsa: apply non-NA fallback only if input is stereo | wm4 | 2015-11-03 | 1 | -0/+1 |
* | ao_alsa: treat SND_CHMAP_UNKNOWN as NA channel too | wm4 | 2015-11-03 | 1 | -0/+1 |
* | ao_alsa: remove log message on pausing | wm4 | 2015-11-03 | 1 | -1/+2 |
* | ao_coreaudio_exclusive: check for maximum channel count | wm4 | 2015-10-26 | 1 | -0/+6 |
* | ao_coreaudio_exclusive: fallback to stereo on unknown channel layouts | wm4 | 2015-10-26 | 1 | -1/+10 |
* | ao_coreaudio_chmap: minor refactor | wm4 | 2015-10-26 | 1 | -26/+22 |
* | ao_coreaudio_chmap: allow stereo as fallback; avoid mono fallback | wm4 | 2015-10-26 | 1 | -2/+5 |
* | ao_coreaudio: fix another minor memory leak | wm4 | 2015-10-26 | 1 | -1/+2 |
* | audio: use AVFrames with more than 8 channels correctly | wm4 | 2015-10-26 | 1 | -0/+3 |
* | audio: always log channel maps before determining final map | wm4 | 2015-10-26 | 3 | -17/+8 |
* | ao_coreaudio: fix potential UB in error cases | wm4 | 2015-10-26 | 1 | -3/+2 |
* | ao_coreaudio_chmap: add more logging | wm4 | 2015-10-26 | 1 | -8/+10 |
* | ao_alsa: log format probing in verbose mode | wm4 | 2015-10-25 | 1 | -2/+1 |
* | ao_coreaudio_exclusive: fix build | wm4 | 2015-10-21 | 1 | -2/+2 |
* | ao_coreaudio: do not accept unknown channel layouts | wm4 | 2015-10-21 | 1 | -1/+1 |
* | ao_coreaudio_exclusive: deal with devices return different channel count | wm4 | 2015-10-21 | 3 | -1/+33 |
* | ao_coreaudio: avoid unnecessary format changes | wm4 | 2015-10-21 | 1 | -0/+6 |
* | ao_coreaudio: log current format before setting new format | wm4 | 2015-10-21 | 1 | -0/+2 |
* | ao_coreaudio: fix some minor memory leaks | wm4 | 2015-10-21 | 1 | -0/+6 |
* | ao_coreaudio: raise timeout for change-physical-format | wm4 | 2015-10-20 | 1 | -1/+1 |
* | ao_alsa: add debug messages for format search | Kevin Mitchell | 2015-10-06 | 1 | -0/+2 |
* | ao_alsa: fix failure to find any sampleformat | Kevin Mitchell | 2015-10-06 | 1 | -4/+7 |
* | audio: add option for falling back to ao_null | wm4 | 2015-10-05 | 2 | -0/+7 |
* | ao: rework audio output driver probing | wm4 | 2015-10-05 | 1 | -38/+42 |
* | ao_alsa: improve handling of device disconnection | wm4 | 2015-09-28 | 1 | -3/+20 |
* | ao_coreaudio_utils: fix error handling in device listing code | wm4 | 2015-09-28 | 1 | -3/+10 |
* | ao_lavc: minor simplification | wm4 | 2015-09-11 | 1 | -2/+2 |
* | ao_alsa: use sample format determination code | Kevin Mitchell | 2015-09-10 | 1 | -12/+10 |
* | ao_alsa: add double to sample format list | Kevin Mitchell | 2015-09-10 | 1 | -0/+1 |
* | ao_alsa: put spdif formats into find_alsa_format | Kevin Mitchell | 2015-09-10 | 1 | -9/+9 |
* | ao_oss: use new sample format determination code | wm4 | 2015-09-10 | 1 | -1/+2 |
* | ao_lavc: use new sample format determination code | wm4 | 2015-09-10 | 1 | -20/+15 |
* | ao_alsa: fix minor memory leak | wm4 | 2015-08-25 | 1 | -8/+11 |
* | audio: remove unused legacy libavutil header | wm4 | 2015-08-07 | 1 | -1/+0 |
* | win32: revert wchar_t changes | wm4 | 2015-08-01 | 4 | -14/+13 |
* | win32: more wchar_t -> WCHAR replacements | wm4 | 2015-07-30 | 3 | -9/+9 |
* | win32: replace wchar_t with WCHAR | wm4 | 2015-07-29 | 3 | -4/+5 |
* | ao_coreaudio: fix device latency, share the code | wm4 | 2015-07-06 | 4 | -23/+25 |
* | ao_coreaudio_exclusive: continue even if setting physical format fails | wm4 | 2015-07-06 | 2 | -2/+4 |
* | ao_coreaudio_exclusive: fix some verbose output | wm4 | 2015-07-04 | 1 | -2/+2 |
* | ao: don't pass along AO arguments when redirecting | wm4 | 2015-07-03 | 1 | -1/+1 |
* | ao_coreaudio: add exclusive suboption | wm4 | 2015-07-03 | 1 | -2/+4 |
* | ao_coreaudio_exclusive: support PCM | wm4 | 2015-07-03 | 1 | -15/+35 |
* | ao_coraudio: reject all non-PCM formats | wm4 | 2015-07-03 | 1 | -1/+1 |
* | ao_coreaudio_utils: reduce spam | wm4 | 2015-07-03 | 1 | -1/+0 |
* | ao_coreaudio_utils: fix format back-mapping | wm4 | 2015-07-03 | 1 | -5/+7 |
* | ao_coreaudio_exclusive: do not set ao->bps | wm4 | 2015-07-03 | 1 | -3/+0 |
* | ao_coreaudio_exclusive: dump all latency info in verbose mode | wm4 | 2015-07-03 | 1 | -1/+4 |
* | ao_coreaudio_exclusive: factor format selection | wm4 | 2015-07-03 | 1 | -35/+44 |
* | ao_coreaudio_exclusive: separate out stream selection | wm4 | 2015-07-03 | 1 | -61/+76 |
* | ao_coreaudio: restore physical format if it can't be set exactly | wm4 | 2015-06-30 | 2 | -2/+14 |
* | ao_coreaudio: support native mono output | wm4 | 2015-06-29 | 1 | -0/+2 |
* | ao_coreaudio: log hotplug events explicitly | wm4 | 2015-06-29 | 1 | -3/+6 |
* | ao_wasapi: fix regression | wm4 | 2015-06-27 | 1 | -1/+1 |
* | audio: fix format function consistency issues | wm4 | 2015-06-26 | 12 | -43/+45 |
* | audio: replace format name table | wm4 | 2015-06-26 | 1 | -4/+3 |
* | ao_coreaudio_utils: use a macro | wm4 | 2015-06-26 | 1 | -1/+1 |
* | ao_sndio: fix comment | wm4 | 2015-06-26 | 1 | -2/+1 |
* | ao_coreaudio: support non-interleaved output | wm4 | 2015-06-26 | 2 | -5/+12 |
* | ao_coreaudio: explicitly skip input streams | wm4 | 2015-06-26 | 2 | -4/+22 |
* | ao_coreaudio_utils: compare full AudioStreamBasicDescription | wm4 | 2015-06-25 | 1 | -1/+3 |
* | audio: output human-readable channel layouts too | wm4 | 2015-06-25 | 1 | -8/+2 |
* | ao: standardize channel layout name in debug output further | wm4 | 2015-06-25 | 1 | -0/+2 |
* | ao_alsa: fix a log message | wm4 | 2015-06-21 | 1 | -4/+5 |
* | Various spelling fixes | Marcin Kurczewski | 2015-06-18 | 1 | -3/+3 |
* | ao_wasapi: fix crash on hotplug init error | wm4 | 2015-06-17 | 1 | -0/+1 |
* | audio: remove S8, U16, U24, U32 formats | wm4 | 2015-06-16 | 6 | -57/+9 |
* | ao_alsa: if possible, reorder device maps to std layouts | wm4 | 2015-06-12 | 1 | -0/+2 |
* | ao_alsa: make it accept 7.1 over HDMI | wm4 | 2015-06-12 | 1 | -0/+2 |
* | ao_alsa: change ALSA braindeath heuristic | wm4 | 2015-06-11 | 1 | -3/+4 |
* | ao_coreaudio: change physical stream format synchronously | wm4 | 2015-06-09 | 2 | -5/+2 |
* | audio/out/pull: avoid dropping some audio when draining | wm4 | 2015-06-09 | 1 | -9/+18 |
* | audio/out/pull: correctly pad partial frames with silence | wm4 | 2015-06-09 | 1 | -1/+1 |
* | ao_alsa: refine channel count mismatch error message | wm4 | 2015-06-09 | 1 | -2/+2 |
* | ao_alsa: refuse to use spdif if AES flags can't be set | wm4 | 2015-06-04 | 1 | -6/+6 |
* | ao_alsa: hack against potential spdif failure | wm4 | 2015-06-04 | 1 | -3/+16 |
* | ao_coreaudio_exclusive: move generic functions to utils | wm4 | 2015-06-02 | 3 | -207/+209 |
* | ao_coreaudio_exclusive: react to device removal | wm4 | 2015-06-02 | 1 | -12/+27 |
* | ao_coreaudio_exclusive: make property listeners event-based | wm4 | 2015-06-02 | 1 | -105/+82 |
* | ao: allow ao_uninit(NULL) | wm4 | 2015-06-02 | 1 | -1/+2 |
* | ao_alsa: hack back mono output | wm4 | 2015-05-25 | 1 | -1/+6 |
* | threads: use utility+POSIX functions instead of weird wrappers | wm4 | 2015-05-11 | 1 | -3/+6 |
* | ao: make better use of atomics | wm4 | 2015-05-11 | 2 | -14/+11 |
* | ao: log reordered versions of channel maps | wm4 | 2015-05-08 | 1 | -3/+10 |
* | ao_alsa: log requested numbers of channels if ALSA rejects them | wm4 | 2015-05-08 | 1 | -2/+3 |
* | audio: define only a single NA speaker ID | wm4 | 2015-05-07 | 3 | -13/+5 |
* | ao_coreaudio_utils: don't list some formats as "unusable" | wm4 | 2015-05-07 | 1 | -1/+1 |
* | ao_sndio: add notice about padding channels | wm4 | 2015-05-06 | 1 | -1/+3 |
* | ao_alsa: use new padding channels support | wm4 | 2015-05-06 | 1 | -21/+26 |
* | ao_alsa: move ALSA -> mp channel map to a function | wm4 | 2015-05-06 | 1 | -11/+18 |
* | ao_coreaudio_exclusive: check new format before waiting for change | wm4 | 2015-05-06 | 1 | -12/+13 |
* | ao_coreaudio_exclusive: use atomics instead of volatile | wm4 | 2015-05-06 | 1 | -19/+16 |
* | ao_coreaudio_exclusive: rename "digital" -> "compressed" | wm4 | 2015-05-06 | 1 | -22/+20 |
* | ao_coreaudio_exclusive: explicitly check for spdif formats | wm4 | 2015-05-06 | 1 | -8/+5 |
* | ao_coreaudio_exclusive: merge init_digital() function | wm4 | 2015-05-06 | 1 | -15/+3 |
* | ao_coreaudio_utils: decide formats by comparing raw bits | wm4 | 2015-05-05 | 1 | -5/+6 |
* | ao_coreaudio: log considered physical formats | wm4 | 2015-05-05 | 1 | -0/+4 |
* | ao_coreaudio: restore old physical format if format was changed | wm4 | 2015-05-05 | 1 | -0/+16 |
* | ao_coreaudio: move channel mapping code to a separate file | wm4 | 2015-05-05 | 3 | -255/+297 |
* | ao_coreaudio_utils: don't require talloc for fourcc_repr() | wm4 | 2015-05-05 | 3 | -17/+13 |
* | ao_coreaudio_utils: unbreak default device selection | wm4 | 2015-05-05 | 1 | -4/+3 |
* | ao_coreaudio_exclusive: fix latency calculation non-sense | wm4 | 2015-05-05 | 1 | -1/+1 |
* | ao_coreaudio_utils: refine format selection | wm4 | 2015-05-05 | 1 | -19/+25 |
* | ao_coreaudio: change physical format before channel negotiation | wm4 | 2015-05-05 | 1 | -4/+10 |
* | ao_coreaudio: add an option for changing the physical format | wm4 | 2015-05-05 | 1 | -0/+55 |
* | ao_coreaudio_utils: add a format negotiation helper function | wm4 | 2015-05-05 | 2 | -0/+37 |
* | ao_coreaudio: support padded channel layouts | wm4 | 2015-05-05 | 1 | -2/+6 |
* | ao_coreaudio: fix out of bounds access | wm4 | 2015-05-04 | 1 | -0/+2 |
* | ao_coreaudio_exclusive: check format explicitly on change notifcation | wm4 | 2015-04-29 | 1 | -6/+11 |
* | ao_coreaudio_utils: log mp format with CoreAudio format description | wm4 | 2015-04-29 | 1 | -2/+4 |
* | ao_coreaudio_utils: add function for ASBD -> mp format lookup | wm4 | 2015-04-29 | 2 | -7/+59 |
* | ao_coreaudio_utils: float is not a signed integer format | wm4 | 2015-04-29 | 1 | -3/+3 |
* | ao_coreaudio_exclusive: move code for getting original format | wm4 | 2015-04-28 | 1 | -6/+4 |
* | ao_coreaudio_utils: change audio format logging | wm4 | 2015-04-28 | 1 | -3/+3 |
* | ao_coreaudio_exclusive: account for additional latency | wm4 | 2015-04-28 | 1 | -3/+10 |
* | ao_null: add an option for testing channel layout selection | wm4 | 2015-04-27 | 1 | -2/+16 |
* | ao_alsa: fallback to stereo channel layout if everything else fails | wm4 | 2015-04-14 | 1 | -1/+4 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 15 | -75/+60 |
* | ao_coreaudio: fix inverted condition | wm4 | 2015-04-10 | 1 | -3/+4 |
* | ao_alsa: change log output | wm4 | 2015-04-07 | 1 | -12/+15 |
* | ao_coreaudio: do not error if retrieving info for verbose mode fails | wm4 | 2015-04-07 | 1 | -6/+6 |
* | ao/wasapi: use atomic state variable instead of different events | Kevin Mitchell | 2015-04-04 | 4 | -65/+78 |
* | ao/wasapi: reorder priv members | Kevin Mitchell | 2015-04-04 | 1 | -12/+14 |
* | ao_wasapi: code formatting and alignment | Kevin Mitchell | 2015-04-03 | 2 | -24/+23 |
* | audio: make all format query shortcuts macros | Kevin Mitchell | 2015-04-03 | 4 | -7/+7 |
* | ao_wasapi: passthrough rework | Kevin Mitchell | 2015-04-03 | 2 | -161/+152 |
* | ao_wasapi: abstract HRESULT_to_str | Kevin Mitchell | 2015-04-01 | 4 | -79/+67 |
* | ao_coreaudio: do not signal per-app volume | wm4 | 2015-04-01 | 1 | -2/+0 |
* | ao_wasapi: remove redundant casts | Kevin Mitchell | 2015-03-31 | 3 | -42/+37 |
* | ao_wasapi: simplify hotplug | Kevin Mitchell | 2015-03-31 | 3 | -55/+22 |
* | ao_wasapi: fix device listing | Kevin Mitchell | 2015-03-31 | 3 | -92/+29 |
* | ao/wasapi: add ao hotplug | Kevin Mitchell | 2015-03-31 | 5 | -64/+118 |
* | ao_alsa: add an option to ignore ALSA channel map negotiation | wm4 | 2015-03-28 | 1 | -2/+6 |
* | ao/wasapi: use built in KSDATAFORMATs | Kevin Mitchell | 2015-03-27 | 1 | -13/+8 |
* | ao/wasapi: add missing "if" braces | Kevin Mitchell | 2015-03-26 | 2 | -35/+33 |
* | ao/wasapi: rewrite format search | Kevin Mitchell | 2015-03-26 | 2 | -182/+300 |
* | ao_sndio: open device in blocking mode, don't inflate buffer artificially | Dmitrij D. Czarkoff | 2015-03-26 | 1 | -20/+2 |
* | ao_pulse: drop video role; fixes random muting | wm4 | 2015-03-24 | 1 | -1/+0 |
* | ao: slightly extend debug messages | wm4 | 2015-03-16 | 1 | -1/+4 |
* | ao: align audio buffer size | wm4 | 2015-03-13 | 1 | -0/+3 |
* | ao_coreaudio_exclusive: port to pull API, fix latency calculations | wm4 | 2015-03-10 | 1 | -78/+37 |
* | ao_coreaudio: move some helpers to utils | wm4 | 2015-03-10 | 3 | -16/+20 |
* | ao_coreaudio_exclusive: rip out pseudo volume control | wm4 | 2015-03-10 | 1 | -40/+1 |
* | ao/wasapi: move resume to audio thread | Kevin Mitchell | 2015-02-23 | 3 | -24/+38 |
* | ao_wasapi: move reset into audio thread | Kevin Mitchell | 2015-02-23 | 2 | -9/+37 |
* | ao: fix null dereference | Stefano Pigozzi | 2015-02-14 | 1 | -0/+2 |
* | ao_coreaudio: add support for hotplug notifications | Stefano Pigozzi | 2015-02-14 | 3 | -23/+96 |
* | ao_pulse: listen for hotplug events | wm4 | 2015-02-12 | 1 | -7/+41 |
* | audio: add device change notification for hotplugging | wm4 | 2015-02-12 | 3 | -25/+120 |
* | ao: set correct client name when listing devices | wm4 | 2015-02-12 | 1 | -4/+3 |
* | ao_coreaudio: fix small memory leak | Stefano Pigozzi | 2015-02-03 | 1 | -0/+4 |
* | ao_coreaudio: use device UID instead of ID for selection | Stefano Pigozzi | 2015-02-03 | 4 | -19/+46 |
* | command: add property returning detected audio device | Stefano Pigozzi | 2015-02-03 | 4 | -0/+11 |
* | ao_null: add emulation for certain broken behavior | wm4 | 2015-01-30 | 1 | -1/+12 |
* | ao_pulse: plug a memory leak | Ben Boeckel | 2015-01-25 | 1 | -0/+3 |
* | ao_wasapi: fix try_format logic in shared mode | James Ross-Gowan | 2015-01-23 | 1 | -2/+1 |
* | ao_alsa: reinitialize if device got broken | wm4 | 2015-01-21 | 1 | -0/+3 |
* | ao_coreaudio: reset possibly random errno value | wm4 | 2015-01-20 | 1 | -1/+2 |
* | ao: never autoselect ao_null | wm4 | 2015-01-20 | 1 | -1/+2 |
* | ao: refactor --audio-device selection code | wm4 | 2015-01-20 | 1 | -85/+73 |
* | ao_alsa: fix a small memory leak | wm4 | 2015-01-14 | 1 | -0/+2 |