]> git.sesse.net Git - vlc/history - include/common.h
* ./AUTHORS: added people locations, just for fun.
[vlc] / include / common.h
2002-04-17 Sam Hocevar * ./AUTHORS: added people locations, just for fun.
2002-04-05 Sam Hocevar * ./plugins/win32/intfwin.bpr: we now build intfwin...
2002-04-05 Gildas Bazin* introduced a memalign wrapper that will align the...
2002-04-02 Gildas Bazin* New pthread implementation for WinNT/2K/XP. This...
2002-04-01 Gildas Bazin* Fixes for the Win32_msvc build
2002-03-25 Olivier Teulière * Added a win32 interface plugin, developed with Borla...
2002-03-19 Olivier Teulière * ./include/common.h: fixed the compilation fix for...
2002-03-19 Sam Hocevar * ./include/common.h: compilation fix for Borland...
2002-03-16 Gildas Bazin* This the last piece of the new configuration module...
2002-03-11 Gildas Bazin* New GTK configuration interface. This interface is...
2002-03-04 Christophe Massiot* IPv6 network module, courtesy of Alexis Guillard...
2002-03-03 Sam Hocevar * Got rid of int_types.h and did a few changes Ipkiss...
2002-03-02 Gildas Bazin* fixed compilation problem related to ssize_t
2002-03-02 Xavier Marchesini * Various Win32 compilation fixes.
2002-03-01 Christophe MassiotInput III (Episode 1).
2002-02-27 Sam Hocevar * ./include/common.h: BeOS compile fixes.
2002-02-24 Sam Hocevar * Fixed a quite old bug in the audio output which...
2002-02-24 Johan BilienAdded a menu in the GTK and gnome interfaces to change...
2002-02-24 Gildas BazinThis is the first part of the new configuration archite...
2002-02-20 Sam Hocevar * ./configure.in: removed a bashism.
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-02-14 Sam Hocevar * Grmbl. Forgot to commit those Win32 fixes last...
2002-01-29 Gildas Bazin* Added mstrtime() to module_symbols_t so we can compil...
2002-01-21 Christophe Massiot* Decoders do not necessarily use bit stream (see mad...
2002-01-14 Christophe Massiot* More precise way to retrieve a PTS from the bit stream.
2002-01-13 Gildas Bazin* A few fixes for the Win32 build.
2002-01-09 Sam Hocevar * ./include/modules_inner.h: replaced _X with __VLC_S...
2002-01-07 Sam Hocevar * ./plugins/mga/mga.c: removed the mgammx module...
2002-01-05 Sam Hocevar * ./include/common.h: hton64 is now an inline function.
2002-01-04 Sam Hocevar * ./BUGS: added a list of known bugs. Please add...
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-30 Sam Hocevar * Put ErrorThread() in input_ext-dec.h because it...
2001-12-27 Christophe Massiot* Changed the way decoder_fifo_t works ;
2001-12-19 Sam Hocevar * Initialize SDL before opening the SDL audio output.
2001-12-16 Sam Hocevar * Filter plugins. Not very polished (please don't...
2001-12-13 Sam Hocevar * Fixed aspect ratio handling.
2001-12-12 Sam Hocevar * Additional fixes for OSes with no gettext (thanks...
2001-12-11 Sam Hocevar * Don't try to use gettext if we don't have GNU gette...
2001-12-10 Sam Hocevar * Removed unused code (intf_channels.c, keystrokes.h).
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-03 Sam Hocevar * Borrowed MPlayer's fast memcpy() routines. Best...
2001-11-28 Christophe Massiot* Added error checking in pthread wrapper ; as a result...
2001-11-25 Gildas Bazin * Big clean-up to allow compiling every module as...
2001-11-21 Christophe MassiotFixed compilation bugs with Qt and BeOS (henriiiiiiiiii...
2001-11-13 Henri FallonAll decoders (audio, video, subtitles) are now modules.
2001-11-08 Jon Lech Johansen * Fixed a mingw32 problem I introduced last night :)
2001-11-08 Jon Lech Johansen * Fixed some win32 64-bit issues.
2001-11-07 Jon Lech Johansen * Fixed some win32 compile issues.
2001-10-31 Renaud Dartus* Fixed a segfault on exit under Windows 2000
2001-10-30 Renaud Dartus* Use memalign for aligned data (instead of a greek...
2001-10-22 Christophe MassiotFixed compilation problems with OpenBSD.
2001-09-28 Christophe MassiotIf memalign isn't available, fall back on valloc.
2001-09-25 Christophe MassiotAltivec IDCT and motion compensation, courtesy of Miche...
2001-08-22 Christophe Massiot* Totally rewrote the video decoder (inspired by walken...
2001-08-14 Sam Hocevar * GNU/Hurd configuration and compilation fixes.
2001-07-30 Sam Hocevar * VC++/Intel compiler fixes by Jon Lech Johansen...
2001-07-08 Gildas BazinWin32 changes only:
2001-06-03 Sam Hocevar * Various little fixes
2001-05-31 Sam Hocevar * Win2000 DVD input by Jon Lech Johansen <jon-vl...
2001-05-31 Sam Hocevar * Applied patch from Jon Lech Johansen <jon-vl@nanocr...
2001-05-30 Sam Hocevar * Fixed the BeOS compile typo.
2001-04-28 Sam Hocevar * Coding style fixes here and there.
2001-04-11 Henri Fallon- Ported the 0.2.0's channel changing functions
2001-03-16 Christophe Massiot* Borrowed config.guess and config.sub from SDL [MacOS...
2001-02-08 Sam Hocevar . moved the playlist handling from input/input.c to...
2001-02-08 Sam Hocevar This commit is a bit early, but it'll save Stef...
2001-01-18 Christophe Massiot* 32-bit aligned bitstream (not that fast).
2001-01-18 Sam Hocevar The motion compensation routines are now modules...
2001-01-13 Sam Hocevar . the IDCT functions are now located in modules :...
2001-01-11 Sam Hocevar . moved swab32 from input_ext-dec.h to common.h. We...
2001-01-09 Sam Hocevar . fixed a warning under FreeBSD (dlerror() is a const...
2001-01-06 Sam Hocevar . should compile & run on Solaris with ./configure...
2001-01-05 Christophe MassiotBSD port, including :
2000-12-26 Christophe Massiot* Use of ptrdiff_t whenever necessary (IA-64 port) ;
2000-12-10 Benoit Steinerdebut de portage sous solaris
2000-08-23 Christophe MassiotRemplissure du champ AUTHORS des sources.
2000-07-04 Sam HocevarBon, puisque �a semble commiter sous BeOS, je commite.
2000-05-29 Sam Hocevar . encore un peu plus loin dans le passage � autoconf
2000-05-24 Sam Hocevar Bon. On ne rit pas, je m'�tais juste plant� dans l...
2000-04-19 Jean-Marc DresslerPortage du client sous BeOS. Il manque encore l'audio...
2000-03-04 Jean-Marc DresslerD�but du portage BeOS. Beaucoup de fuchiers ont �t...
2000-03-03 Sam Hocevar Encore un commit venu tout droit des abysses de l...
2000-03-03 Sam Hocevar . portage des vlc_threads aux cthreads de Mach pour...
2000-02-28 Michel LespinasseSeparation du decodeur ac3 et de la partie specifique...
2000-02-23 Sam Hocevar Le retour du demoronifier qui n'est pas content.
2000-02-16 Sam Hocevar o renommage arbitraire et totalitaire de idctmmx.S...
2000-02-13 Sam Hocevar Je vous avais pr�venu. Le demoronifier a frapp�.
2000-01-31 Vincent SeguinChangement de cha�ne configurable depuis un fichier...
2000-01-27 Vincent SeguinNouveau moteur de fontes.
2000-01-20 Vincent SeguinChangement de chaine. Delicat encore, mais il marche...
2000-01-10 Vincent SeguinA tout kass�.
1999-08-08 Michel KaempfInitial revision