summaryrefslogtreecommitdiff
path: root/libavdevice/sdl.c
Commit message (Expand)AuthorAge
* sdl: Remove AVPicture usageTimothy Gu2016-02-02
* lavd: add categories to device implementationsLukasz Marek2014-03-03
* lavd/sdl: reset context variables after destroyLukasz Marek2014-02-08
* lavd/sdl: make waiting spurious wakeup awareLukasz Marek2014-02-08
* lavd/sdl: add delay when no events are found in the event queueStefano Sabatini2013-11-26
* lavd/sdl: apply misc cosmetics to optionsStefano Sabatini2013-11-26
* lavd/sdl: allow to change window sizeStefano Sabatini2013-11-26
* lavd/sdl: move compute_overlay_rect() before event_thread()Stefano Sabatini2013-11-26
* lavd/sdl: factorize overlay rect size in a separate functionStefano Sabatini2013-11-26
* lavd/sdl: add event handler threadStefano Sabatini2013-11-26
* lavd/sdl: do not manually free window_title and icon_title fieldsStefano Sabatini2013-11-24
* 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