]> git.sesse.net Git - vlc/history - src
* ./configure.in: checking for the header should be enough in most cases
[vlc] / src /
2002-06-07 Sam Hocevar * ./plugins/win32/*: tried to port the Win32 interfac...
2002-06-07 Sam Hocevar * ./src/misc/netutils.c: network mode works again.
2002-06-07 Sam Hocevar * ./plugins/gtk/*: the Gnome/Gtk+ interfaces have...
2002-06-07 Sam Hocevar * ./plugins/dummy/input_dummy.c: dummy targets such...
2002-06-07 Sam Hocevar * ./src/playlist/playlist.c: lots of playlist behavio...
2002-06-05 Stéphane Borel* Set object pointer to NULL after destroy.
2002-06-05 Stéphane Borel* Added mouse coordinates to vout struct. They are...
2002-06-04 Sam Hocevar(new in MAIN)
2002-06-02 Sam Hocevar(new in MAIN)
2002-06-02 Gildas Bazin* ./include/vlc_common.h: got rid of i_thread in VLC_CO...
2002-06-02 Gildas Bazin* ./include/os_specific.h: changed prototype of system_...
2002-06-02 Sam Hocevar(new in MAIN)
2002-06-02 Sam Hocevar * ./src/video_output/video_output.c: fixed the "pictu...
2002-06-02 Christophe Massiot* Channel change support on Mac OS X ;
2002-06-01 Sam Hocevar * ALL: got rid of p_object->p_this which is now useless.
2002-06-01 Sam Hocevar * ./include/main.h, ./plugins/beos/intf_beos.cpp...
2002-06-01 Sam Hocevar * ./plugins/dummy/intf_dummy.c, ./plugins/chroma...
2002-06-01 Sam Hocevar * ./src/misc/beos_specific.cpp: BeOS fixes, removed...
2002-06-01 Sam Hocevar * ./src/misc/beos_specific.cpp: the BeOS BApplication...
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-05-30 Cyril Deguet- removed the obsolete artificial delay when switching...
2002-05-30 Xavier Marchesini * intf_eject.c : added ejection code for Win32. Please...
2002-05-30 Gildas Bazin* changed ADD_BOOL and ADD_BOOL_WITH_SHORT config macro...
2002-05-29 Sam Hocevar * ./src/video_output/video_output.c: when the video...
2002-05-28 Stéphane Borel*Added a b_force flag to picture_t so that we can force...
2002-05-27 Laurent Aimar ALL : In order to make ac3 working in avi file...
2002-05-25 Marc Ariberti * src/misc/netutils.c: tests if message from vlcs...
2002-05-23 Sam Hocevar * ./src/video_output/video_output.c: the video output...
2002-05-22 Gildas Bazin* ./src/misc/modules.c: restored plugins hiding as...
2002-05-22 Sam Hocevar * ./src/misc/modules.c: disabled module autohide...
2002-05-21 Sam Hocevar * ./src/input/input.c: fixed a bug with the input...
2002-05-21 Sam Hocevar * src/input/input_ext-plugins.c, src/input/input_ext...
2002-05-20 Sam Hocevar * ./src/interface/main.c: fixed a little memleak.
2002-05-20 Sam Hocevar * ./src/misc/iso_lang.c: code simplifications.
2002-05-20 Sam Hocevar * ./src/video_output/vout_pictures.c: workaround...
2002-05-20 Sam Hocevar * ./plugins/dummy/dummy.c: added --dummy-chroma option.
2002-05-19 Christophe MassiotMac OS X-specific :
2002-05-19 Gildas Bazin* filters were using memalign but freeing p_data instea...
2002-05-19 Christophe MassiotUpdated long descriptions.
2002-05-19 Gildas Bazin* moved the mpeg-motion and mpeg-idct options to the...
2002-05-19 Christophe Massiot* Desperate attempt to improve audio output ;
2002-05-18 Christophe Massiot* Warning levels are no longer additive, patch courtesy...
2002-05-18 Sam Hocevar * ALL: changed __inline__ with inline (autoconf does...
2002-05-18 Gildas Bazin* fixed deadlock in NextFrame() in aout_pcm.c
2002-05-18 Gildas Bazin* updated the MSVC++ project files and added support...
2002-05-18 Christophe Massiot* Menu item to maximize the volume in Mac OS X ;
2002-05-18 Gildas Bazin* modified the directx video plugin to try to create...
2002-05-18 Stéphane Borel*A lock was not released;
2002-05-17 Stéphane Borel*Don't keep the control lock during the pause
2002-05-17 Stéphane Borel*check for b_die and b_error in all loops so that we...
2002-05-17 Sam Hocevar * ./src/misc/mtime.c: we use nanosleep whenever possi...
2002-05-17 Loïc Minier * removed usage of usleep (not thread safe) (by Meuuh)
2002-05-17 Loïc Minier * video output patch to improve handling of late...
2002-05-17 Sam Hocevar * ./src/interface/intf_msg.c, src/interface/intf_play...
2002-05-16 Gildas Bazin* src/input/input_programs.c: fixed memory corruption...
2002-05-15 Cyril Deguet- check size to avoid realloc(0)
2002-05-15 Marc Ariberti * removed a debug message that I forgot in my previou...
2002-05-15 Marc AribertiOn sam's advice I added the input_FDNetworkClose()...
2002-05-15 Marc Ariberti * netutils.c: use closesocket() instead of close...
2002-05-15 Sam Hocevar * ./src/misc/configuration.c: fixed an issue with...
2002-05-14 Christophe MassiotFixed a bug (glitch/segfault) when seeking.
2002-05-14 Johan Bilien * src/input/mpeg_system.c : We handle PCR even...
2002-05-14 Christophe MassiotIt should now be possible to quit when reading a bogus...
2002-05-14 Sam Hocevar * ./src/misc/modules.c: if a module has a zero-scored...
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...
next