]> git.sesse.net Git - vlc/history - src/audio_output/input.c
* Do not search a visualizer in strict mode
[vlc] / src / audio_output / input.c
2004-12-28 Clément Stenac* Do not search a visualizer in strict mode
2004-12-11 Clément StenacImprovements to preferences
2004-11-14 Gildas Bazin* src/audio_output/input.c: made the resampling just...
2004-10-18 Gildas Bazin* src/audio_output/input.c, mixer.c: don't try to resam...
2004-09-27 Gildas Bazin* src/audio_output/input.c: corrective audio resampling...
2004-09-05 Felix Paul Kühne* string review
2004-07-12 Cyril Deguet * all: skeleton of a coming-soon OpenGL visualization...
2004-07-12 Clément StenacAllow on the fly change of equalizer config. Only resta...
2004-07-07 Gildas Bazin* src/audio_output/input.c: ability to switch between...
2004-05-30 Laurent Aimar * input: warning fix (int ->byte_t*).
2004-05-10 Gildas Bazin* src/audio_ouput/input.c: better on-the-fly switching...
2004-04-22 Gildas Bazin* src/audio_output/input.c: too much locking.
2004-04-19 Gildas Bazin* include/aout_internal.h: added a b_restart field...
2004-04-18 Gildas Bazin* src/audio_output/input.c: add goom (if present) to...
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-12-20 Boris Dorès* libvlc.h input.c headphone.c:
2003-12-17 Derk-Jan Hartman* Commented out the option 'goom' for the visualizer...
2003-11-02 Gildas Bazin* src/audio_output/input.c: on-the-fly visualization...
2003-11-02 Derk-Jan Hartman* modules/audio_output/input.c: created variables to...
2003-09-02 Gildas Bazin* src/audio_output/input.c: don't try to play sound...
2003-08-23 Laurent Aimar * input: fixed buffer overflow, add sanity check and...
2003-08-19 Clément Stenac* src/audio_output/input.c: forgot to free something
2003-08-18 Clément Stenac* src/audio_output/input.c
2003-04-06 Christophe Massiot* Renamed the "headphone" option to "headphone-opt...
2003-03-04 Gildas Bazin* modules/audio_filter/resampler/bandlimited.[ch]:...
2003-02-21 Gildas Bazin* src/audio_output/input.c: fixed buffer allocation...
2003-01-26 Gildas Bazin* src/audio_output/input.c, src/audio_output/mixer...
2003-01-16 Boris Dorès- input.c : doesn't even try to use the headphone filte...
2002-12-25 Christophe MassiotSanta Claus brings to you :
2002-12-22 Sam Hocevar * ./src/audio_output/input.c: fixed a side-effect...
2002-12-09 Boris Dorès- new headphone channel mixer with virtual spatializati...
2002-12-06 Sam Hocevar * ./src/*, ./include/*: fixed a bunch of badly initia...
2002-11-26 Christophe MassiotFixed another crash with S/PDIF.
2002-11-25 Christophe MassiotFixed my fix :p.
2002-11-25 Christophe MassiotFixed a crash in S/PDIF mode.
2002-11-15 Gildas Bazin* configure.ac.in: fixed a few typos regarding LDFLAGS_...
2002-11-13 Sam Hocevar * ./bootstrap: bootstrap now requires the --config...
2002-11-11 Gildas Bazin* src/audio_output/filters.c, src/audio_output/input...
2002-11-10 Gildas Bazin* src/audio_output/output.c: fixed another quality...
2002-11-08 Gildas Bazin* ALL: using "%ll" in printf format strings is not...
2002-10-20 Christophe Massiot* modules/demux/mpeg: Added DVB stream type for A/52...
2002-10-09 Christophe Massiot* (Hopefully) fixed S/PDIF outputs ;
2002-10-04 Sam Hocevar * ./configure.ac.in: removed now unnecessary --force...
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-20 Christophe Massiot* Fixed miscellaneous cosmetic issues with lpcm and...
2002-08-30 Christophe Massiot* demuxes: Worked around a bug in old VLC and VLS by...
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 * ./src/audio_output/output.c: added an argument...
2002-08-21 Christophe MassiotBig round of fixes in the aout3.
2002-08-19 Christophe MassiotMore changes in the date handling. Should be more toler...
2002-08-19 Christophe Massiot* ./configure: Fixed double detection of gethostbyname.
2002-08-14 Christophe Massiot* Changed aout_FormatTo* ; aout_FormatToSize does no...
2002-08-12 Christophe Massiot* Fixed a variable overflow bug in the audio output.
2002-08-09 Christophe Massiot* Trivial resampler plug-in (resampling still non-funct...
2002-08-07 Christophe MassiotAudio output 3. Expect major breakages.