]> git.sesse.net Git - vlc/history - src/audio_output
* src/playlist/playlist.c: fixed deadlock in playlist.
[vlc] / src / audio_output /
2002-11-15 Gildas Bazin* configure.ac.in: fixed a few typos regarding LDFLAGS_...
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-11-14 Gildas Bazin* src/audio_output/intf.c: fixed a bug affecting audio...
2002-11-13 Sam Hocevar * ./bootstrap: bootstrap now requires the --config...
2002-11-12 Sam Hocevar * ./Makefile.am: fixed rc compilation under mingw32...
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-11-01 Gildas Bazin* src/audio_output/common.c, include/aout_internal...
2002-10-31 Gildas Bazin* modules/codec/spudec/spudec.c, modules/codec/spudec...
2002-10-22 Christophe Massiot* Added -mdynamic-no-pic to darwin CFLAGS (can you...
2002-10-21 Christophe Massiot* Avoid overflowing the message queue with "audio outpu...
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-10-03 Sam Hocevar * ./configure.ac.in: duplicated arguments to AM_INIT_...
2002-09-30 Christophe Massiot* Made audio_sample_format->i_format a FOURCC to allow...
2002-09-30 Sam Hocevar * src/*: another bunch of .cvsignore files.
2002-09-28 Christophe Massiot* Several stability patches for multiple input streams...
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-23 Christophe Massiot* New --vlc-backwards-compat option, to go back to...
2002-09-22 Christophe MassiotFixed a bug in the conversion splitter.
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 Christophe Massiot* ALL: More hooks for audio volume management.
2002-09-16 Christophe Massiot* configure.in: Fixed detection of Qt-embedded.
2002-09-02 Christophe MassiotThe liba52 "codec" is now an audio filter. It means...
2002-08-30 Christophe Massiotaout3 API change :
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-25 Sam Hocevar * ./modules/audio_output/oss.c, ./modules/audio_outpu...
2002-08-25 Sam Hocevar * ./src/audio_output/output.c: reverted my previous...
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* Fixed BeOS output ;
2002-08-19 Christophe Massiot* ./configure: Fixed double detection of gethostbyname.
2002-08-14 Sam Hocevar * ./modules/audio_output/esd.c: compilation fix ...
2002-08-14 Christophe Massiot* Added a third argument to aout_OutputNextBuffer....
2002-08-14 Christophe Massiot* Changed aout_FormatTo* ; aout_FormatToSize does no...
2002-08-13 Sam Hocevar * ./modules/audio_output/esd.c: we now properly use...
2002-08-12 Christophe Massiot* Fixed a variable overflow bug in the audio output.
2002-08-12 Sam Hocevar * ./src/misc/objects.c: two big changes in the object...
2002-08-11 Christophe MassiotS/PDIF fixes.
2002-08-11 Christophe Massiot* S/PDIF output should now be working (untested, though).
2002-08-11 Christophe MassiotMore S/PDIF fixes.
2002-08-09 Christophe Massiot* Trivial resampler plug-in (resampling still non-funct...
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-08-07 Christophe MassiotAudio output 3. Expect major breakages.
2002-08-04 Sam Hocevar * ./src/misc/modules.c: if a module name starts with...
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
2002-06-08 Sam Hocevar * ./include/vlc_threads.h, ./src/misc/threads.c:...
2002-06-02 Sam Hocevar * ./src/video_output/video_output.c: fixed the "pictu...
2002-06-01 Sam Hocevar * ALL: got rid of p_object->p_this which is now useless.
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-05-19 Christophe Massiot* Desperate attempt to improve audio output ;
2002-05-18 Sam Hocevar * ALL: changed __inline__ with inline (autoconf does...
2002-05-18 Gildas Bazin* fixed deadlock in NextFrame() in aout_pcm.c
2002-05-18 Stéphane Borel*A lock was not released;
2002-05-17 Stéphane Borel*check for b_die and b_error in all loops so that we...
2002-04-30 Gildas Bazin* added config_Get/PutFloatVariable to p_sysmbols....
2002-04-23 Sam Hocevar * ./src/interface/main.c: tidied the help output...
2002-03-26 Gildas Bazin* various little portability fixes
2002-03-15 Stéphane Borel*Move iec958/spdif encapsulation from ac3_spdif to...
2002-03-12 Stéphane Borel*New configuration option to choose audio output format...
2002-03-11 Gildas Bazin* New GTK configuration interface. This interface is...
2002-03-08 Arnaud de Bossorei... Audio output ALSA: spdif support.
2002-03-04 Gildas Bazin* We now make sure the aout plugin buffers always conta...
2002-02-27 Sam Hocevar * ./plugins/mpeg_vdec/vpar_headers.c: we no longer...
2002-02-26 Gildas Bazin* forgot to add the declaration of server_port in main.c
2002-02-24 Sam Hocevar * Replacement header for aout_common.h.
2002-02-24 Sam Hocevar * Fixed a quite old bug in the audio output which...
2002-02-24 Gildas BazinThis is the first part of the new configuration archite...
2002-02-19 Sam Hocevar * Got rid of TRACE and intf_DbgMsg which were seldom...
2002-02-15 Sam Hocevar * ALL: got rid of *_Probe functions because most...
2002-01-28 Stéphane Borel-Fixed ac3_spdif which has been broken recently,
2002-01-25 Gildas Bazin* Added a new very simple audio plugin for Win32. This...
2002-01-21 Christophe Massiot* Decoders do not necessarily use bit stream (see mad...
2002-01-15 Cyril Deguet- added support for S8 and U16 aout (not tested)
2002-01-14 Cyril Deguet- le coup de gr�ce: all the code in audio output is...
2002-01-14 Cyril DeguetHUGE cleanings in audio output:
2002-01-10 Cyril Deguet- beginning of code factorization in aout_s16 (more...
2002-01-09 Cyril Deguet- better communication between audio decoder and output...
2002-01-05 Sam Hocevar * ./src/audio_output/aout_s16.c: fixed a segfault...
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-09 Sam Hocevar * COMPLETE CVS BREAKAGE !! The MAIN branch is going...
2001-12-07 Sam Hocevar * Fixed a total breakage of decoder plugins introduce...
2001-12-06 Christophe Massiot* mad plug-in is now built-in to avoid PIC/non-PIC...
2001-11-28 Christophe Massiot* Added error checking in pthread wrapper ; as a result...
2001-11-14 Stéphane Borel-moved warning message to debug message in spdif pass...
2001-11-07 Jon Lech Johansen * Fixed some win32 compile issues.
2001-11-05 Christophe MassiotNew --volume option (untested, like usual :).
2001-11-01 Cyril Deguet- Do not resample if delta is short enough
2001-10-13 Stéphane BorelNew features for libdvdcss: we have three ways now...
2001-09-30 Stéphane Borel.better handling of the buffer of the sound driver...
2001-07-25 Arnaud de Bossorei... The spdif audio output won't kill itself anymore at...
2001-07-12 Renaud Dartus* Fix audio/video synchro bug with esd
next