]> git.sesse.net Git - vlc/history - modules/audio_filter
live555 : fix pause and seek behaviour.
[vlc] / modules / audio_filter /
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.
2008-12-12 Rémi DuraffortUse calloc instead of malloc+memset.
2008-11-05 Laurent AimarFixed spatializer compilation.
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-09-20 Laurent AimarUse block_Release in bandlimited resampler.
2008-09-20 Derk-Jan HartmanDTS: fix the channelorder of DTS.
2008-09-20 Derk-Jan Hartmanspatializer: don't translate empty strings. Someone...
2008-09-17 Geoffroy CouprieShould remove the big white noise that was produced
2008-09-14 Jean-Baptiste KempfWorkaround spatializer bugs.
2008-09-05 Rémi Denis-CourmontMove a bunch of plugins out of configure.ac
2008-08-27 Laurent AimarFixed rear center support (and close #1816).
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-08-23 Antoine CellerierDon't send failure messages when probing filter. (It...
2008-08-23 Antoine CellerierPrefer mono over trivial (in case trivial somehow wants...
2008-08-23 Antoine CellerierPrefer downmixing from channel extracting.
2008-08-20 Rémi DuraffortFix potential memleak.
2008-08-20 Rémi DuraffortFix potential memleaks and remove stupid tests.
2008-08-20 Rémi DuraffortFix potential memleaks (free the module if it can't...
2008-08-20 Rémi DuraffortFix potential memleaks.
2008-08-20 Rémi DuraffortDon't use var_CreateGetString to create a variable.
2008-08-20 Rémi DuraffortFix potential memleaks.
2008-08-19 Laurent AimarAdded s32l/b to float conversion support (close #1872).
2008-08-19 Laurent AimarCosmetics (fixed a few functions name).
2008-08-17 Eric PetitFixes the output i_bitspersample set by the audio_forma...
2008-08-16 Rémi Denis-CourmontFix typo
2008-08-14 Rémi DuraffortFix unitialized value.
2008-08-11 Rémi DuraffortFix memleak, check return value.
next