- 04 Feb, 2014 1 commit
-
-
Ilkka Ollakka authored
Fixes off-by-one segment duration uses, and actually use new segments length to see how long segments are and when the playlist should be reloaded.
-
- 03 Feb, 2014 6 commits
-
-
Jean-Baptiste Kempf authored
This should allow downgrades. Close #10551
-
David Fuhrmann authored
close #6073
-
David Fuhrmann authored
This is the only supported way to terminate an cocoa application and also ensure that the gui settings are getting saved. Adapted from similar code in the qt module.
-
David Fuhrmann authored
This module is used for video output with the windowed npapi plugin. close #8506
-
David Fuhrmann authored
close #8353
-
David Fuhrmann authored
This will not compile with libav. Libav needs to be fixed before we can support it again here.
-
- 02 Feb, 2014 9 commits
-
-
Felix Paul Kühne authored
Note that this implementation only includes the features we care about and is incomplete
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Ilkka Ollakka authored
'input pts' is the pts after all the filters, so for example yadif2x etc need to take into account. It is used to determinate if we need to duplicate current block until we should get new picture to encode.
-
Ilkka Ollakka authored
This way if playlist contains way shorter segments than max-duration, we have better estimate on how ofter we should reload playlist.
-
Ilkka Ollakka authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
- 01 Feb, 2014 8 commits
-
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Martin Storsjö authored
If resampling from a higher sampling rate to a lower, one will end up with noises in the audio due to an android bug. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
-
Tristan Matthews authored
It has been merged upstream. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 31 Jan, 2014 5 commits
-
-
Hugo Beauzée-Luyssen authored
-
Felix Paul Kühne authored
No functional changes
-
Jean-Baptiste Kempf authored
Until we can split this code out :)
-
Maxim Bublis authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Ilkka Ollakka authored
Fixes setting output pts if video filters return multiple frames in loop but in OutputFrame we don't need to duplicate. Then we don't set output_pts correctly on following frames, only on first one.
-
- 29 Jan, 2014 8 commits
-
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Multimedia Keys, on Windows, generate both WM_APPCOMMAND and WM_KEYDOWN, even if you accept the first, because that makes so much sense. But some remotes only generate the APPCOMMAND ones, of course... Therefore, Qt will get the messages twice and do play/pause. This is not the correct fix, I'm afraid, but this will do until someone redoes the configuration of the options and fixes the APPCOMMAND handling with a correct MCE remote. This will do it for now... Close #9521
-
Rémi Denis-Courmont authored
This should allow changing them from within a thread using STA. (The plugin still cannot be instantiated from such thread though.) Also fix MTA enter/leave in a few places.
-
Rafaël Carré authored
-
Rafaël Carré authored
We only need autopoint to autoreconf packages
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 28 Jan, 2014 3 commits
-
-
Felix Abecassis authored
Double clicking to toggle to fullscreen mode does not trigger this code path since 7b8083d2. The state of the playlist was therefore not in sync with the vout. Pressing the fullscreen hotkey caused the state of the playlist to be used to set the state of the vout, thus causing the bug. Close #10433. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-