- 14 Nov, 2016 15 commits
-
-
Rémi Denis-Courmont authored
Since there are always exactly one callback per event (the owner´s), this is much simpler. This also removes unhandled error cases, and provides more straightforward callback prototypes.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
They had no listeners.
-
Rémi Denis-Courmont authored
This was never triggered.
-
Rémi Denis-Courmont authored
This is neither used nor documented.
-
Rémi Denis-Courmont authored
The deinterlace module string is meaningless if deinterlacing is disabled, and must be set if deinterlacing is enabled. So compare it to NULL to indicate if deinterlacing is enabled or is not.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The original remains valid, there is no need to copy it.
-
Rémi Denis-Courmont authored
Modules use higher-level wrappers, currently filter_chain_NewVideo().
-
Steve Lhomme authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Steve Lhomme authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Steve Lhomme authored
default to 80° Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Steve Lhomme authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Rajeesh K V authored
Convert/Save dialog has had option to specify 'start time' but no option for setting 'stop time' in the interface. The backend 'stop-time' option was already present. This patch simply adds and enables the edit widget for end time in Qt interface. Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
- 13 Nov, 2016 17 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Rémi Denis-Courmont authored
When bs_read_ue() returned 2^32-1, computing (val + 1) as 'int' overflowed. With this patch, the conversion from unsigned to signed is performed after the division by two, so that the absolute value range is always within limits of the signed 32-bits integer type. Also use fast types since the function are meant to be inlined.
-
François Cartegnie authored
not intuitive, but something was divided by numerator
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Rafaël Carré authored
Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr>
-
Rémi Denis-Courmont authored
- Use single precision trigonometric functions. - Compute sine and cosine only once. - Combine sine and cosine computation - on platforms allowing it.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
That function assumed that: - wchar_t and wint_t are the same: not true on Linux-i386, - the locale encodes characters as UTF-8: not true on Windows. This replaces its only occurrence with AppendString() and an explicit UTF-8 sequence.
-
Jean-Baptiste Kempf authored
ref #17625
-
Pierre Ynard authored
Ref #4815
-
- 12 Nov, 2016 1 commit
-
-
Filip Roséen authored
There is nothing that guarantees that vlc_UrlParse will populate url.psz_host after it has been invoked, as such we need to make sure that we do not try to strdup with the value if it is NULL. fixes #17630 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 11 Nov, 2016 4 commits
-
-
Rémi Denis-Courmont authored
The variable value is always zero as of bdc3ad38. Simplify accordingly.
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- 10 Nov, 2016 3 commits
-
-
Rémi Denis-Courmont authored
-
Filip Roséen authored
These changes are a fixup of e2fb1043, in which a stupid brain-fart caused me to invert the expression that is to see whether or not we are at the end of stream. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Marvin Scholz authored
-