]> git.sesse.net Git - vlc/history - modules/audio_filter
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / audio_filter /
2009-09-27 Rémi Denis-Courmontnormvol: do not handle impossible error
2009-09-27 Rémi Denis-Courmontparam_eq: constify
2009-09-24 Ilkka Ollakkamove format.c definition to correct modules.am-file
2009-09-23 Rémi Denis-Courmontaudio_format belongs in audio_filter/converter
2009-09-23 Rémi Denis-CourmontMake aout_buffer_t an alias for block_t
2009-09-23 Laurent AimarCompilation fix (mpgatofixed32).
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
2009-09-23 Rémi Denis-Courmontaout_buffer_t: store length instead of end timestamp
2009-09-23 Rémi Denis-Courmontaout_buffer_t.b_disconuity -> aout_buffert.i_flags
2009-09-23 Rémi Denis-Courmontblock_t.i_samples -> block_t.i_nb_samples (as aout_buff...
2009-09-22 Rémi Denis-Courmontaout_buffer_t.start_data -> aout_buffer_t.i_pts
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-20 Rémi Denis-CourmontCleanup NEON audio converter module description
2009-09-14 Laurent AimarFixed 4.0 rear center 3.0 test after 4 rear center...
2009-09-14 James TurnerAC3 3F1R downmix to stereo (simple downmixer)
2009-09-12 Rémi Denis-CourmontFix fixed point liba52 warnings
2009-09-09 Rémi Denis-Courmonta52: fix warnings against fixed-point a52dec
2009-09-06 Rémi Denis-CourmontOptimize a little bit more
2009-09-06 Rémi Denis-CourmontNEON vectorized fi32->s16l audio filter
2009-09-06 Rémi Denis-Courmontconverter_neon: minor tweaks for fl32->fi32
2009-09-05 Rémi Denis-CourmontReduce register clobber
2009-09-05 Rémi Denis-CourmontNEON float to fixed point vectorized conversion
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-08-25 Laurent AimarFixed resampler compilation after aout_mixer_t changes.
2009-08-21 Pierre d'Herbemontchorus_flanger: Fix a bad cast.
2009-08-21 Pierre d'Herbemontchorus_flanger: No need to cast here.
2009-08-19 Jean-Baptiste KempfKill various warnings
2009-08-13 Laurent AimarUsed date_t instead of audio_date_t in audio filters.
2009-08-08 Rémi Denis-CourmontMissing file
2009-08-07 Rémi Denis-Courmontfpclassify() is C99, not necessarily available in C++
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-07-04 Laurent AimarAdded support for 3f->stereo/mono downmixing (close...
2009-07-01 Laurent AimarRemoved unused function in spatializer.
2009-07-01 JP DingerSpatializer fixing
2009-06-19 Rémi DuraffortRemove dead initialization.
2009-06-19 Rémi DuraffortUse vlc_mutex_locker.
2009-06-19 Rémi DuraffortNo need to test for NULL here.
2009-06-19 Rémi DuraffortNo need to test for p_sys != NULL as it's already teste...
2009-06-19 Rémi DuraffortRemove unused includes and factorize.
2009-06-18 JP DingerFix memleak when out of memory.
2009-06-18 JP DingerForce new not to throw. Also drop a separate declaratio...
2009-06-18 JP DingerRefactor spatializer initialisation and teardown to...
2009-06-18 Rémi DuraffortRevert "No need to create an object to handle the lock...
2009-06-18 Rémi Duraffortcosmetics (no functionnal changes).
2009-06-18 Rémi DuraffortCosmetic (no functionnal change).
2009-06-18 Rémi DuraffortNo need to create an object to handle the lock is such...
2009-06-18 Rémi DuraffortRewording of the debug messages.
2009-06-18 Rémi DuraffortFactorize.
2009-06-06 Rémi Denis-CourmontEnable Chorus filter
2009-06-06 Srikanth RajuChorus/Flanger audio filter Based on basic variable...
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 Derk-Jan HartmanPrefs: repair category system for some lost options.
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-CourmontInclude "config.h" first
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-17 Rémi DuraffortFix spatializer: wrong variables name.
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-15 Laurent AimarReplaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents.
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 AimarFixed downmixing to mono (close #2728).
2009-05-13 Laurent AimarFixed downmixing to mono (close #2728).
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-05-02 Laurent AimarLet simple mixer also handle 5.x with middle channels.
2009-04-26 Rémi Denis-CourmontExplicitly add formerly implicit submodule shortcuts
2009-04-18 Christophe MutricyProvide at least a short text and don't translate ""
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-04-12 Laurent AimarAlways use swab.
2009-04-10 Rémi Denis-CourmontUse stack array rather than alloca
2009-04-10 Rémi Denis-CourmontRemove useless (partially used) check for stdint.h
2009-04-10 Rémi Denis-CourmontRemove useless check for inttypes.h
2009-03-29 Laurent AimarFixed bandlimited resampler invalid access when used...
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-01-28 Rémi Denis-CourmontFix plugin strings translation
2009-01-28 Rémi Denis-Courmontspatializer: do not conflict with libvlccore options
2009-01-28 Rémi Denis-CourmontCommand line options are lower-case
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-21 Rémi Denis-CourmontEqualizer: fix invalid sprintf() usage - fixes #2424
2009-01-21 Jean-Baptiste KempfDon't set ridiculously long descriptions or description...
2009-01-21 Jean-Baptiste KempfSet correct shortname for spatializer.
next