]> git.sesse.net Git - vlc/history - modules/audio_filter/equalizer.c
Fix memleak in audio equalizer.
[vlc] / modules / audio_filter / equalizer.c
2008-07-31 Rémi DuraffortFix memleak in audio equalizer.
2008-07-19 Laurent AimarFixed buffer overread in equalizer BandCallback.
2008-06-24 Yohann Martineaufixed compilation on debian etch.
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-CourmontNIH syndrome cure (2)
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_filter/: fix 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-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-27 Laurent AimarFixed compilation warnings.
2007-03-23 Christophe MutricyFix the strings.
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-04-14 Clément StenacStrings
2006-03-31 Felix Paul Kühne* 2nd review of modules/audio* (refs #438)
2006-03-28 Clément StenacAudio strings, except parametric equalizer (I just...
2006-03-18 Clément StenacDon't use %f in equalizer (Closes:#586)
2006-01-12 Antoine CellerierFSF address change.
2005-11-21 Clément StenacDo not reset preamp value if not needed (Closes:#252)
2005-09-25 Boris Dorès- the creation of the audio filter pipeline when specif...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-10 Clément StenacMore prefs fixes
2004-12-16 Clément StenacFix a bug with preferences
2004-12-11 Clément StenacImprovements to preferences
2004-11-04 Clément StenacSave equalizer values so that they don't get overriden...
2004-08-14 Jérome Decoodt*.nib: continuous sliders
2004-08-07 Derk-Jan Hartman* treeble -> treble
2004-08-07 Jérome DecoodtBug fix and change in parse function
2004-07-24 Laurent Aimar * equalizer : [0] isn't cool, use a define.
2004-07-22 Eric Petit equalizer.c: compile fix for old compilers (thx sam)
2004-07-17 Derk-Jan Hartman* strtof is C99 and not present on pre BSD 5 (including...
2004-07-16 Laurent Aimar * equalizer: fixed a bug with strtof.
2004-07-15 Gildas Bazin* modules/audio_filter/equalizer.c: fixed segfault...
2004-07-12 Clément StenacAllow on the fly change of equalizer config. Only resta...
2004-07-08 Laurent Aimar * equalizer: added a preamp value per preset.
2004-07-07 Gildas Bazin* src/audio_output/input.c: ability to switch between...
2004-07-06 Laurent Aimar * equalizer: simple (and slow) 10 bands equalizer...