]> git.sesse.net Git - vlc/history - src/misc
* mkv: fix a double delete.
[vlc] / src / misc /
2003-06-14 Gildas Bazin* src/misc/configuration.c: in config_SaveConfigFile...
2003-06-13 Sam Hocevar * ./src/misc/messages.c: ouch. when the message queue...
2003-06-05 Gildas Bazin* include/vlc_common.h: fixed the I64C() macro for...
2003-05-25 Gildas Bazin* src/video_output/video_output.c, modules/video_output...
2003-05-24 Gildas Bazin* src/misc/variables.c, include/variables.h: first...
2003-05-22 Gildas Bazin* INSTALL.win32: added a small note about running vlc...
2003-05-20 Clément StenacAll: Support for SAP advertising in stream output
2003-05-12 Gildas Bazin* modules/gui/skins/*: got rid of wxdialogs.h, the...
2003-05-11 Gildas Bazin* src/input/input_programs.c: small bug fix.
2003-05-09 Eric Petit * src/misc/messages.c: forget a defined(SYS_BEOS)...
2003-05-08 Eric Petit ALL: fixed BeOS-specific warnings (ssize_t is not...
2003-05-08 Eric Petit src/misc/beos_specific.cpp:
2003-05-05 Gildas Bazin* ALL: removed the old channels server stuff (was depre...
2003-05-05 Sigmund Augdal Helbergimplemented VLC_VAR_TIME using two ints
2003-05-04 Gildas Bazin* src/misc/variables.c, ALL: improvements to the object...
2003-04-14 Christophe Massiot* Implementation of a frame-dropping algorithm for...
2003-04-09 Gildas Bazin* src/libvlc.c: fixed the "color" config option.
2003-04-08 Christophe Massiot* Fixed the translation option with Mac OS X.
2003-04-07 Gildas Bazin* src/misc/configuration.c: what the f??k, configuratio...
2003-04-06 Christophe Massiot* OS X : create dummy fr.lproj etc. directories, so...
2003-03-30 Gildas Bazin* modules/gui/wxwindows/*: fixed the save feature of...
2003-03-25 Gildas Bazin* src/misc/modules.c: module_Need() now only raises...
2003-03-12 Eric Petit * configure.ac.in: compile fix for BeOS/BONE (s/LDFALG...
2003-03-12 Sam Hocevar * ./src/stream_output/stream_output.c: Win32 compilat...
2003-03-11 Gildas Bazin* ALL: experimental code for stream (dvd) navigation...
2003-03-10 Christophe Massiot* Bumped up version number to 0.5.2
2003-03-09 Gildas Bazin* configure.ac.in: don't include the screensaver plugin...
2003-03-04 Christophe Massiot* Made rt-priority a real-time variable (shut-up sam...
2003-03-03 Gildas Bazin* ALL: another bunch of fixes for the MSVC build.
2003-03-03 Gildas Bazin* ALL: Finally fixed the MSVC project files.
2003-03-02 Gildas Bazin* src/misc/threads.c, include/vlc_threads_funcs.h:...
2003-03-01 Gildas Bazin* src/misc/threads.c, include/vlc_threads_funcs.h:...
2003-02-23 Laurent Aimar * all : declaration of http and httpd.
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-02-18 Olivier Teulière * src/misc/modules.c: on Windows, we look for the...
2003-02-17 Derk-Jan Hartman* Fixed the localization issue on MacOSX.
2003-02-17 Christophe MassiotFixed the "everything is in Japanese" bug. :p
2003-02-17 Sam Hocevar * ./src/misc/modules.c: hmpf, Wine does not complain...
2003-02-17 Sam Hocevar * ./src/misc/win32_specific.c: under Win32 we retriev...
2003-02-10 Sam Hocevar * ./src/misc/modules_plugin.h.in: when opening the...
2003-02-10 Sam Hocevar * ./src/misc/threads.c: fixed compilation of the...
2003-02-06 Sam Hocevar * ./src/misc/darwin_specific.m: completed our list...
2003-02-04 Derk-Jan Hartman* We released an array that was in a autorelease pool...
2003-02-01 Christophe Massiot* configure.ac.in: worked around an ffmpeg-cvs detectio...
2003-01-30 Sam Hocevar * ./src/misc/configuration.c: when an invalid short...
2003-01-27 Olivier Teulière * Fixed a segfault (closes #132)
2003-01-27 Olivier Teulière * src/misc/objects.c: vlc_list_find now returns a...
2003-01-24 Eric Petit * vlc_threads.h: lower a priority that made sound...
2003-01-19 Sam Hocevar * ./src/misc/beos_specific.cpp, ./src/misc/darwin_spe...
2003-01-16 Christophe MassiotSwedish is now sv, not se. Thanks yvounet. (c)
2003-01-15 Christophe Massiot* Fixed MPEG audio layer III VBR,
2003-01-15 Christophe Massiotmessage queue overflow is now a warning.
2003-01-12 Eric Petit * beos/* : fixed a bug in the progress bar with big...
2003-01-10 Eric Petit Thread priority management on BeOS.
2003-01-09 Christophe Massiot* OS X: Fixed a segfault with empty configuration strin...
2003-01-06 Christophe MassiotFixed a compilation issue.
2003-01-06 Christophe Massiot* Bumped up revision number to 0.5.0-test2,
2003-01-06 Simon Latapie * added a i_min, i_max, f_min and f_max in module_conf...
2003-01-03 Jon Lech Johansen * ./src/misc/darwin_specific.m:
2003-01-02 Christophe MassiotCosmetic.
2003-01-02 Christophe MassiotMacOS X port :
2003-01-01 Jon Lech Johansen * ./modules/gui/macosx/aout.m: cleaned up the code...
2002-12-31 Christophe Massiot* src/misc/darwin_specific.m: Partial attempt at fixing...
2002-12-30 Gildas Bazin* src/misc/messages.c: don't try to decorate logs on...
2002-12-30 Christophe Massiot* modules/access/udp.c: Merged the UDP and RTP plug...
2002-12-27 Christophe Massiot* Italien translation, courtesy of Bruno <allevb@tin...
2002-12-18 Sam Hocevar * fixed several format string inconsistencies and...
2002-12-18 Sam Hocevar * ./src/misc/messages.c: woops, __attribute__(format...
2002-12-18 Sam Hocevar * ./include/vlc_messages.h: msg_* functions now use...
2002-12-14 Gildas Bazin* src/misc/objects.c: implemented the FIND_CHILD mode...
2002-12-14 Gildas Bazin* src/misc/threads.c: implemented vlc_thread_set_priori...
2002-12-13 Gildas Bazin* ALL: added a new vlc_list_t common type. vlc_list_fin...
2002-12-10 Gildas Bazin* ALL: fixed a f*ckage I introduced recently ;) var_Typ...
2002-12-08 Gildas Bazin* modules/gui/wxwindows/*: compilation fixes for wxX11...
2002-12-08 Christophe MassiotNew vlc_thread_set_priority function, to set the priori...
2002-12-07 Gildas Bazin* ALL: a few updates to the variables API:
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-12-06 Sam Hocevar * ./src/*, ./include/*: fixed a bunch of badly initia...
2002-11-25 Sam Hocevar * ./src/misc/messages.c: we overwrite the WinCE logfi...
2002-11-20 Sam Hocevar * ./src/misc/messages.c: added ^Ms to the WinCE logfile.
2002-11-19 Sam Hocevar * ./src/misc/modules.c: p_module->psz_filename is...
2002-11-18 Gildas Bazin* src/misc/modules.c: fixed small typo that was breakin...
2002-11-18 Sam Hocevar * ./src/misc/modules.c: support for Unicode filenames...
2002-11-17 Laurent Aimar * ffmpeg: disable direct rendering by default. I have...
2002-11-13 Sam Hocevar * ./bootstrap: bootstrap now requires the --config...
2002-11-13 Sam Hocevar * ./msvc/*, ./evc/*: moved eMbedded Visual Studio...
2002-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-11-10 Sam Hocevar * ALL: libvlc now compiles and run under WinCE. I...
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-11-09 Sam Hocevar * A few additional MSVC build fixes.
2002-11-09 Sam Hocevar * ./Makefile.am: added a "update-vlc.dsp" rule to...
2002-11-08 Gildas Bazin* ALL: using "%ll" in printf format strings is not...
2002-11-07 Gildas Bazin* INSTALL.win32, include/vlc_config.h, src/libvlc.h...
2002-11-06 Sam Hocevar * ./src/misc/extras.c: removed a duplicate calculatio...
2002-10-31 Sam Hocevar * ./src/misc/variables.c: callbacks are now called...
2002-10-29 Sam Hocevar * ./src/misc/modules.c: plugin extension check is...
2002-10-29 Sam Hocevar * ./src/misc/variables.c: simple change to var_Type...
2002-10-29 Sam Hocevar * ./include/vlc_common.h: defined the INSERT_ELEM...
2002-10-28 Sam Hocevar * ./include/variables.h, ./src/misc/variables.c:...
2002-10-28 Sam Hocevar * ./configure.ac.in: we explicitely link the dvdplay...
next