Stefano Sabatini
|
09cc23e0f7
|
lavd/sdl: decrease debug info notice log level from AV_LOG_INFO to VERBOSE
Decrease log spam.
|
12 years ago |
Stefano Sabatini
|
a7c7b34d29
|
lavd/sdl: remove trailing dot in messages
This is consistent with the apparently prevailing convention.
|
12 years ago |
Stefano Sabatini
|
7e17389c1e
|
lavd/sdl: use verb in options help message
An help message tells what an option does, not what its argument is.
|
13 years ago |
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.
|
13 years ago |
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.
|
13 years ago |
Nicolas George
|
2f9907be3e
|
sdl: add AVFMT_VARIABLE_FPS and AVFMT_NOTIMESTAMPS.
It allows vsync to be automatically set to passthrough.
|
13 years ago |
Nicolas George
|
0ef4924db4
|
sdl: use AV_OPT_TYPE_IMAGE_SIZE.
|
13 years ago |
Reimar Döffinger
|
91e7e6b721
|
Make sdl_overlay_pix_fmt_map static const.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
|
13 years ago |
Clément Bœsch
|
539399d4d1
|
AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.
|
13 years ago |
Stefano Sabatini
|
e844abc498
|
sdl: align option fields after last commit
|
14 years ago |
Stefano Sabatini
|
0d0fdb0ad5
|
sdl: use the filename for defining the window title, if not specified
This allows a more efficient use of the commandline.
|
14 years ago |
Stefano Sabatini
|
b2a6f25c67
|
lavdev: add SDL output device
|
14 years ago |