]> git.sesse.net Git - vlc/history - Makefile.opts.in
* ./configure.in: checking for the header should be enough in most cases
[vlc] / Makefile.opts.in
2002-06-07 Loïc Minier * basic On Screen Display intf-plugin based on libxosd
2002-06-04 Sam Hocevar(new in MAIN)
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-05-22 Christophe MassiotFixed HTTP input under Win32 (thanks ipkiss).
2002-05-20 Gildas Bazin* First try for IPv6 support on Win32. This hasn't...
2002-05-20 Sam Hocevar * ./Makefile.opts.in: removed configuration stuff...
2002-05-12 Christophe Massiot* Fixed menus [Mac OS X port]
2002-05-01 Gildas Bazin* added a --with-a52-tree option to the configure script.
2002-04-25 Sam Hocevar * ./src/misc/modules_plugin.h: exported input_ClockMa...
2002-04-25 Johan Bilien* Moved Program Specific Information decoder to the...
2002-04-24 Sam Hocevar * ./src/interface/main.c: we no longer segfault if...
2002-04-23 Sam Hocevar * ./plugins/avi, ./plugins/ffmpeg: created empty...
2002-04-05 Sam Hocevar * ./plugins/win32/win32.cpp: fixed `--intf intfwin...
2002-04-05 Sam Hocevar * ./configure.in: added --enable-intfwin to enable...
2002-04-03 Christophe MassiotFixed altivec memcpy module [OS X port]
2002-04-03 Sam Hocevar * ./plugins/ogg/*: added preliminary files for an...
2002-04-03 Sam Hocevar * ALL: removed libdvdcss from the vlc tree.
2002-04-02 Sam Hocevar * ./configure.in: BeOS, liba52 and chroma plugin...
2002-03-19 Sam Hocevar * ./plugins/aa: aalib output plugin courtesy of Sigmu...
2002-03-18 Sam Hocevar * ./configure.in: fixed linking of the ipv4 plugin.
2002-02-27 Sam Hocevar * ./configure.in: fixed a plugins/dsp.so compilation...
2002-02-20 Jon Lech Johansen * MacOS X VCD support.
2002-02-19 Sam Hocevar * Got rid of TRACE and intf_DbgMsg which were seldom...
2002-02-06 Gildas Bazin* Just renamed the liba52_adec plugin into a52 to compl...
2002-02-06 Sam Hocevar * ./plugins/lirc/lirc.c: IR remote control plugin...
2002-02-05 Gildas Bazin* New AC3 decoder plugin using liba52 from Aaron Holtzm...
2002-01-25 Gildas Bazin* Added a new very simple audio plugin for Win32. This...
2002-01-24 Stéphane BorelConfigure and Makefile tweaking for dvdread module.
2002-01-21 Christophe Massiot* Decoders do not necessarily use bit stream (see mad...
2002-01-21 Sam Hocevar * ./configure.in: added extra checks for strange...
2002-01-21 Sam Hocevar * ./plugins/win32: skeleton for the win32 interface...
2002-01-15 Sam Hocevar * ./debian/control: fixed Debian build-depends.
2002-01-02 Sam Hocevar * ./ChangeLog: imported the 0.2.92 changes, unrolled...
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-20 Sam Hocevar * Added Jeffrey Baker to the AUTHORS file.
2001-12-19 Sam Hocevar * Initialize SDL before opening the SDL audio output.
2001-12-18 Sam Hocevar * Ultimate fixes to the win32 package generation.
2001-12-16 Sam Hocevar * Filter plugins. Not very polished (please don't...
2001-12-13 Sam Hocevar * Fixed aspect ratio handling.
2001-12-11 Sam Hocevar * Fixed an issue in Makefile.dep causing to rebuild...
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-04 Christophe Massiotlibmad plug-in, courtesy of Jean-Paul Saman <jpsaman...
2001-11-25 Gildas Bazin * Big clean-up to allow compiling every module as...
2001-11-25 Stéphane BorelSupport for libdvdread.
2001-11-19 Sam Hocevar * aRts audio output courtesy of Emmanuel Blindauer...
2001-11-06 Christophe MassiotNew --enable-release config option.
2001-10-09 Christophe MassiotMacOS X port : replaced -traditional-cpp (deprecated...
2001-10-03 Christophe Massiot* Enhanced --with-tuning
2001-10-02 Christophe Massiot* Borrowed Mandrakesoft's vlc.spec and libdvdcss.spec ;
2001-10-01 Christophe Massiot* Removed -march=pentiumpro ; should now work on pentiu...
2001-09-28 Christophe MassiotFixed bugs in the MacOS X port.
2001-09-28 Christophe MassiotFaster configure script and as-yet untested Darwin...
2001-09-25 Christophe MassiotAltivec IDCT and motion compensation, courtesy of Miche...
2001-09-05 Christophe Massiot* Altivec IDCT and motion compensation, based on Paul...
2001-08-23 Christophe MassiotRemoved /usr/local/include, because it is unsafe in...
2001-08-22 Gildas Bazin- The win32 port is once again using msvcrt.dll instead...
2001-08-19 Sam Hocevar * Added support in ./configure for the cprof profiler.
2001-08-10 Sam Hocevar * Added proper Conflicts: rules in debian/control.
2001-08-09 Sam Hocevar * Added BSD/OS libdvd by Steven M. Schultz <sms@TO...
2001-08-07 Sam Hocevar * Got Makefile to launch ./configure almost properly...
2001-08-06 Sam Hocevar * Added a dummy libdvdcss so that the DVD plugin...
2001-07-27 Sam Hocevar * Changed libdvdcss API to force binary incompatibili...
2001-07-26 Christophe MassiotNow using gcc -pipe.
2001-07-19 Christophe Massiot* QNX RTOS plug-in by Jon Lech Johansen.
2001-07-19 Christophe Massiot* FreeBSD compilation fix, by �yvind Kolbu.
2001-07-11 Sam Hocevar * libdvdcss enhancements by Billy Biggs <vektor@dumbt...
2001-07-08 Gildas BazinWin32 changes only:
2001-07-07 Sam Hocevar * Probably fixed the "X eats more and more CPU" bug...
2001-06-27 Gildas Bazin- Added command line option '--stdout <filename>' which...
2001-06-18 Sam Hocevar * First libdvdcss version
2001-06-14 Sam Hocevar * Added gprof profiling support with --enable-profiling.
2001-06-14 Sam Hocevar * Fully working Windows DVD ioctl support by Jon...
2001-06-14 Sam Hocevar * DirectX enhancements by Gildas Bazin, such as softw...
2001-06-12 Sam Hocevar * Exported the CSS part of the dvd plugin into a...
2001-06-07 Sam Hocevar * Put most builtins in plugins again due to performan...
2001-06-05 Sam Hocevar * Updated things and stuff for 0.2.80 release.
2001-06-03 Sam Hocevar * Various little fixes
2001-06-02 Sam Hocevar * DirectX plugin by Gildas Bazin <gbazin@netcourrier...
2001-05-31 Sam Hocevar * Win32 plugin support by Gildas Bazin <gbazin@netcou...
2001-05-30 Sam Hocevar * Fixed the BeOS compile typo.
2001-05-28 Sam Hocevar * Win32 compilation fixes, esp. the MAC retrieval.
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-30 Christophe MassiotFixed a mistake with -g and --enable-debug.
2001-04-28 Sam Hocevar * Coding style fixes here and there.
2001-04-27 Christophe MassiotChange --enable-debug into --enable-trace. Same with...
2001-04-20 Sam Hocevar * Fixed build process when no plugins or no builtins...
2001-04-16 Sam Hocevar * Added .cvsignore files in the plugins directories.
2001-04-15 Sam Hocevar * Updated TODO list with Henri's Apr 6th post.
2001-04-15 Sam Hocevar * Beginning of the built-in modules support.