- 16 Nov, 2016 12 commits
-
-
Pierre Ynard authored
Ref #3353
-
Steve Lhomme authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Steve Lhomme authored
There isn't a case where program[0] is 0 and program[1] is 0. They are always created together. So the second part of the if() is never called. program[0] is for YUV and XYZ sources so it is odd to use it with a single planar texture, given that's what program[1] is for. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Steve Lhomme authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
Instead of expecting the longname to be passed in the config chain and parsing it from there
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 15 Nov, 2016 28 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This makes deletion and appending somewhat more consistent.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
And simplify accordingly, notably inline playlist_NodeAppend().
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
...where applicable. (Some other functions conditionally delete stuff; those functions can actually fail.)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
François Cartegnie authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
This makes more sense than returning the input item ID, which is not exposed in any other place and manner through Lua. And it seems that was the intent too. Then again, the value is either way potentially invalid by the time it is returned.
-