summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* audio: move frame clipping to a generic functionwm42016-02-213-33/+37
* Rewrite ordered chapters and timeline stuffwm42016-02-152-1/+75
* audio/video: expose codec info as separate fieldwm42016-02-153-6/+6
* ad_lavc: fix --ad-lavc-threads rangewm42016-02-111-1/+1
* Initial Android supportJan Ekström2016-02-101-0/+1
* audio: minor simplificationwm42016-02-051-3/+0
* build: make libavfilter mandatorywm42016-02-051-2/+0
* ao_coreaudio: fix 7.1(rear) channel mappingwm42016-02-041-0/+27
* af_lavrresample: change fudged channelswm42016-02-041-2/+2
* audio/video: merge decoder return valueswm42016-02-012-16/+11
* Fix build on Libavwm42016-01-301-0/+1
* audio: move pts reset checkwm42016-01-292-14/+1
* audio: move mp_audio->AVFrame conversion to a functionwm42016-01-293-20/+76
* ao_wasapi: add "wasapi" prefix to non-static find_deviceID functionKevin Mitchell2016-01-283-3/+3
* ao_wasapi: correct check for specified device on default changeKevin Mitchell2016-01-283-5/+11
* ao_wasapi: fix check for already found deviceKevin Mitchell2016-01-281-1/+1
* command: always allow setting volume/mute propertieswm42016-01-261-0/+1
* af_lavfi, vf_lavfi: fix compilation on Libavwm42016-01-221-0/+1
* command: add af-command commandwm42016-01-223-0/+21
* ao_wasapi: use correct UINT type for device enumerationKevin Mitchell2016-01-221-5/+5
* ao_wasapi: exit earlier if there are zero playback devices foundKevin Mitchell2016-01-221-0/+5
* audio: refactor: work towards unentangling audio decoding and filteringwm42016-01-224-148/+102
* ad_spdif: if DTS-HD is requested, and profile unknown, use DTS-HDwm42016-01-201-1/+2
* audio: change downmix behavior, add --audio-normalize-downmixwm42016-01-203-4/+10
* audio: remove initial decoding retry limitationwm42016-01-191-3/+0
* audio: move direct packet reading from decoders to common codewm42016-01-195-29/+27
* audio: move dec_audio.pool to ad_spdifwm42016-01-192-2/+3
* ao_coreaudio_chmap: change license to LGPLwm42016-01-192-14/+14
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-1915-105/+105
* ao_wasapi: use share_mode value instead of raw option opt_exclusiveKevin Mitchell2016-01-181-1/+1
* ao_openal: wipe out global context on init errorKevin Mitchell2016-01-181-0/+1
* af_lavrresample: fudge some channel layout conversionwm42016-01-181-0/+33
* demux: merge sh_video/sh_audio/sh_subwm42016-01-122-18/+17
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-1110-10/+10
* ao_coreaudio: replace fourcc_repr()wm42016-01-113-35/+7
* ao_wasapi: move out some utility functionswm42016-01-112-76/+1
* player: detect audio PTS jumps, make video PTS heuristic less aggressivewm42016-01-092-1/+14
* ao_dsound: remove this audio outputwm42016-01-062-711/+0
* ao_wasapi: remove unnecessary header fileKevin Mitchell2016-01-055-74/+31
* ao_wasapi: initialize change notify in main threadKevin Mitchell2016-01-052-3/+6
* ao_wasapi: remove old vistablob prototypeKevin Mitchell2016-01-051-2/+0
* ao_wasapi: make find_deviceID read only wrt struct aoKevin Mitchell2016-01-053-19/+20
* ao_wasapi: move device selection to main threadKevin Mitchell2016-01-053-8/+10
* ao_wasapi: avoid some redundant error messages in device selectionKevin Mitchell2016-01-051-15/+7
* ao_wasapi: alloc later to avoid free on errorKevin Mitchell2016-01-051-2/+1
* ao_pulse: attempt to fall back to an arbitrary sample formatwm42016-01-051-2/+7
* ao_pulse: check for sample rate boundswm42016-01-051-1/+1
* ao_pulse: move format setting into a functionwm42016-01-051-20/+26
* ao_wasapi: remove +x flag from fileswm42016-01-044-0/+0
* chmap_sel: prefer inexact equivalents over perfect upmixwm42016-01-041-8/+14
* ao_wasapi: just use a pointer to the deviceID in change_notifyKevin Mitchell2016-01-041-3/+1
* ao_wasapi: correctly name the IMMNotificationClientVtblKevin Mitchell2016-01-041-2/+2
* ao_wasapi: make persistent enumerator local to change_notifyKevin Mitchell2016-01-044-21/+12
* ao_wasapi: rewrite device listing and selectionKevin Mitchell2016-01-042-225/+187
* ao_wasapi: fix delay calculation againKevin Mitchell2016-01-021-6/+12
* ao_wasapi: fix delay calculationKevin Mitchell2015-12-211-21/+36
* Fix some typos in code commentsAman Gupta2015-12-211-1/+1
* ao_wasapi: move volume control init to it's own functionKevin Mitchell2015-12-211-21/+34
* ao_wasapi: correctly handle audio session display failureKevin Mitchell2015-12-211-10/+14
* ao_wasapi: non-fatal error handling for COM marshallingKevin Mitchell2015-12-213-55/+65
* ao_wasapi: wrap long lines and use only c99 comment styleKevin Mitchell2015-12-214-119/+172
* ao_wasapi: reorganize private structureKevin Mitchell2015-12-211-37/+36
* ao_wasapi: remove useless buffer_block_sizeKevin Mitchell2015-12-212-7/+0
* ao_wasapi: move exclusive and shared-specific controls to functionsKevin Mitchell2015-12-211-75/+87
* ao_wasapi: call the class-specific release functionsKevin Mitchell2015-12-201-6/+6
* ao_wasapi: check for proxy availability in controlKevin Mitchell2015-12-201-22/+37
* ao_wasapi: actually use hw volume support information for exclusive modeKevin Mitchell2015-12-202-17/+30
* ao_wasapi: don't cast control arg to something it isn'tKevin Mitchell2015-12-201-9/+14
* ao_wasapi: remove volume "restore" on exitKevin Mitchell2015-12-203-48/+10
* ao_wasapi: split exclusive/shared specific ao controlsKevin Mitchell2015-12-201-37/+60
* ao_wasapi: add E_NOINTERFACE to error listKevin Mitchell2015-12-201-0/+1
* mixer: fix volume initialization with --af=volumewm42015-12-111-0/+2
* mixer: minor simplificationwm42015-12-111-4/+7
* ao: disambiguate default device list entrieswm42015-11-271-2/+6
* af_lavrresample: fix build on Libavwm42015-11-261-1/+1
* af_lavrresample: clamp float output to rangewm42015-11-251-0/+12
* ao_alsa: filter audio device listwm42015-11-241-1/+15
* ao_alsa: list bidirectional devices toowm42015-11-241-1/+1
* ao_wasapi: get rid of Vistablob hackKevin Mitchell2015-11-244-51/+6
* ao_wasapi: only report per-app volume in shared modeKevin Mitchell2015-11-191-1/+2
* ao_wasapi: work around DTS passthrough failurewm42015-11-191-1/+18
* ao_openal: fix sign of speaker angle in commentKevin Mitchell2015-11-181-1/+1
* ao_openal: fix virtual speaker positioningJustas Lavišius2015-11-181-10/+10
* ao_openal: accommodate more sample formatsKevin Mitchell2015-11-171-7/+44
* ao_openal: move uninit before initKevin Mitchell2015-11-171-12/+12
* af_lavrresample: simplify set_compensation usagewm42015-11-111-13/+12
* dec_audio: add missing includewm42015-11-081-0/+1
* audio: interpolate audio timestampswm42015-11-081-2/+12
* audio: move PTS setting out of the decoderwm42015-11-084-18/+16
* chmap: remove MPlayer layoutswm42015-11-074-39/+0
* ao_jack: remove "alsa" std-channel-layout choicewm42015-11-071-5/+1
* ao_alsa: remove the last bits of legacy channel map fallbackwm42015-11-071-3/+1
* audio: fix af_fmt_change_bytes() with spdif formatswm42015-11-071-1/+1
* audio: do not require full audio chain reinit for speed changeswm42015-11-041-3/+0
* af_lavcac3enc: simplify/fix AVPacket handlingwm42015-11-041-16/+21
* ao_alsa: fix 7.1 over HDMIwm42015-11-041-0/+26
* ao_alsa: map mp_chmaps back to ALSA in a different waywm42015-11-041-39/+54
* ao_alsa: print more chmap info at debug verbositywm42015-11-041-9/+11
* Revert "af_lavrresample: don't drop sl/sr channels for 7.1 on ALSA"wm42015-11-041-28/+5
* af_lavrresample: don't drop sl/sr channels for 7.1 on ALSAwm42015-11-032-6/+29
* ao_alsa: minor cleanupswm42015-11-031-34/+18
* ao_alsa: simplify dmix non-NA hackwm42015-11-031-58/+43
* ao_alsa: move channel map setting code out of main init functionwm42015-11-031-104/+125
* ao_alsa: make failure of buffer parameter setting non-fatalwm42015-11-031-4/+12
* ao_alsa: disable resampling first thingwm42015-11-031-7/+7
* ao_alsa: set access type before formatwm42015-11-031-11/+13
* ao_alsa: handle channel count mismatch safeguard after chmap negotiationwm42015-11-031-12/+12
* ao_alsa: apply non-NA fallback only if input is stereowm42015-11-031-0/+1
* ao_alsa: treat SND_CHMAP_UNKNOWN as NA channel toowm42015-11-031-0/+1
* ao_alsa: remove log message on pausingwm42015-11-031-1/+2
* Replace deprecated av_free_packet() callswm42015-10-281-1/+1
* player: add audio drop/duplicate modewm42015-10-272-0/+10
* ao_coreaudio_exclusive: check for maximum channel countwm42015-10-261-0/+6
* ao_coreaudio_exclusive: fallback to stereo on unknown channel layoutswm42015-10-261-1/+10
* ao_coreaudio_chmap: minor refactorwm42015-10-261-26/+22
* ao_coreaudio_chmap: allow stereo as fallback; avoid mono fallbackwm42015-10-261-2/+5
* ao_coreaudio: fix another minor memory leakwm42015-10-261-1/+2
* audio: bump maximum number of channels to 16wm42015-10-261-1/+1
* audio: use AVFrames with more than 8 channels correctlywm42015-10-263-8/+15
* af_lavrresample: make planarization pass work with >8 channelswm42015-10-261-4/+5
* audio: improve mp_chmap_to_lavc_unchecked() unknown chmap behaviorwm42015-10-261-2/+10
* audio: always log channel maps before determining final mapwm42015-10-265-17/+33
* ao_coreaudio: fix potential UB in error caseswm42015-10-261-3/+2
* ao_coreaudio_chmap: add more loggingwm42015-10-261-8/+10
* af: prevent endless loop when removing filters due to spdifwm42015-10-261-1/+2
* ao_alsa: log format probing in verbose modewm42015-10-251-2/+1
* ao_coreaudio_exclusive: fix buildwm42015-10-211-2/+2
* ao_coreaudio: do not accept unknown channel layoutswm42015-10-211-1/+1
* ao_coreaudio_exclusive: deal with devices return different channel countwm42015-10-213-1/+33
* ao_coreaudio: avoid unnecessary format changeswm42015-10-211-0/+6
* ao_coreaudio: log current format before setting new formatwm42015-10-211-0/+2
* ao_coreaudio: fix some minor memory leakswm42015-10-211-0/+6
* ao_coreaudio: raise timeout for change-physical-formatwm42015-10-201-1/+1
* af_lavrresample: fix unintended audio drift when setting playback speedwm42015-10-141-3/+9
* af_lavrresample: reinit resampler on large speed changeswm42015-10-121-15/+19
* af_lavrresample: use libswsresample dynamic rate adjustment featurewm42015-10-071-9/+26
* audio: make spdif re-probe from normal decoding workwm42015-10-061-1/+1
* ao_alsa: add debug messages for format searchKevin Mitchell2015-10-061-0/+2
* ao_alsa: fix failure to find any sampleformatKevin Mitchell2015-10-061-4/+7
* audio: add option for falling back to ao_nullwm42015-10-052-0/+7
* ao: rework audio output driver probingwm42015-10-051-38/+42
* ao_alsa: improve handling of device disconnectionwm42015-09-281-3/+20
* ao_coreaudio_utils: fix error handling in device listing codewm42015-09-281-3/+10
* audio/filter: remove reentrancy flagwm42015-09-205-22/+1
* af_lavfi: implement af-metadata propertywm42015-09-113-0/+37
* af: use generic statuc codeswm42015-09-111-7/+7
* ao_lavc: minor simplificationwm42015-09-111-2/+2
* ao_alsa: use sample format determination codeKevin Mitchell2015-09-101-12/+10
* ao_alsa: add double to sample format listKevin Mitchell2015-09-101-0/+1
* ao_alsa: put spdif formats into find_alsa_formatKevin Mitchell2015-09-101-9/+9
* audio/format: revise af_format_conversion_scoreKevin Mitchell2015-09-101-8/+13
* ao_oss: use new sample format determination codewm42015-09-101-1/+2
* ao_lavc: use new sample format determination codewm42015-09-103-24/+16
* audio/format: add function for determining sample conversion candidateswm42015-09-102-0/+32
* audio/format: fix interlaved vs. non-interleaved conversionswm42015-09-101-1/+1
* audio/format: actually prefer float over double sample formatwm42015-09-101-1/+1
* af_lavrresample: remove unnecessary indirectionswm42015-09-081-35/+30
* af_lavrresample: add normalize suboptionwm42015-09-081-1/+6
* af_lavrresample: add missing include statementwm42015-09-041-0/+1
* audio/filter: remove af_bs2b toowm42015-09-042-171/+0
* audio/filter: remove some useless filterswm42015-09-0319-3942/+0
* ao_alsa: fix minor memory leakwm42015-08-251-8/+11
* audio: remove unused legacy libavutil headerwm42015-08-073-3/+0
* audio: remove af_dummywm42015-08-012-63/+0
* win32: revert wchar_t changeswm42015-08-014-14/+13
* win32: more wchar_t -> WCHAR replacementswm42015-07-303-9/+9
* win32: replace wchar_t with WCHARwm42015-07-293-4/+5
* audio: fix restoring volumeshdown2015-07-271-1/+1
* af_lavrresample: always reinit resampler on filter reinitwm42015-07-191-18/+1
* af_lavrresample: don't unnecessarily print remix messagewm42015-07-191-8/+8
* af: fix behavior with pathologic filter chainswm42015-07-071-0/+2
* ao_coreaudio: fix device latency, share the codewm42015-07-064-23/+25
* ao_coreaudio_exclusive: continue even if setting physical format failswm42015-07-062-2/+4
* ao_coreaudio_exclusive: fix some verbose outputwm42015-07-041-2/+2
* ao: don't pass along AO arguments when redirectingwm42015-07-031-1/+1
* ao_coreaudio: add exclusive suboptionwm42015-07-031-2/+4
* ao_coreaudio_exclusive: support PCMwm42015-07-031-15