summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* audio/out: rip out old unused app/softvolume reportingwm42019-10-117-21/+0
* audio/out/pull, ao_sdl: implement new underrun reportingwm42019-10-112-2/+8
* audio/out/pull: fix underflow reportingwm42019-10-111-2/+2
* ao_alsa: use AO underrun reportingwm42019-10-111-1/+3
* ao: add API for underrun reportingwm42019-10-113-1/+23
* ao_alsa: handle underruns in get_space() toowm42019-10-111-0/+2
* ao_alsa: mess with underrun handling againwm42019-10-111-6/+27
* ao_alsa: don't silence legitimate underrun if final chunk underrunswm42019-10-061-4/+1
* ao_alsa: remove sometimes bogus XRUN messagewm42019-10-061-9/+2
* audio/filter: remove no longer used headerPaul B Mahol2019-10-051-47/+0
* audio: fix copy&paste errorwm42019-09-271-1/+1
* ad_lavc: log on failure to read AVFramewm42019-09-271-1/+3
* audio: add support for AV_SAMPLE_FMT_S64*wm42019-09-273-0/+8
* options: add M_OPT_FILE to some more options that take filesPhilip Sequeira2019-09-271-1/+1
* ao_pulse: add the newly added mappings for TrueHD/DTS-HD formatsJan Ekström2019-09-271-6/+11
* ao_oss: Fallback to stereo when the device does not support >2 channelsLeonardo Taccari2019-09-211-6/+10
* ao_pulse: add --pulse-allow-suspendedTérence Clastres2019-09-211-1/+3
* audio: remove unreferenced af_lavrresamplewm42019-09-191-112/+0
* audio_buffer: fix some more theoretical UBwm42019-09-191-0/+3
* ad_lavc: skip fully skipped frameswm42019-09-191-1/+5
* Implement backwards playbackwm42019-09-192-0/+54
* ao_opensles: fix delayed audiosfan52019-09-021-1/+1
* ao/audiounit: include AVAudioSession buffer in latency calcAman Gupta2019-04-051-1/+1
* ao/audiounit: improve a/v syncAman Gupta2019-04-053-4/+18
* Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer...Anton Kindestam2018-12-053-5/+33
|\
| * player: get rid of mpv_global.optswm42018-05-241-2/+4
| * ao: use a local option structwm42018-05-242-3/+29
* | ad_spdif: cosmetic alignmentJan Ekström2018-10-301-1/+1
* | ad_spdif: fix DTS-HD HRA handlingJan Ekström2018-10-301-2/+10
* | ao_audiounit: rename pause function to resetJosh Lehman2018-09-301-1/+1
* | ao_alsa: log the ALSA state if we get a non-XRUN errorJan Ekström2018-09-291-2/+4
* | ao_alsa: handle XRUNs separately from other errorsJan Ekström2018-09-291-2/+7
* | ao_alsa: early exit get_space if paused or ALSA is not readyJan Ekström2018-09-291-0/+5
* | ao_jack: only auto-connect to audio portsNiklas Haas2018-09-261-1/+2
* | ao_pulse: fix tlength calculationTom Yan2018-09-013-17/+3
* | Revert "ao_openal: enable building on OSX"Michael Hoang2018-08-261-14/+0
* | af_rubberband: reset delay to 0 on resetHector Martin2018-08-251-0/+2
* | ao_opensles: set numBuffers to 8Tom Yan2018-08-131-1/+1
* | audio/format: decouple af_fmt_is_planar from af_fmt_to_planarTom Yan2018-08-111-16/+15
* | ao_opensles: rework the heuristic of buffer/enqueue size settingTom Yan2018-08-051-18/+36
* | ao_opensles: allow s32 and float outputTom Yan2018-08-051-27/+15
* | audio/format: minor fix for af_fmt_from_planarTom Yan2018-08-051-2/+4
* | ao_alsa: simplify get_space()Jan Ekström2018-06-041-6/+10
* | ao_alsa: replace snd_pcm_status() with snd_pcm_avail() in get_space()Muhammad Faiz2018-06-041-5/+4
|/
* build: make encoding mode non-optionalwm42018-05-031-2/+0
* encode: get rid of the output packet queuewm42018-05-035-3/+33
* encode: remove old timestamp handlingwm42018-05-031-46/+6
* encode: rewrite half of itwm42018-04-291-185/+55
* encode: cosmeticswm42018-04-201-25/+29
* ao_alsa: actually report underruns to userwm42018-04-151-5/+5
* ao_pulse: reduce requested device buffer sizewm42018-04-151-1/+1
* ao_alsa: reduce requested buffer sizewm42018-04-151-2/+2
* ao_alsa: add options for controlling period/buffer sizewm42018-04-151-8/+16
* ao_openal: document the muted↔gain conversionJan Ekström2018-04-151-0/+3
* ao/openal: Add option to set buffering characteristicsLAGonauta2018-04-151-23/+62
* ao/openal: Add better sample format and channel layout selectionLAGonauta2018-04-151-139/+73
* ao/openal: Add OpenAL Soft extension to get the correct latencyLAGonauta2018-04-151-1/+16
* ao/openal: Add support for direct channels outputLAGonauta2018-04-151-0/+10
* ao/openal: Add hardware mute supportLAGonauta2018-04-151-0/+12
* ao/openal: Use only one source for audio outputLAGonauta2018-04-151-52/+153
* ao_opensles: let cfg_frames_per_buffer accept buffer size up to 0.5s at 192kHzTom Yan2018-04-051-1/+1
* ao_opensles: remove useless cfg_sample_rateTom Yan2018-04-051-5/+0
* ao_opensles: bump device buffer size to 250msTom Yan2018-04-051-1/+1
* ao_opensles: do one buffer onlyTom Yan2018-04-051-15/+8
* ao_opensles: re-flow interface/configuration retrievalJan Ekström2018-03-241-9/+18
* ao_opensles: fix audio sync using device latency extensionAman Gupta2018-03-231-3/+20
* ao_sdl: fix default buffer sizewm42018-03-081-5/+6
* ao: do not allow actual buffer size of 0wm42018-03-081-0/+1
* ao_opensles: bump device buffer size to 200mstomty892018-03-071-1/+1
* ao_opensles: remove set_play_state()tomty892018-03-071-10/+1
* ao_opensles: clear buffer queue in reset()tomty892018-03-071-1/+2
* audio: don't touch spdif frames in mp_aframe_clip_timestamps()wm42018-02-131-0/+3
* build: drop support for SDL1wm42018-02-131-1/+1
* af_scaletempo: output minimally sized audio framewm42018-02-031-57/+76
* codecs: remove unused family fieldwm42018-02-011-1/+1
* audio: move to decoder wrapperwm42018-01-305-549/+163
* ao_null: add --ao-null-format option for debuggingwm42018-01-301-0/+5
* audio: rewrite filtering glue codewm42018-01-3017-3805/+1119
* ao_alsa: reduce verbosity at -vwm42018-01-251-10/+10
* audio: fix annyoing af_get_best_sample_formats() definitionwm42018-01-258-9/+10
* Fix undefined preprocessor behaviorwm42018-01-182-3/+10
* af_rubberband: add af-command to multiply current pitchVobe2018-01-151-6/+16
* af_lavrresample: deprecate this filterwm42018-01-132-2/+12
* audio: add global options for resampler defaultswm42018-01-135-10/+53
* audio/aframe: add missing include statementswm42018-01-131-0/+2
* video, audio: don't actively wait for demuxer inputwm42018-01-091-0/+2
* video, audio: always read all frames before getting next packetwm42018-01-011-1/+18
* options: drop some previously deprecated optionswm42017-12-251-1/+0
* Fix various typos in log messagesNicolas F2017-12-033-3/+3
* ao: minor simplification to gain processing codewm42017-11-301-4/+3
* ao: simplify hack for float atomicswm42017-11-302-16/+4
* audio: add audio softvol processing to AOwm42017-11-297-3/+75
* af: remove deprecated audio filterswm42017-11-296-878/+0
* ao_alsa: change license to LGPLwm42017-11-231-27/+15
* ao_alsa: don't convert twice on retrywm42017-11-231-2/+1
* build: make it easier to force FFmpeg upstreamwm42017-11-011-1/+1
* Bump libav* API usewm42017-10-301-2/+2
* Get rid of deprecated AVFrame accessorswm42017-10-302-4/+4
* audio/out: initialize an array to avoid confusing static analyzerwm42017-10-271-1/+1
* af_lavfi: fix small memory leakwm42017-10-271-6/+10
* demux: get rid of demux_packet.new_segment fieldwm42017-10-241-3/+7
* aframe: fix logically dead codewm42017-10-181-1/+1
* Add checks for HAVE_GPL to various GPL-only source fileswm42017-10-103-0/+12
* command: drop "audio-out-detected-device" propertywm42017-10-093-11/+0
* audio: fix channel conversion with NA channelswm42017-09-271-1/+1
* audio: fix resamplingwm42017-09-211-0/+5
* build: add preliminary LGPL modewm42017-09-211-2/+2
* audio: make libaf derived code optionalwm42017-09-214-3/+9
* audio: move libswresample wrapper out of audio filter codewm42017-09-219-461/+773
* audio_buffer: remove dependency on mp_audiowm42017-09-213-125/+112
* audio: fix spdif modewm42017-08-231-2/+2
* ao_rsound: allow setting the hostwm42017-08-211-0/+3
* audio: fix uninitialized data accesswm42017-08-181-0/+1
* audio: fix build on Libavwm42017-08-161-0/+1
* audio: introduce a new type to hold audio frameswm42017-08-1611-67/+591
* af_lavrresample: don't call swr_set_compensation() unless necessarywm42017-08-121-5/+9
* ao_wasapi: remove old commentKevin Mitchell2017-08-071-1/+1
* ao_wasapi: reorganize wasapi.hKevin Mitchell2017-08-072-12/+8
* ao_wasapi: deduplicate wasapi sample format selectionKevin Mitchell2017-08-071-49/+40
* ao_wasapi: clean up find_formats logicKevin Mitchell2017-08-071-75/+45
* ao_wasapi: return bool instead of HRESULT from thread_initKevin Mitchell2017-08-073-38/+48
* ao_oss: fix a dumb calculationwm42017-07-211-2/+3
* Replace remaining avcodec_close() callswm42017-07-162-8/+2
* ao_wasapi: remove redundant / outdated commentKevin Mitchell2017-07-101-1/+0
* ao_waspi: use switch for handling fix_format errorsKevin Mitchell2017-07-101-5/+8
* ao_wasapi: don't repeat format negotiation on align hackKevin Mitchell2017-07-101-4/+7
* ao_wasapi: fix leak on align hackKevin Mitchell2017-07-101-1/+1
* ad_spdif: minor cleanupswm42017-07-101-3/+5
* audio/out: fix comment typoKevin Mitchell2017-07-091-1/+1
* ao_wasapi: enable packed 24 bit outputKevin Mitchell2017-07-091-1/+1
* audio/out: correct copy length in ao_read_data_convertedKevin Mitchell2017-07-091-6/+7
* ao_wasapi: reorder channels and samplerates to speed up searchKevin Mitchell2017-07-091-4/+4
* ao_wasapi: minor cosmetic fixesKevin Mitchell2017-07-091-3/+3
* ao_wasapi: try correct initial formatKevin Mitchell2017-07-091-1/+4
* audio: drop AF_FORMAT_S24wm42017-07-073-44/+2
* ao_pcm: drop AF_FORMAT_S24 usagewm42017-07-071-1/+0
* ao_oss: drop AF_FORMAT_S24 usagewm42017-07-071-7/+0
* ao_sndio: drop AF_FORMAT_S24 usagewm42017-07-071-3/+0
* ao_wasapi_utils: be slightly more clever when converting channel mapwm42017-07-071-0/+5
* ao_wasapi: drop use of AF_FORMAT_S24wm42017-07-073-117/+133
* ao_alsa: drop use of AF_FORMAT_S24wm42017-07-071-21/+56
* audio/out: add helper code to do 24 bit conversion in AOwm42017-07-073-0/+129
* ad_lavc, vd_lavc, sd_lavc: consistently use avcodec_free_context()wm42017-07-061-7/+1
* ao_coreaudio: insane hack for passing through AC3 as float PCMwm42017-06-301-5/+65
* ao_wasapi: UWP wrapper hack supportwm42017-06-292-7/+40
* Universal Windows Plaform (UWP) supportPedro Pombeiro2017-06-291-0/+4
* ao_wasapi: do not use deprecated wchar functionsPedro Pombeiro2017-06-292-2/+2
* Avoid calling close(-1)wm42017-06-291-2/+5
* ao_wasapi: remove subtly duplicated codewm42017-06-281-7/+6
* ao_wasapi: remove duplicate code for creating IAudioClientwm42017-06-281-34/+24
* audio/out/pull: detect and log underflowswm42017-06-281-0/+20
* audio/out: require AO drivers to report period size and correct bufferwm42017-06-259-4/+39
* ao_openal: change license to LGPLwm42017-06-241-7/+7
* chmap: remove misleading "downmix" channel layout namewm42017-06-241-1/+0
* ao_pulse: reorder format choiceNiklas Haas2017-06-231-2/+2
* build: simplify OSS checks and remove changes by "bugmen0t"wm42017-06-221-6/+3
* audio/format: change license to LGPLwm42017-06-202-23/+14
* dec_audio, ad_lavc: change license to LGPLwm42017-06-144-22/+22
* encode_lavc: move from GPL 2+ to LGPL 2.1+.Rudolf Polzer2017-06-131-7/+8
* af, vf: improvements to libavfilter bridgewm42017-05-312-1/+8
* ad_spdif: change license to LGPLwm42017-05-211-7/+7
* ao_pcm: change license to LGPLwm42017-05-201-7/+7
* audio/out: change license of some core files to LGPLwm42017-05-204-28/+28
* ao_wasapi: set name of event threadJames Ross-Gowan2017-05-181-0/+2
* af_format: change license to LGPLwm42017-05-111-7/+7
* af_scaletempo: change license to LGPLwm42017-05-091-7/+7
* af_lavcac3enc: change license to LGPLwm42017-05-091-7/+7
* ao_pulse, ao_rsound: change license to LGPLwm42017-05-082-14/+14
* ao_coreaudio: change license to LGPLwm42017-05-087-49/+49
* ad.h: change license to LGPLwm42017-05-051-7/+7
* audio/fmt-conversion: change license to LGPLwm42017-05-052-14/+14
* af: remove unused GET_VOLUME codewm42017-04-272-6/+0
* audio: fix replaygain volume scalewm42017-04-271-1/+1
* options: remove remaining deprecated audio device selection optionswm42017-04-236-38/+3
* ao_openal: kill off device listingwm42017-04-231-41/+1
* ao_wasapi_changenotify: use %ls instead of %S for wchar_twm42017-04-201-4/+4
* ao_wasapi_changenotify: fix potential race conditionwm42017-04-201-8/