- 12 Jul, 2002 3 commits
-
-
Christophe Massiot authored
* ./doc/vlc-howto.sgml : Fixed typos ; * ./include/vlc_common.h : Greatly simplified ntoh*, and U??_AT macros are now alignment-safe ; * ./STATUS : New file indicating who's working on what. Please keep it up-to-date ; * ./MAINTAINERS : New file indicating who has knowledge on which parts.
-
Sam Hocevar authored
-
Sam Hocevar authored
* ./README: removed much outdated data. * ./debian/*: great package renaming - names should make more sense now.
-
- 11 Jul, 2002 6 commits
-
-
Sam Hocevar authored
when the audio output fifo could not be created.
-
Sam Hocevar authored
comment on usability.
-
Sam Hocevar authored
-
Laurent Aimar authored
of a file, so more files can be read :)) However with current cvs this demux ( with and without the patch ) segfaults after a few seconds, I can't find why, anybody has an idea ?
-
Sam Hocevar authored
* ./src/libvlc.c: removed calls to vlc_mutex_lock in sighandlers.
-
Sam Hocevar authored
-
- 10 Jul, 2002 1 commit
-
-
Loïc Minier authored
-
- 09 Jul, 2002 3 commits
-
-
Loïc Minier authored
DirectX-blackscreen, device permissions, debug messages, config file, (un)planned ports/features, sources.list
-
Laurent Aimar authored
file only), and seek is allowed (but with great unsynchronisation, and sometimes it fails). But in order to make it working, I have to limit the number of bytes I read at a time. It's strange since in previous version of vlc, I don't need to do that ... ( it segfaults in input_SplitBuffer but not always on the same frame )
-
Olivier Teulière authored
* ./plugins/win32/about.*: Added the version number in the About box
-
- 07 Jul, 2002 1 commit
-
-
Christophe Massiot authored
-
- 05 Jul, 2002 1 commit
-
-
Sam Hocevar authored
strndup to a separate file so that Win32 can benefit from it. * ./include/vlc_threads.h: Borland compilation fix.
-
- 04 Jul, 2002 1 commit
-
-
Sam Hocevar authored
* ./debian/rules: activated the vlc-xosd, vlc-kde and mozilla-plugin-vlc Debian packages. * ./po/*: updated potfiles.
-
- 03 Jul, 2002 1 commit
-
-
Sam Hocevar authored
module names. Try for instance: "vlc --intf gnome,gtk,dummy".
-
- 02 Jul, 2002 4 commits
-
-
Jon Lech Johansen authored
* configure.in: added -lintl to plugins_LDFLAGS.
-
Sam Hocevar authored
of vlc from crashing when trying to open a recent module.
-
Sam Hocevar authored
instead of moving the current window, which saves us the hassle of remembering size and position. * ./plugins/x11/x11.c, ./plugins/x11/xvideo.c: added --no-x11-shm and --no-xvideo-shm options.
-
Laurent Aimar authored
disable audio or video !)and cannot support seeking( will just stop ). Moreover it can't work for all files, only interleaved ones.
-
- 01 Jul, 2002 4 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
an emtpy playlist.
-
- 30 Jun, 2002 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 29 Jun, 2002 1 commit
-
-
Laurent Aimar authored
-
- 28 Jun, 2002 1 commit
-
-
Laurent Aimar authored
-
- 27 Jun, 2002 4 commits
-
-
Sam Hocevar authored
* ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour. * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha palette. * ./plugins/spudec/spu_decoder.c: subtitle transparency support. Patches imported from v0_4_1_branch.
-
Sam Hocevar authored
extra plugin location. * ./plugins/text/rc.c: if stdin/stdout are not connected to a TTY, we don't launch the rc interface. * ./plugins/access/http.c: fixed a compilation warning. * ./src/misc/messages.c: cosmetic enhancements in the message output.
-
Sam Hocevar authored
tell vlc to draw in an existing drawable instead of creating a new window.
-
Laurent Aimar authored
-
- 26 Jun, 2002 1 commit
-
-
Laurent Aimar authored
faster and in prevision of VOD by http, but not yet functionnal ). But sound becomes horrible, I will try to fix it as soon as possible.
-
- 19 Jun, 2002 1 commit
-
-
Christophe Massiot authored
-
- 18 Jun, 2002 1 commit
-
-
Christophe Massiot authored
-
- 11 Jun, 2002 1 commit
-
-
Gildas Bazin authored
* ./include/configuration.h: renamed MODULE_CONFIG_* macros into CONFIG_*. * ./include/configuration.h, ./plugins/gtk/gtk_preferences.c, ./plugins/filter/transform.c, ./plugins/filter/distort.c, ./plugins/filter/deinterlace.c: added an ADD_STRING_FROM_LIST() configuration macro. * ./include/modules.h, ./include/video_output.h, ./src/video_output/video_output.c, ./plugins/filters/*: added a VOUT_FILTER capability. Having a clear distinction between VOUTs and VOUT_FILTERs allows us to get rid of ugly hacks. The filters are also stackable now (use --filter=foo:bar:foo etc..). * ./include/configuration.h, ./src/libvlc.h, ./src/libvlc.c: clean-up + added an ADD_USAGE_HINT() configuration macro.
-
- 10 Jun, 2002 2 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
* ./plugins/filter/deinterlace.c: the blend mode is now a lot smoother, but also a bit slower, so I also kept the old version, optimized it, and called it "mean".
-
- 09 Jun, 2002 1 commit
-
-
Christophe Massiot authored
-