]> git.sesse.net Git - vlc/history - modules/audio_filter/resampler
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / audio_filter / resampler /
2005-10-15 Sigmund Augdal Helbergall: updated my name and e-mail address
2005-09-30 Gildas Bazin* modules/audio_filter/resampler/bandlimited.c: re...
2005-09-22 Gildas Bazin* modules/audio_filter/resampler/ugly.c: compilation...
2005-08-10 Derk-Jan Hartman* Don't use the bandlimited resampler for downsampling...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-01 Derk-Jan Hartman* Revert the coreaudio resampler to it's simpler varian...
2005-04-26 Laurent Aimar * all: warning fixes.
2005-03-17 Gildas Bazin* modules/audio_filter/resampler/linear.c: ported linea...
2005-03-02 Steve LhommeAvoid \r\n problems between platforms
2004-12-11 Clément StenacImprovements to preferences
2004-11-07 Derk-Jan Hartman* Updated coreaudio resampler. will play small lpcm...
2004-06-18 Sigmund Augdal HelbergFixed a nasty memleak in ugly and linear resamplers...
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2003-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
2003-06-27 Sam Hocevar * bootstrap:
2003-06-24 Sam Hocevar * modules/**/.cvsignore: added Makefile{,.in.am}...
2003-05-17 Gildas Bazin* configure.ac.in: removed the encoders from the list...
2003-05-11 Christophe Massiot* modules/audio_filter/resampler/coreaudio.c: more...
2003-05-04 Christophe Massiot* modules/audio_output/coreaudio.c: worked around a...
2003-03-31 Christophe Massiot* modules/codec/*: Fixed a PTS bug at the initializatio...
2003-03-30 Christophe Massiot* Resampler plug-in based on CoreAudio's AudioConverter.
2003-03-05 Gildas Bazin* modules/audio_filter/resampler/bandlimited.c: another...
2003-03-05 Gildas Bazin* modules/audio_filter/resampler/bandlimited.c: added...
2003-03-04 Gildas Bazin* modules/audio_filter/resampler/bandlimited.c: small...
2003-03-04 Gildas Bazin* modules/audio_filter/resampler/bandlimited.c: fix...
2003-03-04 Gildas Bazin* modules/audio_filter/resampler/bandlimited.[ch]:...
2003-02-17 Gildas Bazin* modules/audio_filter/resampler/linear.c: lowered...
2003-02-16 Christophe Massiot* modules/gui/macosx/open.m: Removed channel server...
2003-01-16 Sam Hocevar * ./modules/**/.cvsignore: added common *$(LIBEXT...
2002-12-13 Gildas Bazin* modules/gui/wxwindows/*: added skeleton for popup...
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-11-20 Sam Hocevar * ./modules/audio_output/waveout.c: audio output...
2002-11-15 Gildas Bazin* modules/codec/vorbis.c, modules/audio_filter/resample...
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-11-11 Gildas Bazin* src/audio_output/filters.c, src/audio_output/input...
2002-11-11 Gildas Bazin* modules/audio_output/file.c: will write a WAV header...
2002-11-10 Sigmund Augdal Helberg ./ChangeLog: added entry for the linear resampler
2002-11-07 Sigmund Augdal Helberg added a new resampler based on linear interpolation...
2002-10-15 Christophe Massiot* Fixed filters which couldn't work with more than...
2002-09-30 Christophe Massiot* Made audio_sample_format->i_format a FOURCC to allow...
2002-09-30 Sam Hocevar * ./debian/rules: moved the gtk_main and gnome_main...
2002-09-30 Sam Hocevar * ALL: the build mechanism now uses automake. See...
2002-09-30 Sam Hocevar * ALL: added *.am files here and there for future...
2002-08-28 Christophe Massiot* Finally fixed the segfault when resampling.
2002-08-24 Sam Hocevar * ./modules/audio_filter/resampler/ugly.c: simple...
2002-08-24 Sam Hocevar * ./modules/audio_filter/resampler/trivial.c: fixed...
2002-08-21 Christophe MassiotBig round of fixes in the aout3.
2002-08-12 Christophe Massiot* Fixed a variable overflow bug in the audio output.
2002-08-10 Christophe Massiot* Fixed a bug triggering the trivial resampler when...
2002-08-09 Christophe Massiot* Trivial resampler plug-in (resampling still non-funct...
2002-08-08 Christophe MassiotAdded another level of directory in audio_filter/.