]> git.sesse.net Git - vlc/history - src/interface/main.c
* ./plugins/chroma/i420_rgb8.c: fixed a warning.
[vlc] / src / interface / main.c
2002-03-19 Sam Hocevar * ./plugins/chroma/i420_rgb8.c: fixed a warning.
2002-03-16 Gildas Bazin* This the last piece of the new configuration module...
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-06 Sam Hocevar * ./src/interface/main.c: disabled the GNOME segfault...
2002-03-04 Christophe Massiot* IPv6 network module, courtesy of Alexis Guillard...
2002-03-04 Gildas Bazin* We now make sure the aout plugin buffers always conta...
2002-03-04 Stéphane Borel*** empty log message ***
2002-02-27 Sam Hocevar * ./include/common.h: BeOS compile fixes.
2002-02-26 Gildas Bazin* forgot to add the declaration of server_port in main.c
2002-02-26 Stéphane Borel*Reversed my previous configuration change.
2002-02-25 Stéphane Borel*Adaptation to new configuration scheme for dvd, dvdrea...
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-02-14 Sam Hocevar * Grmbl. Forgot to commit those Win32 fixes last...
2002-02-13 Sam Hocevar * ./plugins/beos/*: BeOS fixes from Rudolf Cornelissen.
2002-02-06 Gildas Bazin* Just renamed the liba52_adec plugin into a52 to compl...
2002-02-05 Gildas Bazin* New AC3 decoder plugin using liba52 from Aaron Holtzm...
2002-01-21 Sam Hocevar * ./plugins/win32: skeleton for the win32 interface...
2002-01-17 Gildas Bazin* major rewrite of the directx video plugin to adapt...
2002-01-09 Sam Hocevar * ./src/interface/intf_eject.c: BSD/OS port by Steven...
2002-01-07 Sam Hocevar * ./plugins/mga/mga.c: removed the mgammx module...
2002-01-04 Sam Hocevar * ./BUGS: added a list of known bugs. Please add...
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-29 Christophe MassiotFixed a cosmetic issue.
2001-12-17 Sam Hocevar * CPU detection under BeOS.
2001-12-16 Sam Hocevar * Filter plugins. Not very polished (please don't...
2001-12-12 Sam Hocevar * Fixed Win32 port.
2001-12-12 Sam Hocevar * Additional fixes for OSes with no gettext (thanks...
2001-12-10 Sam Hocevar * (very old) russian translation courtesy of Valek...
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-06 Christophe Massiot* mad plug-in is now built-in to avoid PIC/non-PIC...
2001-12-05 Christophe MassiotFix for altivec detection (courtesy of walken).
2001-12-04 Christophe Massiotlibmad plug-in, courtesy of Jean-Paul Saman <jpsaman...
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-23 Christophe MassiotMajor rewrite of the network layer. The following synta...
2001-11-14 Jon Lech JohansenThe default file-translation mode was not being set...
2001-11-12 Sam Hocevar * Fixed the vlcs communication issue by initializing...
2001-11-12 Sam Hocevar * Made everything ready for a vlc-0.2.91 / libdvdcss...
2001-11-12 Christophe MassiotNew --channelserver switch.
2001-11-05 Christophe MassiotNew --volume option (untested, like usual :).
2001-10-22 Sam Hocevar * xvideo.so is now built in by default. Mixing PIC...
2001-10-22 Johan Bilien*** empty log message ***
2001-10-13 Stéphane BorelNew features for libdvdcss: we have three ways now...
2001-10-03 Sam Hocevar * Added User-Agent header in the HTTP input.
2001-10-01 Christophe Massiot* Removed -march=pentiumpro ; should now work on pentiu...
2001-10-01 Christophe MassiotError checks in debug mode : pthread ERRORCHECK_MUTEX...
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-22 Sam Hocevar * Split ChangeLog into ChangeLog and ChangeLog.libdvdcss.
2001-08-07 Sam Hocevar * Got Makefile to launch ./configure almost properly...
2001-08-05 Gildas Bazin* Big rewrite of the DirectX audio plugin. The audio...
2001-07-30 Sam Hocevar * VC++/Intel compiler fixes by Jon Lech Johansen...
2001-07-18 Christophe Massiot* Rewrote the video decoder to take advantage of severa...
2001-07-16 Gildas BazinAdded intf_DbgMsg and intf_DbgMsgImm symbols to modules...
2001-06-27 Gildas Bazin- Added command line option '--stdout <filename>' which...
2001-06-25 Sam Hocevar * Compile fix for newer versions of MacOS X by Colin...
2001-06-14 Sam Hocevar * Added gprof profiling support with --enable-profiling.
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-12 Renaud Dartus* Fix the warning in compilation of main.c
2001-06-12 Renaud Dartus* Check that OS support SSE optimization for PIII ...
2001-05-31 Sam Hocevar * Applied patch from Jon Lech Johansen <jon-vl@nanocr...
2001-05-30 Stéphane Borel-Updated the gtk/gnome interface to work in network...
2001-05-30 Stéphane Borel-Changes and bugfixes to make network work in VLAN...
2001-05-15 Sam Hocevar * FreeBSD pthread fixes.
2001-05-15 Sam Hocevar * AC3 IMDCT and downmix functions are now in plugins...
2001-05-14 Renaud Dartus * Begin of SSE/3DNow! support for imdct and downmix
2001-05-07 Stéphane Borel*Changed the level arg in intf_WarnMsg so that it is...
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-04-28 Sam Hocevar * Coding style fixes here and there.
2001-04-27 Henri FallonRepaired broadcast support : binding INADDR_ANY doesn...
2001-04-20 Stéphane Borel-corrected some bugs in gnome interface: language menu...
2001-04-14 Sam Hocevar * Got rid of the sleep() hack in beos_specific.cpp
2001-04-12 Sam Hocevar * BeOS icon and MIME resources courtesy of Wade Major...
2001-04-11 Eugenio JarosiewiczForgot a little thing...main. Done for now I hope;-)
2001-04-11 Henri Fallon- Ported the 0.2.0's channel changing functions
2001-04-06 Sam Hocevar * Code cleanup: removed a few tabulations.
2001-04-05 Sam Hocevar * added the GNU getopt library, which gets compiled...
2001-03-21 Sam Hocevar * Header cleaning: filled all empty authors fields...
2001-03-20 Sam Hocevar * Altivec instructions autodetection.
2001-03-19 Sam Hocevar * vlc core compiles under QNX RTOS. Now if anyone...
2001-03-19 Sam Hocevar * Fixed Debian sparc build for real (Closes: Debian...
2001-03-15 Sam Hocevar * Bug fixes and enhancements in the Gtk+/Gnome interf...
2001-03-03 Sam Hocevar * Added debian/* files to help generating CSS-enabled...
2001-02-26 Sam Hocevar * Optimizations done to the SPU decoder. Now the...
2001-02-22 Stéphane Borel-New ES detection based on .ifo for DVD module. It...
2001-02-13 Sam Hocevar * added --intf option to vlc
2001-02-12 Sam Hocevar * Fixed my old stupid bug that disabled sound after...
2001-02-11 Sam Hocevar Beginning of Interface II
2001-02-08 Sam Hocevar . added comments to src/interface/intf_plst.c and...
2001-02-08 Sam Hocevar This commit is a bit early, but it'll save Stef...
2001-01-31 Sam Hocevar . version 0.2.50 for the Linux Expo
2001-01-30 Sam Hocevar . not a very nice hack, but will probably spare us...
next