- 01 Aug, 2003 8 commits
-
-
Laurent Aimar authored
* asf/asf.c: better check for invalid header.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Gildas Bazin authored
* src/input/input_clock.c: fixed 2 regressions in 0.6.1. These fixes are actually there to make us more complacent with broken streams. * modules/access/dvb/qpsk.c: gettext reserves the use of _(""). * modules/demux/mkv.cpp, modules/demux/avi/libavi.c, modules/demux/mp4/libmp4.c, modules/demux/mpeg/m4v.c: checks for input_SplitBuffer() > 0. (Thanks to Steve Li for pointing this out)
-
Laurent Aimar authored
to play such file.
-
Laurent Aimar authored
-
Laurent Aimar authored
* ninput.h : extracted duplicated stream functions from a lot of demuxers and do a nice (?) API. * stream.c: implement basic streams manipulation. It is just a wrapper but it is useful. * all: added a i_ttl field in network_socket_t to allow per connection ttl setting (in fact only used by access_out/udp.c.
-
- 31 Jul, 2003 17 commits
-
-
Laurent Aimar authored
setting (in fact only used by access_out/udp.c.
-
Christophe Massiot authored
-
Gildas Bazin authored
* src/misc/win32_specific.c: change the mode of stdin to _O_BINARY so we can use stdin to read files (thanks to Steve Li). * modules/control/http.c: allow directories of the form "x:\" on win32.
-
Benjamin Pracht authored
- using new var_Create/var_Get method to get parametters.
-
Renaud Dartus authored
* Make vlc compiling !
-
Laurent Aimar authored
* give to access and muxers options. Now you can use: --sout 'access{option1=value}/mux{a=value,b=value}:/path'. It should also works with '#std{access=access{o=v}, mux=...}' (but untested). For now it's not used.
-
Laurent Aimar authored
* now muxer and access_out also receive options like stream_out.
-
Benjamin Pracht authored
- httpd.c has support for Basic Authentification, so use it ! --sout-http-user user --sout-http-pwd password
-
Laurent Aimar authored
muxer.
-
Benjamin Pracht authored
use : --http-user user --http-pwd password or http://user:password@server/path (2nd parameter overrides the first)
-
Sigmund Augdal Helberg authored
- calculate and store size information for each line independently. - misc other fixes
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Adding DVB module to support satellite, cable and terestrial DVB streaming. The status is that tuning works, but have had no success with video/audio yet. (Setting of filters does not seem to work perfectly yet.).
-
Sam Hocevar authored
* po/: Re-ran toolbox --update-po.
-
Sam Hocevar authored
-
Sam Hocevar authored
Mozilla plugin build while preserving the fix for VLC.app.
-
Clément Stenac authored
* Allow the user to remap the actions. * Improved the strings (please check) * Prevent 0 seconds seeks * share/http/*.html * partial HTML validation fixes * Improved the look * src/stream_output/announce.c * minor fixes (thanks sam)
-
- 30 Jul, 2003 4 commits
-
-
Gildas Bazin authored
* modules/control/http.c: on win32 we store the html interface in "http" not "share/http". * src/input/input_programs.c: check for "" descriptions in AddES().
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Laurent Aimar authored
- added new HQ mode (recent ffmpeg only). hq now accept "simple", "bits" and "rd" as paramters. - automaticaly try stereo mode encoding when failed with more than 2 channels. (eg a52 -> mpga)
-
- 29 Jul, 2003 11 commits
-
-
Gildas Bazin authored
* ChangeLog: update.
-
Gildas Bazin authored
* configure.ac: added the svlc shortcut for the skins. * install-win32: removed the custom link in the start menu.
-
Gildas Bazin authored
* ChangeLog: updated the changelog for the release
-
Gildas Bazin authored
* modules/codec/spudec/parse.c: fixed typo found by Meuuh.
-
Gildas Bazin authored
* src/video_output/video_output.c: fixed potential segfault. * configure.ac: don't bail out if matroska headers are not found.
-
Gildas Bazin authored
* toolbox: fixed typo in the changelog rule.
-
Gildas Bazin authored
* modules/video_output/directx/events.c: compilation fix.
-
Gildas Bazin authored
* modules/gui/macosx/controls.m: fixed race condition in prev/next commands. * modules/gui/wxwindows/wxwindows.cpp: raised the priority of the wxwin interface so it is now the default. We also lower the priority if there is no DISPLAY env variable. * modules/gui/wxwindows/interface.cpp: prev/next buttons are also used to navigate through titles. * modules/video_output/directx/events.c: use arrow keys for DVD navigation. * modules/video_output/x11/xcommon.c: page up/down now seek -10/10 secs. * share/vlc_win32_rc.rc: compilation fix.
-
Laurent Aimar authored
and then DATA_PATH"/http".
-
Gildas Bazin authored
* configure.ac: bumped version number to 0.6.1. Enabled matroska support by default. * extras/MacOSX/*: bumped version number to 0.6.1. * INSTALL.win32: instructions update. * share/Makefile.am: included the html files for the http interface. * po/*: ran ./toolbox --update-po.
-
Sam Hocevar authored
event handling bug.
-