- 08 Dec, 2002 1 commit
-
-
Christophe Massiot authored
thread.
-
- 07 Dec, 2002 5 commits
-
-
Christophe Massiot authored
warnings than real ones. * audio output: New intf-change variable to know when audio-channels and audio-device have changed. * video output: New intf-change variable and vout_VarCallback, to know when video-device has changed (OS X port). * modules/gui/macosx/*: Menus for audio channels, implemented volume management, added a menu for screen selection.
-
Eric Petit authored
-
Arnaud Schauly authored
-
Eric Petit authored
non-overlay mode (thanks Sam).
-
Gildas Bazin authored
* ALL: a few updates to the variables API: - got rid of the VLC_VAR_COMMAND variable type and introduced the VLC_VAR_ISCOMMAND flag instead. This simplifies things and avoid the strange command variables behaviour. Command variables will now trigger their callback on var_Set() like any other variables (look in modules/control/rc/rc.c for an example). - Renamed the VLC_VAR_ISLIST flag into VLC_VAR_HASCHOICE. - Added a new VLC_VAR_VOID variable type. This can be useful in conjunction with VLC_VAR_ISCOMMAND for instance.
-
- 06 Dec, 2002 10 commits
-
-
Arnaud Schauly authored
* playlist.c : fixed a memory leak * configure.ac.in : added link flags
-
Gildas Bazin authored
* configure.ac.in: fixed typo. For dvdread support we have to check for dvdread/dvd_reader.h, not dvdread/dvdread.h.
-
Sam Hocevar authored
* ALL: a bunch of additional warning fixes.
-
Laurent Aimar authored
-
Sam Hocevar authored
a bug I found in Read(). No idea whether it was triggered before nor what it was doing, though :)
-
Sam Hocevar authored
meant strlen(), removed useless strcmp() calls, implemented atoll() for systems where it does not exist, fixed a memory leak, fixed a minor data corruption.
-
Sigmund Augdal Helberg authored
the header parsing. This will be usefull if anyone wants to implemet http-passwd support
-
Laurent Aimar authored
#if LIBAVCODEC_BUILD , I've enable direct rendering only with latest ffmpeg cvs (anyway dr isn't cleanly ported to the latest version).
-
Sam Hocevar authored
signed/unsigned comparisons, and removed trailing spaces here and there.
-
Boris Dorès authored
playing state resets the input speed to normal to make sure the stream isn't paused or slowed or played faster anymore. By doing that, fixes the following bug of the Windows interface: when pushing the play button on a paused or slowed stream, nothing used to happen. * modules/gui/win32/playlist.cpp : when pushing the play button and the playlist is empty, displaying the playlist window * win32.cpp : rephrasing the module description to "Native Windows interface module"
-
- 05 Dec, 2002 2 commits
-
-
Sam Hocevar authored
choke on system headers.
-
Sam Hocevar authored
* ./configure.ac.in: additional warning flags for GCC. -Wconversion Warn if a prototype causes a type conversion that is different from what would happen to the same argument in the absence of a proto- type. -Wsign-compare Warn when a comparison between signed and unsigned values could produce an incorrect result when the signed value is converted to unsigned. -Wunreachable-code Warn if the compiler detects that code will never be executed. -Wdisabled-optimization Warn if a requested optimization pass is disabled. See the gcc documentation for more explanations. This triggers a lot of warnings everywhere, and at first sight they're all worth fixing. Code quality matters, too, so let's fix'em :)
-
- 04 Dec, 2002 6 commits
-
-
Gildas Bazin authored
* modules/audio_filter/channel_mixer/trivial.c: bugfix for up-mixing.
-
Jean-Paul Saman authored
-
Jon Lech Johansen authored
-
Laurent Aimar authored
-
Eric Petit authored
(Dano is no more needed); multicast still doesn't work. UDP (unicast) and HTTP have been successfully tested, mms is untested. * sap.c: BeOS doesn't have memccpy * VideoOutput.cpp: forgot to remove a printf
-
Eric Petit authored
* AUTHORS/MAINTAINERS: added Stephan Assmus, Arnaud Schauly & myself
-
- 03 Dec, 2002 5 commits
-
-
Arnaud Schauly authored
playlist_item_t instead of psz_target ). Now playlist_Add uses playlist_AddItem to enqueue. * include/vlc_playlist.h : Added a psz_uri field in the playlist_item_t structure. * src/input/input.c : takes item->psz_uri argument to start playing an item.
-
Laurent Aimar authored
microfsoft, not yet ima4) * wav, asf, avi: fix fourcc creation for adpcm. (Nevertheless adpcm could not work with asf because of asf audio scrambling unsupported in asf demuxer). Seek will not work, because vlc send garbage and then break stream alignment.(I will try to fix that).
-
Arnaud Schauly authored
* Added the PLAYLIST_CHECK_INSERT option to the playlist. That option checks previously enqueued sessions before enqueing.
-
Sam Hocevar authored
stream's aspect, not to square pixels.
-
Eric Petit authored
Now DVD menus work thanks to libdvdplay.
-
- 02 Dec, 2002 4 commits
-
-
Eric Petit authored
It works fine under BeOS, please check I didn't break anything.
-
Jon Lech Johansen authored
-
Sam Hocevar authored
Olaf 'Rhialto' Seibert.
-
Sam Hocevar authored
-
- 30 Nov, 2002 1 commit
-
-
Olivier Teulière authored
files on the interface or on the playlist (Closes: #10). * ./modules/gui/win32/playlist.cpp: factorized a lot of code. * ./modules/gui/win32/*: reorganized some code here and there.
-
- 29 Nov, 2002 1 commit
-
-
Olivier Teulière authored
-
- 28 Nov, 2002 5 commits
-
-
Sigmund Augdal Helberg authored
wmp sites I could find, by adding som mimetypes and parsing some more parameters passed by mozilla. Also disabled the StreamAsFile function since mozilla tend to pass it non-exsisting files.
-
Christophe Massiot authored
* Fix for S/PDIF encapsulation on big endian systems. * S/PDIF output for Mac OS X, courtesy of Heiko Panther <heiko_panthe@mac.com>.
-
Simon Latapie authored
-
Gildas Bazin authored
* configure.ac.in: fixed linkage of theora plugin. * modules/codec/theora.c, modules/codec/tarkin.c: fixed breakage. * modules/codec/vorbis.c: lowered the priority of the tremor plugin.
-
Laurent Aimar authored
-