]> git.sesse.net Git - vlc/history - modules/audio_filter
* New OSX controller (iTunes style)
[vlc] / modules / audio_filter /
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-06-27 Sam Hocevar * bootstrap:
2003-06-24 Sam Hocevar * modules/**/.cvsignore: added Makefile{,.in.am}...
2003-05-17 Gildas Bazin* configure.ac.in: removed the encoders from the list...
2003-05-15 Christophe Massiot* now 0.6.0-cvs
2003-05-11 Christophe Massiot* modules/audio_filter/resampler/coreaudio.c: more...
2003-05-04 Christophe Massiot* modules/audio_output/coreaudio.c: worked around a...
2003-04-22 Gildas Bazin* modules/audio_filter/converter/s16tofloat32swab.c:
2003-03-31 Christophe Massiot* modules/codec/*: Fixed a PTS bug at the initializatio...
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-30 Christophe Massiot* Resampler plug-in based on CoreAudio's AudioConverter.
2003-03-29 Gildas Bazin* modules/audio_filter/channel_mixer/headphone.c, src...
2003-03-12 Marc Ariberti * all: added s16tofixed32 filter, so that we decode...
2003-03-09 Jon Lech Johansen * DTS S/PDIF support.
2003-03-05 Gildas Bazin* modules/audio_filter/resampler/bandlimited.c: another...
2003-03-05 Gildas Bazin* modules/audio_filter/resampler/bandlimited.c: added...
2003-03-04 Gildas Bazin* modules/audio_filter/resampler/bandlimited.c: small...
2003-03-04 Gildas Bazin* modules/audio_filter/resampler/bandlimited.c: fix...
2003-03-04 Gildas Bazin* modules/audio_filter/resampler/bandlimited.[ch]:...
2003-02-24 Jon Lech Johansen * a52tofloat32.c: changed an error into warning.
2003-02-21 Derk-Jan HartmanDJ's first steps in C and vlc decoders ;)
2003-02-21 Derk-Jan Hartman* previous commit seems to break some things. reverting.
2003-02-21 Derk-Jan Hartman* (float) 0 the buffer if it cannot be decoded and...
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-02-17 Gildas Bazin* modules/audio_filter/resampler/linear.c: lowered...
2003-02-16 Christophe Massiot* modules/gui/macosx/open.m: Removed channel server...
2003-02-11 Boris Dorès- Dolby Surround fix
2003-02-11 Christophe Massiot* modules/codec/lpcm.c: Attempt at supporting all chann...
2003-01-23 Christophe Massiot* modules/gui/macosx/open.m: Stream output doesn't...
2003-01-22 Christophe MassiotReverse stereo option.
2003-01-22 Christophe Massiot* configure.ac.in: Re-added a52sys module, which was...
2003-01-20 Christophe MassiotUsed macro instead of hand-made code.
2003-01-20 Christophe MassiotFixed a dozen bugs regarding mono audio files.
2003-01-16 Sam Hocevar * ./modules/**/.cvsignore: added common *$(LIBEXT...
2003-01-15 Christophe Massiot* Totally rewrote the mad plug-in, in order to fix...
2003-01-14 Christophe Massiot* Fixed dual-mono handling of MPEG audio.
2002-12-25 Christophe MassiotSanta Claus brings to you :
2002-12-24 Jean-Paul SamanCosmetic changes.
2002-12-24 Christophe MassiotFixed a major bug in fixed32tos16.c.
2002-12-13 Gildas Bazin* modules/gui/wxwindows/*: added skeleton for popup...
2002-12-09 Boris Dorès- new headphone channel mixer with virtual spatializati...
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-12-04 Gildas Bazin* modules/audio_filter/channel_mixer/trivial.c: bugfix...
2002-11-28 Christophe Massiot* Correct socklen_t detection.
2002-11-21 Christophe MassiotChannel reordering according to the WG-4 specification...
2002-11-21 Sam Hocevar * ./modules/video_output/wingdi.c: skeleton of a...
2002-11-20 Sam Hocevar * ./modules/audio_output/waveout.c: audio output...
2002-11-20 Sam Hocevar * ./evc/plugins.vcp.in: fixed plugin entry points...
2002-11-18 Christophe MassiotPartial fix of the OS X audio output (thanks Heiko!).
2002-11-18 Gildas Bazin* modules/gui/wxwindows/interface.cpp: fixed typo.
2002-11-15 Gildas Bazin* modules/codec/vorbis.c, modules/audio_filter/resample...
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-11-11 Gildas Bazin* src/audio_output/filters.c, src/audio_output/input...
2002-11-11 Gildas Bazin* modules/audio_output/file.c: will write a WAV header...
2002-11-10 Sigmund Augdal Helberg ./ChangeLog: added entry for the linear resampler
2002-11-08 Gildas Bazin* configure.ac.in, modules/audio_filter/converter/...
2002-11-07 Sigmund Augdal Helberg added a new resampler based on linear interpolation...
2002-10-22 Christophe Massiot* Added -mdynamic-no-pic to darwin CFLAGS (can you...
2002-10-20 Christophe Massiot* modules/demux/mpeg: Added DVB stream type for A/52...
2002-10-16 Christophe Massiot* Fixed AOUT_CHAN_CHANNEL2 trivial mixer,
2002-10-15 Christophe Massiot* Fixed filters which couldn't work with more than...
2002-09-30 Christophe Massiot* Made audio_sample_format->i_format a FOURCC to allow...
2002-09-30 Sam Hocevar * ./debian/rules: moved the gtk_main and gnome_main...
2002-09-30 Sam Hocevar * ALL: the build mechanism now uses automake. See...
2002-09-30 Sam Hocevar * ALL: added *.am files here and there for future...
2002-09-27 Christophe Massiot* Makefile.old: Fixed BeOS compilation.
2002-09-26 Christophe Massiot* Major API change of the audio output. New aout_Dec...
2002-09-21 Jon Lech Johansen * ./modules/audio_filter/converter/Makefile: Fixed...
2002-09-20 Christophe Massiot* Fixed miscellaneous cosmetic issues with lpcm and...
2002-09-19 Christophe Massiot* Audio volume management now works properly. See src...
2002-09-18 Sam Hocevar * ./modules/audio_filter/converter/s16tofloat32swab...
2002-09-18 Henri Fallonlpcm support (tested on 1 source only)
2002-09-16 Christophe Massiot* configure.in: Fixed detection of Qt-embedded.
2002-09-11 Stéphane Borel.Fixed the length of the spdif frame.
2002-09-02 Christophe MassiotFixed the trivial channel mixer.
2002-09-02 Christophe MassiotThe liba52 "codec" is now an audio filter. It means...
2002-08-28 Christophe Massiot* Fixed libmad's output volume.
2002-08-28 Christophe Massiot* Finally fixed the segfault when resampling.
2002-08-26 Christophe Massiot* Miscellaneous S/PDIF fixes.
2002-08-24 Sam Hocevar * ./modules/audio_filter/resampler/ugly.c: simple...
2002-08-24 Sam Hocevar * ./modules/audio_filter/resampler/trivial.c: fixed...
2002-08-22 Sam Hocevar * ./modules/audio_filter/converter/fixed32tofloat32...
2002-08-21 Christophe MassiotBig round of fixes in the aout3.
2002-08-21 Sam Hocevar * ./modules/codec/a52old/a52old.c: ported the old...
2002-08-19 Christophe Massiot* ./configure: Fixed double detection of gethostbyname.
2002-08-17 Tony CastleyThis now compiles in BeOS. Probably others, the i...
2002-08-14 Christophe Massiot* Changed aout_FormatTo* ; aout_FormatToSize does no...
2002-08-13 Christophe Massiot* New float32to* converter modules, courtesy of Xavier...
2002-08-13 Sam Hocevar * ./modules/audio_output/arts.c: ported the aRts...
2002-08-13 Sam Hocevar * ./modules/audio_output/esd.c: we now properly use...
2002-08-13 Sam Hocevar * ./modules/audio_output/oss.c: we spare a variable...
2002-08-12 Christophe Massiot* Fixed miscellaneous bugs.
2002-08-12 Christophe Massiot* Fixed a variable overflow bug in the audio output.
2002-08-12 Jean-Paul SamanThis conversion should make more sense.
2002-08-12 Jean-Paul SamanUpdated Makefile to include fixed32tos16 and fixed32tof...
2002-08-12 Jean-Paul SamanAdded fixed32tofloat32 conversion.
2002-08-12 Jean-Paul SamanAdded fixed32tos16 filter based upon libmad downscale...
2002-08-11 Christophe MassiotS/PDIF fixes.
2002-08-11 Christophe Massiot* S/PDIF output should now be working (untested, though).
2002-08-10 Christophe Massiot* Fixed a bug triggering the trivial resampler when...
next