- Mar 03, 2014
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com>
-
- Feb 08, 2014
-
-
Lukasz Marek authored
SDL device reports double free or hangs when quiting. Reseting variables solves the issue. The issue is caused by double call of write_trailer callback. It is called for the first time in write_packet when quit flag is set. Second call comes from ffmpeg.c or may come from other client application. Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com> Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 26, 2013
-
-
Stefano Sabatini authored
Avoid busy loops and decrease CPU usage. Suggested-By: Roger Pack
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
It will be used in event_thread() in a pending patch.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
SDL_Init() is called on the event handler thread, as required by SDL in Windows to avoid deadlocks as discovered by Roger Pack. Fix trac ticket #1743 and #1744.
-
- Nov 24, 2013
-
-
Stefano Sabatini authored
They are automatically freed when calling av_write_trailer(). Simplify.
-
- Mar 18, 2013
-
-
dronus authored
-
- Sep 07, 2012
-
-
Stefano Sabatini authored
Decrease log spam.
-
Stefano Sabatini authored
This is consistent with the apparently prevailing convention.
-
- Jul 19, 2012
-
-
Stefano Sabatini authored
An help message tells what an option does, not what its argument is.
-
- Jun 10, 2012
-
-
Nicolas George authored
The rounding was wrong due to incorrect ue of floats, changed to rationals and av_rescale. The results were not properly passed to SDL.
-
Nicolas George authored
The size passed to SDL_CreateYUVOverlay is the size of the video in pixels, it must not take the aspect ratio into account.
-
Nicolas George authored
It allows vsync to be automatically set to passthrough.
-
- May 20, 2012
-
-
Nicolas George authored
-
- Nov 05, 2011
-
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- Oct 17, 2011
-
-
Clément Bœsch authored
-
- Jun 05, 2011
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
This allows a more efficient use of the commandline.
-
- May 28, 2011
-
-
Stefano Sabatini authored
-