]> git.sesse.net Git - vlc/history - include/audio_output.h
mkv.cpp: better timecode sent by the demuxer (doesn't seem right with native MPEG4.2)
[vlc] / include / audio_output.h
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-01 Gildas Bazin* modules/codec/lpcm.c: support for 20/24 bits LPCM.
2004-09-30 Gildas Bazin* src/audio_output/common.c: common facility for channe...
2004-08-27 Gildas Bazin* modules/stream_out/transcode.c:
2003-11-20 Laurent Aimar include/vlc_es.h: defines es_format_t, audio_format_t...
2003-11-16 Gildas Bazin* ALL: moved i_bitrate out of audio_format_t into es_fo...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-10-08 Gildas Bazin* include/vlc_codec.h: defines decoders/encoders relate...
2003-08-14 Gildas Bazin* src/extras/libc.c, nclude/vlc_common.h, modules/mux...
2003-08-03 Gildas Bazin* src/misc/configuration.c, include/configuration.h...
2003-05-04 Gildas Bazin* src/misc/variables.c, ALL: improvements to the object...
2003-02-11 Christophe Massiot* modules/codec/lpcm.c: Attempt at supporting all chann...
2003-02-09 Christophe Massiot* aout_Volume* functions now do their own vlc_object_fi...
2003-02-06 Christophe MassiotFixed AFMT_AC3 and AFMT_S16_NE handling.
2003-02-02 Johan Bilien * NEWS: VCD entry points and iso files
2003-01-22 Christophe MassiotReverse stereo option.
2002-12-07 Christophe Massiot* configure.ac.in: Disabled -Wtraditional as it produce...
2002-12-06 Sam Hocevar * ./src/*, ./include/*: fixed a bunch of badly initia...
2002-11-28 Christophe Massiot* Correct socklen_t detection.
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-10-20 Christophe Massiot* modules/demux/mpeg: Added DVB stream type for A/52...
2002-09-30 Christophe Massiot* Made audio_sample_format->i_format a FOURCC to allow...
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-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-21 Christophe MassiotBig round of fixes in the aout3.
2002-08-19 Christophe Massiot* ./configure: Fixed double detection of gethostbyname.
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-11 Christophe MassiotS/PDIF fixes.
2002-08-11 Christophe MassiotDefinition of vlc_fixed_t.
2002-08-09 Sam Hocevar * ./include/audio_output.h: small compilation fix.
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 * ./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-07-20 Sam Hocevar * ALL: changed "struct foo_s" into "struct foo_t...
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-04-24 Sam Hocevar * ./src/interface/main.c: we no longer segfault if...
2002-03-26 Gildas Bazin* various little portability fixes
2002-03-04 Gildas Bazin* We now make sure the aout plugin buffers always conta...
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-01-14 Cyril DeguetHUGE cleanings in audio output:
2002-01-09 Cyril Deguet- better communication between audio decoder and output...
2001-12-30 Sam HocevarSome heavy changes today:
2001-07-12 Renaud Dartus* Fix audio/video synchro bug with esd
2001-05-30 Sam Hocevar * Fixed the BeOS compile typo.
2001-05-30 Stéphane Borel-Changes and bugfixes to make network work in VLAN...
2001-05-06 Stéphane Borel*Much work on the gnome interface: added oct's playlist...
2001-05-06 Sam Hocevar * Fixed a few warnings with gcc 3.0.
2001-05-01 Sam Hocevar * Mandatory step for video output IV and the audio...
2001-04-29 Stéphane Borel-new audio output using direct ac3 pass-through with...
2001-03-21 Sam Hocevar * Header cleaning: filled all empty authors fields...
2001-03-20 Sam Hocevar * Split audio output into several separate files...
2001-01-13 Sam Hocevar . the IDCT functions are now located in modules :...
2001-01-11 Sam Hocevar . moved the MPEG audio decoder to the new bitstream
2001-01-09 Sam Hocevar . fixed a warning under FreeBSD (dlerror() is a const...
2001-01-07 Sam Hocevar . all plugins now compile with -fPIC.
2000-12-19 Renaud DartusMove #define from audio_output.h to config.h
2000-10-24 Renaud DartusModification l�g�re de la gestion du volume
2000-07-04 Sam HocevarBon, puisque �a semble commiter sous BeOS, je commite.
2000-05-24 Sam Hocevar Bon. On ne rit pas, je m'�tais juste plant� dans l...
2000-05-17 Renaud DartusAjout des fonctions de r�glage du volume (touches ...
2000-04-14 Sam Hocevar 9 avril:
2000-03-04 Jean-Marc DresslerD�but du portage BeOS. Beaucoup de fuchiers ont �t...
2000-03-04 Sam Hocevar - �a compile sous FreeBSD (mais �a ne tourne pas)
2000-03-03 Sam Hocevar Encore un commit venu tout droit des abysses de l...
2000-02-23 Sam Hocevar Le retour du demoronifier qui n'est pas content.
2000-02-21 Sam Hocevar chargement dynamique de plugins audio/video/interface
2000-02-21 Sam Hocevar . ajout de l'audio output pour Esound
2000-02-20 Renaud DartusAjoute du support son U8_Stereo
2000-02-17 Sam Hocevar o remise de b_stereo dans les structures audio en...
2000-02-16 Sam Hocevar o renommage arbitraire et totalitaire de idctmmx.S...
2000-02-16 Sam Hocevar o changement de nom des fonctions sp�cifiques BeOS
2000-02-13 Sam Hocevar Je vous avais pr�venu. Le demoronifier a frapp�.
2000-01-24 Michel Kaempf* GoldenEye rewlz :
2000-01-17 Michel Kaempf* Makefile :
2000-01-10 Vincent SeguinA tout kass�.
2000-01-09 Michel Kaempf* Makefile :
1999-12-08 Jean-Marc DresslerEncapsulation des pthread qui sont maintenant remplac...
1999-10-01 Michel Kaempf* Makefile :
1999-09-22 Michel Kaempf* include/audio_output.h :
1999-08-08 Michel KaempfInitial revision