summaryrefslogtreecommitdiff
path: root/libavdevice/sdl.c
Commit message (Expand)AuthorAge
* libavdevice sdl: added window_fullscreen option to switch SDL output into ful...dronus2013-03-18
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* lavd/sdl: decrease debug info notice log level from AV_LOG_INFO to VERBOSEStefano Sabatini2012-09-07
* lavd/sdl: remove trailing dot in messagesStefano Sabatini2012-09-07
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* lavd/sdl: use verb in options help messageStefano Sabatini2012-07-19
* sdl: fix aspect ratio computations.Nicolas George2012-06-10
* sdl: fix overlay size.Nicolas George2012-06-10
* sdl: add AVFMT_VARIABLE_FPS and AVFMT_NOTIMESTAMPS.Nicolas George2012-06-10
* sdl: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-20
* Make sdl_overlay_pix_fmt_map static const.Reimar Döffinger2011-11-05
* AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-17
* sdl: align option fields after last commitStefano Sabatini2011-06-05
* sdl: use the filename for defining the window title, if not specifiedStefano Sabatini2011-06-05
* lavdev: add SDL output deviceStefano Sabatini2011-05-28