]> git.sesse.net Git - vlc/history - modules/audio_filter/converter
Refactor spatializer initialisation and teardown to use a table and a loop.
[vlc] / modules / audio_filter / converter /
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
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-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 AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
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
2008-12-12 Rémi DuraffortUse calloc instead of malloc+memset.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-20 Derk-Jan HartmanDTS: fix the channelorder of DTS.
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-19 Laurent AimarAdded s32l/b to float conversion support (close #1872).
2008-08-19 Laurent AimarCosmetics (fixed a few functions name).
2008-07-19 Laurent AimarUse block_Release instead of pf_release directly.
2008-06-28 Rémi Denis-CourmontFix format string
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-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
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-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-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-06-10 Laurent AimarFixed uninitialized member fields for audio filter2.
2007-06-04 Laurent AimarAdded a b_discontinuity to aout_buffer_t for non-pcm...
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
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-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-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-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-22 Jean-Paul SamanDownmix stereo to mono channel and choose with --sout...
2006-08-20 Jean-Paul Samancosmetic
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-04-11 Clément StenacMore strings
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-09 Jean-Paul SamanUpdate e-mail address
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-01-12 Antoine CellerierFSF address change.
2005-12-04 Sigmund Augdal Helberga52tospdif.c: fix regression in recent changes
2005-12-01 Gildas Bazin* modules/audio_filter/converter/a52tospdif.c: remove...
2005-12-01 Derk-Jan Hartman* Support little endian streams on Big endian output...
2005-12-01 Derk-Jan HartmanFix the a52 spdif filter, add big endian support to...
2005-12-01 Derk-Jan Hartman* Introduce 'spdb' the big endian variant of 'spdi...
2005-10-09 Boris Dorès+ src/input/decoder.c src/libvlc.h:
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-10 Derk-Jan Hartman* Some changes to preferences categorization (This...
2005-05-07 Felix Paul Kühne* controls.m: added l10n of the volume-string shown...
2005-04-08 Christophe Massiot * modules/audio_filter/converter/mpgatofixed32 : Fixed...
2005-03-17 Gildas Bazin* modules/stream_out/transcode.c: prepare transcoder...
2005-03-17 Gildas Bazin* modules/audio_filter/converter/mpgatofixed32.c: added...
2005-03-16 Gildas Bazin* modules/audio_filter/converter/a52tofloat32.c: suppor...
2005-03-11 Jean-Paul SamanRemoved unneeded VLC_OBJECT() cast and another segfault...
2005-03-10 Jean-Paul SamanSame mistake here: Pass real VLC_OBJECT's to msg_*
next