]> git.sesse.net Git - vlc/history - include
* ./plugins/text/rc.c: added a safety lock.
[vlc] / include /
2002-05-17 Sam Hocevar * ./src/misc/mtime.c: we use nanosleep whenever possi...
2002-05-17 Loïc Minier * video output patch to improve handling of late...
2002-05-15 Marc AribertiOn sam's advice I added the input_FDNetworkClose()...
2002-05-15 Sam Hocevar * ./include/modules_inner.h: fixed a bug in module...
2002-05-14 Christophe MassiotFixed a bug (glitch/segfault) when seeking.
2002-05-14 Arnaud de Bossorei... * src/misc/iso-639.def, include/iso_lang.h, src/misc...
2002-05-14 Sam Hocevar * ./include/mmx.h, ./plugins/imdct/*: gcc-3.1 compilat...
2002-05-13 Laurent Aimar * include/video.h : added new fourcc code for avi
2002-05-10 Laurent Aimar * include/common.h and input_ext-plugins.h, src...
2002-05-06 Christophe MassiotImprovements of the OS X GUI.
2002-05-03 Sam Hocevar * ./include/modules_inner.h, ./src/misc/configuration...
2002-05-03 Sam Hocevar * ./configure.in: we check support for variadic macro...
2002-04-29 Christophe MassiotCosmetic fixes.
2002-04-29 Gildas Bazin* Restored vout_CopyPicture(). It is needed by the...
2002-04-28 Sam Hocevar * ./include/modules_inner.h: the module name is now...
2002-04-28 Sam Hocevar * ./include/os_specific.h: got it wrong once again...
2002-04-28 Sam Hocevar * ./include/os_specific.h: fixed my fix. sorry for...
2002-04-28 Sam Hocevar * ./include/os_specific.h: fixed a C++ compilation...
2002-04-28 Sam Hocevar * Removed the main() declaration because SDL defines...
2002-04-27 Gildas Bazin* moved the function definitions from threads.h into...
2002-04-27 Johan Bilien * ALL : better FreeBSD detection for VCD input
2002-04-26 Jon Lech Johansen * Fixed my fix for the fix for vlc_memalign. Sorry...
2002-04-26 Jon Lech Johansen * ./include/common.h: Fixed vlc_memalign.
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 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-21 Sam Hocevar * ./src/misc/configuration.c: support for short optio...
2002-04-21 Gildas Bazin* added config_GetFloatVariable() and config_PutFloatVa...
2002-04-19 Sam Hocevar * ALL: internationalized all configuration strings.
2002-04-18 Sam Hocevar * ./include/threads.h: fixed a segfault under Solaris...
2002-04-18 Sam Hocevar * ./configure.in, ./plugins/network/ipv6.c: support...
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-05 Sam Hocevar * ./configure.in: added --enable-intfwin to enable...
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-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-03 Christophe Massiot* Fix for iPAQ familiar Linux (untested)
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 Gildas Bazin* New pthread implementation for WinNT/2K/XP. This...
2002-04-02 Olivier Teulière * ./include/config.h: fixed config directory name...
2002-04-02 Tony CastleyChanged directory of the config file for BeOS to be...
2002-04-01 Gildas Bazin* Fixes for the Win32_msvc build
2002-03-28 Gildas Bazin* don't try to stat() the dvd drive letter on win32
2002-03-26 Gildas Bazin* various little portability fixes
2002-03-25 Olivier Teulière * Added a win32 interface plugin, developed with Borla...
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 Sam Hocevar * ./src/misc/modules_plugin.h: kludge to allow the...
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-17 Sam Hocevar * ./BUGS: updated bug list.
2002-03-17 Sam Hocevar * ./plugins/chroma/i420_rgb8.c: plain C 8 bpp transfo...
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-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-05 Stéphane Borel* Dvd angle is now handled through a program structure...
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-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-02 Sam Hocevar * ./plugins/dummy/input_dummy.c: fixed `vlc vlc...
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.
2002-02-27 Sam Hocevar * ./include/common.h: BeOS compile fixes.
2002-02-25 Sam Hocevar * ./include/threads.h: support for the State Threads...
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-02-13 Sam Hocevar * ./plugins/beos/*: BeOS fixes from Rudolf Cornelissen.
2002-02-08 Sam Hocevar * ./plugins/beos/vout_beos.cpp: ported the BeOS RGB...
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-29 Gildas Bazin* Added mstrtime() to module_symbols_t so we can compil...
2002-01-24 Sam Hocevar * ./src/misc/modules_plugin.h: fixed a missing functi...
2002-01-23 Stéphane Borel*Merged hh patch in libdvdcss from main tree.
2002-01-21 Christophe Massiot* Decoders do not necessarily use bit stream (see mad...
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-15 Sam Hocevar * ./debian/control: fixed Debian build-depends.
2002-01-14 Christophe Massiot* More precise way to retrieve a PTS from the bit stream.
2002-01-14 Cyril DeguetHUGE cleanings in audio output:
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-09 Cyril Deguet- better communication between audio decoder and output...
next