aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* ao_null: disable latency emulationGravatar wm42014-07-07
* ao_pulse: set icon nameGravatar atomnuker2014-07-05
* ao_coreaudio: report hardware latency to ao_read_dataGravatar Stefano Pigozzi2014-07-03
* ao_coreaudio: report latency more correctlyGravatar Stefano Pigozzi2014-07-02
* ao_coreaudio: move channel mapping away from utilsGravatar Stefano Pigozzi2014-07-02
* ao_coreaudio: use mpv's internal pull APIGravatar Stefano Pigozzi2014-07-02
* ao_coreaudio: remove useless commentsGravatar Stefano Pigozzi2014-07-02
* ao_coreaudio: rename init_lpcm -> init_audiounitGravatar Stefano Pigozzi2014-07-02
* ao_coreaudio: fill asbd with an helper functionGravatar Stefano Pigozzi2014-07-02
* ao_coreaudio: split control to helper functionsGravatar Stefano Pigozzi2014-07-02
* ao_coreaudio: move device related functions to the new AOGravatar Stefano Pigozzi2014-07-02
* ao_coreaudio: remove useless call to print_asbdGravatar Stefano Pigozzi2014-07-02
* ao_coreaudio: move spdif code to a new AOGravatar Stefano Pigozzi2014-07-02
* Audit and replace all ctype.h usesGravatar wm42014-07-01
* af_volume: fix calculations including replay-gainGravatar Mohammad Alsaleh2014-06-28
* ao_pcm: fix message stringsGravatar Amos Onn2014-06-15
* encode: get rid of the recursion that led to a deadlock.Gravatar Rudolf Polzer2014-06-12
* audio: more detailed debugging outputGravatar wm42014-06-12
* audio: don't wait when draining and pausedGravatar wm42014-06-12
* ad_lavc: make option struct localGravatar wm42014-06-11
* Add more constGravatar wm42014-06-11
* 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