- Sep 27, 2015
-
-
Rémi Denis-Courmont authored
This reduces the semaphore contention scope.
-
Rémi Denis-Courmont authored
This allocates a picture without affecting the video output format. This can be used when the decoder keeps proper track of format updates.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The coded video size is already fixed by the decoder when creating the vidoe acceleration plugin, while the chroma is fixed by vlc_va_GetChroma(). This callback is useless.
-
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
This call was originally meant to adjust the hardware acceleration to video size changes, but that cannot happen there anymore. Also errors cannot be handled properly there either.
-
Rémi Denis-Courmont authored
This should never happen, and it would not work. We need the real dimensions to initialize the video output thread.
-
Rémi Denis-Courmont authored
The performance gains from not emulating edges was low if any, if not negative. In any case, this was for non-DR cases only, so so much for performance... Also do not bother setting the flag at all with newer versions as it was deprecated, and the underlying feature is always on.
-
Rémi Denis-Courmont authored
The direct rendering flag used to gated certain code paths from hardware decoding. Nowadays, the flag is not checked when hardware decoding is active, so there are no needs to clobber it anymore. This allows using direct rendering when falling back from hardware decoding to software decoding.
-
Rémi Denis-Courmont authored
This hack was disabled twelve years ago...
-
Rémi Denis-Courmont authored
-
- Sep 26, 2015
-
-
Felix Paul Kühne authored
-
Most of the IBOutlets that used Hungarian notation are renamed and the bindings in the MainWindow.xib were adjusted accordingly. Additonally all IBOutlets are properties now instead of ivars. Removed spacing in front of arguments in Objective C methods. Replace another unnecessary iteration used for source list item expansion. Signed-off-by:
David Fuhrmann <dfuhrmann@videolan.org>
-
- Sep 24, 2015
-
-
Thomas Guillem authored
C11 removed gets, therefore the iconv gets warning fails.
-
Thomas Guillem authored
-
- Sep 23, 2015
-
-
François Cartegnie authored
-
This replaces the iteration over all items and expanding them with a single call to the expand method, passing nil for the item, which causes all items to expand. This works since OS X 10.5. Signed-off-by:
David Fuhrmann <dfuhrmann@videolan.org>
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
avoids dropping current command queue and not recycling compatible es
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- Sep 22, 2015
-
-
This removes the simple settings shortcut list click action, as it causes the Change Shortcut dialog to open even when clicking on the list header. Additonally it feels weird to trigger this dialog with just a single click. Signed-off-by:
David Fuhrmann <dfuhrmann@videolan.org>
-
François Cartegnie authored
-