]> git.sesse.net Git - vlc/history - modules/audio_output
live555 : don't call ES_OUT_SET_ES_STATE with NULL pointer
[vlc] / modules / audio_output /
2012-02-22 Jean-Baptiste KempfDirectX: fix libvlc_audio_output_device_count
2012-02-19 Jean-Baptiste KempfDirectSound: better logging
2012-02-02 Rémi Denis-Courmontsndio: do not prepend zeroes
2012-02-02 Rémi Denis-Courmontsndio: fix format selection
2012-02-01 Rémi Denis-Courmontsndio: add OpenBSD (or RoarAudio emulation) audio output
2012-02-01 Rémi Denis-CourmontDirectSound: do not initialize volume twice
2012-02-01 Rémi Denis-CourmontDirectSound: do not disable thread cancellation
2012-02-01 Rémi Denis-CourmontDirectSound: fix double free on error (close #5966)
2012-02-01 Rémi Denis-CourmontDirectSound: merge memory allocation for sys and notif
2012-02-01 Rémi Denis-Courmontportaudio: remove
2012-01-24 Rafaël CarréPartly revert b192dc3c38ac39d1dc0f5f2a55fd4f3abbcbbec0
2012-01-22 Rafaël Carréopensles: use linked list instead of circular buffer
2012-01-22 Rafaël Carréopensles: remove wrong comments
2012-01-22 Rafaël Carréopensles: move macros to where they are used, simplify
2012-01-22 Rafaël Carréopensles: Add macros to reduce khronos API verbosity
2012-01-22 Rafaël Carréopensles: Clear() -> rename
2012-01-22 Rafaël Carréopensles: move code around
2012-01-22 Rafaël Carréopensles: no need to store SLInterfaceID in the context
2012-01-22 Rafaël Carréopensles: cosmetics
2012-01-22 Rafaël Carréopensles: no need to store SLEngineItf in context
2012-01-22 Rafaël Carréopensles: remove debug
2012-01-22 Rafaël Carréopensles: remove useless checks
2012-01-18 Rafaël Carréopensles::Play() : be sure to avoid infinite loop
2012-01-18 Rafaël Carréopensles: no space between * and type
2012-01-18 Rafaël Carréopensles: use calloc
2012-01-13 David Fuhrmannauhal: always set audio device callback
2011-12-31 Jean-Baptiste KempfFile audio output: remove useless longhelp
2011-12-15 Jean-Baptiste KempfDirectSound: avoid crash on faulty audio device.
2011-12-15 Pere Orgafix filename self-references
2011-12-06 Rémi Denis-CourmontALSA: do not prepend zeroes for S/PDIF, sleep instead
2011-12-01 Jean-Baptiste KempfAuhal: fix signed comparison issue
2011-10-31 KO Myung-HunAdd KAI audio output module for OS/2
2011-10-28 Rémi Denis-CourmontFix invalid use of the PulseAudio stream from the conte...
2011-10-18 Rémi Denis-CourmontPulseAudio: yet another hack around the variable subsystem
2011-10-18 Rémi Denis-CourmontFlush PulseAudio stream on overflow (fix #5464)
2011-10-15 Rémi Denis-CourmontRationalize ALSA device choices
2011-10-11 Rémi Denis-CourmontSet channel map when using PulseAudio 1.0
2011-10-08 Rémi Denis-CourmontSwitch PulseAudio input and common code to LGPL
2011-10-08 Rémi Denis-CourmontRevert back to one PulseAudio mainloop per context...
2011-10-07 Felix Paul Kühneauhal: delete callback on close
2011-10-06 Rémi Denis-CourmontPulseAudio: keep track of available devices (fix #5412)
2011-10-06 Rémi Denis-CourmontPulseAudio: add a "?" choice if our stream moves to...
2011-10-05 Rémi Denis-CourmontALSA: list default and configured device in choice...
2011-10-04 Rémi Denis-CourmontPulseAudio: negotiate digital pass-through for A/52...
2011-10-04 Rémi Denis-CourmontPulseAudio: add stream event callback and handle "forma...
2011-10-04 Jean-Baptiste KempfModules: correct LGPL header
2011-10-03 Rémi Denis-CourmontUse a timer rather zero padding to trigger the PulseAud...
2011-10-02 Pierre YnardOSS: remove stray declaration
2011-10-02 Pierre YnardOSS: fix Modules.am
2011-10-02 Pierre YnardOSS: build fix
2011-10-02 Sébastien Toqueamem: add channel mapping
2011-10-02 Rémi Denis-CourmontOSS: remove variable callback (refs #5273) and factor...
2011-10-02 Rémi Denis-CourmontALSA: remove variable callback (refs #5273)
2011-10-02 Rémi Denis-CourmontRemove old deprecated aliases and replace new one with...
2011-10-02 Rémi Denis-CourmontRemove 0.9.x deprecated aliases, add deprecation versio...
2011-09-27 Rémi Denis-CourmontALSA: improve (and uglify) channels configuration selection
2011-09-27 Rémi Denis-CourmontALSA: fallback to another sample format where needed
2011-09-26 Jean-Baptiste KempfWin32: use DWORD_PTR instead of DWORD for callback...
2011-09-25 Felix Paul Kühneauhal: merge fixes from the stable branch
2011-09-24 Laurent AimarTry to fallback to stereo for mono audio in alsa.
2011-09-16 Felix Paul Kühneauhal: blind attempt to fix S/PDIF on Lion
2011-09-15 Jean-Baptiste KempfAmem: remove trailing space
2011-09-05 Rémi Denis-CourmontDead code
2011-08-29 Jean-Baptiste KempfWin32 Waveout: reorder options
2011-08-29 Jean-Baptiste KempfFile Aout: reorder options
2011-08-29 Jean-Baptiste KempfFile audio output: limit the number of channels
2011-08-17 Felix Paul Kühneauhal: fixed compilation against the 10.7 SDK
2011-08-17 Jean-Baptiste KempfAuHal: try to fix compilation on SDK > 10.5
2011-08-17 Jean-Baptiste KempfAuhal: simplifications
2011-08-16 Jean-Baptiste KempfAuhal: remove unnecessary variables
2011-08-16 Jean-Baptiste KempfAuhal: code cosmetics and warning
2011-08-16 Rémi Denis-CourmontALSA: update to new audio output interface
2011-08-11 Rémi Denis-CourmontPulseAudio: improve resampling formula
2011-08-11 Rémi Denis-CourmontPulseAudio: missing lock
2011-08-10 Rémi Denis-CourmontPulseAudio: don't print an error when latency returns...
2011-08-10 Rémi Denis-CourmontPulseAudio: dead code
2011-08-10 Rémi Denis-CourmontPulseAudio: clear all stream callbacks before disconnection
2011-08-08 Rémi Denis-CourmontReplace AOUT_FMT_NON_LINEAR with AOUT_FMT_SPDIF and...
2011-08-08 Rémi Denis-CourmontPulseAudio: include <math.h> (fixes #5170)
2011-08-07 Pierre Ynardoss: build fix
2011-08-06 Rémi Denis-CourmontSimplify, clean up and rename aout_OutputNextBuffer()
2011-08-04 Rémi Denis-CourmontPulseAudio: initialize volume setter correctly
2011-08-04 Rémi Denis-CourmontCall aout_PacketDestroy() on error paths too
2011-08-04 Rémi Denis-CourmontWin32: audio outputs compile fix
2011-08-04 Rémi Denis-Courmontamem: add support for pause/resume and flush/drain
2011-08-04 Rémi Denis-Courmontaout: move packet FIFO management to plugins that need it
2011-08-04 Rémi Denis-Courmontdummy outputs: drop priority to zero
2011-08-04 Rémi Denis-Courmontfix warning
2011-08-04 Rémi Denis-CourmontMove and split dummy audio output
2011-08-03 Rémi Denis-Courmontaout: split out packet-oriented output support code
2011-08-03 Rémi Denis-CourmontPulseAudio: support versions 0.9.16-0.9.21 with the...
2011-08-03 Rémi DuraffortOpenSLES: remove leftover
2011-08-02 Rémi Denis-CourmontRemove SDL audio output
2011-08-02 Rémi Denis-Courmontaout: pass audio buffer explicitly to pf_play
2011-08-01 Rémi Denis-CourmontALSA: remove useless preprocessor stuff
2011-08-01 Rémi Denis-CourmontPulseAudio: implement flush
2011-08-01 Rémi Denis-Courmontaout: add an optional flush/drain callback
2011-07-30 Hans-Kristian ArntzenOSS audio output: Prefer GETODELAY over GETOSPACE.
2011-07-29 Ron Frederickauhal: Fix SPDIF support
2011-07-27 Rémi Denis-CourmontPulseAudio: more conservative and stable resampling
next