]> git.sesse.net Git - vlc/history - modules/audio_output/oss.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / audio_output / oss.c
2010-07-02 Rémi Denis-CourmontMake vlc_value_t.i_int 64-bits
2010-06-06 Rémi Denis-Courmontvar_InheritInteger -> var_InheritBool
2010-05-20 Rémi DuraffortFix assertions. (dts-dynrng and spdif are boolean param...
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-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-12-30 Rémi Denis-CourmontOSS: kill config_Get
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-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-02 Rémi Duraffortadd_bool wants booleans.
2009-08-25 Rémi Denis-CourmontExpand OSS SPDIF delay. This looks wrong either way...
2009-08-02 Rémi Denis-CourmontReplace VLC_ETHREAD with VLCENOMEM.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarReplaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents.
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-05-07 Rémi Denis-CourmontRemove useless check for machine/soundcard.h
2009-03-25 Rémi Duraffortoss: don't forget some "close".
2009-02-08 Christophe MutricyTranslate the channels layout
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-23 Lukas Durfinaadd deprecated aliases for audio devices
2008-09-21 Lukas Durfinauniform naming of audio devices variable
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-08-01 Rémi DuraffortFix potential memleak.
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-22 Rémi DuraffortRemove unneeded msg_Err.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-28 Rafaël Carréaudio_output/ : removes useless unused parameter warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-09-18 Rafaël CarréLeftover strerror
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2006-11-30 Rafaël CarréUses correct buffer size with OSS output
2006-11-26 Clément StenacA bit of headers cleanup
2006-03-31 Felix Paul Kühne* 2nd review of modules/audio* (refs #438)
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-12-16 Clément StenacFor some unknown reason, the previous commit was not...
2004-12-11 Clément StenacImprovements to preferences
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-01-25 Gildas Bazin* ALL: removed a bunch of unused add_category_hint().
2004-01-25 Carlo Calabròreverting a whole bunch of stupid changes,
2004-01-25 Carlo Calabròstring review, round two: the audio output modules
2003-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
2003-05-15 Christophe Massiot* now 0.6.0-cvs
2003-05-09 Sigmund Augdal Helbergoss.c: give a warning if --spdif is set but the sourndc...
2003-05-04 Gildas Bazin* src/misc/variables.c, ALL: improvements to the object...
2003-04-20 Sam Hocevar * ./modules/audio_output/oss.c: code comments.
2003-04-02 Sigmund Augdal HelbergFixed a bug when trying to set 4 channel output
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-10 Christophe MassiotFixed a major bug with 5.1 output and the OSS plug-in.
2003-02-20 Gildas Bazin* src/libvlc.h, modules/audio_output: added a global...
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-02-10 Christophe Massiot* modules/audio_output/alsa.c: Fixed mono files output...
2003-02-06 Christophe MassiotFixed AFMT_AC3 and AFMT_S16_NE handling.
2003-02-02 Johan Bilien * NEWS: VCD entry points and iso files
2003-01-28 Sam Hocevar * ./src/video_output/video_output.c: don't try to...
2003-01-27 Johan Bilien * ALL: some FreeBSD compilation fixes. gnome plugin...
2003-01-20 Christophe MassiotFixed a dozen bugs regarding mono audio files.
2003-01-14 Sam Hocevar * ./modules/audio_output/oss.c: compilation fix for...
2003-01-13 Christophe MassiotDo not forget to register aout_ChannelsRestart as the...
2003-01-07 Christophe MassiotFixed another very nasty localization bug.
2003-01-07 Christophe MassiotNew "spdif" setting, allowing to permanently disable...
2002-12-23 Christophe MassiotCosmetic (thanks Heiko).
next