]> git.sesse.net Git - vlc/history - modules/video_filter/atmo
decoder: fix data race in input_DecoderChangePause()
[vlc] / modules / video_filter / atmo /
2015-02-10 Rémi Denis-Courmontvideo_filter: remove Makefile recursion
2014-11-06 Rémi Denis-Courmontatmo: fix invalid delete
2014-07-02 Tristan MatthewsFix build for C++11
2014-05-15 Jean-Baptiste KempfRemove unnecessary vlc_playlist.h include
2014-04-23 Rémi Denis-Courmontatmo: memory leak
2014-01-02 Rémi Denis-Courmontatmo: remove invalid input state callback code
2014-01-02 Felix AbecassisRemove the deprecated vlc_atomic_t type.
2013-12-16 Rémi Duraffortatmo: fix some dealocation mismatch
2013-12-15 Rémi Duraffortamto: fix dealocator (delete [] instead of free)
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-04-26 Christoph MiebachString removal
2013-01-15 Jean-Baptiste KempfAtmo: use LoadLibrary instead of LoadLibraryA for a...
2013-01-15 Jean-Baptiste KempfAtmo: fix memleak introduced by 59f746f6
2013-01-14 Jean-Baptiste KempfAtmo: port Win32 code to UNICODE friendly APIs
2012-11-13 Jean-Baptiste KempfLGPL
2012-08-29 Rémi Duraffortatmo: fix memory leaks.
2012-03-25 Rémi Denis-Courmontatmo: remove extraneous parentheses
2012-02-28 Konstantin PavlovFix some common typos.
2012-01-28 Rafaël Carréatmo: include vlc_codecs.h to get BITMAP definitions
2012-01-28 Rafaël Carréatmo: revert rename of BITMAPFILEHEADER
2012-01-28 KO Myung-HunReplace the bitmap structures of Microsoft with ones...
2011-12-15 Pere Orgafix filename self-references
2011-07-30 Kaarlo RaihaChange allways to always
2011-07-25 Rémi Denis-CourmontUse Unix EOLs and remove trailing spaces
2011-07-25 Benjamin DrungFix typo 'allows to do' -> 'allows doing'
2011-05-18 André Weberatmo: fix handling of YV12 Frames (with hardware accele...
2011-05-17 Laurent AimarConverted atmo filter to vlc_clone().
2011-05-14 Jean-Baptiste KempfAtmo: fix compilation
2011-05-14 Rémi Denis-Courmontatmo: fix most warnings, convert to Unicode, kill usele...
2011-05-13 Rémi Denis-CourmontRemove dummy plugin config item parameter
2011-05-03 Rémi Denis-Courmontconfig.h must be included first and always
2011-04-03 KO Myung-HunOS/2 uses the same path style as Win32.
2011-03-29 Rémi Denis-CourmontAtmo: remove misleading comment about vlc_object_find()
2011-03-21 Rémi DuraffortRemove obvious statements.
2011-03-21 Rémi DuraffortRemove obvious statement.
2011-02-12 Rémi Denis-CourmontRemove useless parameters
2010-11-03 André Weberatmo: fix assertion issue with picture_release
2010-10-25 André Weberatmo: support Fnordlicht protocol with up to 254 channels
2010-10-23 Rémi DuraffortTypos.
2010-10-23 Rémi DuraffortDo not use strlen just to check that a string is non...
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_directory: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_loadfile: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-10-22 Rémi Denis-CourmontRemove unused change_integer_list parameter
2010-10-14 Rémi Denis-Courmontsplit add_file into add_loadfile and add_savefile
2010-09-09 Rémi DuraffortChange %d into %PRId64
2010-08-09 Rémi Duraffortatmo: fix compiler warning.
2010-07-02 Rémi Denis-CourmontC++ compile fix
2010-07-02 Rémi Denis-CourmontMake vlc_value_t.i_int 64-bits
2010-06-25 Rémi Denis-CourmontSpell preferred
2010-06-24 Rémi Denis-CourmontSpell "separate"
2010-06-05 Rémi Denis-CourmontTypos
2010-06-03 André Weberatmo: updated README.txt for Fnordlicht, added author...
2010-06-03 Kai Lauterbachatmo: add support for Fnordlicht devices
2010-06-01 André WeberRevert "atmo: add support for new device fnordlicht"
2010-06-01 Kai Lauterbachatmo: add support for new device fnordlicht
2010-04-18 Laurent AimarDo not use private vout fields in atmo filter.
2010-04-13 Christophe MutricyTypo
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-01-31 Rémi Denis-CourmontDon't #include LibVLC from plugins
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-26 Rémi Duraffortatmo: fix mismatch allocation/deallocation.
2010-01-26 André Weberenhanced & corrected AtmoLight filter module
2010-01-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
2009-08-30 Rémi Denis-Courmontatmo: no need for custom makefile
2009-08-25 Rémi Denis-Courmontatmo filter: disable until it is fixed
2009-08-25 Rémi Denis-CourmontRemove non-sense
2009-07-16 Anthony Loiseaucosmetic: remove nullity test on free() and delete
2009-07-16 Rémi DuraffortThat's safe to delete NULL.
2009-06-30 Rémi DuraffortGlobal headers.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontRemove unhandled error warning
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-03-11 André WeberFixed a Bug in UpdateEdgeWeighting used wrong const...
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-16 Felix Paul Kühnecompilation fix in case that INT64_C isn't defined
2008-12-29 Rémi Duraffortatmo: remove silly thing.
next