aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/audio.c
Commit message (Expand)AuthorAge
* audio: clarify GPL-only partsGravatar wm42017-10-10
* build: add preliminary LGPL modeGravatar wm42017-09-21
* audio: make libaf derived code optionalGravatar wm42017-09-21
* audio_buffer: remove dependency on mp_audioGravatar wm42017-09-21
* audio: fix format change regressionGravatar wm42017-09-03
* audio: introduce a new type to hold audio framesGravatar wm42017-08-16
* player: make refresh seeks slightly more robustGravatar wm42017-08-14
* player: fix another audio resync issueGravatar wm42017-08-12
* player: make --lavfi-complex changeable at runtimeGravatar wm42017-08-12
* player: fix --lavfi-complex freezeGravatar wm42017-08-11
* player: fix confusion in audio resync codeGravatar wm42017-08-08
* player: fix --end with large valuesGravatar wm42017-08-08
* player: change license of most core files to LGPLGravatar wm42017-06-23
* player/audio: mark some libaf interfacing parts as GPL onlyGravatar wm42017-06-23
* audio: replace from_dB functionGravatar wm42017-05-05
* audio: merge --replaygain-track and --replaygain-album into one optionGravatar wm42017-04-27
* audio: fix replaygain volume scaleGravatar wm42017-04-27
* audio: move replaygain control to top-level optionsGravatar wm42017-04-26
* player: close audio device on no audio trackGravatar Marko Hauptvogel2017-04-25
* audio: deprecate most audio filtersGravatar wm42017-04-04
* player: specifically log audio EOF tooGravatar wm42017-03-14
* audio: stop being dumbGravatar wm42017-01-08
* audio: force pts_reset only when pts jumps forward more than 5sGravatar Aman Gupta2016-10-21
* audio: move some fallback handling to common AO reload functionGravatar wm42016-10-05
* audio: fix late audio startGravatar wm42016-10-02
* audio: fix segfault when yanking USB DACGravatar Kevin Mitchell2016-09-20
* player: litter code with explicit wakeup callsGravatar wm42016-09-16
* player, ao, vo: don't call mp_input_wakeup() directlyGravatar wm42016-09-16
* audio: fix missed wakeup when changing audio output deviceGravatar wm42016-09-15
* audio/out: deprecate "exclusive" sub-optionsGravatar wm42016-09-05
* audio: avoid missed wakeups with ab-loopsGravatar wm42016-08-24
* audio: do not apply --audio-channels if spdif passthrough is in useGravatar wm42016-08-22
* audio: improve aspects of EOF handlingGravatar wm42016-08-18
* player: allow passing flags to queue_seek()Gravatar wm42016-08-15
* player: add --audio-wait-open optionsGravatar wm42016-08-09
* player: add --audio-stream-silenceGravatar wm42016-08-09
* player: gross hack to improve non-hr seeking with external audio tracksGravatar wm42016-08-07
* player: fix mid-stream audio sync conditionGravatar wm42016-08-07
* player: sync audio as well when enabling it mid-streamGravatar wm42016-08-06
* audio: use --audio-channels=auto behavior, except on ALSAGravatar wm42016-08-04
* player: remove special-case for DL/DR speakersGravatar wm42016-08-04
* audio: refactor mixer code and delete mixer.cGravatar wm42016-07-17
* audio: drop --softvol=no and --softvol=autoGravatar wm42016-07-09
* player: really start audio only once video is readyGravatar wm42016-04-20
* player: add missing audio reconfig eventsGravatar wm42016-03-13
* player: minor simplificationGravatar wm42016-02-27
* player: slightly simplify how demuxer streams are enabled/disabledGravatar wm42016-02-25
* audio/video: expose codec info as separate fieldGravatar wm42016-02-15
* player: remove dead codeGravatar wm42016-02-12
* player: remove double assignment in declarationGravatar wm42016-02-12