- 15 Nov, 2003 1 commit
-
-
ipkiss authored
-
- 12 Nov, 2003 2 commits
-
-
Simon Latapie authored
-
Simon Latapie authored
parse_MRL function which perhaps should be somewhere else (playlist ?). * Makefile.am : forgoten style.css * index.html : little fixes * intf-http.txt : updated doc
-
- 09 Nov, 2003 2 commits
-
-
Simon Latapie authored
value without playing anything)
-
Simon Latapie authored
looks like a time/length)
-
- 06 Nov, 2003 1 commit
-
-
Simon Latapie authored
sort playlist function.
-
- 05 Nov, 2003 1 commit
-
-
gbazin authored
String choices lists can now also have a list of text descriptions associated with them. Added integer choices lists. * modules/gui/wxwindows/: modified config widgets to use the new config options. * ALL: updated for the new config options.
-
- 04 Nov, 2003 2 commits
-
-
Simon Latapie authored
-
Laurent Aimar authored
* hotkeys: never _never_ use demux_Control outside of src/input/ (it's completely broken, there is a lot more things to do), all interfaces have to use var_Get/Set (time(-offset), position(-offset), state, rate(-slower|-faster)... ). Btw, input_SetStatus, input_Seek, input_Tell, input_ChangeArea, input_ToggleES, will be quickly obsolete and removed(at least unavailable for intf), so we should convert remaining interfaces (ie all except wx, osx, rc, http, hotkeys). * avi: implemented DEMUX_SET_TIME (not yet used).
-
- 03 Nov, 2003 1 commit
-
-
Simon Latapie authored
* http.c,index.html: add seek function in http interface. Also added "stream_position", "stream_length", and "stream_time" which could be usefull later (for a slider, for example :) ) * changed http interface more "neutral" colors
-
- 02 Nov, 2003 2 commits
- 31 Oct, 2003 1 commit
-
-
gbazin authored
* modules/control/hotkeys.c: use demux_Control( p_input, DEMUX_SET_TIME, ...) to seek, for better precision. * modules/video_output/directx/events.c: fix to catch the Alt key.
-
- 30 Oct, 2003 3 commits
-
-
hartman authored
-
hartman authored
location by any module. * added a OSD config option to the Video options. this will allow you to disable the messages printed by OSDMessage. Subtitles will still be shown however. * src/audio_output/intf.c: volumeSet sets the intf-change variable. * modules/gui/macosx/vout.m: fix the modifier detection.
-
gbazin authored
* modules/control/hotkeys.c, src/libvlc.h, include/vlc_keys.h: added hotkeys for jump actions.
-
- 29 Oct, 2003 2 commits
- 26 Oct, 2003 1 commit
-
-
sigmunau authored
* created a variable "key-pressed" in p_vlc that can be used to report or read key presses * allways try to start hotkeys interface in the background configure.ac, modules/control/Modules.am, modules/control/hotkeys.c: * a new control module that reads keypresses from "key-pressed" and performs an action depending on what is asosiated with this key. Also uses nice on screen messages to indicate what action was performed modules/video_filter/filter_common.h: * removed code to pass old style key reporting through filters modules/video_output/x11/xcommon.c: * report key-presses through the new mechanism. Incomplete, I need help with this.
-
- 21 Oct, 2003 1 commit
-
-
Eric Petit authored
+ updated libebml/libmatroska detection as matroska headers no longer include ebml headers directly. Hope you upgraded it - if not, you'll have to set your CFLAGS accordingly. + on BeOS, libmkv_plugin.so has to be linked to libstdc++ modules/control/http.c: + fix for gcc != 3
-
- 17 Oct, 2003 1 commit
-
-
zorglub authored
* Escape < and > to prevent script injections (could be done easily with crappy playlist items)
-
- 15 Oct, 2003 1 commit
-
-
gbazin authored
* modules/control/http.c: small bug fix. * mozilla/vlcshell.cpp: win32 fix.
-
- 07 Sep, 2003 1 commit
-
-
Laurent Aimar authored
* gui/beos: removed not really used STARTED_S, and NOT_STARTED_S input state. * gui/wxwindows: use 'position' and 'time' variables -> seek improved for avi and mp4 and accurate time display :)
-
- 14 Aug, 2003 2 commits
-
-
sigmunau authored
* applied slightly modified patch by Stephane Mottelet <mottelet@dma.utc.fr> to support next/previous chapter buttons on remote controls
-
gbazin authored
* modules/control/ntservice.c: added a --ntservice-extraintf option to allow the service to spawn additionnal interfaces. * include/audio_output.h, modules/audio_output/directx.c: added support for 3F2R audio output in addition to 3F2R/LFE (5.1).
-
- 13 Aug, 2003 1 commit
-
-
gbazin authored
* ALL: bumped version number to 0.6.3-cvs * modules/control/ntservice.c: new Windows NT/2K/XP service interface.
-
- 01 Aug, 2003 1 commit
-
-
Laurent Aimar authored
-
- 31 Jul, 2003 2 commits
-
-
gbazin 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.
-
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 1 commit
-
-
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().
-
- 29 Jul, 2003 1 commit
-
-
Laurent Aimar authored
and then DATA_PATH"/http".
-
- 28 Jul, 2003 1 commit
-
-
Laurent Aimar authored
Added support of "seek n%" (Usefull when mux_rate is nul )
-
- 23 Jul, 2003 1 commit
-
-
gbazin authored
* ALL: changes to the playlist_Add() and VLC_AddTarget() proto to include a list of options associated with the input. * src/input/input.c: parses the input options list before spawning the input and create object variables for these options. Options are of the form "[no[-]]foo[=bar]" where foo is the option name and bar is its value. * src/input/input.c, src/input/input_dec.c: use the object var api to get the value of the "sout", "sout-video" and "sout-audio" options. * src/libvlc.c: extended the command line parser to parse input options. Input options must always follow the input they apply to and begin with a ':'. All these changes allow you to specify input specific options. eg: ./vlc --no-sout-audio yourvideo.mpeg :sout=udp/http::8080 :sout-audio yourvideo2.mpeg Here the ":sout" option will only apply to yourvideo.mpeg. "--no-sout-audio" will be a global option so will apply to yourvideo2.mpeg but the global behaviour is overriden by ":sout-audio" for yourvideo.mpeg. TODO: - the interfaces need to be modified to benefit from the new playlist_Add() api. - only "sout", "sout-video", "sout-audio" implemented for now. To make it work with other options, we need to get rid of all the config_GetFoo() and replace them with var_Create()/var_Change()/var_Get().
-
- 21 Jul, 2003 1 commit
-
-
Laurent Aimar authored
"previous" command. TODO: doc :(
-
- 20 Jul, 2003 1 commit
-
-
zorglub authored
disabled by default, use --enable-joystick & --extraintf joystick actions are: left-right: variable speed seek up-down: browse the playlist button 1: play/pause button 2: fullscreen
-
- 14 Jul, 2003 2 commits
-
-
sigmunau authored
All: My shot at improving subtitle rendering in vlc. Now each vout uses a "text renderer" module to render text on the video when needed. I decieded to make this a module type, because other api's (win32 and macosx) is supposed to do better than freetype under some circumstances. include/video_output.h: added some members needed by text renderer modules src/video_output/video_output.c: load and unload text renderer module when needed src/video_output/video_text.c: implemented some functions to show text on the video include/osd.h: exported the functions to show text modules/misc/Modules.am, module/misc/freetype.c: new text renderer module, largly based on the old osdtext module. modules/video_filter/Modules.am, modules/video_filter/osd_text.c: removed the osdtext module configure.ac: changes "osdtext" to "freetype" some places modules/codec/spudec/*: when iconv is available, use it to convert textual subtitles from the encoding given by --sub-encoding to utf8. Use new code to render subtitles modules/control/lirc/lirc.c: use new code to give feedback on buttons pressed. untested. modules/demux/util/sub.c: remove all traces of the ugly old osdtext module modules/misc/dummy/*: added a "text renderer" submodule in the dummy module src/misc/modules.c: included osd.h as it seems to be needed to export symbols final notes: you need to give a proper value to --freetype-font. This should be the path to a font file freetype2 can handle (almost any format afaik) with a unicode translation table in it. Windows ttf files will do. In linux at least openoffice distributes some fonts that work. I think macosx and beos also has useable fonts.
-
gbazin authored
-
- 12 Jul, 2003 1 commit
-
-
Laurent Aimar authored
-
- 11 Jul, 2003 2 commits
-
-
Laurent Aimar authored
* another useless feature: can browse local files (for sout)
-
gbazin authored
* modules/control/http.c: win32 fixes.
-