Changeset 071f36


Ignore:
Timestamp:
09/12/10 23:09:07 (3 years ago)
Author:
Jaromil <jaromil@…>
Branches:
b1faa09f4dfcf63d19d2cb9fc598a583e1df1c33
Children:
1b751b
Parents:
8a9850
git-author:
Jaromil <jaromil@…> (09/12/10 23:09:07)
git-committer:
Jaromil <jaromil@…> (09/12/10 23:09:07)
Message:

documentation completed for the release

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • AUTHORS

    r8a9850 r071f36  
    66 
    77Albert Frisch 
     8Carlo E. Prelz 
    89Dan Dennedy 
    910Denis Jaromil Roio 
  • ChangeLog

    r8a9850 r071f36  
    22*** See the Changes @section in include/frei0r.h or git log 
    33 
    4 *** Follows git --log output: 
    5  
     4*** Follows git --log output (incomplete before 2008) 
     5 
     6commit 8a98507d11381d8fc83100548d2fe0b34c9ec63d 
     7Author: Jaromil <jaromil@dyne.org> 
     8Date:   Sun Sep 12 23:00:13 2010 +0200 
     9 
     10    documentation updates 
     11 
     12commit 5ddbc498afa8f4c8468434dbd48e932635736e8f 
     13Author: Jaromil <jaromil@dyne.org> 
     14Date:   Sat Sep 11 12:10:16 2010 +0200 
     15 
     16    added documentation on how to implement set_parameter events 
     17    from Salsaman's advice on mailinglist 
     18 
     19commit 9045c24113fe4b0a9656d985ded84b801fc676db 
     20Author: Jaromil <jaromil@dyne.org> 
     21Date:   Sat Sep 11 12:03:22 2010 +0200 
     22 
     23    removed "mode" parameter from vertigo 
     24    not really significant to change that multiplier 
     25    it just provided a very trippy effect 
     26    but the parametrisation was out of 0-1. range 
     27 
     28commit 3d73e96f290e2de04302f2d6d92447ff2b2631e2 
     29Author: Dan Dennedy <dan@dennedy.org> 
     30Date:   Wed Sep 8 12:46:50 2010 -0700 
     31 
     32    These pkg-config OpenCV vars fix build with CMake on OS X. 
     33     
     34    Tested on macports installation of OpenCV. 
     35 
     36commit f74724d3f5f32b28be3c0e3bbe519c19022f1ec3 
     37Author: Dan Dennedy <dan@dennedy.org> 
     38Date:   Wed Sep 8 11:57:42 2010 -0700 
     39 
     40    Add library dirs to CMake for gavl-based plugins. 
     41 
     42commit 79b25842e37ea0fb089154ada99a7c4a3dc13d8e 
     43Author: Dan Dennedy <dan@dennedy.org> 
     44Date:   Wed Sep 8 11:16:04 2010 -0700 
     45 
     46    Avoid redefining PI. 
     47 
     48commit 5761a5b26424593877ad0db428578f372aa55588 
     49Author: Dan Dennedy <dan@dennedy.org> 
     50Date:   Tue Sep 7 22:48:49 2010 -0700 
     51 
     52    Fix crash on vectorscope in gavl_video_scaler_scale(). 
     53     
     54    Due to the scope stride not a multiple of 16. 
     55 
     56commit fd42c2d5935f45bb7daa5e099dc13e61a1095880 
     57Author: Dan Dennedy <dan@dennedy.org> 
     58Date:   Tue Sep 7 22:19:20 2010 -0700 
     59 
     60    Fix CMake build for plugins dependent on gavl. 
     61 
     62commit 5ee9bb58203daf8802b4e180d5b4ea45a10646e7 
     63Author: Jean-Baptiste Mardelle <jb@kdenlive.org> 
     64Date:   Tue Sep 7 22:13:32 2010 -0700 
     65 
     66    CMake build fixes. 
     67     
     68    Not sure what's the status of the CMake build system, but it has 
     69    problems finding the OpenCV library. Below is a patch using pkg-config 
     70    instead of the strange stuff used. 
     71     
     72    This also highlighted the fact that the facebl0r effect has no 
     73    CMakeLists.txt in it's directory, a proposal for that file is also just 
     74    below. 
     75 
     76commit 87043513d7a44a6fe4b0d6327d34edebfcf76f68 
     77Author: Dan Dennedy <dan@dennedy.org> 
     78Date:   Mon Sep 6 21:21:20 2010 -0700 
     79 
     80    Fix typo pointed out by salaman. 
     81 
     82commit dedcd3c64a3dfcf7212bc51f5004a2bd92b8ae4f 
     83Author: Dan Dennedy <dan@dennedy.org> 
     84Date:   Mon Sep 6 21:14:46 2010 -0700 
     85 
     86    Simplify previous commit by letting gavl compute stride and allocate 
     87    frame data. 
     88 
     89commit b5659d84f05cff2b3a7e1f2ba35bd26bd18e82b9 
     90Author: Dan Dennedy <dan@dennedy.org> 
     91Date:   Mon Sep 6 21:06:37 2010 -0700 
     92 
     93    Fix segfault in rgbparade. 
     94     
     95    Due to stride of scala overlay not a multiple of 16 as required by 
     96    gavl_video_scaler_scale(). Hint provided by Burkhard Plaum. 
     97 
     98commit aa40efade5f35824c832eb173d9b0124ecd611bf 
     99Author: Dan Dennedy <dan@dennedy.org> 
     100Date:   Tue Aug 17 01:17:25 2010 -0700 
     101 
     102    Bump package version to 1.2.0. 
     103     
     104    Now that CMake builds for the most on Linux too and spec is at 1.2. 
     105 
     106commit 38945e118caa660b7b07a801a6868e37c1be6077 
     107Author: Dan Dennedy <dan@dennedy.org> 
     108Date:   Mon Aug 16 22:04:42 2010 -0700 
     109 
     110    Remove lib prefix from new plugins. 
     111     
     112    To be consistent with autotools build and other plugins. 
     113 
     114commit 12dcaff55e2d15454d34d8883fadb50771c1f365 
     115Author: Dan Dennedy <dan@dennedy.org> 
     116Date:   Mon Aug 16 21:42:35 2010 -0700 
     117 
     118    Fix compiler warnings. 
     119 
     120commit b6c8180a7c11fca74694681a502d15a77d2b8a78 
     121Author: Dan Dennedy <dan@dennedy.org> 
     122Date:   Mon Aug 16 21:41:36 2010 -0700 
     123 
     124    Fix installation target for some new plugins. 
     125 
     126commit 07e362483830df745b94ff7f34f9550cdf58a542 
     127Author: Marko Cebokli <s57uuu@hamradio.si> 
     128Date:   Sun Aug 15 18:05:03 2010 +0200 
     129 
     130    profile patch from Till 
     131 
     132commit 5d6d253e18cef1ae26eb53f339197633be6392ad 
     133Author: Marko Cebokli <mc@mcpc14.mcsite> 
     134Date:   Sun Aug 15 12:31:51 2010 +0200 
     135 
     136    select0r:  fixed inversion 
     137 
     138commit a3f8505636e51222c4d9289b8f9102575e69e594 
     139Author: Marko Cebokli <mc@mcpc14.mcsite> 
     140Date:   Sun Aug 15 11:28:47 2010 +0200 
     141 
     142    Add select0r plugin 
     143 
     144commit b4e184747bf8c800114457d1b7d5c6479c4f0f00 
     145Author: Marko Cebokli <mc@mcpc14.mcsite> 
     146Date:   Sat Aug 14 14:02:34 2010 +0200 
     147 
     148    pr0be, pr0file: fixed forstr() and /255 
     149 
     150commit f076b686416fab3bf46bc49f0e6b428ef9302e58 
     151Author: Marko Cebokli <mc@mcpc14.mcsite> 
     152Date:   Fri Aug 13 21:17:56 2010 +0200 
     153 
     154    Add pr0be and pr0file plugins 
     155 
     156commit 4d92058b198535024dfe0f637c0b18ffc69355da 
     157Author: Simon Eugster <simon.eu@gmail.com> 
     158Date:   Thu Aug 12 09:41:27 2010 +0200 
     159 
     160    Makefile patch for SOP/Sat filters. Submitted by Till Theato. 
     161 
     162commit 55d09906041816ce6b206a3788827d86ca54ed91 
     163Merge: 352a4dd 07bb152 
     164Author: Marko Cebokli <mc@mcpc14.mcsite> 
     165Date:   Wed Aug 11 16:31:07 2010 +0200 
     166 
     167    Merge branch 'master' of git@code.dyne.org:frei0r 
     168 
     169commit 352a4dda88788e6cc49958efb0e406612a736829 
     170Author: Marko Cebokli <mc@mcpc14.mcsite> 
     171Date:   Wed Aug 11 16:28:19 2010 +0200 
     172 
     173    alpha0ps: corrected typo in description 
     174 
     175commit 07bb152d03cc8577ff636f77f180079e76329301 
     176Author: Simon Eugster <simon.eu@gmail.com> 
     177Date:   Wed Aug 11 09:19:05 2010 +0200 
     178 
     179    SOPSat: printf removed 
     180 
     181commit b9bdd4482af53ac905d78ec78b73a0ed6a020a8f 
     182Author: Simon Eugster <simon.eu@gmail.com> 
     183Date:   Tue Aug 3 23:18:15 2010 +0200 
     184 
     185    SOP/Sat Filter added (ASC CDL) 
     186 
     187commit f6367855c3caabb17fae26cc2c8394366aaf0086 
     188Author: Simon Eugster <simon.eu@gmail.com> 
     189Date:   Sun Aug 1 18:46:39 2010 +0200 
     190 
     191    Basic color decision list filter added. WIP. 
     192 
     193commit dde88ee139eb654f78976bbb675c17d0201c97e6 
     194Author: Simon Eugster <simon.eu@gmail.com> 
     195Date:   Sat Jul 10 16:51:44 2010 +0200 
     196 
     197    Made C99 flag compiler specific (gcc only) 
     198 
     199commit bf6c7a99d9b59eef389d7e1e062b40e849912d2a 
     200Author: Simon Eugster <simon.eu@gmail.com> 
     201Date:   Fri Jul 9 21:43:31 2010 +0200 
     202 
     203    Adding cmake (lost on last commit), fix build 
     204 
     205commit 9e9f4b829e4742d6c0c49f4f601134f02877aa00 
     206Author: Simon Eugster <simon.eu@gmail.com> 
     207Date:   Wed Jul 7 13:43:14 2010 +0200 
     208 
     209    cmake: no lib prefix for plugins anymore 
     210 
     211commit b102c0a08e2c7c291adb01a6d4518a5a6d859a3f 
     212Author: Simon Eugster <simon.eu@gmail.com> 
     213Date:   Wed Jul 7 13:19:59 2010 +0200 
     214 
     215    cmake: No lib prefix for d90 filter 
     216 
     217commit 1ae9057438d6f6276ead3725d63184446a61b299 
     218Author: Simon Eugster <simon.eu@gmail.com> 
     219Date:   Tue Jul 6 17:56:33 2010 +0200 
     220 
     221    Another about 5 % speed gain 
     222 
     223commit 8218dee35d3b2ede8b8bbd8785125094e8210794 
     224Author: Simon Eugster <simon.eu@gmail.com> 
     225Date:   Tue Jul 6 17:36:03 2010 +0200 
     226 
     227    Use pointer arithmetics instead of struct. Speed gain: 20 %. 
     228 
     229commit b0fda3662326222fb0dbbf0151f0f909b689d366 
     230Author: Simon Eugster <simon.eu@gmail.com> 
     231Date:   Mon Jul 5 18:23:54 2010 +0200 
     232 
     233    Comments/Explanations added, stdout removed 
     234 
     235commit 59adb444aa9b4f22b40e6769f27247a47893a118 
     236Author: Simon Eugster <simon.eu@gmail.com> 
     237Date:   Mon Jul 5 17:17:28 2010 +0200 
     238 
     239    Removing Stair steps of 720p D90 videos is working 
     240 
     241commit 4f1fe99b3327b5e10bd31dce7e642de93fe9ccb6 
     242Author: Simon Eugster <simon.eu@gmail.com> 
     243Date:   Mon Jul 5 12:10:42 2010 +0200 
     244 
     245    conversion to struct with byte hacking instead of relying on struct structure in memory 
     246 
     247commit afdda6af3f993b79aa07781b413d1616a33fe1bc 
     248Author: Simon Eugster <simon.eu@gmail.com> 
     249Date:   Mon Jul 5 00:28:19 2010 +0200 
     250 
     251    not working yet. 
     252 
     253commit 46bfe8a51dbdb5b027dd259f82e6d6e2379c1e76 
     254Author: Simon Eugster <simon.eu@gmail.com> 
     255Date:   Sun Jul 4 17:47:40 2010 +0200 
     256 
     257    CMakeFiles.txt updated to install to lib/frei0r-1/ again 
     258 
     259commit 048da28d2c3b1f54635b46f40851856070b5b226 
     260Author: Simon Eugster <simon.eu@gmail.com> 
     261Date:   Sun Jul 4 17:02:06 2010 +0200 
     262 
     263    test-adding a filter 
     264 
     265commit 8a8ed6d60ada04cb9293ce4155d80a04bd32d667 
     266Author: Simon Eugster <simon.eu@gmail.com> 
     267Date:   Sun Jul 4 17:01:15 2010 +0200 
     268 
     269    Fixed: Compile issues, added C99 flags 
     270 
     271commit 7bc4da12485f83296aa099cf46365e65c105fbfe 
     272Author: Simon Eugster <simon.eu@gmail.com> 
     273Date:   Sun Jul 4 17:00:31 2010 +0200 
     274 
     275    Fixed: Compile issues, added C99 flags 
     276 
     277commit f02da964bdc42e98cabee78fcfbbb6e4ffc9d391 
     278Author: Simon Eugster <simon.eu@gmail.com> 
     279Date:   Sun Jul 4 16:59:30 2010 +0200 
     280 
     281    Fixed infinite loop (for i=0; i!=height; i+=4). 
     282 
     283commit 797d6dc5d80b0045916831f5131a6c2ec4403354 
     284Author: Dan Dennedy <dan@dennedy.org> 
     285Date:   Mon Aug 9 16:04:51 2010 -0700 
     286 
     287    Remove assert and printf in faebl0r 
     288 
     289commit 513c5d188d44e661d850cacb51d1f058c673d8bb 
     290Author: Marko Cebokli <mc@mcpc14.mcsite> 
     291Date:   Sun Aug 8 08:58:24 2010 +0200 
     292 
     293    alphaspot, fixed potential /0 
     294 
     295commit f82fc9bd1a5e330d8d98ae8dcfb670c7985a7cc5 
     296Author: Marko Cebokli <mc@mcpc14.mcsite> 
     297Date:   Sat Aug 7 20:46:42 2010 +0200 
     298 
     299    Add alpha0ps, alphagrad and alphaspot plugins 
     300 
     301commit 0ee6384b0112d31723d5872c05a9e8ad3d18db54 
     302Author: Marko Cebokli <mc@mcpc14.mcsite> 
     303Date:   Wed Aug 4 21:12:34 2010 +0200 
     304 
     305    coloradj_RGB fixed blue channel alpha control 
     306 
     307commit 1ed90da9d14eadc72fc6e35c297738b6ec5e547a 
     308Author: Marko Cebokli <mc@mcpc14.mcsite> 
     309Date:   Tue Aug 3 18:06:21 2010 +0200 
     310 
     311    coloradj_RGB:  add cmake stuff 
     312 
     313commit 6873b0b0401818c0c683f5632dee520db70330f0 
     314Author: Marko Cebokli <mc@mcpc14.mcsite> 
     315Date:   Mon Aug 2 20:19:53 2010 +0200 
     316 
     317    Add coloradj_RGB readme file 
     318 
     319commit 4388de47d02834ec1de349b1b6f33cf722118da6 
     320Author: Marko Cebokli <mc@mcpc14.mcsite> 
     321Date:   Mon Aug 2 20:04:34 2010 +0200 
     322 
     323    Add coloradj_RGB source 
     324 
     325commit 25fd2940b2ad382df40badbd5a3e5068db4559bd 
     326Author: Marko Cebokli <mc@mcpc14.mcsite> 
     327Date:   Mon Aug 2 19:56:41 2010 +0200 
     328 
     329    Add coloradj_RGB plugin 
     330 
     331commit 5cb3ddcb92025cd6699e1cddf60a10281e0d39ab 
     332Author: Dan Dennedy <dan@dennedy.org> 
     333Date:   Mon Jul 19 22:07:58 2010 -0700 
     334 
     335    Disable water and facedetect plugins. 
     336     
     337    facedetect is replaced by facebl0r, and water is unstable. 
     338 
     339commit 456eb664c8ebae3cc040de1431429ae53118bd6b 
     340Author: Dan Dennedy <dan@dennedy.org> 
     341Date:   Mon Jul 19 21:54:19 2010 -0700 
     342 
     343    Update list of contributors. 
     344     
     345    Also, direct ChangeLog viewers to helpful places. 
     346 
     347commit f01bfef51a26de31cf7117a08be52e1593b34924 
     348Author: Dan Dennedy <dan@dennedy.org> 
     349Date:   Mon Jul 19 21:47:06 2010 -0700 
     350 
     351    Update generated HTML docs for API version 1.2. 
     352     
     353    These docs are what appears on piksel.org and are installed. 
     354 
     355commit e37fdf5f0a36924a18b961d4506ae1f8611fdebb 
     356Author: Dan Dennedy <dan@dennedy.org> 
     357Date:   Mon Jul 19 21:35:54 2010 -0700 
     358 
     359    Update API specification for version 1.2. 
     360 
     361commit 166d8dc0d933652f9893b36f79815b0fd63a20b9 
     362Merge: 74be45b a1d7bb9 
     363Author: Jaromil <jaromil@dyne.org> 
     364Date:   Fri Jul 16 12:59:00 2010 +0100 
     365 
     366    Merge branch 'facebl0r' 
     367 
     368commit 74be45b0bf7b3a2644016746f0e858bcebe958cf 
     369Author: Jaromil <jaromil@dyne.org> 
     370Date:   Fri Jul 16 12:58:09 2010 +0100 
     371 
     372    small enhancements to web gallery 
     373 
     374commit a1d7bb9edeb4f7261bdcd212a8ce244076a28fd5 
     375Author: Jaromil <jaromil@dyne.org> 
     376Date:   Fri Jul 16 12:56:40 2010 +0100 
     377 
     378    opencv detection at configure 
     379    definition of package_dir at configure 
     380 
     381commit a29ddf2042214b3e5c1f1ccb7a4438a83c4f9549 
     382Author: Jaromil <jaromil@dyne.org> 
     383Date:   Fri Jul 16 12:54:40 2010 +0100 
     384 
     385    some more variables and adjustements 
     386    haarcascade path is hardcoded for now 
     387    ?string parameters in frei0r aren't working from cpp? 
     388 
     389commit f89778e6371d663c44e5ef290bc467b727438ba8 
     390Author: Jaromil <jaromil@dyne.org> 
     391Date:   Fri Jul 16 12:49:49 2010 +0100 
     392 
     393    fixed link to git snapshot 
     394 
     395commit 1cfb3077fe265e0152aa76db6c4e272eaf7754e8 
     396Author: Jaromil <jaromil@dyne.org> 
     397Date:   Sun Jul 4 17:25:58 2010 +0200 
     398 
     399    fixed in post-hackmeeting with anarchia 
     400 
     401commit 41821b5db8c7d1bc887264814e7cae4ad342422b 
     402Author: Jaromil <jaromil@dyne.org> 
     403Date:   Sun Jul 4 11:45:01 2010 +0200 
     404 
     405    faceblur made at hackmeeting 0x0D 
     406 
     407commit 2c779be16447dcd531a8f08732b02dd04effb645 
     408Author: Joshua M. Doe <joshua.doe@us.army.mil> 
     409Date:   Thu Apr 29 11:15:14 2010 -0400 
     410 
     411    build: Add CMake build files 
     412     
     413    This adds CMakeLists.txt files for all plugins. The motivation for this is to enable building of the plugins within Microsoft Visual Studio. At present plugins that depend on OpenCV or gavl won't build. 
     414     
     415    While the CMake files can be used on *nix to generate automake build files, at the present time they will not be as feature complete as the build system already in place. 
     416     
     417    MSVC by default doesn't export functions. A module definition file (DEF) has been created for versions 1.0 and 1.1 which enables exporting of functions under MSVC. 
     418 
     419commit 17f432cbefec2af790d2325eea1b3267d8208597 
     420Author: Joshua M. Doe <joshua.doe@us.army.mil> 
     421Date:   Thu Apr 29 11:00:27 2010 -0400 
     422 
     423    Add conditional defines to fix poor math.h support in MSVC 
     424     
     425    Microsoft's math.h doesn't be default define constants like M_PI, so before including math.h we need to define _USE_MATH_DEFINES if the compiler is MSVC. 
     426     
     427    There are also a number of functions like rint, lrint, round, roundf, and hypotf which are not present, which we overcome by defining them ourselves if the compiler is MSVC. 
     428 
     429commit cfe1630990ca56d4e5fa339ea79d8a00ad475053 
     430Author: Joshua M. Doe <joshua.doe@us.army.mil> 
     431Date:   Thu Apr 29 10:42:05 2010 -0400 
     432 
     433    Add stdint.h and inttypes.h files for compilation with MSVC 
     434     
     435    Microsoft Visual Studio does not supply stdint.h or inttypes.h. This patch adds these files from http://msinttypes.googlecode.com/. 
     436 
     437commit fe222e2da2c35eded532d3d0160ea82347e7c624 
     438Author: Joshua M. Doe <joshua.doe@us.army.mil> 
     439Date:   Thu Apr 29 11:08:47 2010 -0400 
     440 
     441    filter::balanc0r: Add braces around case statement to fix MSVC compilation error 
     442 
     443commit 97cd4a352503ab2714d3230922ab411610bb505d 
     444Author: Joshua M. Doe <joshua.doe@us.army.mil> 
     445Date:   Thu Apr 29 13:04:44 2010 -0400 
     446 
     447    filter::hueshift0r: Update code by eliminating non-ANSI C function definitions 
     448     
     449    Presumably this plugin could compile with gcc, but it fails miserably with MSVC. 
     450 
     451commit e8483697b658b27ffa24d65ef4c2e01a14c8c58a 
     452Author: Joshua M. Doe <joshua.doe@us.army.mil> 
     453Date:   Thu Apr 29 11:08:10 2010 -0400 
     454 
     455    filter::host_param_test: Replace use of false/true with FALSE/TRUE 
     456     
     457    false and true are keywords in C++, so replace them with simple defines. 
     458 
     459commit dccaaa787613b9ccbb00b499bb65977b4e33cc62 
     460Author: Joshua M. Doe <joshua.doe@us.army.mil> 
     461Date:   Thu Apr 29 11:04:41 2010 -0400 
     462 
     463    filter::baltan: Replace legacy function bzero with memset 
     464     
     465    MSVC doesn't define bzero, but that function is legacy anyways and should be replaced with memset. 
     466 
     467commit b1c92bb1d82b4743da50936090eea466dba7ae02 
     468Author: Joshua M. Doe <joshua.doe@us.army.mil> 
     469Date:   Tue May 11 07:26:19 2010 -0400 
     470 
     471    Add more explicit casts when assigning void pointers 
     472 
     473commit 99318e554aee010c7f91cd70c38cd17c82a3e82d 
     474Author: Jaromil <jaromil@dyne.org> 
     475Date:   Thu May 6 18:48:30 2010 +0200 
     476 
     477    fixed typo in baltan filter's variable names 
     478     
     479    with better naming of src/dst 
     480 
     481commit 4870d60e5d8f556eb87f06cd239c77cb9e87d29f 
     482Author: Jaromil <jaromil@dyne.org> 
     483Date:   Thu May 6 18:43:51 2010 +0200 
     484 
     485    avoid reset of alpha channel in baltan 
     486     
     487    from ticket 20 
     488 
     489commit d753db5d133a97b1ac5dcd4b468532676e0badef 
     490Author: Joshua M. Doe <joshua.doe@us.army.mil> 
     491Date:   Thu Apr 29 10:18:10 2010 -0400 
     492 
     493    filter: add explicit casts when assigning a void pointer 
     494     
     495    C++ requires an explicit cast whenever assigning a void pointer to a non-void pointer. This patch is a step towards code compatibility with Microsoft's C++ compiler. 
     496 
     497commit fe001ddd74eb32de6224a169ab715a3d8d1a9d18 
     498Author: Jaromil <jaromil@dyne.org> 
     499Date:   Thu May 6 18:21:20 2010 +0200 
     500 
     501    avoid compilation of static lib plugins by default 
     502    patch from ticket 5 
     503 
     504commit 366981dc9e3ff2831b083ff7c98167355e238f59 
     505Author: Jaromil <jaromil@dyne.org> 
     506Date:   Wed Apr 28 11:42:46 2010 +0200 
     507 
     508    small fix to c0rners 
     509    importing patch by Till Theato 
     510 
     511commit 7186a84c6b71567ffde75f0dd9dbe1e09d36b7d3 
     512Author: Jaromil <jaromil@dyne.org> 
     513Date:   Tue Apr 27 13:26:34 2010 +0200 
     514 
     515    new TODO page and webpages updates 
     516    included some pending tasks mentioned in recent mailinglist discussions 
     517    as well a cleaner build system for multiple files 
     518 
     519commit 649580a22926e822a88bc37080fde582795e19f5 
     520Author: Dan Dennedy <dan@dennedy.org> 
     521Date:   Tue Apr 27 02:00:14 2010 -0700 
     522 
     523    Fix uninitalized variables in C++ filters. 
     524     
     525    Patch from Burkhard Plaum with note: 
     526    This patch fixes some uninitialized variable problems, 
     527    which caused valgrind warnings for me. In C all filters are now allocated 
     528    with calloc, unfortunately C++ doesn't have a new0 operator :) 
     529     
     530    It simply sets the values to zero in the constructors. The exception is 
     531    water.cpp: The parameter "splash" isn't used at all, so I kicked it out. 
     532 
     533commit a11a007e51d0276979d754aee4c24214abe9972b 
     534Author: Dan Dennedy <dan@dennedy.org> 
     535Date:   Tue Apr 27 01:53:09 2010 -0700 
     536 
     537    Fix segfault in scale0tilt on insane widths (ticket:18). 
     538     
     539    Patch from Burkhard Plaum with indentation fix by me. 
     540 
     541commit 4025fc5e270a057dff66756593c9020bef8491fb 
     542Author: Dan Dennedy <dan@dennedy.org> 
     543Date:   Tue Apr 27 01:37:06 2010 -0700 
     544 
     545    Fix memory not released on destruct in cartoon filter (ticket:14). 
     546 
     547commit a60ec310cc0c5d8752f5840d0479910ab8e43e62 
     548Author: Dan Dennedy <dan@dennedy.org> 
     549Date:   Tue Apr 27 01:34:18 2010 -0700 
     550 
     551    Fix memory not released on destruct in water filter (ticket:13). 
     552 
     553commit 30b762b315080d2841cc38c75e9af3b6b9026c17 
     554Author: Dan Dennedy <dan@dennedy.org> 
     555Date:   Tue Apr 27 01:18:52 2010 -0700 
     556 
     557    Fix explanation field in colordistance (ticket:9). 
     558 
     559commit a252e38ad147caa1441bdd850d25a3df362a1c86 
     560Author: Dan Dennedy <dan@dennedy.org> 
     561Date:   Tue Apr 27 01:00:12 2010 -0700 
     562 
     563    Fix Delaygrab name (ticket:17) 
     564 
     565commit 80b03a0567f16feefaca051b1273be6602965f19 
     566Author: Dan Dennedy <dan@dennedy.org> 
     567Date:   Mon Apr 26 23:38:08 2010 -0700 
     568 
     569    Reindent defish0r code and word wrap its README. 
     570 
     571commit 0a0411a8226dd5757e7e61cbb05241cbd5f8caff 
     572Author: Dan Dennedy <dan@dennedy.org> 
     573Date:   Mon Apr 26 23:35:15 2010 -0700 
     574 
     575    Allocate memory in defish0r with calloc per good practice. 
     576 
     577commit be180cf63162bfc060cfc00dcade212c9fe6e36a 
     578Author: Dan Dennedy <dan@dennedy.org> 
     579Date:   Mon Apr 26 23:33:32 2010 -0700 
     580 
     581    Fix compilation of defish0r. 
     582     
     583    Missing stdlib.h include for malloc/free. 
     584    Convert usage of linux/types.h to inttypes.h. 
     585 
     586commit 8940b89d99e750ca33715033be89cdec8019e8df 
     587Author: Dan Dennedy <dan@dennedy.org> 
     588Date:   Mon Apr 26 23:30:35 2010 -0700 
     589 
     590    Add defish0r filter from Marko Cebokli. 
     591 
     592commit ced67fb5f2d2fdee49e8946b9f839db3d246a8a9 
     593Author: Dan Dennedy <dan@dennedy.org> 
     594Date:   Mon Apr 26 21:57:34 2010 -0700 
     595 
     596    Reindent code and word wrap README. 
     597 
     598commit 373280cb80ffd5ca2e92fd4283ff66b6021e0479 
     599Author: Dan Dennedy <dan@dennedy.org> 
     600Date:   Mon Apr 26 21:49:47 2010 -0700 
     601 
     602    Allocate memory with calloc per good practice. 
     603 
     604commit 83f1cb100f63c492cbee6d875c01b56096bc2a3e 
     605Author: Dan Dennedy <dan@dennedy.org> 
     606Date:   Mon Apr 26 21:32:57 2010 -0700 
     607 
     608    Fix compilation of c0rners. 
     609     
     610    Missing stdlib.h include for malloc/free. 
     611    Convert usage of linux/types.h to inttypes.h. 
     612 
     613commit 3fa99c7f77a444e6fbe1a556d453d89f16337b8e 
     614Author: Dan Dennedy <dan@dennedy.org> 
     615Date:   Mon Apr 26 21:26:40 2010 -0700 
     616 
     617    Add c0rners filter from Marko Cebokli 
     618 
     619commit 1c3c63b424d6cfdfa1d681559efbd5e54e1b91a3 
     620Author: Jaromil <jaromil@dyne.org> 
     621Date:   Wed Mar 31 01:41:34 2010 +0200 
     622 
     623    new plugins gallery 
     624    also using freej in a script to list parameters available 
     625    TODO: complete with more plugin descriptions and info on parameters 
     626          eventually make screenshots and short movie examples in future 
     627 
     628commit 3ac567f3133a0b02e3a0ece43b6cb7cde6607b6a 
     629Author: Jaromil <jaromil@dyne.org> 
     630Date:   Tue Mar 30 19:53:45 2010 +0200 
     631 
     632    webpage: better rendering of pdf 
     633    cleanup in web/ and starting new code gallery generator 
     634 
     635commit d73a5ef03bf4dc43dada363a58e3ec545dff0216 
     636Author: Jaromil <jaromil@dyne.org> 
     637Date:   Tue Mar 30 19:05:38 2010 +0200 
     638 
     639    website with better styles 
     640 
     641commit ed08c48e46758ce4633588d6d59d593c6f9d76cf 
     642Author: Jaromil <jaromil@dyne.org> 
     643Date:   Tue Mar 30 18:50:17 2010 +0200 
     644 
     645    website updates 
     646    and build fixes 
     647    now all what is needed to build the website is inside 
     648    (but still requires emacs, orgmode and texlive) 
     649 
     650commit fd973070aad36ac90dcfec4ecdfa507e0ecb212e 
     651Author: Jaromil <jaromil@dyne.org> 
     652Date:   Sat Mar 13 10:29:28 2010 +0100 
     653 
     654    full fledged org-mode website 
     655    now also compilable in localhost for preview 
     656 
     657commit 1216596301eeab7d6b807cee54579718a8363855 
     658Author: Jaromil <jaromil@dyne.org> 
     659Date:   Tue Feb 16 12:14:10 2010 +0100 
     660 
     661    web: c++ filter example 
     662 
     663commit 49e391d67946c1e3eb86e52db3e866f3d7388076 
     664Author: Jaromil <jaromil@dyne.org> 
     665Date:   Tue Feb 16 09:29:29 2010 +0100 
     666 
     667    small webpage format updates 
     668 
     669commit 8e1d79cb4a0f1f54f63dac81393fd8ee023c02c5 
     670Author: Jaromil <jaromil@dyne.org> 
     671Date:   Mon Feb 15 19:26:17 2010 +0100 
     672 
     673    proper webpage contents 
     674 
     675commit 3e58d1c5436890f06cae5a88659d1c2ba3a1300b 
     676Author: Jaromil <jaromil@dyne.org> 
     677Date:   Mon Feb 15 17:43:39 2010 +0100 
     678 
     679    more website fixes 
     680 
     681commit c57f268b6d07ce80c80871e6a3b0baeafda6dfda 
     682Author: Jaromil <jaromil@dyne.org> 
     683Date:   Mon Feb 15 17:26:09 2010 +0100 
     684 
     685    cleanup of scripts 
     686    these are hosted on dyne-web repository 
     687 
     688commit 779b37091c57845ee64b294ee597524f92d07035 
     689Author: Jaromil <jaromil@dyne.org> 
     690Date:   Mon Feb 15 17:08:12 2010 +0100 
     691 
     692    fixes to website generation 
     693 
     694commit eac1063f0c5b9b2d234c71550bc2c33a3885fd6f 
     695Author: Jaromil <jaromil@dyne.org> 
     696Date:   Mon Feb 15 16:24:03 2010 +0100 
     697 
     698    new website in git 
     699    (work in progress....) 
     700 
     701commit 7a54884be6e7969397b913b865f4d815b6cdc385 
     702Author: Hedde Bosman <sgorpi@gmail.com> 
     703Date:   Mon Nov 9 14:06:50 2009 +0100 
     704 
     705    Forgot to really add the changes to Makefile.am, now did so 
     706 
     707commit fb31c32bb0c96aa19618d71f5f6efb3138efd265 
     708Author: Jaromil <jaromil@dyne.org> 
     709Date:   Mon Nov 9 13:46:23 2009 +0100 
     710 
     711    patch contributed by Burkhard Plaum 
     712    http://thread.gmane.org/gmane.comp.video.frei0r.devel/585 
     713 
     714commit 64a1ecfe38dd8be59bc5246cb23168e76e9f270b 
     715Author: Jaromil <jaromil@dyne.org> 
     716Date:   Fri Nov 6 20:48:56 2009 +0100 
     717 
     718    typo 
     719    sorry 
     720 
     721commit 601e82ce6e917a36d87c5fde3322306ce4c76693 
     722Author: Jaromil <jaromil@dyne.org> 
     723Date:   Fri Nov 6 20:44:55 2009 +0100 
     724 
     725    new Plasma generator 
     726    a classic 8bit plasma 
     727     
     728    the dem0scene directory will contain more generators 
     729    ported from the demo-effects collection 
     730     
     731    TODO:       new parameter types fader and minmax 
     732        current parameter system is not functional 
     733 
     734commit 686690e43a8663a89c898611a753cd846f587764 
     735Author: m4ks1k <m4ks1k@gmail.com> 
     736Date:   Thu Nov 5 20:48:49 2009 +0300 
     737 
     738    Changed default tint0r properties 
     739 
     740commit 32f06d4c01c626d23e3ead5ee5f9be9f74772f3d 
     741Author: m4ks1k <m4ks1k@gmail.com> 
     742Date:   Sun Nov 1 16:50:53 2009 +0300 
     743 
     744    Changed color mapping algorithm at 3-point color balance filter 
     745 
     746commit a903b1030cfa5dd39f07ddf5eb49d68b5fd44b82 
     747Author: m4ks1k <m4ks1k@gmail.com> 
     748Date:   Sun Nov 1 16:36:17 2009 +0300 
     749 
     750    New filter 3-point color balance 
     751 
     752commit e905ae065e7289911cba2474c3036531ac8c9f54 
     753Author: m4ks1k <m4ks1k@gmail.com> 
     754Date:   Sun Nov 1 11:25:37 2009 +0300 
     755 
     756    New curves adjustment filter 
     757 
     758commit ccf1cedbd9ac07b5bf99fa42966cf2883d2ac657 
     759Author: m4ks1k <m4ks1k@gmail.com> 
     760Date:   Tue Oct 27 23:43:29 2009 +0300 
     761 
     762    Added new levels adjustment effect 
     763 
     764commit 608f95ae27983b3644c0ccfb187aa8d59ea593dc 
     765Author: m4ks1k <m4ks1k@phoenix.(none)> 
     766Date:   Sun Oct 25 19:11:26 2009 +0300 
     767 
     768    New Tint effect 
     769 
     770commit 074f65364d734f4108a48975a37add8aea76e6df 
     771Author: Hedde Bosman <sgorpi@gmail.com> 
     772Date:   Thu Oct 15 13:39:24 2009 +0200 
     773 
     774    Three new effects: two announced on the mailing list already (three 
     775    layer thresholding and a bluescreen alpha effect), the third is a 
     776    color reducer which thresholds RGB channels seperately. 
     777     
     778    Updated the Makefile.am aswell 
     779 
     780commit 8149fae6884035aa588eb14eb228863ebbd6bdbf 
     781Author: Jaromil <jaromil@dyne.org> 
     782Date:   Mon Sep 14 13:35:30 2009 +0200 
     783 
     784    nervous filter small fix 
     785    missing stdio include 
     786 
     787commit 8dfe609829f12a7246762b69e3c6e17750c07110 
     788Author: Jaromil <jaromil@dyne.org> 
     789Date:   Thu Aug 27 12:24:23 2009 +0200 
     790 
     791    new Delaygrab filter 
     792     
     793    from the code of Andreas Schiffler's libb 
     794 
     795commit 062c1137cdf1790d75a101ab946ae8788a0efc20 
     796Author: Jaromil <jaromil@dyne.org> 
     797Date:   Thu Aug 27 01:14:36 2009 +0200 
     798 
     799    new baltan filter 
     800     
     801    ported from EffecTV 
     802 
     803commit eae9106de45c36bf00272ac5c63a52d6d2f08565 
     804Author: Jaromil <jaromil@dyne.org> 
     805Date:   Thu Aug 27 00:20:48 2009 +0200 
     806 
     807    new nervous filter 
     808     
     809    ported from Edo Tannenbaum's filter in EffecTV 
     810 
     811commit 2525cf95d2dab886bf4fbe2a1838e12bb3e9c100 
     812Author: Jaromil <jaromil@dyne.org> 
     813Date:   Wed Aug 26 11:05:12 2009 +0200 
     814 
     815    correct installation path 
     816     
     817    (noticed by Christian on the piksel-dev ml) 
     818 
     819commit 3936fa4d456f9deac42fe706b4dc0d25f55f6b7a 
     820Author: Jaromil <jaromil@dyne.org> 
     821Date:   Sun Jul 26 11:42:07 2009 +0200 
     822 
     823    new Vertigo filter 
     824    ported from EffecTV and FreeJ 
     825 
     826commit c06cd053ffbcb887626abf5943c007fd344418ed 
     827Author: Dan Dennedy <dan@dennedy.org> 
     828Date:   Wed Jul 22 19:32:38 2009 -0700 
     829 
     830    Apply patch from Burkhard Plaum to initialize all instance structs. 
     831     
     832    Signed-off-by: Dan Dennedy <dan@dennedy.org> 
     833 
     834commit 81c866e9a3eadec0ac3048e0e24874b231c865a2 
     835Author: Dan Dennedy <dan@dennedy.org> 
     836Date:   Sun Jul 19 22:45:35 2009 -0700 
     837 
     838    Convert obsolete __inline to static inline. 
     839     
     840    Signed-off-by: Dan Dennedy <dan@dennedy.org> 
     841 
     842commit 2eac2c32cf3e5878b63ac36b865e69657b4ee313 
     843Author: Luca Bigliardi <shammash@artha.org> 
     844Date:   Thu Jul 9 21:51:29 2009 +0100 
     845 
     846    AM_LDFLAGS changes for osx/ppc 
     847     
     848    Remove "-nostartfiles" flag to avoid the following error: 
     849    ld: symbol dyld_stub_binding_helper not defined (usually in crt1.o/dylib1.o/bundle1.o) 
     850     
     851    Introduce other flags for dynamic-linking. 
     852 
     853commit e68059e5880c3697b00b505dbd01fffda33cb898 
     854Author: Luca Bigliardi <shammash@artha.org> 
     855Date:   Thu Jul 9 16:40:27 2009 +0100 
     856 
     857    configure refinements (2) 
     858     
     859    - Print informations about not-found libraries in the summary 
     860 
     861commit eb2c60f6354748f15327bf5a53dab588470ffc6e 
     862Author: Luca Bigliardi <shammash@artha.org> 
     863Date:   Thu Jul 9 15:52:56 2009 +0100 
     864 
     865    configure refinements 
     866     
     867    - Check for optimization only on known platforms 
     868    - Print summary at the end of configuration process 
     869 
     870commit e935d5067441b61fb4fce77e33f11126ba6fb1ee 
     871Author: Luca Bigliardi <shammash@artha.org> 
     872Date:   Thu Jul 9 15:11:28 2009 +0100 
     873 
     874    Track m4 directory contents 
     875 
     876commit 4c9f381571bf4c5573d6bf0b21dc51c0d9400112 
     877Author: Luca Bigliardi <shammash@artha.org> 
     878Date:   Thu Jul 9 15:08:59 2009 +0100 
     879 
     880    Use 'm4' macro directory. 
     881 
     882commit 6b79e1c16fc49ca0619fb5031256cc9508bb4393 
     883Author: Luca Bigliardi <shammash@artha.org> 
     884Date:   Thu Jul 9 14:56:00 2009 +0100 
     885 
     886    Update autogen.sh 
     887     
     888    Use autogen.sh from freej. 
     889 
     890commit c950588f3e9188aa51e2cd3b9346bf346ad34118 
     891Author: Luca Bigliardi <shammash@artha.org> 
     892Date:   Thu Apr 9 17:10:53 2009 +0200 
     893 
     894    Add pkg-config support 
     895 
     896commit 40fcbcecd7c89599f8a5dbfb83c5f3c5c273963c 
     897Author: Dan Dennedy <dan@dennedy.org> 
     898Date:   Sun Feb 15 23:47:48 2009 -0800 
     899 
     900    Add balanc0r filter. 
     901     
     902    Balanc0r is a white/color balance filter taken from the white balance portion 
     903    of my Kino Levels filter, which is based on the digikam white balance plugin. 
     904    It works by setting the color parameter to what should be a neutral color (but 
     905    is not), and the filter determines how to adjust it and all the other colors 
     906    to make the image look correct. There is also a parameter to adjust the green 
     907    tint since the color temperature part mainly just affects the red and blue 
     908    channels. It is most handy when the user interface offers an eye-dropper-like 
     909    tool to let the user pick a "white" spot on a displayed frame of the 
     910    unfiltered video. 
     911     
     912    Signed-off-by: Dan Dennedy <dan@dennedy.org> 
     913 
     914commit 730aaac8628b7ca1db7fb1418227ad8d0ca11afd 
     915Author: Luca Bigliardi <shammash@artha.org> 
     916Date:   Mon Feb 9 13:56:47 2009 +0100 
     917 
     918    Move config.h in include/ . 
     919 
     920commit 53ca60964b3691172f7c95e68b6d754ba55e90ac 
     921Author: Luca Bigliardi <shammash@artha.org> 
     922Date:   Mon Feb 9 13:34:29 2009 +0100 
     923 
     924    Explicitly link against libm. 
     925 
     926commit f915cba7698302ee508115831cc97a4bf3dd6f56 
     927Author: Luca Bigliardi <shammash@artha.org> 
     928Date:   Mon Feb 9 13:13:56 2009 +0100 
     929 
     930    Fix compiler warnings (now use c99). 
     931     
     932    Move to C99 because we use functions from math.h requiring it. 
     933    Increase required autoconf version for AC_PROG_CC_C99 macro. 
     934    Fix some warnings. 
     935 
     936commit 2a9578ea22de93c943ac978dd7ac4c2cd58cfe82 
     937Author: Luca Bigliardi <shammash@artha.org> 
     938Date:   Mon Feb 9 12:04:21 2009 +0100 
     939 
     940    Run autoheader in autogen.sh 
     941     
     942    We use config.h.in so run autoheader. 
     943 
     944commit 2981d087533ba268ca4b143999da7637f6e9deb2 
     945Author: Jaromil <jaromil@dyne.org> 
     946Date:   Mon Feb 9 01:51:44 2009 +0100 
     947 
     948    new partik0l generation 
     949 
     950commit 4ba19e4195adc8d5dd267bcc758855bca766cd97 
     951Author: Jaromil <jaromil@dyne.org> 
     952Date:   Mon Feb 9 01:51:04 2009 +0100 
     953 
     954    normalised parameter values of water physics 
     955 
     956commit 0fb641c035ef5ac702295e83861f43f7390f8f6e 
     957Author: Jaromil <jaromil@dyne.org> 
     958Date:   Mon Feb 9 01:50:25 2009 +0100 
     959 
     960    cpu detection and build-generated config.h 
     961 
     962commit 09a6d2d374d8724984d3135ce935a1ecadb1a192 
     963Author: Luca Bigliardi <shammash@artha.org> 
     964Date:   Mon Feb 9 00:07:35 2009 +0100 
     965 
     966    Fixed version for html documentation. 
     967 
     968commit 0c40b92672b12347872cb1ee9c32ff45fa10ad5f 
     969Author: Luca Bigliardi <shammash@artha.org> 
     970Date:   Sun Feb 8 23:34:48 2009 +0100 
     971 
     972    Install html documentation. 
     973     
     974    Change automake rule to install documentation. 
     975 
     976commit 3aceb42da4c353463d93c8697657d824b4321235 
     977Author: Luca Bigliardi <shammash@artha.org> 
     978Date:   Sun Feb 8 16:42:44 2009 +0100 
     979 
     980    Fix memory leak. 
     981     
     982    Fix two memory leak found using "cppcheck --all --recursive" 
     983 
     984commit c91963057084118c0cb803bfb48ddc0c7c9a196d 
     985Author: Richard <oracle@propirate.net> 
     986Date:   Tue Nov 11 13:21:45 2008 +0100 
     987 
     988    Added guards to vectorscope to not initialize gavl when height or width are 0 
     989 
     990commit 8e5c2adaaf9379209d64029ea39afe6954d1a729 
     991Author: Richard <oracle@propirate.net> 
     992Date:   Tue Oct 28 12:21:57 2008 +0100 
     993 
     994    Added cluster.c to the Makefile again, should work now 
     995 
     996commit 6662f322ae1ec111d1ca323a26184f15fc85833d 
     997Author: Richard <oracle@propirate.net> 
     998Date:   Tue Oct 28 12:15:09 2008 +0100 
     999 
     1000    Increased Version Number 
     1001 
     1002commit d74ad50476668fd3d623c179bf242c4176364d92 
     1003Author: Richard <oracle@propirate.net> 
     1004Date:   Tue Oct 28 12:12:17 2008 +0100 
     1005 
     1006    Added missing cluster.c file 
     1007 
     1008commit 4e3a5cbace18683401098228d4fcc6cddd60d38a 
     1009Author: Jaromil <jaromil@dyne.org> 
     1010Date:   Sun Oct 26 15:07:34 2008 +0100 
     1011 
     1012    water filter fix by Marco (Kdenlive) 
     1013 
     1014commit 06e41285a9ecd3f227a68e069fa9f28d6251f6ee 
     1015Author: Jaromil <jaromil@dyne.org> 
     1016Date:   Tue Oct 21 16:28:18 2008 +0200 
     1017 
     1018    small build fixes (no cluster.c filter found?) 
     1019 
     1020commit bab5d11380f2ff2909116d80ea0d163a7d0448c5 
     1021Author: Jaromil <jaromil@dyne.org> 
     1022Date:   Tue Oct 21 15:04:41 2008 +0200 
     1023 
     1024    compile patch for AMD64 by IOhannes 
     1025 
     1026commit 884da1f93fe90a9a3d65911a47f84d348f517579 
     1027Author: Jaromil <jaromil@dyne.org> 
     1028Date:   Tue Oct 21 12:00:31 2008 +0200 
     1029 
     1030    tailored import from darcs repository to git 
     1031 
     1032commit a6d198fa8f34fa940fe5ae099cfe2aad898bb90d 
     1033Author: tailor <richard.spindler@gmail.com> 
     1034Date:   Fri Oct 10 06:51:00 2008 +0000 
     1035 
     1036    [project @ added some protectors to avoid 0 mallocs] 
     1037 
     1038commit 33e8c633ef5d37792271bcffe53753f9cc8a9d38 
     1039Author: tailor <richard.spindler@gmail.com> 
     1040Date:   Fri Oct 10 06:50:28 2008 +0000 
     1041 
     1042    [project @ added cstring include for memset] 
     1043 
     1044commit 8508acb8d96a1b661c4d62cbac8021702375cd2e 
     1045Author: tailor <richard.spindler@gmail.com> 
     1046Date:   Thu Jul 3 06:58:15 2008 +0000 
     1047 
     1048    [project @ Bug in nois0r (alpha channel)] 
     1049 
     1050commit ce166e551850ac191300cefc4af327edbf649ad4 
     1051Author: tailor <richard.spindler@gmail.com> 
     1052Date:   Fri Jun 13 11:11:23 2008 +0000 
     1053 
     1054    [project @ Adding the Clustering Filter] 
     1055 
     1056commit b4e4253d66a5e7c0b12e673f1cd34c32822d553b 
     1057Author: tailor <richard.spindler@gmail.com> 
     1058Date:   Tue May 27 09:25:23 2008 +0000 
     1059 
     1060    [project @ Added edgeglow filter] 
     1061 
     1062commit f68173b54a1a2e74cd4ce859c26b9cff4600525f 
     1063Author: tailor <richard.spindler@gmail.com> 
     1064Date:   Mon May 5 10:28:35 2008 +0000 
     1065 
     1066    [project @ added luminance filter to makefile] 
     1067 
     1068commit 94c3e71683fccc77afec1ddf48ad3fef49b83f7b 
     1069Author: tailor <richard.spindler@gmail.com> 
     1070Date:   Sun Apr 20 14:40:28 2008 +0000 
     1071 
     1072    [project @ UV Map Filter added] 
     1073 
     1074commit a76c545e525adfd3781a817b01e81e99d71f7934 
     1075Author: tailor <albert.frisch@gmail.com> 
     1076Date:   Tue Apr 8 19:51:15 2008 +0000 
     1077 
     1078    [project @ rgbparade scaling with gavl and a scala overlay] 
     1079 
     1080commit 5f39be543ed959c12e3132de678773dafbd5d0a6 
     1081Author: tailor <richard.spindler@gmail.com> 
     1082Date:   Mon Apr 7 08:20:04 2008 +0000 
     1083 
     1084    [project @ Moved Scale Initalization to the init function] 
     1085 
     1086commit b246dec719aa4f1b5151713c18d32bfff242abe1 
     1087Author: tailor <albert.frisch@gmail.com> 
     1088Date:   Sun Apr 6 16:23:58 2008 +0000 
     1089 
     1090    [project @ scaling the vectorscope with gavl] 
     1091 
     1092commit c246a9f483b57e9ff4200b074e3f0db36cd1554c 
     1093Author: tailor <richard.spindler@gmail.com> 
     1094Date:   Thu Apr 3 12:39:14 2008 +0000 
     1095 
     1096    [project @ Fixed a number of irrelevant warnings] 
     1097 
     1098commit 5b7d7fcbe248dcf2759d55b63b0406a55a45cfb6 
     1099Author: tailor <richard.spindler@gmail.com> 
     1100Date:   Thu Apr 3 12:01:41 2008 +0000 
     1101 
     1102    [project @ fixed sinage warning in tehRoxx0r] 
     1103 
     1104commit 99b295064a88d5dc3b2b6425b7a717bd3a68000f 
     1105Author: tailor <richard.spindler@gmail.com> 
     1106Date:   Tue Apr 1 08:54:44 2008 +0000 
     1107 
     1108    [project @ moved vectorscope image] 
     1109 
     1110commit 64e786feb66fb65c247b735e8237f395e4c22aff 
     1111Author: tailor <richard.spindler@gmail.com> 
     1112Date:   Tue Apr 1 08:52:29 2008 +0000 
     1113 
     1114    [project @ Authors file updated, and some vectorscope compile fixes] 
     1115 
     1116commit 992e6041e376ffe1923b8c0ecbd77f1ec1f4dedd 
     1117Author: tailor <richard.spindler@gmail.com> 
     1118Date:   Mon Mar 31 12:04:03 2008 +0000 
     1119 
     1120    [project @ Added Scale to Vectorscope] 
     1121 
     1122commit 845ddcdef0af540023b92317749c2a063c1ba37a 
     1123Author: tailor <richard.spindler@gmail.com> 
     1124Date:   Sat Mar 29 19:09:15 2008 +0000 
     1125 
     1126    [project @ changed hsv vectorscope to CrCb vectorscope] 
     1127 
     1128commit baadf9fde1891be653f990060d045bc53d771080 
     1129Author: tailor <richard.spindler@gmail.com> 
     1130Date:   Wed Mar 26 07:44:05 2008 +0000 
     1131 
     1132    [project @ Added rgbparade] 
     1133 
     1134commit a5a806415ec1104d079a127627be512cbfa0beb3 
     1135Author: tailor <richard.spindler@gmail.com> 
     1136Date:   Wed Mar 26 07:43:22 2008 +0000 
     1137 
     1138    [project @ added rgbparade] 
     1139 
     1140commit c1ddffe35181df152df9455137a4bca882f7caf6 
     1141Author: tailor <richard.spindler@gmail.com> 
     1142Date:   Mon Mar 24 10:24:41 2008 +0000 
     1143 
     1144    [project @ Added some guide-lines to the vectorscope] 
     1145 
     1146commit b5f96aad257a9f0895f15afd3f10df6de878a2a7 
     1147Author: tailor <richard.spindler@gmail.com> 
     1148Date:   Fri Mar 21 17:30:23 2008 +0000 
     1149 
     1150    [project @ vectorscope added] 
     1151 
     1152commit c3218b03b66663a2b580f87888fb4925ea86853e 
     1153Author: tailor <richard.spindler@gmail.com> 
     1154Date:   Wed Mar 5 11:27:46 2008 +0000 
     1155 
     1156    [project @ fixed dynamic linking of helper libs for complex frei0r plugins] 
     1157 
     1158commit 60abafacd35c437ca93ffb5f07defc02c31512b3 
     1159Author: tailor <richard.spindler@gmail.com> 
     1160Date:   Sun Jan 27 22:19:57 2008 +0000 
     1161 
     1162    [project @ Fixed twolay0r to use opaque white for one layer instead of transparency] 
     1163 
     1164commit 486345ee63f24d0e2437413ff87f85a0e994fa52 
     1165Author: tailor <richard.spindler@gmail.com> 
     1166Date:   Sun Jan 27 22:16:25 2008 +0000 
     1167 
     1168    [project @ Fixed Cartoon Filter to use Opaque Black for Edges instead of full Transparency] 
     1169 
     1170commit f0b53cf9cd6b8f37e51b398ea2f6c259f9a0fd64 
     1171Author: tailor <richard.spindler@gmail.com> 
     1172Date:   Thu Jan 24 19:11:23 2008 +0000 
     1173 
     1174    [project @ Added Perspective Filter] 
     1175 
     1176commit 50ec56cbda35805b9716bd86646a54b7ef1d73ee 
     1177Author: tailor <richard.spindler@gmail.com> 
     1178Date:   Thu Jan 24 14:56:11 2008 +0000 
     1179 
     1180    [project @ polishing the color distance filter] 
     1181 
     1182commit 40bbabba9ddc508bbfe8cd51725f393c18f408ff 
     1183Author: tailor <richard.spindler@gmail.com> 
     1184Date:   Sun Dec 30 15:20:38 2007 +0000 
     1185 
     1186    [project @ color distance filter, first revision] 
     1187 
     1188commit ade489af009e8d10f1785276b8d2008f97bc93ae 
     1189Author: tailor <richard.spindler@gmail.com> 
     1190Date:   Sun Dec 30 15:02:42 2007 +0000 
     1191 
     1192    [project @ added luminance filter] 
     1193 
     1194commit 5ea79bcc2a4e520fe4c9285ba2d384805c2446fd 
     1195Author: tailor <richard.spindler@gmail.com> 
     1196Date:   Sun Dec 30 15:02:20 2007 +0000 
     1197 
     1198    [project @ added color distance filter skeleton] 
     1199 
     1200commit a421d40eb101b638c064c9ad89424259ea6a7284 
     1201Author: tailor <richard.spindler@gmail.com> 
     1202Date:   Sun Dec 30 14:59:42 2007 +0000 
     1203 
     1204    [project @ removed legacy codeline from host_param_test] 
     1205 
     1206commit 2e698b5038234641b15eeefcb2742076a698a5cc 
     1207Author: tailor <richard.spindler@gmail.com> 
     1208Date:   Sun Nov 18 17:05:15 2007 +0000 
     1209 
     1210    [project @ lens correction filter added] 
     1211 
     1212commit f2138ecdc7b1734a8cb7c70ba193bbd9d10bf9bd 
     1213Author: tailor <richard.spindler@gmail.com> 
     1214Date:   Sun Nov 18 17:04:54 2007 +0000 
     1215 
     1216    [project @ added blur.h for glow filter] 
     1217 
     1218commit cc4386fc386667bf221fbeead56638707ee2e85d 
     1219Author: tailor <richard.spindler@gmail.com> 
     1220Date:   Sun Nov 18 17:04:27 2007 +0000 
     1221 
     1222    [project @ Adding Transparency Filter] 
     1223 
     1224commit 2072811fb59c7376bf5afe637dfaad9de7acab61 
     1225Author: tailor <richard.spindler@gmail.com> 
     1226Date:   Fri Nov 9 13:40:24 2007 +0000 
     1227 
     1228    [project @ added a host param test plugin] 
     1229 
     1230commit 8cbf6a0140796a4092cb658ad95867eb01fbe8d5 
     1231Author: tailor <richard.spindler@gmail.com> 
     1232Date:   Fri Nov 9 12:35:42 2007 +0000 
     1233 
     1234    [project @ Version number upped] 
     1235 
     1236commit 79ef15429c94bc309a9beeea3e283de105b82a1c 
     1237Author: tailor <richard.spindler@gmail.com> 
     1238Date:   Fri Nov 9 12:25:09 2007 +0000 
     1239 
     1240    [project @ increased alpha default value in onecol0r from 0 to 255] 
     1241 
     1242commit 518978b119f5fb8ca91107028647811db1ac0780 
     1243Author: tailor <richard.spindler@gmail.com> 
     1244Date:   Wed Nov 7 11:24:35 2007 +0000 
     1245 
     1246    [project @ added doxygen generated docs] 
     1247     
     1248    One should not add generated stuff to a repo, but I do it anyways for the sake of convinience. 
     1249 
     1250commit 6ba1f6951cd0b391ac2d33081712a71470bceb98 
     1251Author: tailor <richard.spindler@gmail.com> 
     1252Date:   Wed Nov 7 10:34:44 2007 +0000 
     1253 
     1254    [project @ added glow filter] 
     1255 
     1256commit 57caa7056af59298aa427f648096d820b807eccc 
     1257Author: tailor <richard.spindler@gmail.com> 
     1258Date:   Wed Nov 7 10:25:38 2007 +0000 
     1259 
     1260    [project @ added cartoon filter] 
     1261 
     1262commit d3e299b621e42833a157fafba35f04a1d9957628 
     1263Author: tailor <richard.spindler@gmail.com> 
     1264Date:   Wed Nov 7 10:17:33 2007 +0000 
     1265 
     1266    [project @ added water filter] 
     1267 
     1268commit c6f508211c688e735642f26ecb1344ec2d66bc92 
     1269Author: tailor <richard.spindler@gmail.com> 
     1270Date:   Wed Nov 7 10:01:22 2007 +0000 
     1271 
     1272    [project @ modified makefile for R, G, B, RGB, composition and alphainjection] 
     1273 
     1274commit 74a1b3e70581faa989642f2ca55b9c3f2307b954 
     1275Author: tailor <richard.spindler@gmail.com> 
     1276Date:   Wed Nov 7 10:00:52 2007 +0000 
     1277 
     1278    [project @ added RGB mixer] 
     1279 
     1280commit ff8595fabe9f5b693f2f6352cfe04cf55783f9b9 
     1281Author: tailor <richard.spindler@gmail.com> 
     1282Date:   Wed Nov 7 10:00:34 2007 +0000 
     1283 
     1284    [project @ added composition filter] 
     1285 
     1286commit f6ed332872e2be1a4173121a2ee4b3541f652126 
     1287Author: tailor <richard.spindler@gmail.com> 
     1288Date:   Wed Nov 7 09:59:32 2007 +0000 
     1289 
     1290    [project @ added alphainjection filter] 
     1291 
     1292commit 3f664c4ee451816926f65814eada4de81a7ef3c3 
     1293Author: tailor <richard.spindler@gmail.com> 
     1294Date:   Wed Nov 7 09:58:55 2007 +0000 
     1295 
     1296    [project @ added R G B Filters] 
     1297 
     1298commit fddf16a532ef368da8a7c7fec486ce4d0fae0cb9 
     1299Author: tailor <richard.spindler@gmail.com> 
     1300Date:   Tue Oct 30 22:56:25 2007 +0000 
     1301 
     1302    [project @ Initial revision] 
Note: See TracChangeset for help on using the changeset viewer.