]> git.sesse.net Git - vlc/history - modules/audio_output/oss.c
Fix potential memleak.
[vlc] / modules / audio_output / oss.c
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).
2002-12-23 Christophe MassiotCosmetic.
2002-12-18 Sam Hocevar * fixed several format string inconsistencies and...
2002-12-10 Gildas Bazin* ALL: fixed a f*ckage I introduced recently ;) var_Typ...
2002-12-07 Christophe Massiot* configure.ac.in: Disabled -Wtraditional as it produce...
2002-12-07 Gildas Bazin* ALL: a few updates to the variables API:
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-11-21 Gildas Bazin* src/playlist/playlist.c: fixed deadlock in playlist.
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-10-25 Gildas Bazin* modules/audio_output/oss.c: when now set the fragment...
2002-10-24 Gildas Bazin* modules/audio_output/oss.c: Finally fixed! There...
2002-10-20 Christophe Massiot* modules/demux/mpeg: Added DVB stream type for A/52...
2002-10-02 Sigmund Augdal Helbergfixed some insanities which coused this module to fail...
2002-10-01 Christophe MassiotFixed a bug in the OSS output I introduced yesterday.
2002-09-30 Christophe Massiot* Made audio_sample_format->i_format a FOURCC to allow...
2002-09-18 Christophe Massiot* ALL: More hooks for audio volume management.
2002-09-14 Stéphane Borel*Fixed a bug that prevented OSS from closing cleanly...
2002-09-11 Stéphane Borel.Quick hack to make spdif work with emu10k1 oss driver...
2002-09-02 Christophe MassiotThe liba52 "codec" is now an audio filter. It means...
2002-08-31 Stéphane Borel*It seems that the setting of the fragment size was...
2002-08-30 Christophe Massiotaout3 API change :
2002-08-29 Christophe Massiot* ./bootstrap : Fixed an issue with old shell versions
2002-08-25 Sam Hocevar * ./modules/audio_output/oss.c, ./modules/audio_outpu...
2002-08-25 Sam Hocevar * ./src/audio_output/output.c: reverted my previous...
2002-08-24 Sam Hocevar * ./modules/audio_output/oss.c: we don't ask too...
2002-08-24 Sam Hocevar * ./modules/audio_output/oss.c: fixed a bug on module...
2002-08-24 Sam Hocevar * ./src/audio_output/output.c: added an argument...
2002-08-24 Sigmund Augdal Helberg fixed an off by factor 10 error. Noted along the way...
2002-08-20 Stéphane Borel*Set output format to AOUT_FMT_SPDIF when in spdif...
2002-08-19 Sam Hocevar * ./modules/audio_output/*: ported the ALSA, aRts...
2002-08-19 Christophe Massiot* ./configure: Fixed double detection of gethostbyname.
2002-08-14 Christophe Massiot* Added a third argument to aout_OutputNextBuffer....
2002-08-14 Christophe Massiot* Changed aout_FormatTo* ; aout_FormatToSize does no...
2002-08-13 Sam Hocevar * ./modules/audio_output/oss.c: we spare a variable...
2002-08-12 Sam Hocevar * ./src/misc/objects.c: two big changes in the object...
2002-08-11 Christophe Massiot* S/PDIF output should now be working (untested, though).
2002-08-11 Christophe MassiotMore S/PDIF fixes.
2002-08-09 Christophe Massiot* Trivial resampler plug-in (resampling still non-funct...
2002-08-08 Sam Hocevar * ./include/modules_inner.h: support for several...
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-08-07 Christophe MassiotAudio output 3. Expect major breakages.