- 17 Sep, 2009 9 commits
-
-
Ilkka Ollakka authored
-
JP Dinger authored
(cherry picked from commit d0e62402) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
rtp-output without muxin doesn't seem to handle that delay.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
if user defines qp-value, CQP-mode is used otherwise if user defines vb=0, CRF-mode is used otherwise ABR-mode is used
-
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. (cherry-picked from 9543a6ab) Also default qp=-1 so CQP-mode is only used when user defines qp-value
-
Ilkka Ollakka authored
(cherry picked from commit cce5f9e2)
-
Rémi Duraffort authored
a30ec4a2)
-
Ilkka Ollakka authored
(cherry picked from commit 1b7c1d35)
-
- 16 Sep, 2009 2 commits
-
-
Anthony Loiseau authored
When second argument of a for statement is a sequence, firsts expressions are evaluated as void with no usage of their return value. Signed-off-by: Rémi Duraffort <ivoire@videolan.org> (cherry picked from commit 16bc4dd9) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Pierre Ynard authored
Apparently, since 'setlocale( LC_NUMERIC, "C" );' was removed from libvlc initialization 3 years ago, the syntax to set configuration variables of floating point types has changed and become dependent on the current locale ("0.5" vs. "0,5" etc). Some places have been converted to the use of us_atof() which is locale-independent; fix all the remaining ones too.
-
- 15 Sep, 2009 12 commits
-
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
Arial Black is available on all Mac OS X installations current VLC releases can run on and is the default for the 'Quartztext' renderer anyway.
-
Rémi Duraffort authored
(cherry picked from commit c49f9252) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Osama Khalid authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Laurent Aimar authored
Reported by Sebastian Apelt, Siberas. (cherry picked from commit dfe7084e)
-
Laurent Aimar authored
Reported by Sebastian Apelt, Siberas. (cherry picked from commit c5b02d01)
-
Laurent Aimar authored
Reported by Sebastian Apelt, Siberas. (cherry picked from commit 861e374d)
-
Pierre Ynard authored
(cherry picked from commit 5e2c4b1a)
-
Marian Ďurkovič authored
(cherry picked from commit 6fc6b16d)
-
Marian Ďurkovič authored
(cherry picked from commit 475b627e)
-
Marian Ďurkovič authored
Info they provide is typically also present in the text or not usefull to VLC. (cherry picked from commit 23561729)
-
Marian Ďurkovič authored
(cherry picked from commit be9458e0)
-
- 14 Sep, 2009 3 commits
-
-
Mindaugas Baranauskas authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Pierre Ynard authored
The avcodec module can be successfully opened to encode subtitle formats that it recognizes, but support is absent and pf_encode_sub is never set, which leads to a crash. (cherry picked from commit 2631cc77)
-
Pierre Ynard authored
This piece of code really ought to be fixed better than that (cherry picked from commit ce484549)
-
- 12 Sep, 2009 6 commits
-
-
Pierre Ynard authored
Fix interlacing support with default chromas too (cherry picked from commit eb9b54c8)
-
Antoine Cellerier authored
First try using no interlacing and fallback to driver's default if it isn't possible. Might fix some issues. We still need to declare images as interlaced to VLC afterwards, but that's another problem. (cherry picked from commit b5bcf711)
-
Antoine Cellerier authored
Fixes some incomplete reads with gspca driver, and makes it possible to use all 3 data acquisition methods (previous code was limited to read()).
-
Alina Friedrichsen authored
Without this patch, the initial value on my system is for example 3, so that two much items are counted. In the second step the function breaks with a error code, when the information downloading of the non-existing item fails. Signed-off-by: Alina Friedrichsen <x-alina@gmx.net> Signed-off-by: Antoine Cellerier <dionoea@videolan.org> (cherry picked from commit 288f193a)
-
Antoine Cellerier authored
(and print some extra debug)
-
- 11 Sep, 2009 7 commits
-
-
Geoffroy Couprie authored
Try again to fix the Win32 update code and make buildbot happy. This reverts commit ebfd9455. (cherry picked from commit 3ec93c14) Conflicts: src/misc/update.c
-
Geoffroy Couprie authored
Fix the Windows update mechanism. This reverts commit 0f245d7b. Conflicts: src/misc/update.c
-
Marian Ďurkovič authored
-
Marian Ďurkovič authored
(cherry picked from commit bbea92e7)
-
Marian Ďurkovič authored
Also provide workarounds for some broadcasters which ignore this standard. (cherry picked from commit 6217711a)
-
Marian Ďurkovič authored
(cherry picked from commit fdfc6ad1)
-
Marian Ďurkovič authored
(cherry picked from commit 47f4d3c6)
-
- 10 Sep, 2009 1 commit
-
-
Éric Lassauge authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-