]> git.sesse.net Git - vlc/history - modules/audio_filter
Fix compiler warning about asprintf return value.
[vlc] / modules / audio_filter /
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...
2006-12-14 Derk-Jan Hartman* More compiler warning fixes (const mostly)
2006-12-07 Benjamin Pracht* Cleanup that file a bit
2006-11-26 Clément StenacMerge all fixed-point and floating-point audio format...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-20 Benjamin Pracht* Quick fix when transcoding and resampling mono audio...
2006-11-07 Derk-Jan Hartman* memleak if normvol filter cannot be used.
2006-10-29 Jean-Paul SamanFix define
2006-10-21 Jean-Paul SamanFix compiler warning: comparison between signed and...
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-09-25 Jean-Paul SamanMono audio filter is a channel_mixer and not a convertor.
2006-09-22 Christophe Mutricyi18n fixes pointed by Marian Hikanik
2006-09-17 Clément StenacMissing file
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-12 Rémi Denis-CourmontMore
2006-08-31 Jean-Paul SamanDo not select mono filter automatically
2006-08-29 Jean-Paul Samancombine two channels into mono for the dowmix as last...
2006-08-29 Jean-Paul SamanCleanup
2006-08-29 Jean-Paul SamanResample audio channels when doing real stereo to mono.
2006-08-29 Jean-Paul SamanLower priority of headphone channel_mixer
2006-08-28 Jean-Paul SamanReenable channel selection for mono: -1 = stereo mix...
2006-08-24 Jean-Paul SamanFake the mono stream by duplicating it in both channels
2006-08-23 Jean-Paul Samanput mono audio in both (left/right) channels. For some...
2006-08-23 Jean-Paul SamanRemove debug that shouldn't be there.
2006-08-22 Jean-Paul SamanDownmix stereo to mono channel and choose with --sout...
2006-08-20 Jean-Paul Samancosmetic
2006-08-20 Jean-Paul SamanMake headphone also an audio_filter2
2006-08-20 Jean-Paul SamanFirst part of a new mono for audio filter 2. You can...
2006-08-20 Jean-Paul SamanRemove some whitespace
2006-08-20 Jean-Paul SamanRemove some whitespace
2006-08-13 Jean-Paul SamanFix memory leak
2006-08-06 Jean-Paul SamanUse C-style comments
2006-08-06 Jean-Paul SamanCleanup whitespace
2006-07-19 Clément StenacAdd support for modules help strings (Closes:#413)
2006-04-14 Clément StenacStrings
2006-04-11 Clément StenacMore strings
2006-04-11 Felix Paul Kühne* replaced NULL with empty strings when providing no...
2006-04-11 Clément StenacString fixes
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-03-09 Jean-Paul SamanUpdate e-mail address
2006-02-24 Benjamin PrachtAdd a 7.x / 5.x -> 4.0 downmixing routine (for AAC...
2006-02-18 Rémi Denis-CourmontRemove unused variable
2006-02-17 Derk-Jan Hartman* Don't use alloca for audio buffers on OSX and BSD...
2006-02-14 Christophe Mutricyparam_eq.c: eol style
next