- 31 Jul, 2003 13 commits
-
-
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.
-
bigben authored
- httpd.c has support for Basic Authentification, so use it ! --sout-http-user user --sout-http-pwd password
-
Laurent Aimar authored
muxer.
-
bigben authored
use : --http-user user --http-pwd password or http://user:password@server/path (2nd parameter overrides the first)
-
sigmunau 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.
-
zorglub 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
-
-
gbazin 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
-
-
gbazin authored
* ChangeLog: update.
-
gbazin authored
* configure.ac: added the svlc shortcut for the skins. * install-win32: removed the custom link in the start menu.
-
gbazin authored
* ChangeLog: updated the changelog for the release
-
gbazin authored
* modules/codec/spudec/parse.c: fixed typo found by Meuuh.
-
gbazin authored
* src/video_output/video_output.c: fixed potential segfault. * configure.ac: don't bail out if matroska headers are not found.
-
gbazin authored
* toolbox: fixed typo in the changelog rule.
-
gbazin authored
* modules/video_output/directx/events.c: compilation fix.
-
gbazin 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".
-
gbazin 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.
-
- 28 Jul, 2003 9 commits
-
-
gbazin authored
* modules/video_output/x11/xcommon.c: reverted sam's last commit which broke the event reading loop on the video window.
-
Christophe Massiot authored
defined symbols and libmp3lame * Makefile.am: Build po before . because we need the po files to build VLC.app * po/fr.po: French translation courtesy of Jean-Pierre Kuypers * OS X interface: cosmetics
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
- enabled video4linux for WebCams on handhelds - enabled PDA Gtk2 interface instead of familiar interface - enabled stream output and transcoding
-
Christophe Massiot authored
now used to browse through the DVD menus.
-
Christophe Massiot authored
-
Laurent Aimar authored
Added support of "seek n%" (Usefull when mux_rate is nul )
-
Jean-Paul Saman authored
-
- 27 Jul, 2003 3 commits
-
-
Laurent Aimar authored
-
hartman authored
and some small fixes.
-
Jean-Paul Saman authored
Gtk2 port of the familiar Linux interface. The name is also changed to PDA so it reflects that it is targeted at handhelds. The familiar interface itself is deprecreated and will be removed after the next stable version of VLC Media Player.
-