- 27 Sep, 2015 8 commits
-
-
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
-
- 26 Sep, 2015 2 commits
-
-
Felix Paul Kühne authored
-
Marvin Scholz 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>
-
- 24 Sep, 2015 2 commits
-
-
Thomas Guillem authored
C11 removed gets, therefore the iconv gets warning fails.
-
Thomas Guillem authored
-
- 23 Sep, 2015 15 commits
-
-
Francois Cartegnie authored
-
Marvin Scholz 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>
-
David Fuhrmann authored
Currently, the VLC code cannot cope with big audio device latencies as reported by airplay devices. Thus disable the latency calculation for those devices for now. refs #14042
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
avoids dropping current command queue and not recycling compatible es
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 22 Sep, 2015 2 commits
-
-
Marvin Scholz authored
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>
-
Francois Cartegnie authored
-
- 21 Sep, 2015 11 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Otherwise the timeshift waits timeoffset
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
We have no demuxer for it
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-