Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-24lavd: drop SDL1 device and SDL1 supportJosh de Kock
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-03sdl: Remove AVPicture usageTimothy Gu
2014-03-04lavd: add categories to device implementationsLukasz Marek
2014-02-08lavd/sdl: reset context variables after destroyLukasz Marek
2014-02-08lavd/sdl: make waiting spurious wakeup awareLukasz Marek
2013-11-26lavd/sdl: add delay when no events are found in the event queueStefano Sabatini
2013-11-26lavd/sdl: apply misc cosmetics to optionsStefano Sabatini
2013-11-26lavd/sdl: allow to change window sizeStefano Sabatini
2013-11-26lavd/sdl: move compute_overlay_rect() before event_thread()Stefano Sabatini
2013-11-26lavd/sdl: factorize overlay rect size in a separate functionStefano Sabatini
2013-11-26lavd/sdl: add event handler threadStefano Sabatini
2013-11-24lavd/sdl: do not manually free window_title and icon_title fieldsStefano Sabatini
2013-03-18libavdevice sdl: added window_fullscreen option to switch SDL output into ful...dronus
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-09-07lavd/sdl: decrease debug info notice log level from AV_LOG_INFO to VERBOSEStefano Sabatini
2012-09-07lavd/sdl: remove trailing dot in messagesStefano Sabatini
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-07-20lavd/sdl: use verb in options help messageStefano Sabatini
2012-06-10sdl: fix aspect ratio computations.Nicolas George
2012-06-10sdl: fix overlay size.Nicolas George
2012-06-10sdl: add AVFMT_VARIABLE_FPS and AVFMT_NOTIMESTAMPS.Nicolas George
2012-05-20sdl: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2011-11-05Make sdl_overlay_pix_fmt_map static const.Reimar Döffinger
2011-10-17AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch
2011-06-05sdl: align option fields after last commitStefano Sabatini
2011-06-05sdl: use the filename for defining the window title, if not specifiedStefano Sabatini
2011-05-28lavdev: add SDL output deviceStefano Sabatini