- 29 Jul, 2009 7 commits
-
-
Michael Hanselmann authored
It's needed for authentication. Signed-off-by: Michael Hanselmann <public@hansmi.ch> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Michael Hanselmann authored
It'll be used by another patch. Signed-off-by: Michael Hanselmann <public@hansmi.ch> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Michael Hanselmann authored
These functions can be used by HTTP clients to authenticate against HTTP servers using the Basic and Digest algorithms as described in RFC2617. Most of the code is taken from modules/access/http.c, although it includes modifications to make it work as library functions and to fix some issues. The HTTP access module can be converted at a later point, but there's still some stuff needing cleanup first. These functions will be used for the Remote Audio Output Protocol plugin to authenticate VLC against RAOP-compatible devices if the user enabled password protection. Signed-off-by: Michael Hanselmann <public@hansmi.ch> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Felix Paul Kühne authored
-
Rémi Duraffort authored
introduced by afce97e9).
-
Rémi Duraffort authored
-
Ilkka Ollakka authored
-
- 28 Jul, 2009 22 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
And clean it. Only Git revision is interested. You can't build contribs without Git.
-
ogg.k.ogg.k authored
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
NEVER TESTED.
-
Jean-Baptiste Kempf authored
-
Christophe Mutricy authored
EXTRA_DATA doesn't seem to be a "primary" even if DATA is and EXTRA is a valid prefix. Also i don't think .vlt are often rebuilt so it should be in clean rather than mostly clean
-
Laurent Aimar authored
It fixes at least RGB blending with opengl on little indian arch.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
Without this patch, all epehemere subpicture with the same start date are blended over the picture.
-
Anthony Loiseau authored
dialog_ProgressCreate can return NULL. For this case, only deal with the result if it is not NULL. Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Ilkka Ollakka authored
-
Rémi Duraffort authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
should not crash if font family not found. Thanks to Anthony Loiseau for spotting this one.
-
Ilkka Ollakka authored
Also set vbv-bufsize if user didn't specify them. bufsize is bitrate * seconds between keyframes instead of earlier 2*bitrate. Recommended by Dark_Shikari So now you can stream for mobiles with following: sout="#transcode{deinterlace,acodec=mp4a,vcodec=h264,width=320,height=180,venc=x264{no-cabac,bframes=0,ref=3,level=12,keyint=50},vb=180,ab=64,channels=2}... tested with rtp-output and G1 android. Produces quite stable near cbr stream. And file-encoding should be ok with defaults (without any venc=x264-settings or bitrates), if not targeted to handhelds/streaming.
-
Ilkka Ollakka authored
change from default 800 to zero, as nowdays most of bitrate transcoding is for streaming, and 800 ain't good default for that either. Also thisways it's easier on check different encoding modes (cbr/qp/etc) on video encoder modules. I did quick look on different modules, but didn't spot anything obvious that would break. I'll look ffmpeg and x264 more closely next.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 27 Jul, 2009 11 commits
-
-
Laurent Aimar authored
It avoids loosing subtitles with the messages "main subpicture error: subpicture heap full".
-
Laurent Aimar authored
It also avoid useless mdate() when decoding audio.
-
Laurent Aimar authored
-
Laurent Aimar authored
Dynamic subtitles are used by ssa and kate. This commit breaks the API for 2 functions used by the transcode module.
-
Laurent Aimar authored
-
Pierre Ynard authored
Work around the missing PathIsNetworkPathW() function...
-
Rémi Duraffort authored
-
Rémi Duraffort authored
done when the module is created.
-
Rémi Duraffort authored
-
JP Dinger authored
Clean up syslog handling in logger: Use only one list of facilities, and get the default facility from that list.
-
Ilkka Ollakka authored
-