]> git.sesse.net Git - vlc/history - modules/video_filter/puzzle.c
puzzle: fix error check, do not leak pictures on error
[vlc] / modules / video_filter / puzzle.c
2015-03-22 David Fuhrmannpuzzle: fix error check, do not leak pictures on error
2013-07-22 Rémi DuraffortFix potential missing unlock (cid #1049393)
2013-07-22 Rémi DuraffortFix potential missing unlock (cid #1049392)
2013-07-07 Rémi Denis-Courmontpuzzle: reject 0 planes formats
2013-04-30 Vianney BOYERPuzzle: main filter update
2012-12-27 David Fuhrmannpuzzle: row and col values of 1 are not supported
2012-11-13 Jean-Baptiste KempfLGPL
2012-11-10 Rémi Denis-Courmontpuzzle: use atomic variables and flag instead of lock
2011-05-13 Rémi Denis-CourmontRemove dummy plugin config item parameter
2011-02-17 Jean-Baptiste KempfPuzzle: kill a warning
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-04-17 Laurent AimarFixed and simplify a bit puzzle filter.
2010-03-06 Rémi Denis-CourmontUse vlc_mrand48() instead of rand()
2010-01-23 Rémi Denis-Courmontfilter_t: use struct of non-anymous unions, seems more...
2009-10-22 Rémi DuraffortFix inverted logic introduced in 048e2d9104c8f6d948400e...
2009-10-20 Rémi DuraffortRevert "video_filter_puzzle: remove unnedeed structure...
2009-10-20 Rémi Duraffortpuzzle: add some comments.
2009-10-20 Rémi Duraffortpuzzle: draw the blackslot when needed (typo).
2009-10-20 Rémi Duraffortvideo_filter_puzzle: remove unnedeed structure (it...
2009-10-16 Rémi Duraffortvideo_filter_puzzle: change default value and limit...
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-06-05 Laurent AimarUsed es_format_IsSimilar when needed.
2009-06-04 Laurent AimarConvert puzzle to "video filter2".
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-19 Rémi Denis-CourmontAdd a bunch of FIXMEs
2009-04-02 Laurent AimarFixed a lot of issues regarding fullscreen/mouse in...
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-15 Laurent AimarMerged vout_DatePicture into vout_DisplayPicture.
2008-07-17 Pierre d'Herbemontvout: Rename vout_Destroy to vout_CloseAndDestroy.
2008-07-17 Laurent AimarFixed filters implemented as vout (Init/End can be...
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-22 Rémi DuraffortRemove unnedeeded msg_Error.
2008-06-01 Rafaël Carrés/vout_Destroy/vlc_object_release/ - A cat is a cat
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-29 Rafaël Carrévideo_filter: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-16 Jean-Baptiste KempfShould fix another bunch of: (near initialization for...
2007-04-25 Antoine Cellerier* motiondetect.c: remove useless include.
2007-03-31 Antoine CellerierMake it possible to change puzzle parmaeters after...
2007-03-25 Antoine CellerierAdd support for config chain option parsing.
2006-12-11 Derk-Jan Hartman* motion_detect: use playlist_Control's "lock" argument
2006-11-26 Antoine Cellerieruse pf_mem{set,cpy} when possible
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-11 Antoine CellerierOnly accept mouse coordinates inside video window
2006-11-11 Antoine CellerierAdd "shuffle" button to puzzle in order to prevent...
2006-11-11 Antoine CellerierReally prevent illegal puzzles and prevent some illegal...
2006-11-11 Antoine CellerierPut video in black slot when puzzle is solved
2006-11-11 Antoine CellerierI'm not sure that this is ok but it definitively preven...
2006-11-10 Antoine CellerierWoops.
2006-11-10 Antoine CellerierAdd --puzzle-black-slot option to change puzzle type
2006-11-10 Antoine CellerierPuzzle vout filter. (vlc --vout-filter puzzle <your...