aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* player: show "neutral" position markers for OSD barsGravatar wm42014-06-08
* audio/out/push: don't attempt to fill AO buffer when pausedGravatar wm42014-06-03
* audio: prefer dsound over wasapiGravatar wm42014-06-01
* player: hide audio/video codec and file format messagesGravatar wm42014-05-31
* ao_alsa: make device the first sub optionGravatar wm42014-05-31
* audio/out/push: keep some extra bufferGravatar wm42014-05-31
* ao_alsa: reduce spurious wakeupsGravatar wm42014-05-30
* audio/out/push: handle draining correctlyGravatar wm42014-05-30
* audio: change handling of an EOF corner caseGravatar wm42014-05-30
* ao_alsa: use poll() to wait for deviceGravatar wm42014-05-30
* audio/out/push: add a way to wait for the audio device with poll()Gravatar wm42014-05-30
* audio/out/push: add mechanism for event-based waitingGravatar wm42014-05-30
* audio/out: adjust documentation commentsGravatar wm42014-05-30
* audio/out/pull: remove race conditionsGravatar wm42014-05-29
* ad_lavc: don't overwrite lavc bitrateGravatar Marcoen Hirschberg2014-05-28
* ao_wasapi: simplify nAvgBytesPerSec calculationGravatar Marcoen Hirschberg2014-05-28
* af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriateGravatar Marcoen Hirschberg2014-05-28
* audio: rename i_bps to 'bitrate' to avoid confusionGravatar Marcoen Hirschberg2014-05-28
* audio: change values from bytes-per-second to bits-per-secondGravatar Marcoen Hirschberg2014-05-28
* atomics: switch to C11 stdatomic.hGravatar wm42014-05-21
* threads: use mpv time for mpthread_cond_timedwait wrapperGravatar wm42014-05-18
* audio/out: fix previous commitGravatar wm42014-05-11
* audio/out: avoid wakeup feedback loopGravatar wm42014-05-11
* mixer: make code more readableGravatar wm42014-05-11
* audio/out: more debugging info for --dump-statsGravatar wm42014-05-11
* ao_coreaudio: skip unknown channel labelsGravatar Stefano Pigozzi2014-05-10
* ao_coreaudio: remove useless codeGravatar Stefano Pigozzi2014-05-10
* ao_coreaudio: don't fallback to full waveextGravatar Stefano Pigozzi2014-05-10
* ao_coreaudio: cosmetic change of loop ending conditionGravatar Stefano Pigozzi2014-05-10
* ao_coreaudio: print an error when channel mapping failsGravatar Stefano Pigozzi2014-05-10
* ao_coreaudio: use description-based channel layoutsGravatar Stefano Pigozzi2014-05-10
* ao_coreaudio: pass layout by reference to logging functionGravatar Stefano Pigozzi2014-05-10
* chmap_sel: add channel replacement for sl/sr <-> sdl/sdrGravatar Stefano Pigozzi2014-05-10
* encode: fix PTS unit mismatchGravatar wm42014-05-10
* mixer: don't restore volume with different --softvol-max settingsGravatar wm42014-05-06
* audio: fix the exact value that is used for the wait timeGravatar wm42014-05-04
* ao_null: fix unit mismatch with latency optionGravatar wm42014-05-04
* options: remove deprecated --identifyGravatar Martin Herkt2014-05-04
* ao_coreaudio: log even more info in verbose modeGravatar Stefano Pigozzi2014-04-24
* ao_coreaudio: add verbose output of detected channel layoutsGravatar Stefano Pigozzi2014-04-23
* audio: minor simplification in wait codeGravatar wm42014-04-23
* audio: preallocate audio buffers on resizeGravatar wm42014-04-18
* player: unrangle one aspect of audio EOF handlingGravatar wm42014-04-17
* audio: add hack against broken pulseaudio EOF conditionGravatar wm42014-04-17
* audio: explicitly document audio EOF conditionGravatar wm42014-04-17
* ao_null: add simulated device latency, simulate EOF problemsGravatar wm42014-04-17
* player: add a --dump-stats optionGravatar wm42014-04-17
* ao: remove redundant get_delay checkGravatar wm42014-04-17
* af_lavcac3enc: detach on any passthrough format, not just ac3Gravatar wm42014-04-16
* audio: wake up the core when audio buffer is running low (2)Gravatar wm42014-04-15