- 24 Jan, 2006 3 commits
-
-
Sam Hocevar authored
the reserved words CXXFLAGS and LDFLAGS. * configure.ac: remove spaces inside parentheses that confuse automake. * Makefile.am: do not use both = and += inside conditionals.
-
Christophe Mutricy authored
-
Derk-Jan Hartman authored
Don't worry, it's if()'ed such that it's almost impossible for a normal PS file to trigger the hack. It worked for all my VDR PES files and was never triggered for my entire PS collection.
-
- 23 Jan, 2006 9 commits
-
-
Clément Stenac authored
-
Derk-Jan Hartman authored
* spelling correction and debug for out of bound child boxes.
-
Clément Stenac authored
-
Christophe Mutricy authored
Please review and improve the option text and longtext strings.
-
Damien Fouilleul authored
vlccontrol.cpp: fixed small mem leak
-
Antoine Cellerier authored
-
Antoine Cellerier authored
the subtitle was displayed fine but since aspect ratios didn't match it wasn't positioned correctly on the vout. ie: -------------- | | | | | subtit| | | -------------- ( http://people.videolan.org/~dionoea/vlcsubs.png ) now it's displayed in the center but the letters are scaled horrizontaly (which doesn't look too good ... but at least everything is displayed) ( http://people.videolan.org/~dionoea/vlcsubs2.png )
-
Derk-Jan Hartman authored
PS: It seems the YUVA blend has an UV subsample bug which can cause unwanted offsets of 1
-
Antoine Cellerier authored
* : some code cleanup.
-
- 22 Jan, 2006 25 commits
-
-
Derk-Jan Hartman authored
-
Antoine Cellerier authored
Could someone explain why this return was put here in the first place ?
-
Sigmund Augdal Helberg authored
Highlights: Three rendering modes: Outline, Fat outline and background Better looking Drawbacks: White only at the moment no yuva blend filter for some chromas the old renderer is available with the --freetype-yuvp option, since this is needed at least for dvbsubs encoding. (and for people with no usable blend filter)
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Clément Stenac authored
* Add i_options/pp_options to intf_Create * add global options to enable file-logging and syslog (Refs:#508)
-
Clément Stenac authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
have references to the same stuff in http/Makefile.am and Makefile.am ?
-
Clément Stenac authored
-
Christophe Mutricy authored
dialogs/.hosts: Explanation about the empty file.
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Clément Stenac authored
-
Antoine Cellerier authored
todo: - seeking on broadcast elements - schedules - file(or textbox) load / save. might need some changes to the VLM core in order to export commands to a string (and not to a file)
-
Sam Hocevar authored
-
Antoine Cellerier authored
-
Olivier Teulière authored
-
Sam Hocevar authored
-
Antoine Cellerier authored
interface should be done pretty soon (i'll try to finish it tomorrow) vlm.html : vlm web interface. What works: sending broadcast and vod creation commands js/vlm.js : add code to handle sending vlm commands. requests/vlm_cmd.xml : used to send a vlm command and get the resulting error message requests/vlm.xml : export the full vlm media/schedules "tree". I still need to parse that in js/vlm.js in order to display it in dialogs/vlm . dialogs/* : dialogs' code which is used as building blocks for the main pages. (in order to avoid code duplication) mosaic.html, js/mosaic.js, dialogs/mosaic : start of a mosaic help page. nothing works and it's almost empty but i didn't feel like sorting through the commited files.
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Since vlm commands are often full of spaces, you need to use the ";" command delimiter to mark the end of a command. For example : <vlc id="rpn" param1="; broadcast name new vlm_cmd" />
-
- 21 Jan, 2006 3 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Antoine Cellerier authored
-