]> git.sesse.net Git - vlc/history - modules/audio_filter
Be more explicit on faad error.
[vlc] / modules / audio_filter /
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.
2008-08-10 Derk-Jan Hartmanbandlimited: Add an audio-filter2 bridge to this audio...
2008-08-03 Laurent AimarRemoved static variable and added proper locking scheme.
2008-08-03 Justus PiaterDeclared many static variables const
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-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-19 Laurent AimarFixed undenormalise for 64 bits.
2008-07-19 Laurent AimarUse block_Release instead of pf_release directly.
2008-07-19 Laurent AimarFixed buffer overread in equalizer BandCallback.
2008-07-09 Laurent AimarFixed selection of simple mixer (close #1688)
2008-07-09 Laurent AimarA little clean up of simple channel mixer.
2008-07-03 Rémi Denis-CourmontSignedness fix
2008-06-28 Rémi Denis-Courmontuint is not standard (and breaks Win32) - use unsigned
2008-06-28 Rémi Denis-CourmontFix format string
2008-06-28 Rov JuvanoAdd Scaletempo audio filter
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-22 Rémi DuraffortRemove unneeded msg_Error about memory failure.
2008-06-22 Antoine CellerierSet i_bitspersample to correct value when changing...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-04 Rémi Denis-CourmontMaintain SUBDIRS manually for extra flexibility
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
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-03-23 Rémi Denis-CourmontCheck-in modules/Makefile.am
2008-03-12 Rémi DuraffortAnother time "Remove useless test before a free".
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-12-30 Pierre d'Herbemontdtstospdif.c: Fix spdif type on big endian stream....
2007-12-30 Pierre d'Herbemontaudio_filter/converter/dtstospdif.c: Fix odd frame...
2007-12-22 Pierre d'Herbemontdtstospdif.c: Print a warning on frame size changes...
2007-12-22 Pierre d'Herbemontmodules/audio_filter/converter/dtstospdif.c: We need...
2007-12-11 Jean-Baptiste KempfYet another typo discovered by Philipp Weissenbacher
2007-11-21 Christophe Massiot * simple.c: Extended the filter for mono output, and...
2007-11-09 Christophe MutricyTypo
2007-10-05 Rémi Denis-CourmontInitialize end_date in linear resampler.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-01 Jean-Baptiste KempfSpatializer: spaces and tab!!!
2007-09-01 Jean-Baptiste KempfSpatializer audio filter, work for Google Summer of...
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
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...
2007-06-10 Laurent AimarFixed uninitialized member fields for audio filter2.
2007-06-07 Rémi Denis-CourmontUse unsigned
2007-06-04 Laurent AimarAdded a b_discontinuity to aout_buffer_t for non-pcm...
2007-05-27 Laurent AimarFixed compilation warnings.
2007-05-19 Rémi Denis-CourmontUse a vlc_CPU() wrapper instead of (ab)using libvlc_global
2007-04-14 Rémi Denis-CourmontSwitch to libdca API
2007-03-23 Christophe MutricyFix the strings.
2007-03-16 Christophe MutricyDb -> dB . patch by Ari Constancio
2007-03-12 Sam Hocevar* modules/audio_filter/format.c: fix audio conversion...
next