- 08 Jun, 2002 6 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
./plugins/macosx/intf_vlc_wrapper.m: preliminary OS X compilation fixes.
-
Sam Hocevar authored
implementation to avoid races, by using SetEvent instead of PulseEvent.
-
Loïc Minier authored
-
Loïc Minier authored
* ./plugins/xosd/xosd.c: configuration options
-
- 07 Jun, 2002 11 commits
-
-
Sam Hocevar authored
to be still crashing.
-
Sam Hocevar authored
* ./plugins/text/rc.c: fixed the "a" command.
-
Loïc Minier authored
-
Loïc Minier authored
-
Loïc Minier authored
-
Sam Hocevar authored
-
Sam Hocevar authored
* ./src/playlist/playlist.c: fixed an off-by-one loop error.
-
Arnaud de Bossoreille de Ribou authored
-
Sam Hocevar authored
and vlc:quit work again. * ./src/playlist/playlist.c: when a new target is added, for instance through the "File" menu, it is automatically played.
-
Sam Hocevar authored
vlc_object_destroy (idea from stef). * ./po/pl.po: updated polish translation, thanks to Arkadiusz Lipiec <alipiec@adrenalina.pl>.
-
Sam Hocevar authored
* ./src/misc/objects.c: we do not hang on attempt to destroy an object with a non-zero reference count, but we still complain. * ./plugins/gtk/gtk_control.c, plugins/gtk/gtk_playlist.c: most controls such as play, pause, stop, next, fast etc. work again. * ./plugins/gtk/gnome_*: got rid of lots of useless wrappers which were a workaround for a bug in Glade. Instead, bootstrap.sh does the Glade fixes. * ./plugins/ffmpeg/ffmpeg.c: if there is already a video output with the appropriate properties, we use it.
-
- 05 Jun, 2002 6 commits
-
-
Eric Petit authored
-
Stéphane Borel authored
-
Stéphane Borel authored
-
Stéphane Borel authored
-
Stéphane Borel authored
and they are used nowhere.
-
Stéphane Borel authored
-
- 04 Jun, 2002 2 commits
-
-
Sam Hocevar authored
* ./plugins/gtk/gtk_callbacks.c: fixed a segfault when switching to fullscreen from the popup menu. (from v0_4_1_branch) * ./plugins/gtk/gnome_callbacks.c: fixed a crash when activating preferences from the popup menu. * ./plugins/gtk/gnome.glade: added lines this #@%$! Glade had munched, fixes a segfault in the Gnome popup menu when toggling the interface.
-
Sam Hocevar authored
* ./src/interface/interface.c: interfaces are no longer attached only to p_vlc. * ./src/libvlc.c, ./src/misc/modules.c, ./src/playlist/playlist.c, ./src/input/input.c: improvements in the playlist handling (not quite that yet though). (ported from v0_4_1_branch) * ./configure.in, ./plugins/mpeg_system/mpeg_ts.c: fixed libdvbpsi handling. * ./src/misc/configuration.c: fixed the --nofoo option handling. * ./src/interface/main.c: fixed two compilation warnings under Solaris.
-
- 03 Jun, 2002 2 commits
-
-
Olivier Teulière authored
-
Gildas Bazin authored
* ./plugins/win32/waveout.c: waveOutUnprepareHeader() was never being called. This should fix the memory leak some people reported when using the waveout plugin.
-
- 02 Jun, 2002 13 commits
-
-
Arnaud de Bossoreille de Ribou authored
* plugins/a52_system/Makefile, plugins/a52_system/a52_system.c: a52 input module. * plugins/ac3_spdif/ac3_spdif.c: added a little mwait to avoid a flood from the a52 input module. Note: the new module aims at reading ac3 streams but it works only with the ac3_spdif "decoder" since it is the only one which dates each frame contrary to the others which can't avoid a flood from the input module.
-
Sam Hocevar authored
* ./plugins/motion/motionmmx.c: MMX motion optimizations courtesy of Vladimir Chernyshov <greengrass@writeme.com>.
-
Sam Hocevar authored
* ./plugins/spudec/spu_decoder.c: we now use FIND_ANYWHERE to find a vout. (ported from v0_4_1_branch) * ./plugins/dvdread/dvdread.c: disabled the dvdread plugin because it currently sucks. * ./src/misc/configuration.c, ./src/interface/main.c: we now accept --nofoo and --no-foo as negations for --foo. Also, the --help output is nicer. * ./plugins/qnx/vout_qnx.c: QNX compilation fix.
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Gildas Bazin authored
* ./include/vlc_common.h: got rid of i_thread in VLC_COMMON_MEMBERS.
-
Gildas Bazin authored
* ./include/os_specific.h: changed prototype of system_*() to use vlc_t instead of vlc_object_t.
-
Sam Hocevar authored
* ./plugins/dvd/dvd_es.c, ./plugins/satellite/input_satellite.c, ./plugins/dvdread/input_dvdread.c: updated outdated variable names. (ported from 0_4_1_branch) * ./plugins/spudec/spu_decoder.c: fixed a margin bug in the SPU renderer which caused subtitles to appear slanted in odd width windows.
-
Gildas Bazin authored
* ./include/vlc_threads.h: re-merged vlc_threads.h and threads_funcs.h.
-
Christophe Massiot authored
-
Sam Hocevar authored
* ./src/playlist/playlist.c, src/input/input.c: added safety checks to prevent crashes on next file. (ported from 0_4_1_branch) * ./plugins/gtk/gtk_display.c, ./plugins/win32/mainframe.cpp: we deactivate popup menus when no stream is being played, even in network mode. * ./src/input/mpeg_system.c: removed unnecessarily verbose message.
-
Gildas Bazin authored
* ./plugins/a52/a52.c: compilation fix. Following C99 we have to include <stdint.h> but Solaris doesn't have it so we include <inttypes.h> when it isn't found.
-