Nicolas George
|
4adf5dfadb
|
sdl: fix aspect ratio computations.
The rounding was wrong due to incorrect ue of floats,
changed to rationals and av_rescale.
The results were not properly passed to SDL.
|
2012-06-10 09:57:50 +02:00 |
Nicolas George
|
3ff6b1a2b3
|
sdl: fix overlay size.
The size passed to SDL_CreateYUVOverlay is the size
of the video in pixels, it must not take the aspect ratio
into account.
|
2012-06-10 09:42:31 +02:00 |
Nicolas George
|
2f9907be3e
|
sdl: add AVFMT_VARIABLE_FPS and AVFMT_NOTIMESTAMPS.
It allows vsync to be automatically set to passthrough.
|
2012-06-10 09:42:31 +02:00 |
Nicolas George
|
0ef4924db4
|
sdl: use AV_OPT_TYPE_IMAGE_SIZE.
|
2012-05-20 18:24:20 +02:00 |
Reimar Döffinger
|
91e7e6b721
|
Make sdl_overlay_pix_fmt_map static const.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
|
2011-11-05 15:37:02 +01:00 |
Clément Bœsch
|
539399d4d1
|
AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.
|
2011-10-17 07:33:10 +02:00 |
Stefano Sabatini
|
e844abc498
|
sdl: align option fields after last commit
|
2011-06-05 13:55:02 +02:00 |
Stefano Sabatini
|
0d0fdb0ad5
|
sdl: use the filename for defining the window title, if not specified
This allows a more efficient use of the commandline.
|
2011-06-05 13:17:38 +02:00 |
Stefano Sabatini
|
b2a6f25c67
|
lavdev: add SDL output device
|
2011-05-28 19:17:14 +02:00 |