]> git.sesse.net Git - vlc/history - modules/audio_filter/resampler/linear.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / modules / audio_filter / resampler / linear.c
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-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-05 Rémi Denis-CourmontInitialize end_date in linear resampler.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-12-07 Benjamin Pracht* Cleanup that file a bit
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-20 Benjamin Pracht* Quick fix when transcoding and resampling mono audio...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-06 Jean-Paul SamanCleanup whitespace
2006-03-31 Felix Paul Kühne* 2nd review of modules/audio* (refs #438)
2006-02-18 Rémi Denis-CourmontRemove unused variable
2006-02-17 Derk-Jan Hartman* Don't use alloca for audio buffers on OSX and BSD...
2006-01-12 Antoine CellerierFSF address change.
2005-10-31 Benjamin PrachtOups, latest commit was broken.
2005-10-31 Benjamin PrachtFix a mistake in the resampling algorithm (hope I didn...
2005-10-15 Sigmund Augdal Helbergall: updated my name and e-mail address
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-26 Laurent Aimar * all: warning fixes.
2005-03-17 Gildas Bazin* modules/audio_filter/resampler/linear.c: ported linea...
2004-12-11 Clément StenacImprovements to preferences
2004-06-18 Sigmund Augdal HelbergFixed a nasty memleak in ugly and linear resamplers...
2003-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
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...
2002-12-13 Gildas Bazin* modules/gui/wxwindows/*: added skeleton for popup...
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-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...