- 13 Aug, 2005 5 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
and some other Makefile cleanup
-
Christophe Massiot authored
than [12145]. We just want to replace spaces. * include/network.h: Restored the previous behaviour of vlc_UrlEncode(). We really mean to URL-encode ? & / etc. in order to be able to pass a string containing those special characters as a GET variable in the http control interface.
-
- 12 Aug, 2005 17 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
If you want them, take them back from the svn attic, fix them and reintroduce them. I didn't remove the configure.ac snippets, they are still in but commented
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
closes #311
-
Rémi Denis-Courmont authored
-
Christophe Massiot authored
another file. Also reduced MAX_DIR_PATH_LENGTH to 2560 since allocating anything larger than 4kB on the stack is likely to break on many OSes.
-
Christophe Massiot authored
replace spaces with '+'. That's what browsers do, and I think it's the right thing to do since vlc_UrlEncode was just breaking things. refs #90 and debian bug #279735
-
Christophe Massiot authored
-
Christophe Massiot authored
[12140].
-
Christophe Massiot authored
variables : program, title, chapter, audio-es, video-es and spu-es. New RPN function "value 'variable' vlc_set_var" to change the input variables (variable can be any of those above).
-
Christophe Massiot authored
--sout-transcode-maxheight options, recommended to enforcea particular level of a video codec. Fixed --sout-transcode-fps when used in conjunction with --sout-transcode-threads=1.
-
Jean-Paul Saman authored
-
Christophe Mutricy authored
(Put both artist and name, protect comma with \ )
-
Christophe Massiot authored
liba52, etc. so --with-ffmpeg-mp3lame and stuff should still be useful in this case. The ffmpeg module needs to be built-in under OS X otherwise it doesn't link.
-
Christophe Mutricy authored
-
- 11 Aug, 2005 18 commits
-
-
Antoine Cellerier authored
(like mplayer)
-
Clément Stenac authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Don't explicitly flag the block. Clement could you check if fixes the break of local seeking from revision 12113.
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Jean-Paul Saman authored
Fix revision 12116 which broke other transcode options. The commandline for streaming the OSD menu has changed into a boolean option --sout-transcode-osd: ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg --extraintf rc --sout '#transcode{osd}:std{url=127.0.0.1:1234,access=udp,mux=ts}'
-
Jean-Paul Saman authored
-
Antoine Cellerier authored
-
Christophe Massiot authored
as the control=seek tag.
-
Christophe Massiot authored
-
Christophe Massiot authored
case-insensitive way. Fixed again str_replace().
-
Christophe Massiot authored
-
Christophe Massiot authored
bank instead of being fprintf'd to stderr.
-
Christophe Massiot authored
-
Christophe Massiot authored
chars such as ', \', \ , etc. Fixed a bug when parsing the GET arguments. Added new RPN functions : - str_replace( a, b, c ) : replaces all occurences of b with c in a - addslashes( s ) : escapes all " and ' with a backslash - stripslashes( s ) : the opposite - htmlspecialchars( s ) : replaces &"'<> with their &stuff; equivalent - realpath( s ) : returns an absolute file path (see realpath(3)) And fixed a few memory leaks.
-
Christophe Massiot authored
$-_.+!*'(), unencoded, it also allows to encode any character. It is generally considered a good practive to urlencode $+!*'() because some buggy browsers (read: M$) have a problem with those characters. See the comments in http://fr.php.net/manual/en/function.rawurlencode.php for more information.
-