]> git.sesse.net Git - vlc/history - src
* ./Makefile: fixed directory browsing with "clean" and "distclean" rules.
[vlc] / src /
2002-05-14 Arnaud de Bossorei... * src/misc/iso-639.def, include/iso_lang.h, src/misc...
2002-05-14 Johan Bilien * src/input/mpeg_system.c: fixed an old old bug...
2002-05-13 Laurent Aimar * include/video.h : added new fourcc code for avi
2002-05-12 Christophe Massiot* Mac OS X port : menus for Program/Title/Chapter/Langu...
2002-05-10 Laurent Aimar * include/common.h and input_ext-plugins.h, src...
2002-05-09 Sam Hocevar * ./src/interface/main.c: if Ctrl-C doesn't kill...
2002-05-06 Jon Lech Johansen * ./src/interface/intf_eject.c: s/Johanson/Johansen :-)
2002-05-06 Christophe MassiotImprovements of the OS X GUI.
2002-05-06 Gildas Bazin* video plugins that don't handle rescaling themselves...
2002-05-05 Gildas Bazin* fixed the resizing and scaling of the X11 video output.
2002-05-03 Sam Hocevar * ./include/modules_inner.h, ./src/misc/configuration...
2002-05-01 Gildas Bazin* The configuration file and the log file are opened...
2002-04-30 Gildas Bazin* added config_Get/PutFloatVariable to p_sysmbols....
2002-04-29 Gildas Bazin* Restored vout_CopyPicture(). It is needed by the...
2002-04-27 Gildas Bazin* moved the function definitions from threads.h into...
2002-04-26 Sam Hocevar * ./src/misc/beos_specific.c: added system_Configure...
2002-04-26 Laurent Aimar * src/input/input_programs.c : an video divx ES...
2002-04-26 Jon Lech Johansen * ./src/misc/darwin_specific.c: added system_Configure().
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 Gildas Bazin* on Win32 the config file is now stored under the...
2002-04-24 Sam Hocevar * ./src/interface/main.c: we no longer segfault if...
2002-04-23 Laurent Aimar* ./plugins/ac3_adec/* use _M to avoid conflict with...
2002-04-23 Sam Hocevar * ./src/interface/main.c: tidied the help output...
2002-04-22 Sam Hocevar * ./src/interface/main.c: i_warning_level is set...
2002-04-21 Gildas Bazin* Fixed the warning_level handling: "-v" and "--warning...
2002-04-21 Sam Hocevar * ./src/misc/configuration.c: support for short optio...
2002-04-21 Gildas Bazin* added config_GetFloatVariable() and config_PutFloatVa...
2002-04-21 Sam Hocevar * ./po/*: re-ran make update-po, fixed a few translat...
2002-04-19 Sam Hocevar * ALL: internationalized all configuration strings.
2002-04-17 Johan Bilien* in TS demux, a program is selected only if a PMT...
2002-04-17 Sam Hocevar * ./AUTHORS: added people locations, just for fun.
2002-04-15 Christophe Massiot* Support for pictures with a pitch different from...
2002-04-15 Johan Bilien* fixed a typo in satellite input
2002-04-11 Sam Hocevar * ./Makefile: fixed the Win32 interface under Win2k/XP.
2002-04-10 Johan Bilien* fixed a bug in input_SetProgram, that made the ps...
2002-04-08 Johan Bilien* made file access plugin use input_SetProgram so that...
2002-04-07 Christophe Massiot* Fixed Altivec-enabled version of fastmemcpy
2002-04-05 Gildas Bazin* introduced a memalign wrapper that will align the...
2002-04-04 Christophe Massiot* FINALLY fixed HTTP input bug (I'm SO HAPPY with this !)
2002-04-04 Christophe Massiot* Fixed intf_eject for iPAQ (untested)
2002-04-04 Sam Hocevar * ./src/video_output/video_output.c: fixed a vout4...
2002-04-04 Jon Lech Johansen * ./src/interface/intf_eject.c: Fixed a MacOS X bug.
2002-04-03 Christophe Massiot* Fix for iPAQ familiar Linux (untested)
2002-04-02 Gildas Bazin* New pthread implementation for WinNT/2K/XP. This...
2002-04-02 Christophe MassiotCompilation fix. :-ppppp
2002-04-02 Christophe Massiot* Altivec-enabled version of fastmemcpy
2002-04-02 Olivier Teulière* ./src/interface/main.c: check that channels have...
2002-04-02 Olivier Teulière * ./src/misc/configuration.c: small compilation fix
2002-04-02 Sam Hocevar * ./configure.in: BeOS, liba52 and chroma plugin...
2002-04-01 Gildas Bazin* Fixes for the Win32_msvc build
2002-03-29 Christophe MassiotDisabled the server argument in udpstream: because...
2002-03-28 Christophe MassiotFix for sparc.
2002-03-28 Johan Bilien* When unselecting an ES, we must ged rid of p_es-...
2002-03-26 Gildas Bazin* various little portability fixes
2002-03-26 Gildas Bazin* modified the gtk interface to save an empty <string...
2002-03-26 Gildas Bazin* changed the behaviour of the config file:
2002-03-25 Loïc MinierThe "we love gibalou" commit :
2002-03-25 Gildas Bazin* moved the "display" option from main to the relevant...
2002-03-25 Johan Bilien* Fixed a bug that made vlc segfault when choosing...
2002-03-21 Gildas Bazin* the calculation for the initial video window dimensio...
2002-03-21 Gildas Bazin* moved GetConfigurationFromCmdLine() into configuratio...
2002-03-21 Johan Bilien*** empty log message ***
2002-03-20 Gildas Bazin* fixed stupid bug in stupid ConvertPrintfFormatString...
2002-03-20 Sam Hocevar * ./src/input/mpeg_system.c: fixed a bus error on...
2002-03-20 Sam Hocevar * ./src/misc/modules_plugin.h: kludge to allow the...
2002-03-19 Johan Bilien* fixed some bugs in program management : selected...
2002-03-19 Sam Hocevar * ./plugins/aa: aalib output plugin courtesy of Sigmu...
2002-03-19 Sam Hocevar * ./plugins/chroma/i420_rgb8.c: fixed a warning.
2002-03-18 Xavier Marchesini * skip "//" if we find "://" in a resource we have...
2002-03-17 Sam Hocevar * ./plugins/chroma/i420_rgb8.c: plain C 8 bpp transfo...
2002-03-17 Gildas Bazin* small fix for the config file. The parser assumes...
2002-03-16 Sam Hocevar * ./configure.in: more modules are plugins.
2002-03-16 Gildas Bazin* This the last piece of the new configuration module...
2002-03-15 Sam Hocevar * ./Makefile: fixed OS X vlc.app compilation dependen...
2002-03-15 Stéphane Borel*Move iec958/spdif encapsulation from ac3_spdif to...
2002-03-14 Stéphane Borel*p_es->p_demux_data is available in p_config->p_demux_d...
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-09 Stéphane Borel*Fixed EOF segfault at end of DVD
2002-03-08 Arnaud de Bossorei... Audio output ALSA: spdif support.
2002-03-06 Sam Hocevar * ./src/interface/main.c: disabled the GNOME segfault...
2002-03-06 Sam Hocevar * ./plugins/ac3_adec/ac3_parse.c: ac3dec is now less...
2002-03-06 Stéphane Borel*Removed an occurance of former angle item in gtk.
2002-03-05 Stéphane Borel* Dvd angle is now handled through a program structure...
2002-03-05 Gildas Bazin* fixed typo in the win32 change to the input parser.
2002-03-04 Christophe Massiot* IPv6 network module, courtesy of Alexis Guillard...
2002-03-04 Gildas Bazin* this time I actually commited the win32 modif to...
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-03-03 Gildas Bazin* added network to the list of the plugins directories...
2002-03-03 Xavier Marchesini * Fixed DVD input under Win32.
2002-03-02 Xavier Marchesini * Various Win32 compilation fixes.
2002-03-02 Sam Hocevar * ./plugins/dummy/input_dummy.c: fixed `vlc vlc...
2002-03-02 Stéphane Borel*Initiliaze p_access_module & p_demux_modules to NULL...
2002-03-01 Sam Hocevar * ./po/no.po: Norwegian translation by Sigmund Augdal...
2002-03-01 Stéphane Borel*dvd and dvdread support for input III.
2002-03-01 Christophe MassiotInput III (Episode 1).
2002-02-27 Sam Hocevar * ./plugins/mpeg_vdec/vpar_headers.c: we no longer...
2002-02-27 Sam Hocevar * ./plugins/dsp/aout_dsp.c: OpenBSD compilation fix.
next