Changeset 071f36
- Timestamp:
- 09/12/10 23:09:07 (3 years ago)
- 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)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
AUTHORS
r8a9850 r071f36 6 6 7 7 Albert Frisch 8 Carlo E. Prelz 8 9 Dan Dennedy 9 10 Denis Jaromil Roio -
ChangeLog
r8a9850 r071f36 2 2 *** See the Changes @section in include/frei0r.h or git log 3 3 4 *** Follows git --log output: 5 4 *** Follows git --log output (incomplete before 2008) 5 6 commit 8a98507d11381d8fc83100548d2fe0b34c9ec63d 7 Author: Jaromil <jaromil@dyne.org> 8 Date: Sun Sep 12 23:00:13 2010 +0200 9 10 documentation updates 11 12 commit 5ddbc498afa8f4c8468434dbd48e932635736e8f 13 Author: Jaromil <jaromil@dyne.org> 14 Date: 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 19 commit 9045c24113fe4b0a9656d985ded84b801fc676db 20 Author: Jaromil <jaromil@dyne.org> 21 Date: 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 28 commit 3d73e96f290e2de04302f2d6d92447ff2b2631e2 29 Author: Dan Dennedy <dan@dennedy.org> 30 Date: 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 36 commit f74724d3f5f32b28be3c0e3bbe519c19022f1ec3 37 Author: Dan Dennedy <dan@dennedy.org> 38 Date: Wed Sep 8 11:57:42 2010 -0700 39 40 Add library dirs to CMake for gavl-based plugins. 41 42 commit 79b25842e37ea0fb089154ada99a7c4a3dc13d8e 43 Author: Dan Dennedy <dan@dennedy.org> 44 Date: Wed Sep 8 11:16:04 2010 -0700 45 46 Avoid redefining PI. 47 48 commit 5761a5b26424593877ad0db428578f372aa55588 49 Author: Dan Dennedy <dan@dennedy.org> 50 Date: 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 56 commit fd42c2d5935f45bb7daa5e099dc13e61a1095880 57 Author: Dan Dennedy <dan@dennedy.org> 58 Date: Tue Sep 7 22:19:20 2010 -0700 59 60 Fix CMake build for plugins dependent on gavl. 61 62 commit 5ee9bb58203daf8802b4e180d5b4ea45a10646e7 63 Author: Jean-Baptiste Mardelle <jb@kdenlive.org> 64 Date: 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 76 commit 87043513d7a44a6fe4b0d6327d34edebfcf76f68 77 Author: Dan Dennedy <dan@dennedy.org> 78 Date: Mon Sep 6 21:21:20 2010 -0700 79 80 Fix typo pointed out by salaman. 81 82 commit dedcd3c64a3dfcf7212bc51f5004a2bd92b8ae4f 83 Author: Dan Dennedy <dan@dennedy.org> 84 Date: Mon Sep 6 21:14:46 2010 -0700 85 86 Simplify previous commit by letting gavl compute stride and allocate 87 frame data. 88 89 commit b5659d84f05cff2b3a7e1f2ba35bd26bd18e82b9 90 Author: Dan Dennedy <dan@dennedy.org> 91 Date: 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 98 commit aa40efade5f35824c832eb173d9b0124ecd611bf 99 Author: Dan Dennedy <dan@dennedy.org> 100 Date: 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 106 commit 38945e118caa660b7b07a801a6868e37c1be6077 107 Author: Dan Dennedy <dan@dennedy.org> 108 Date: 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 114 commit 12dcaff55e2d15454d34d8883fadb50771c1f365 115 Author: Dan Dennedy <dan@dennedy.org> 116 Date: Mon Aug 16 21:42:35 2010 -0700 117 118 Fix compiler warnings. 119 120 commit b6c8180a7c11fca74694681a502d15a77d2b8a78 121 Author: Dan Dennedy <dan@dennedy.org> 122 Date: Mon Aug 16 21:41:36 2010 -0700 123 124 Fix installation target for some new plugins. 125 126 commit 07e362483830df745b94ff7f34f9550cdf58a542 127 Author: Marko Cebokli <s57uuu@hamradio.si> 128 Date: Sun Aug 15 18:05:03 2010 +0200 129 130 profile patch from Till 131 132 commit 5d6d253e18cef1ae26eb53f339197633be6392ad 133 Author: Marko Cebokli <mc@mcpc14.mcsite> 134 Date: Sun Aug 15 12:31:51 2010 +0200 135 136 select0r: fixed inversion 137 138 commit a3f8505636e51222c4d9289b8f9102575e69e594 139 Author: Marko Cebokli <mc@mcpc14.mcsite> 140 Date: Sun Aug 15 11:28:47 2010 +0200 141 142 Add select0r plugin 143 144 commit b4e184747bf8c800114457d1b7d5c6479c4f0f00 145 Author: Marko Cebokli <mc@mcpc14.mcsite> 146 Date: Sat Aug 14 14:02:34 2010 +0200 147 148 pr0be, pr0file: fixed forstr() and /255 149 150 commit f076b686416fab3bf46bc49f0e6b428ef9302e58 151 Author: Marko Cebokli <mc@mcpc14.mcsite> 152 Date: Fri Aug 13 21:17:56 2010 +0200 153 154 Add pr0be and pr0file plugins 155 156 commit 4d92058b198535024dfe0f637c0b18ffc69355da 157 Author: Simon Eugster <simon.eu@gmail.com> 158 Date: Thu Aug 12 09:41:27 2010 +0200 159 160 Makefile patch for SOP/Sat filters. Submitted by Till Theato. 161 162 commit 55d09906041816ce6b206a3788827d86ca54ed91 163 Merge: 352a4dd 07bb152 164 Author: Marko Cebokli <mc@mcpc14.mcsite> 165 Date: Wed Aug 11 16:31:07 2010 +0200 166 167 Merge branch 'master' of git@code.dyne.org:frei0r 168 169 commit 352a4dda88788e6cc49958efb0e406612a736829 170 Author: Marko Cebokli <mc@mcpc14.mcsite> 171 Date: Wed Aug 11 16:28:19 2010 +0200 172 173 alpha0ps: corrected typo in description 174 175 commit 07bb152d03cc8577ff636f77f180079e76329301 176 Author: Simon Eugster <simon.eu@gmail.com> 177 Date: Wed Aug 11 09:19:05 2010 +0200 178 179 SOPSat: printf removed 180 181 commit b9bdd4482af53ac905d78ec78b73a0ed6a020a8f 182 Author: Simon Eugster <simon.eu@gmail.com> 183 Date: Tue Aug 3 23:18:15 2010 +0200 184 185 SOP/Sat Filter added (ASC CDL) 186 187 commit f6367855c3caabb17fae26cc2c8394366aaf0086 188 Author: Simon Eugster <simon.eu@gmail.com> 189 Date: Sun Aug 1 18:46:39 2010 +0200 190 191 Basic color decision list filter added. WIP. 192 193 commit dde88ee139eb654f78976bbb675c17d0201c97e6 194 Author: Simon Eugster <simon.eu@gmail.com> 195 Date: Sat Jul 10 16:51:44 2010 +0200 196 197 Made C99 flag compiler specific (gcc only) 198 199 commit bf6c7a99d9b59eef389d7e1e062b40e849912d2a 200 Author: Simon Eugster <simon.eu@gmail.com> 201 Date: Fri Jul 9 21:43:31 2010 +0200 202 203 Adding cmake (lost on last commit), fix build 204 205 commit 9e9f4b829e4742d6c0c49f4f601134f02877aa00 206 Author: Simon Eugster <simon.eu@gmail.com> 207 Date: Wed Jul 7 13:43:14 2010 +0200 208 209 cmake: no lib prefix for plugins anymore 210 211 commit b102c0a08e2c7c291adb01a6d4518a5a6d859a3f 212 Author: Simon Eugster <simon.eu@gmail.com> 213 Date: Wed Jul 7 13:19:59 2010 +0200 214 215 cmake: No lib prefix for d90 filter 216 217 commit 1ae9057438d6f6276ead3725d63184446a61b299 218 Author: Simon Eugster <simon.eu@gmail.com> 219 Date: Tue Jul 6 17:56:33 2010 +0200 220 221 Another about 5 % speed gain 222 223 commit 8218dee35d3b2ede8b8bbd8785125094e8210794 224 Author: Simon Eugster <simon.eu@gmail.com> 225 Date: Tue Jul 6 17:36:03 2010 +0200 226 227 Use pointer arithmetics instead of struct. Speed gain: 20 %. 228 229 commit b0fda3662326222fb0dbbf0151f0f909b689d366 230 Author: Simon Eugster <simon.eu@gmail.com> 231 Date: Mon Jul 5 18:23:54 2010 +0200 232 233 Comments/Explanations added, stdout removed 234 235 commit 59adb444aa9b4f22b40e6769f27247a47893a118 236 Author: Simon Eugster <simon.eu@gmail.com> 237 Date: Mon Jul 5 17:17:28 2010 +0200 238 239 Removing Stair steps of 720p D90 videos is working 240 241 commit 4f1fe99b3327b5e10bd31dce7e642de93fe9ccb6 242 Author: Simon Eugster <simon.eu@gmail.com> 243 Date: 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 247 commit afdda6af3f993b79aa07781b413d1616a33fe1bc 248 Author: Simon Eugster <simon.eu@gmail.com> 249 Date: Mon Jul 5 00:28:19 2010 +0200 250 251 not working yet. 252 253 commit 46bfe8a51dbdb5b027dd259f82e6d6e2379c1e76 254 Author: Simon Eugster <simon.eu@gmail.com> 255 Date: Sun Jul 4 17:47:40 2010 +0200 256 257 CMakeFiles.txt updated to install to lib/frei0r-1/ again 258 259 commit 048da28d2c3b1f54635b46f40851856070b5b226 260 Author: Simon Eugster <simon.eu@gmail.com> 261 Date: Sun Jul 4 17:02:06 2010 +0200 262 263 test-adding a filter 264 265 commit 8a8ed6d60ada04cb9293ce4155d80a04bd32d667 266 Author: Simon Eugster <simon.eu@gmail.com> 267 Date: Sun Jul 4 17:01:15 2010 +0200 268 269 Fixed: Compile issues, added C99 flags 270 271 commit 7bc4da12485f83296aa099cf46365e65c105fbfe 272 Author: Simon Eugster <simon.eu@gmail.com> 273 Date: Sun Jul 4 17:00:31 2010 +0200 274 275 Fixed: Compile issues, added C99 flags 276 277 commit f02da964bdc42e98cabee78fcfbbb6e4ffc9d391 278 Author: Simon Eugster <simon.eu@gmail.com> 279 Date: Sun Jul 4 16:59:30 2010 +0200 280 281 Fixed infinite loop (for i=0; i!=height; i+=4). 282 283 commit 797d6dc5d80b0045916831f5131a6c2ec4403354 284 Author: Dan Dennedy <dan@dennedy.org> 285 Date: Mon Aug 9 16:04:51 2010 -0700 286 287 Remove assert and printf in faebl0r 288 289 commit 513c5d188d44e661d850cacb51d1f058c673d8bb 290 Author: Marko Cebokli <mc@mcpc14.mcsite> 291 Date: Sun Aug 8 08:58:24 2010 +0200 292 293 alphaspot, fixed potential /0 294 295 commit f82fc9bd1a5e330d8d98ae8dcfb670c7985a7cc5 296 Author: Marko Cebokli <mc@mcpc14.mcsite> 297 Date: Sat Aug 7 20:46:42 2010 +0200 298 299 Add alpha0ps, alphagrad and alphaspot plugins 300 301 commit 0ee6384b0112d31723d5872c05a9e8ad3d18db54 302 Author: Marko Cebokli <mc@mcpc14.mcsite> 303 Date: Wed Aug 4 21:12:34 2010 +0200 304 305 coloradj_RGB fixed blue channel alpha control 306 307 commit 1ed90da9d14eadc72fc6e35c297738b6ec5e547a 308 Author: Marko Cebokli <mc@mcpc14.mcsite> 309 Date: Tue Aug 3 18:06:21 2010 +0200 310 311 coloradj_RGB: add cmake stuff 312 313 commit 6873b0b0401818c0c683f5632dee520db70330f0 314 Author: Marko Cebokli <mc@mcpc14.mcsite> 315 Date: Mon Aug 2 20:19:53 2010 +0200 316 317 Add coloradj_RGB readme file 318 319 commit 4388de47d02834ec1de349b1b6f33cf722118da6 320 Author: Marko Cebokli <mc@mcpc14.mcsite> 321 Date: Mon Aug 2 20:04:34 2010 +0200 322 323 Add coloradj_RGB source 324 325 commit 25fd2940b2ad382df40badbd5a3e5068db4559bd 326 Author: Marko Cebokli <mc@mcpc14.mcsite> 327 Date: Mon Aug 2 19:56:41 2010 +0200 328 329 Add coloradj_RGB plugin 330 331 commit 5cb3ddcb92025cd6699e1cddf60a10281e0d39ab 332 Author: Dan Dennedy <dan@dennedy.org> 333 Date: 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 339 commit 456eb664c8ebae3cc040de1431429ae53118bd6b 340 Author: Dan Dennedy <dan@dennedy.org> 341 Date: Mon Jul 19 21:54:19 2010 -0700 342 343 Update list of contributors. 344 345 Also, direct ChangeLog viewers to helpful places. 346 347 commit f01bfef51a26de31cf7117a08be52e1593b34924 348 Author: Dan Dennedy <dan@dennedy.org> 349 Date: 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 355 commit e37fdf5f0a36924a18b961d4506ae1f8611fdebb 356 Author: Dan Dennedy <dan@dennedy.org> 357 Date: Mon Jul 19 21:35:54 2010 -0700 358 359 Update API specification for version 1.2. 360 361 commit 166d8dc0d933652f9893b36f79815b0fd63a20b9 362 Merge: 74be45b a1d7bb9 363 Author: Jaromil <jaromil@dyne.org> 364 Date: Fri Jul 16 12:59:00 2010 +0100 365 366 Merge branch 'facebl0r' 367 368 commit 74be45b0bf7b3a2644016746f0e858bcebe958cf 369 Author: Jaromil <jaromil@dyne.org> 370 Date: Fri Jul 16 12:58:09 2010 +0100 371 372 small enhancements to web gallery 373 374 commit a1d7bb9edeb4f7261bdcd212a8ce244076a28fd5 375 Author: Jaromil <jaromil@dyne.org> 376 Date: Fri Jul 16 12:56:40 2010 +0100 377 378 opencv detection at configure 379 definition of package_dir at configure 380 381 commit a29ddf2042214b3e5c1f1ccb7a4438a83c4f9549 382 Author: Jaromil <jaromil@dyne.org> 383 Date: 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 389 commit f89778e6371d663c44e5ef290bc467b727438ba8 390 Author: Jaromil <jaromil@dyne.org> 391 Date: Fri Jul 16 12:49:49 2010 +0100 392 393 fixed link to git snapshot 394 395 commit 1cfb3077fe265e0152aa76db6c4e272eaf7754e8 396 Author: Jaromil <jaromil@dyne.org> 397 Date: Sun Jul 4 17:25:58 2010 +0200 398 399 fixed in post-hackmeeting with anarchia 400 401 commit 41821b5db8c7d1bc887264814e7cae4ad342422b 402 Author: Jaromil <jaromil@dyne.org> 403 Date: Sun Jul 4 11:45:01 2010 +0200 404 405 faceblur made at hackmeeting 0x0D 406 407 commit 2c779be16447dcd531a8f08732b02dd04effb645 408 Author: Joshua M. Doe <joshua.doe@us.army.mil> 409 Date: 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 419 commit 17f432cbefec2af790d2325eea1b3267d8208597 420 Author: Joshua M. Doe <joshua.doe@us.army.mil> 421 Date: 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 429 commit cfe1630990ca56d4e5fa339ea79d8a00ad475053 430 Author: Joshua M. Doe <joshua.doe@us.army.mil> 431 Date: 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 437 commit fe222e2da2c35eded532d3d0160ea82347e7c624 438 Author: Joshua M. Doe <joshua.doe@us.army.mil> 439 Date: Thu Apr 29 11:08:47 2010 -0400 440 441 filter::balanc0r: Add braces around case statement to fix MSVC compilation error 442 443 commit 97cd4a352503ab2714d3230922ab411610bb505d 444 Author: Joshua M. Doe <joshua.doe@us.army.mil> 445 Date: 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 451 commit e8483697b658b27ffa24d65ef4c2e01a14c8c58a 452 Author: Joshua M. Doe <joshua.doe@us.army.mil> 453 Date: 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 459 commit dccaaa787613b9ccbb00b499bb65977b4e33cc62 460 Author: Joshua M. Doe <joshua.doe@us.army.mil> 461 Date: 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 467 commit b1c92bb1d82b4743da50936090eea466dba7ae02 468 Author: Joshua M. Doe <joshua.doe@us.army.mil> 469 Date: Tue May 11 07:26:19 2010 -0400 470 471 Add more explicit casts when assigning void pointers 472 473 commit 99318e554aee010c7f91cd70c38cd17c82a3e82d 474 Author: Jaromil <jaromil@dyne.org> 475 Date: 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 481 commit 4870d60e5d8f556eb87f06cd239c77cb9e87d29f 482 Author: Jaromil <jaromil@dyne.org> 483 Date: Thu May 6 18:43:51 2010 +0200 484 485 avoid reset of alpha channel in baltan 486 487 from ticket 20 488 489 commit d753db5d133a97b1ac5dcd4b468532676e0badef 490 Author: Joshua M. Doe <joshua.doe@us.army.mil> 491 Date: 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 497 commit fe001ddd74eb32de6224a169ab715a3d8d1a9d18 498 Author: Jaromil <jaromil@dyne.org> 499 Date: Thu May 6 18:21:20 2010 +0200 500 501 avoid compilation of static lib plugins by default 502 patch from ticket 5 503 504 commit 366981dc9e3ff2831b083ff7c98167355e238f59 505 Author: Jaromil <jaromil@dyne.org> 506 Date: Wed Apr 28 11:42:46 2010 +0200 507 508 small fix to c0rners 509 importing patch by Till Theato 510 511 commit 7186a84c6b71567ffde75f0dd9dbe1e09d36b7d3 512 Author: Jaromil <jaromil@dyne.org> 513 Date: 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 519 commit 649580a22926e822a88bc37080fde582795e19f5 520 Author: Dan Dennedy <dan@dennedy.org> 521 Date: 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 533 commit a11a007e51d0276979d754aee4c24214abe9972b 534 Author: Dan Dennedy <dan@dennedy.org> 535 Date: 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 541 commit 4025fc5e270a057dff66756593c9020bef8491fb 542 Author: Dan Dennedy <dan@dennedy.org> 543 Date: Tue Apr 27 01:37:06 2010 -0700 544 545 Fix memory not released on destruct in cartoon filter (ticket:14). 546 547 commit a60ec310cc0c5d8752f5840d0479910ab8e43e62 548 Author: Dan Dennedy <dan@dennedy.org> 549 Date: Tue Apr 27 01:34:18 2010 -0700 550 551 Fix memory not released on destruct in water filter (ticket:13). 552 553 commit 30b762b315080d2841cc38c75e9af3b6b9026c17 554 Author: Dan Dennedy <dan@dennedy.org> 555 Date: Tue Apr 27 01:18:52 2010 -0700 556 557 Fix explanation field in colordistance (ticket:9). 558 559 commit a252e38ad147caa1441bdd850d25a3df362a1c86 560 Author: Dan Dennedy <dan@dennedy.org> 561 Date: Tue Apr 27 01:00:12 2010 -0700 562 563 Fix Delaygrab name (ticket:17) 564 565 commit 80b03a0567f16feefaca051b1273be6602965f19 566 Author: Dan Dennedy <dan@dennedy.org> 567 Date: Mon Apr 26 23:38:08 2010 -0700 568 569 Reindent defish0r code and word wrap its README. 570 571 commit 0a0411a8226dd5757e7e61cbb05241cbd5f8caff 572 Author: Dan Dennedy <dan@dennedy.org> 573 Date: Mon Apr 26 23:35:15 2010 -0700 574 575 Allocate memory in defish0r with calloc per good practice. 576 577 commit be180cf63162bfc060cfc00dcade212c9fe6e36a 578 Author: Dan Dennedy <dan@dennedy.org> 579 Date: 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 586 commit 8940b89d99e750ca33715033be89cdec8019e8df 587 Author: Dan Dennedy <dan@dennedy.org> 588 Date: Mon Apr 26 23:30:35 2010 -0700 589 590 Add defish0r filter from Marko Cebokli. 591 592 commit ced67fb5f2d2fdee49e8946b9f839db3d246a8a9 593 Author: Dan Dennedy <dan@dennedy.org> 594 Date: Mon Apr 26 21:57:34 2010 -0700 595 596 Reindent code and word wrap README. 597 598 commit 373280cb80ffd5ca2e92fd4283ff66b6021e0479 599 Author: Dan Dennedy <dan@dennedy.org> 600 Date: Mon Apr 26 21:49:47 2010 -0700 601 602 Allocate memory with calloc per good practice. 603 604 commit 83f1cb100f63c492cbee6d875c01b56096bc2a3e 605 Author: Dan Dennedy <dan@dennedy.org> 606 Date: 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 613 commit 3fa99c7f77a444e6fbe1a556d453d89f16337b8e 614 Author: Dan Dennedy <dan@dennedy.org> 615 Date: Mon Apr 26 21:26:40 2010 -0700 616 617 Add c0rners filter from Marko Cebokli 618 619 commit 1c3c63b424d6cfdfa1d681559efbd5e54e1b91a3 620 Author: Jaromil <jaromil@dyne.org> 621 Date: 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 628 commit 3ac567f3133a0b02e3a0ece43b6cb7cde6607b6a 629 Author: Jaromil <jaromil@dyne.org> 630 Date: 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 635 commit d73a5ef03bf4dc43dada363a58e3ec545dff0216 636 Author: Jaromil <jaromil@dyne.org> 637 Date: Tue Mar 30 19:05:38 2010 +0200 638 639 website with better styles 640 641 commit ed08c48e46758ce4633588d6d59d593c6f9d76cf 642 Author: Jaromil <jaromil@dyne.org> 643 Date: 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 650 commit fd973070aad36ac90dcfec4ecdfa507e0ecb212e 651 Author: Jaromil <jaromil@dyne.org> 652 Date: Sat Mar 13 10:29:28 2010 +0100 653 654 full fledged org-mode website 655 now also compilable in localhost for preview 656 657 commit 1216596301eeab7d6b807cee54579718a8363855 658 Author: Jaromil <jaromil@dyne.org> 659 Date: Tue Feb 16 12:14:10 2010 +0100 660 661 web: c++ filter example 662 663 commit 49e391d67946c1e3eb86e52db3e866f3d7388076 664 Author: Jaromil <jaromil@dyne.org> 665 Date: Tue Feb 16 09:29:29 2010 +0100 666 667 small webpage format updates 668 669 commit 8e1d79cb4a0f1f54f63dac81393fd8ee023c02c5 670 Author: Jaromil <jaromil@dyne.org> 671 Date: Mon Feb 15 19:26:17 2010 +0100 672 673 proper webpage contents 674 675 commit 3e58d1c5436890f06cae5a88659d1c2ba3a1300b 676 Author: Jaromil <jaromil@dyne.org> 677 Date: Mon Feb 15 17:43:39 2010 +0100 678 679 more website fixes 680 681 commit c57f268b6d07ce80c80871e6a3b0baeafda6dfda 682 Author: Jaromil <jaromil@dyne.org> 683 Date: Mon Feb 15 17:26:09 2010 +0100 684 685 cleanup of scripts 686 these are hosted on dyne-web repository 687 688 commit 779b37091c57845ee64b294ee597524f92d07035 689 Author: Jaromil <jaromil@dyne.org> 690 Date: Mon Feb 15 17:08:12 2010 +0100 691 692 fixes to website generation 693 694 commit eac1063f0c5b9b2d234c71550bc2c33a3885fd6f 695 Author: Jaromil <jaromil@dyne.org> 696 Date: Mon Feb 15 16:24:03 2010 +0100 697 698 new website in git 699 (work in progress....) 700 701 commit 7a54884be6e7969397b913b865f4d815b6cdc385 702 Author: Hedde Bosman <sgorpi@gmail.com> 703 Date: Mon Nov 9 14:06:50 2009 +0100 704 705 Forgot to really add the changes to Makefile.am, now did so 706 707 commit fb31c32bb0c96aa19618d71f5f6efb3138efd265 708 Author: Jaromil <jaromil@dyne.org> 709 Date: 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 714 commit 64a1ecfe38dd8be59bc5246cb23168e76e9f270b 715 Author: Jaromil <jaromil@dyne.org> 716 Date: Fri Nov 6 20:48:56 2009 +0100 717 718 typo 719 sorry 720 721 commit 601e82ce6e917a36d87c5fde3322306ce4c76693 722 Author: Jaromil <jaromil@dyne.org> 723 Date: 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 734 commit 686690e43a8663a89c898611a753cd846f587764 735 Author: m4ks1k <m4ks1k@gmail.com> 736 Date: Thu Nov 5 20:48:49 2009 +0300 737 738 Changed default tint0r properties 739 740 commit 32f06d4c01c626d23e3ead5ee5f9be9f74772f3d 741 Author: m4ks1k <m4ks1k@gmail.com> 742 Date: Sun Nov 1 16:50:53 2009 +0300 743 744 Changed color mapping algorithm at 3-point color balance filter 745 746 commit a903b1030cfa5dd39f07ddf5eb49d68b5fd44b82 747 Author: m4ks1k <m4ks1k@gmail.com> 748 Date: Sun Nov 1 16:36:17 2009 +0300 749 750 New filter 3-point color balance 751 752 commit e905ae065e7289911cba2474c3036531ac8c9f54 753 Author: m4ks1k <m4ks1k@gmail.com> 754 Date: Sun Nov 1 11:25:37 2009 +0300 755 756 New curves adjustment filter 757 758 commit ccf1cedbd9ac07b5bf99fa42966cf2883d2ac657 759 Author: m4ks1k <m4ks1k@gmail.com> 760 Date: Tue Oct 27 23:43:29 2009 +0300 761 762 Added new levels adjustment effect 763 764 commit 608f95ae27983b3644c0ccfb187aa8d59ea593dc 765 Author: m4ks1k <m4ks1k@phoenix.(none)> 766 Date: Sun Oct 25 19:11:26 2009 +0300 767 768 New Tint effect 769 770 commit 074f65364d734f4108a48975a37add8aea76e6df 771 Author: Hedde Bosman <sgorpi@gmail.com> 772 Date: 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 780 commit 8149fae6884035aa588eb14eb228863ebbd6bdbf 781 Author: Jaromil <jaromil@dyne.org> 782 Date: Mon Sep 14 13:35:30 2009 +0200 783 784 nervous filter small fix 785 missing stdio include 786 787 commit 8dfe609829f12a7246762b69e3c6e17750c07110 788 Author: Jaromil <jaromil@dyne.org> 789 Date: Thu Aug 27 12:24:23 2009 +0200 790 791 new Delaygrab filter 792 793 from the code of Andreas Schiffler's libb 794 795 commit 062c1137cdf1790d75a101ab946ae8788a0efc20 796 Author: Jaromil <jaromil@dyne.org> 797 Date: Thu Aug 27 01:14:36 2009 +0200 798 799 new baltan filter 800 801 ported from EffecTV 802 803 commit eae9106de45c36bf00272ac5c63a52d6d2f08565 804 Author: Jaromil <jaromil@dyne.org> 805 Date: Thu Aug 27 00:20:48 2009 +0200 806 807 new nervous filter 808 809 ported from Edo Tannenbaum's filter in EffecTV 810 811 commit 2525cf95d2dab886bf4fbe2a1838e12bb3e9c100 812 Author: Jaromil <jaromil@dyne.org> 813 Date: Wed Aug 26 11:05:12 2009 +0200 814 815 correct installation path 816 817 (noticed by Christian on the piksel-dev ml) 818 819 commit 3936fa4d456f9deac42fe706b4dc0d25f55f6b7a 820 Author: Jaromil <jaromil@dyne.org> 821 Date: Sun Jul 26 11:42:07 2009 +0200 822 823 new Vertigo filter 824 ported from EffecTV and FreeJ 825 826 commit c06cd053ffbcb887626abf5943c007fd344418ed 827 Author: Dan Dennedy <dan@dennedy.org> 828 Date: 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 834 commit 81c866e9a3eadec0ac3048e0e24874b231c865a2 835 Author: Dan Dennedy <dan@dennedy.org> 836 Date: 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 842 commit 2eac2c32cf3e5878b63ac36b865e69657b4ee313 843 Author: Luca Bigliardi <shammash@artha.org> 844 Date: 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 853 commit e68059e5880c3697b00b505dbd01fffda33cb898 854 Author: Luca Bigliardi <shammash@artha.org> 855 Date: 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 861 commit eb2c60f6354748f15327bf5a53dab588470ffc6e 862 Author: Luca Bigliardi <shammash@artha.org> 863 Date: 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 870 commit e935d5067441b61fb4fce77e33f11126ba6fb1ee 871 Author: Luca Bigliardi <shammash@artha.org> 872 Date: Thu Jul 9 15:11:28 2009 +0100 873 874 Track m4 directory contents 875 876 commit 4c9f381571bf4c5573d6bf0b21dc51c0d9400112 877 Author: Luca Bigliardi <shammash@artha.org> 878 Date: Thu Jul 9 15:08:59 2009 +0100 879 880 Use 'm4' macro directory. 881 882 commit 6b79e1c16fc49ca0619fb5031256cc9508bb4393 883 Author: Luca Bigliardi <shammash@artha.org> 884 Date: Thu Jul 9 14:56:00 2009 +0100 885 886 Update autogen.sh 887 888 Use autogen.sh from freej. 889 890 commit c950588f3e9188aa51e2cd3b9346bf346ad34118 891 Author: Luca Bigliardi <shammash@artha.org> 892 Date: Thu Apr 9 17:10:53 2009 +0200 893 894 Add pkg-config support 895 896 commit 40fcbcecd7c89599f8a5dbfb83c5f3c5c273963c 897 Author: Dan Dennedy <dan@dennedy.org> 898 Date: 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 914 commit 730aaac8628b7ca1db7fb1418227ad8d0ca11afd 915 Author: Luca Bigliardi <shammash@artha.org> 916 Date: Mon Feb 9 13:56:47 2009 +0100 917 918 Move config.h in include/ . 919 920 commit 53ca60964b3691172f7c95e68b6d754ba55e90ac 921 Author: Luca Bigliardi <shammash@artha.org> 922 Date: Mon Feb 9 13:34:29 2009 +0100 923 924 Explicitly link against libm. 925 926 commit f915cba7698302ee508115831cc97a4bf3dd6f56 927 Author: Luca Bigliardi <shammash@artha.org> 928 Date: 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 936 commit 2a9578ea22de93c943ac978dd7ac4c2cd58cfe82 937 Author: Luca Bigliardi <shammash@artha.org> 938 Date: 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 944 commit 2981d087533ba268ca4b143999da7637f6e9deb2 945 Author: Jaromil <jaromil@dyne.org> 946 Date: Mon Feb 9 01:51:44 2009 +0100 947 948 new partik0l generation 949 950 commit 4ba19e4195adc8d5dd267bcc758855bca766cd97 951 Author: Jaromil <jaromil@dyne.org> 952 Date: Mon Feb 9 01:51:04 2009 +0100 953 954 normalised parameter values of water physics 955 956 commit 0fb641c035ef5ac702295e83861f43f7390f8f6e 957 Author: Jaromil <jaromil@dyne.org> 958 Date: Mon Feb 9 01:50:25 2009 +0100 959 960 cpu detection and build-generated config.h 961 962 commit 09a6d2d374d8724984d3135ce935a1ecadb1a192 963 Author: Luca Bigliardi <shammash@artha.org> 964 Date: Mon Feb 9 00:07:35 2009 +0100 965 966 Fixed version for html documentation. 967 968 commit 0c40b92672b12347872cb1ee9c32ff45fa10ad5f 969 Author: Luca Bigliardi <shammash@artha.org> 970 Date: Sun Feb 8 23:34:48 2009 +0100 971 972 Install html documentation. 973 974 Change automake rule to install documentation. 975 976 commit 3aceb42da4c353463d93c8697657d824b4321235 977 Author: Luca Bigliardi <shammash@artha.org> 978 Date: 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 984 commit c91963057084118c0cb803bfb48ddc0c7c9a196d 985 Author: Richard <oracle@propirate.net> 986 Date: 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 990 commit 8e5c2adaaf9379209d64029ea39afe6954d1a729 991 Author: Richard <oracle@propirate.net> 992 Date: Tue Oct 28 12:21:57 2008 +0100 993 994 Added cluster.c to the Makefile again, should work now 995 996 commit 6662f322ae1ec111d1ca323a26184f15fc85833d 997 Author: Richard <oracle@propirate.net> 998 Date: Tue Oct 28 12:15:09 2008 +0100 999 1000 Increased Version Number 1001 1002 commit d74ad50476668fd3d623c179bf242c4176364d92 1003 Author: Richard <oracle@propirate.net> 1004 Date: Tue Oct 28 12:12:17 2008 +0100 1005 1006 Added missing cluster.c file 1007 1008 commit 4e3a5cbace18683401098228d4fcc6cddd60d38a 1009 Author: Jaromil <jaromil@dyne.org> 1010 Date: Sun Oct 26 15:07:34 2008 +0100 1011 1012 water filter fix by Marco (Kdenlive) 1013 1014 commit 06e41285a9ecd3f227a68e069fa9f28d6251f6ee 1015 Author: Jaromil <jaromil@dyne.org> 1016 Date: Tue Oct 21 16:28:18 2008 +0200 1017 1018 small build fixes (no cluster.c filter found?) 1019 1020 commit bab5d11380f2ff2909116d80ea0d163a7d0448c5 1021 Author: Jaromil <jaromil@dyne.org> 1022 Date: Tue Oct 21 15:04:41 2008 +0200 1023 1024 compile patch for AMD64 by IOhannes 1025 1026 commit 884da1f93fe90a9a3d65911a47f84d348f517579 1027 Author: Jaromil <jaromil@dyne.org> 1028 Date: Tue Oct 21 12:00:31 2008 +0200 1029 1030 tailored import from darcs repository to git 1031 1032 commit a6d198fa8f34fa940fe5ae099cfe2aad898bb90d 1033 Author: tailor <richard.spindler@gmail.com> 1034 Date: Fri Oct 10 06:51:00 2008 +0000 1035 1036 [project @ added some protectors to avoid 0 mallocs] 1037 1038 commit 33e8c633ef5d37792271bcffe53753f9cc8a9d38 1039 Author: tailor <richard.spindler@gmail.com> 1040 Date: Fri Oct 10 06:50:28 2008 +0000 1041 1042 [project @ added cstring include for memset] 1043 1044 commit 8508acb8d96a1b661c4d62cbac8021702375cd2e 1045 Author: tailor <richard.spindler@gmail.com> 1046 Date: Thu Jul 3 06:58:15 2008 +0000 1047 1048 [project @ Bug in nois0r (alpha channel)] 1049 1050 commit ce166e551850ac191300cefc4af327edbf649ad4 1051 Author: tailor <richard.spindler@gmail.com> 1052 Date: Fri Jun 13 11:11:23 2008 +0000 1053 1054 [project @ Adding the Clustering Filter] 1055 1056 commit b4e4253d66a5e7c0b12e673f1cd34c32822d553b 1057 Author: tailor <richard.spindler@gmail.com> 1058 Date: Tue May 27 09:25:23 2008 +0000 1059 1060 [project @ Added edgeglow filter] 1061 1062 commit f68173b54a1a2e74cd4ce859c26b9cff4600525f 1063 Author: tailor <richard.spindler@gmail.com> 1064 Date: Mon May 5 10:28:35 2008 +0000 1065 1066 [project @ added luminance filter to makefile] 1067 1068 commit 94c3e71683fccc77afec1ddf48ad3fef49b83f7b 1069 Author: tailor <richard.spindler@gmail.com> 1070 Date: Sun Apr 20 14:40:28 2008 +0000 1071 1072 [project @ UV Map Filter added] 1073 1074 commit a76c545e525adfd3781a817b01e81e99d71f7934 1075 Author: tailor <albert.frisch@gmail.com> 1076 Date: Tue Apr 8 19:51:15 2008 +0000 1077 1078 [project @ rgbparade scaling with gavl and a scala overlay] 1079 1080 commit 5f39be543ed959c12e3132de678773dafbd5d0a6 1081 Author: tailor <richard.spindler@gmail.com> 1082 Date: Mon Apr 7 08:20:04 2008 +0000 1083 1084 [project @ Moved Scale Initalization to the init function] 1085 1086 commit b246dec719aa4f1b5151713c18d32bfff242abe1 1087 Author: tailor <albert.frisch@gmail.com> 1088 Date: Sun Apr 6 16:23:58 2008 +0000 1089 1090 [project @ scaling the vectorscope with gavl] 1091 1092 commit c246a9f483b57e9ff4200b074e3f0db36cd1554c 1093 Author: tailor <richard.spindler@gmail.com> 1094 Date: Thu Apr 3 12:39:14 2008 +0000 1095 1096 [project @ Fixed a number of irrelevant warnings] 1097 1098 commit 5b7d7fcbe248dcf2759d55b63b0406a55a45cfb6 1099 Author: tailor <richard.spindler@gmail.com> 1100 Date: Thu Apr 3 12:01:41 2008 +0000 1101 1102 [project @ fixed sinage warning in tehRoxx0r] 1103 1104 commit 99b295064a88d5dc3b2b6425b7a717bd3a68000f 1105 Author: tailor <richard.spindler@gmail.com> 1106 Date: Tue Apr 1 08:54:44 2008 +0000 1107 1108 [project @ moved vectorscope image] 1109 1110 commit 64e786feb66fb65c247b735e8237f395e4c22aff 1111 Author: tailor <richard.spindler@gmail.com> 1112 Date: Tue Apr 1 08:52:29 2008 +0000 1113 1114 [project @ Authors file updated, and some vectorscope compile fixes] 1115 1116 commit 992e6041e376ffe1923b8c0ecbd77f1ec1f4dedd 1117 Author: tailor <richard.spindler@gmail.com> 1118 Date: Mon Mar 31 12:04:03 2008 +0000 1119 1120 [project @ Added Scale to Vectorscope] 1121 1122 commit 845ddcdef0af540023b92317749c2a063c1ba37a 1123 Author: tailor <richard.spindler@gmail.com> 1124 Date: Sat Mar 29 19:09:15 2008 +0000 1125 1126 [project @ changed hsv vectorscope to CrCb vectorscope] 1127 1128 commit baadf9fde1891be653f990060d045bc53d771080 1129 Author: tailor <richard.spindler@gmail.com> 1130 Date: Wed Mar 26 07:44:05 2008 +0000 1131 1132 [project @ Added rgbparade] 1133 1134 commit a5a806415ec1104d079a127627be512cbfa0beb3 1135 Author: tailor <richard.spindler@gmail.com> 1136 Date: Wed Mar 26 07:43:22 2008 +0000 1137 1138 [project @ added rgbparade] 1139 1140 commit c1ddffe35181df152df9455137a4bca882f7caf6 1141 Author: tailor <richard.spindler@gmail.com> 1142 Date: Mon Mar 24 10:24:41 2008 +0000 1143 1144 [project @ Added some guide-lines to the vectorscope] 1145 1146 commit b5f96aad257a9f0895f15afd3f10df6de878a2a7 1147 Author: tailor <richard.spindler@gmail.com> 1148 Date: Fri Mar 21 17:30:23 2008 +0000 1149 1150 [project @ vectorscope added] 1151 1152 commit c3218b03b66663a2b580f87888fb4925ea86853e 1153 Author: tailor <richard.spindler@gmail.com> 1154 Date: Wed Mar 5 11:27:46 2008 +0000 1155 1156 [project @ fixed dynamic linking of helper libs for complex frei0r plugins] 1157 1158 commit 60abafacd35c437ca93ffb5f07defc02c31512b3 1159 Author: tailor <richard.spindler@gmail.com> 1160 Date: Sun Jan 27 22:19:57 2008 +0000 1161 1162 [project @ Fixed twolay0r to use opaque white for one layer instead of transparency] 1163 1164 commit 486345ee63f24d0e2437413ff87f85a0e994fa52 1165 Author: tailor <richard.spindler@gmail.com> 1166 Date: 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 1170 commit f0b53cf9cd6b8f37e51b398ea2f6c259f9a0fd64 1171 Author: tailor <richard.spindler@gmail.com> 1172 Date: Thu Jan 24 19:11:23 2008 +0000 1173 1174 [project @ Added Perspective Filter] 1175 1176 commit 50ec56cbda35805b9716bd86646a54b7ef1d73ee 1177 Author: tailor <richard.spindler@gmail.com> 1178 Date: Thu Jan 24 14:56:11 2008 +0000 1179 1180 [project @ polishing the color distance filter] 1181 1182 commit 40bbabba9ddc508bbfe8cd51725f393c18f408ff 1183 Author: tailor <richard.spindler@gmail.com> 1184 Date: Sun Dec 30 15:20:38 2007 +0000 1185 1186 [project @ color distance filter, first revision] 1187 1188 commit ade489af009e8d10f1785276b8d2008f97bc93ae 1189 Author: tailor <richard.spindler@gmail.com> 1190 Date: Sun Dec 30 15:02:42 2007 +0000 1191 1192 [project @ added luminance filter] 1193 1194 commit 5ea79bcc2a4e520fe4c9285ba2d384805c2446fd 1195 Author: tailor <richard.spindler@gmail.com> 1196 Date: Sun Dec 30 15:02:20 2007 +0000 1197 1198 [project @ added color distance filter skeleton] 1199 1200 commit a421d40eb101b638c064c9ad89424259ea6a7284 1201 Author: tailor <richard.spindler@gmail.com> 1202 Date: Sun Dec 30 14:59:42 2007 +0000 1203 1204 [project @ removed legacy codeline from host_param_test] 1205 1206 commit 2e698b5038234641b15eeefcb2742076a698a5cc 1207 Author: tailor <richard.spindler@gmail.com> 1208 Date: Sun Nov 18 17:05:15 2007 +0000 1209 1210 [project @ lens correction filter added] 1211 1212 commit f2138ecdc7b1734a8cb7c70ba193bbd9d10bf9bd 1213 Author: tailor <richard.spindler@gmail.com> 1214 Date: Sun Nov 18 17:04:54 2007 +0000 1215 1216 [project @ added blur.h for glow filter] 1217 1218 commit cc4386fc386667bf221fbeead56638707ee2e85d 1219 Author: tailor <richard.spindler@gmail.com> 1220 Date: Sun Nov 18 17:04:27 2007 +0000 1221 1222 [project @ Adding Transparency Filter] 1223 1224 commit 2072811fb59c7376bf5afe637dfaad9de7acab61 1225 Author: tailor <richard.spindler@gmail.com> 1226 Date: Fri Nov 9 13:40:24 2007 +0000 1227 1228 [project @ added a host param test plugin] 1229 1230 commit 8cbf6a0140796a4092cb658ad95867eb01fbe8d5 1231 Author: tailor <richard.spindler@gmail.com> 1232 Date: Fri Nov 9 12:35:42 2007 +0000 1233 1234 [project @ Version number upped] 1235 1236 commit 79ef15429c94bc309a9beeea3e283de105b82a1c 1237 Author: tailor <richard.spindler@gmail.com> 1238 Date: Fri Nov 9 12:25:09 2007 +0000 1239 1240 [project @ increased alpha default value in onecol0r from 0 to 255] 1241 1242 commit 518978b119f5fb8ca91107028647811db1ac0780 1243 Author: tailor <richard.spindler@gmail.com> 1244 Date: 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 1250 commit 6ba1f6951cd0b391ac2d33081712a71470bceb98 1251 Author: tailor <richard.spindler@gmail.com> 1252 Date: Wed Nov 7 10:34:44 2007 +0000 1253 1254 [project @ added glow filter] 1255 1256 commit 57caa7056af59298aa427f648096d820b807eccc 1257 Author: tailor <richard.spindler@gmail.com> 1258 Date: Wed Nov 7 10:25:38 2007 +0000 1259 1260 [project @ added cartoon filter] 1261 1262 commit d3e299b621e42833a157fafba35f04a1d9957628 1263 Author: tailor <richard.spindler@gmail.com> 1264 Date: Wed Nov 7 10:17:33 2007 +0000 1265 1266 [project @ added water filter] 1267 1268 commit c6f508211c688e735642f26ecb1344ec2d66bc92 1269 Author: tailor <richard.spindler@gmail.com> 1270 Date: Wed Nov 7 10:01:22 2007 +0000 1271 1272 [project @ modified makefile for R, G, B, RGB, composition and alphainjection] 1273 1274 commit 74a1b3e70581faa989642f2ca55b9c3f2307b954 1275 Author: tailor <richard.spindler@gmail.com> 1276 Date: Wed Nov 7 10:00:52 2007 +0000 1277 1278 [project @ added RGB mixer] 1279 1280 commit ff8595fabe9f5b693f2f6352cfe04cf55783f9b9 1281 Author: tailor <richard.spindler@gmail.com> 1282 Date: Wed Nov 7 10:00:34 2007 +0000 1283 1284 [project @ added composition filter] 1285 1286 commit f6ed332872e2be1a4173121a2ee4b3541f652126 1287 Author: tailor <richard.spindler@gmail.com> 1288 Date: Wed Nov 7 09:59:32 2007 +0000 1289 1290 [project @ added alphainjection filter] 1291 1292 commit 3f664c4ee451816926f65814eada4de81a7ef3c3 1293 Author: tailor <richard.spindler@gmail.com> 1294 Date: Wed Nov 7 09:58:55 2007 +0000 1295 1296 [project @ added R G B Filters] 1297 1298 commit fddf16a532ef368da8a7c7fec486ce4d0fae0cb9 1299 Author: tailor <richard.spindler@gmail.com> 1300 Date: Tue Oct 30 22:56:25 2007 +0000 1301 1302 [project @ Initial revision]
Note: See TracChangeset
for help on using the changeset viewer.
