]> git.sesse.net Git - vlc/history - modules/audio_filter/resampler
input: Export input_GetState().
[vlc] / modules / audio_filter / resampler /
2008-07-19 Laurent AimarUse block_Release instead of pf_release directly.
2008-06-22 Rémi DuraffortRemove unneeded msg_Error about memory failure.
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-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
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
2007-06-12 Laurent AimarAll: preliminary support for audio while playing faster...
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 SamanUse C-style comments
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-02-01 Sam Hocevar * Got rid of SYS_DARWIN everywhere.
2006-01-12 Antoine CellerierFSF address change.
2005-12-10 Derk-Jan Hartman* Remove coreaudio resampler
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-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/.