]> git.sesse.net Git - vlc/history - modules/audio_output/oss.c
Fixed AFMT_AC3 and AFMT_S16_NE handling.
[vlc] / modules / audio_output / oss.c
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.