- 15 Nov, 2016 7 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Jean-Baptiste Kempf authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Ynard authored
There's no point in passing a list of modules to load at the same time there, and it's not supported.
-
Pierre Ynard authored
-
- 14 Nov, 2016 25 commits
-
-
Marvin Scholz authored
-
Rémi Denis-Courmont authored
If we have two valid input item pointers, then they are the same if and only if the pointers are equal. No need to compare input item IDs.
-
Rémi Denis-Courmont authored
Or they are not until we have 2 billions of them, and even then, the sign is not relevant.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
Without the legacy event handler, the distinction is superfluous.
-
Rémi Denis-Courmont authored
-
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 8 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
-