aboutsummaryrefslogtreecommitdiffstats
path: root/libavdevice/sdl.c
Commit message (Collapse)AuthorAgeFilesLines
* Make sdl_overlay_pix_fmt_map static const.Reimar Döffinger2011-11-051-1/+1
| | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-171-3/+3
|
* sdl: align option fields after last commitStefano Sabatini2011-06-051-2/+2
|
* sdl: use the filename for defining the window title, if not specifiedStefano Sabatini2011-06-051-1/+3
| | | | This allows a more efficient use of the commandline.
* lavdev: add SDL output deviceStefano Sabatini2011-05-281-0/+228