aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_jack.c
Commit message (Expand)AuthorAge
* ao_jack: only auto-connect to audio portsGravatar Niklas Haas2018-09-26
* Add checks for HAVE_GPL to various GPL-only source filesGravatar wm42017-10-10
* ao_jack: update latency on buffer_size/graph changeGravatar Cheng Sun2017-03-18
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* ao_jack: move to global optionsGravatar wm42016-09-05
* ao_jack: remove "alsa" std-channel-layout choiceGravatar wm42015-11-07
* Update license headersGravatar Marcin Kurczewski2015-04-13
* audio/out/pull: remove race conditionsGravatar wm42014-05-29
* audio/out: make draining a separate operationGravatar wm42014-03-09
* ao_jack: use new pull API helpersGravatar wm42014-03-09
* audio/out: make ao struct opaqueGravatar wm42014-03-09
* ao_jack: fix termination on the end of fileGravatar wm42014-03-05
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* ao_jack: switch from interleaved to planar audioGravatar William Light2013-11-12
* ao_jack: refactoring, also fix "no-connect" optionGravatar William Light2013-11-12
* audio/out: prepare for non-interleaved audioGravatar wm42013-11-12
* audio/out: remove useless info struct and redundant fieldsGravatar wm42013-10-23
* ao_jack: don’t force exact client nameGravatar Martin Herkt2013-09-30
* audio/out: do some mp_msg conversionsGravatar wm42013-08-22
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* audio/out: remove options argument from init()Gravatar wm42013-07-22
* ao_jack: use new option APIGravatar wm42013-07-22
* ao_jack: allow more control about channel layoutsGravatar wm42013-07-07
* ao_jack: increase buffer size, always round up buffer sizeGravatar wm42013-07-06
* audio/out: remove ao->outburst/buffersize fieldsGravatar wm42013-06-16
* audio/out: don't require AOs to set ao->bpsGravatar wm42013-06-16
* ao_jack: use mp_ringGravatar Stefano Pigozzi2013-06-16
* ao_jack: remove global variablesGravatar wm42013-06-07
* ao_jack: align data sizes on audio frame sizeGravatar wm42013-06-07
* ao_jack: switch to new AO APIGravatar wm42013-06-07
* ao_jack: uncrustifyGravatar wm42013-06-07
* ao_jack: add (no-)connect suboptionGravatar reimar2013-06-04
* Replace calls to usec_sleep()Gravatar wm42013-05-26
* Replace all calls to GetTimer()/GetTimerMS()Gravatar wm42013-05-26
* audio/out: channel map selectionGravatar wm42013-05-12
* audio/out: switch to channel mapGravatar wm42013-05-12
* ao_jack: fix deprecation warningGravatar Stefano Pigozzi2013-04-12
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12