]> git.sesse.net Git - vlc/history - modules/audio_output
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / audio_output /
2010-09-15 Romain GoyetiOS: audio output module (Based on the AudioQueue API)
2010-08-31 Rémi DuraffortFix some typos.
2010-08-12 Jai MenonALSA : Fix error check for the busy waiting case.
2010-07-18 Rémi Denis-CourmontALSA: remove call to deprecated snd_pcm_sw_params_set_s...
2010-07-18 Rémi Denis-CourmontALSA: cleanup
2010-07-18 Jean-Baptiste KempfMacOS: try to fix MacOS Audio crash
2010-07-18 Rémi Denis-CourmontALSA: use default device if none specified instead...
2010-07-18 Rémi Denis-CourmontALSA: use plughw rather than hw for manually selected...
2010-07-18 Rémi Denis-CourmontALSA: 16-bytes is enough for a card name
2010-07-17 Rémi Denis-CourmontMove most alsa-lib logic to Makefiles
2010-07-11 Rémi Duraffortpulse: fix a memory leak.
2010-07-05 Ilkka OllakkaPulse: do flush in close() not play()
2010-07-02 Rémi Denis-CourmontMake vlc_value_t.i_int 64-bits
2010-06-26 Rémi Duraffortalsa: fix a memory leak.
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-06-08 Ilkka Ollakkapulse: no need to check null in free
2010-06-08 Colin Guthriepulse: Use the 'user-agent' variable for the client...
2010-06-06 Rémi Denis-Courmontvar_InheritInteger -> var_InheritBool
2010-06-05 Rémi Denis-CourmontTypos
2010-06-03 Rémi Denis-CourmontProtect XInitThreads() with a global lock
2010-06-02 Rémi Denis-Courmont--no-xlib: prevent use of XInitThreads() and hence...
2010-05-25 Rémi Denis-Courmontpulse: require Xlib
2010-05-20 Rémi DuraffortFix assertions. (dts-dynrng and spdif are boolean param...
2010-05-03 Rémi Denis-CourmontALSA: use non-modal error dialogs
2010-04-21 Rémi Denis-CourmontALSA: give a clue that VLC might fail with alsa-lib...
2010-03-13 Rémi Denis-CourmontRevert "PulseAudio cannot be unloaded - fixes #2538"
2010-03-07 Nathan Phillip BrinkFix #include <SDL/SDL.h> to be #include <SDL.h>
2010-03-03 Rémi Denis-CourmontPulse: uses Xlib, needs XInitThreads()
2010-03-03 Rémi Denis-CourmontPulse: fix warning
2010-02-13 Ilkka Ollakkapulseaudio: disable pa_stream_drain on close
2010-02-08 Rémi DuraffortFix wrong size given to memset (found by coccinelle...
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-28 Rémi Denis-Courmontportaudio: add private b_error
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-28 Jean-Baptiste KempfShortname corrections
2010-01-16 Rémi Denis-CourmontRemove all default modules from configure.ac
2010-01-14 Antoine CellerierPrint a list of available alsa output devices in debug...
2010-01-14 Rémi Denis-CourmontALSA: report errors when, and simplify enumerating...
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-12-30 Rémi Denis-CourmontWaveOut: kill config_Get
2009-12-30 Rémi Denis-CourmontOSS: kill config_Get
2009-12-30 Rémi Denis-CourmontJACK output: use var_Inherit
2009-12-30 Rémi Denis-CourmontDirectX audio output: kill config_Get
2009-12-30 Rémi Denis-Courmontauhal: kill config_Get
2009-12-30 Rémi Denis-CourmontALSA output: kill config_Get
2009-12-29 Jean-Baptiste KempfDirectSound: cosmetics and error path fix
2009-12-29 Jean-Baptiste KempfDirectSound: try to fix Wide Char issues
2009-12-29 Jean-Baptiste KempfDirectSound: Options change
2009-12-29 Jean-Baptiste KempfDirectSound: Cosmetics
2009-12-29 Jean-Baptiste KempfWaveout: Small scope improvement
2009-12-27 Jean-Baptiste KempfDirectSound: use DirectSoundEnumerateW iso DirectSoundE...
2009-12-27 Jean-Baptiste KempfSDL_INIT_EVENTTHREAD is supported on Windows now.
2009-12-27 Jean-Baptiste KempfDirectX/Waveout: new windows_audio_common.h file
2009-12-27 Jean-Baptiste KempfDirectSound: cosmetics
2009-12-27 Jean-Baptiste KempfDirectSound: fix a warning
2009-12-26 Geoffroy CouprieDirectX aout: select the output device by its name...
2009-12-16 Jean-Baptiste KempfPulse: kill unused variable warnings
2009-12-10 Pierre d'Herbemontauhal: Don't spend 16MB of heap for nothing.
2009-12-10 Pierre d'Herbemontauhal: Support 10.6 64bits framework.
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-12-04 Jeff LuFix DirectSound spdif audio output
2009-12-03 Jakob Lebenjack: use real latency for buffer date
2009-11-28 Jakob Lebenjack: correct requested buffer date
2009-11-25 Jakob Lebenjack: replace deprecated jack_client_new with jack_clie...
2009-11-25 Jakob Lebenjack: missing lock
2009-11-19 Rémi Denis-CourmontImprove error message
2009-11-10 Rémi Denis-CourmontALSA: warn user on current alsa-lib versions if re...
2009-10-28 Rémi Denis-CourmontPulse: don't spam if PulseAudio is not running
2009-10-24 Rémi Denis-CourmontALSA: simplify and fix thread synchronization
2009-10-24 Rémi Denis-CourmontALSA: vlc_thread_create -> vlc_clone
2009-10-24 Rémi Denis-CourmontALSA: save one mdate() call per (debug) loop
2009-10-24 Rémi Denis-CourmontALSA: allocate PCM status on the stack
2009-10-19 Rémi Denis-CourmontHAVE_FPU: make constant
2009-10-17 Jean-Baptiste KempfChange a configuration name
2009-10-17 Rémi Denis-CourmontOSS: path from VLC core (or ASCII), need utf8_open()
2009-10-17 Rémi Denis-CourmontOSS: use utf8_open() for O_CLOEXEC
2009-10-10 Rémi Duraffortaout_sdl: fix compilation.
2009-10-10 Rémi DuraffortFactorize.
2009-09-27 Rémi Denis-CourmontRemove legacy alloca checks
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
2009-09-23 Rémi Denis-Courmontaout_buffer_t: store length instead of end timestamp
2009-09-22 Rémi Denis-Courmontaout_buffer_t.start_data -> aout_buffer_t.i_pts
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-12 Rémi Denis-CourmontPulseAudio: higher priority than ALSA
2009-09-03 Rémi Duraffortadd_bool: wants a boolean.
2009-09-02 Rémi Denis-CourmontPulseAudio: use 16-bits PCM if FPU is missing
2009-09-02 Rémi Denis-CourmontPulseAudio: don't clutter console
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-09-01 Jean-Baptiste KempfSDL: simplification of detection and requirement of...
2009-08-30 Rémi Denis-CourmontALSA: fix signaling race condition
2009-08-30 Rémi Denis-CourmontALSA: int -> bool
2009-08-25 Rémi Denis-CourmontExpand OSS SPDIF delay. This looks wrong either way...
2009-08-22 Jean-Baptiste KempfPortaudio: consistency with other aouts (and kill a...
2009-08-21 Pierre d'Herbemontauhal: Don't include hard ass headers.
2009-08-20 Jean-Baptiste KempfFix PortAudio warnings
2009-08-20 Pierre d'Herbemontauhal: Use a litteral for the format.
2009-08-20 Jean-Baptiste KempfKill warnings of unused variables in audio_*
2009-08-20 Jean-Baptiste KempfWaveout: fix type warning and update copyright
next