]> git.sesse.net Git - vlc/history - modules/audio_filter/equalizer.c
equalizer: Enforce type correctness for M_PI as well
[vlc] / modules / audio_filter / equalizer.c
2013-04-08 Ronald Wrightequalizer: Enforce type correctness for M_PI as well
2013-04-06 Ronald Wrightequalizer: Enforce type correctness for floats
2013-04-05 Ronald Wrightequalizer: Optimize calculations of alpha, beta, and...
2013-04-03 David Fuhrmannequalizer: fix crash and allow custom eq-band values...
2013-03-21 Ronald Wrightequalizer: increase precision of frequency centers...
2013-01-10 Jean-Baptiste KempfRelicense Equalizer and Compressor audio filters to...
2012-11-06 Rémi Denis-Courmontequalizer: setup filter_t only when successful
2012-09-21 Rémi Denis-CourmontRevert "Add new API to libvlc for persistent equalizer...
2012-09-15 Mark LeeAdd new API to libvlc for persistent equalizer settings.
2012-08-15 Rémi Denis-CourmontSeparate string list and string list callback
2012-04-15 Ron WrightEqualizer: support new samplerates and bands
2011-07-21 Rémi Denis-CourmontConstify and relocatablify EQ presets
2011-03-21 Rémi DuraffortRemove obvious statements.
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_float: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2009-11-08 Kaarlo Raihabands e.g. should have 10 values, not 9
2009-11-05 Rémi Denis-CourmontRename audio filter2 capability back to audio filter
2009-11-05 Rémi Denis-CourmontEqualizer: convert to audio filter2
2009-10-26 Rémi Duraffortequalizer: missing unlock.
2009-09-27 Rémi Denis-Courmontaout_filter_t.(in|out)put -> aout_filter_t.fmt_(in...
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-28 Rémi Duraffortequalizer: add a mutex to protect p_sys variables.
2009-08-28 Rémi Duraffortequalizer: cosmetic/factorize.
2009-08-25 Laurent AimarAdded missing return value in equalizer.
2009-08-25 Laurent AimarAdded a callback on equalizer-2pass in equalizer filter.
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-29 Derk-Jan HartmanMemleaks in Equalizer callback and Mac OS X audio module.
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-04-17 Cyril MathéChange strtof to us_strtof to avoid some problem
2009-04-14 Rémi Denis-CourmontNo need to check for strtof() here
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-21 Rémi Denis-CourmontEqualizer: fix invalid sprintf() usage - fixes #2424
2008-11-05 Laurent AimarAllow aout to grab vout_Request calls.
2008-11-02 Rémi DuraffortDon't use var_CreateGet oly to Create the variable.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-08-20 Rémi DuraffortDon't use var_CreateGetString to create a variable.
2008-08-20 Rémi DuraffortFix potential memleaks.
2008-08-11 Rémi DuraffortFix memleak, check return value.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
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...
next