- 30 Mar, 2013 2 commits
-
-
Francois Cartegnie authored
-
Zoran Turalija authored
Error messages were reused from time when there was no uncommitted switch support. Now we have support for this feature, and we can supply better error messages, because we know in more details what has happened at times when error occured. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 29 Mar, 2013 4 commits
-
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
These sources have some data appended after the CC units. Example: 0x91 0xe0 0x65 0x6e 0x67 0x7e 0x3f 0xff e n g Probably a language code.
-
Rafaël Carré authored
-
Konstantin Pavlov authored
By default VLC uses "vlc" as syslog ident but in case more than one VLC is logging this may not be enough. This commit introduces --syslog-ident parameter which allows setting of the ident. Based on patch by Georgi Chorbadzhiyski <gf@unixsol.org>.
-
- 28 Mar, 2013 10 commits
-
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Zoran Turalija authored
Change "cycle through program SIDs" to support cycle both ways (prev/next). With this commit, it is possible e.g. to quickly change between neighbor program SIDs back and forth in multi-program stream like DVB streams using default x/Shift+x keys. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Relicencing by author as it is still not altered.
-
Felix Paul Kühne authored
-
- 27 Mar, 2013 7 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Janne Grunau authored
This is mostly useful if the hw accelerator cannot handle the stream. The software decoder fallback will then use frame multithreading if it supports it. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Set to the closest to 5% steps
-
Jean-Baptiste Kempf authored
Close #5671 Patch by "rycius" on trac
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 26 Mar, 2013 15 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Default size was wrong. Text was really hard to real in that tiny box: lots of line breaks and scrollbars. Text should fit in a single viewport. Max size has been increased to 500, screen assumed at least 640px wide.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Also do not check that playlist is non-NULL (always true).
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
Missing in f0f769af
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Zoran Turalija authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Tested and working with automake 1.11.1, builds and works fine. Confirmed by another project as well: https://github.com/mxe/mxe/issues/128 Also removed dist-lzip because of "configure.ac:29: option `dist-lzip' not recognized" Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
This remove Probe and the multiple handle leaks that it causes. Fix #8130 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 25 Mar, 2013 2 commits
-
-
Jean-Baptiste Kempf authored
-
Zoran Turalija authored
Use parenthesis around the expression returned in LIBAVUTIL_VERSION_CHECK, to avoid problems that can arise in future with some ways macro may be used. Same as what has been done in LIBAVCODEC_VERSION_CHECK. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-