aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/audio.c
Commit message (Expand)AuthorAge
* audio: increase a buffer sizeGravatar Ben Boeckel2018-10-31
* build: make encoding mode non-optionalGravatar wm42018-05-03
* encode: get rid of the output packet queueGravatar wm42018-05-03
* audio: fix EOF handling if there was no data at allGravatar wm42018-04-20
* audio: don't recreate AO if a filter changes the output formatGravatar wm42018-04-15
* audio: improve behavior if filters output nothing during probingGravatar wm42018-02-21
* audio: move back PTS jump detection to before filter chainGravatar wm42018-02-13
* audio: move to decoder wrapperGravatar wm42018-01-30
* video: make decoder wrapper a filterGravatar wm42018-01-30
* player: replace old lavfi wrapper with new filter codeGravatar wm42018-01-30
* audio: rewrite filtering glue codeGravatar wm42018-01-30
* player: redo hack for video keyframe seeks with external audioGravatar wm42018-01-18
* af_lavrresample: deprecate this filterGravatar wm42018-01-13
* player: handle audio playback restart in central playback start codeGravatar wm42018-01-07
* options: drop some previously deprecated optionsGravatar wm42017-12-25
* audio: fix missing volume update on init and reinitGravatar wm42017-12-01
* audio: add audio softvol processing to AOGravatar wm42017-11-29
* af: remove deprecated audio filtersGravatar wm42017-11-29
* audio: fix small memory leakGravatar wm42017-10-27
* 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