aboutsummaryrefslogtreecommitdiff
path: root/plugins/video_image/video_image.module
AgeCommit message (Collapse)Author
2010-03-23removing old files and commenting new file field and other files to the ↵Heshan Wanigasooriya
vidoe module page.
2009-07-25Updating TODO and authorHeshan Wanigasooriya
2009-07-24GMM: add link to Windows Media Player plug-in for Firefox browsersglen201
2009-07-24#518396 by decibel.places : "Video type not supported" video_upload.module, ↵glen201
fixed rebuilding derivative images when video updated #502606 by glen201 : Permissions error in Video Image module prevents users from uploading image thumbnail, fixed #495886 by glen201: Autogenerated thumbnail sticks and is not replaceable by new video/image uploaded, fixed dependency on Image module Enhanced video_upload module to fix files left behind after delete video Enhanced video_upload module to prevent error when replacing ffmpeg converted video with video that will not be auto-converted
2009-05-27updating video image moduleHeshan Wanigasooriya
2009-05-27updating 6--2 devHeshan Wanigasooriya
2009-04-27adding plugins to the HEADHeshan Wanigasooriya
2007-02-18#81157 by Sean B Fuller: Don't show video image in node body if showing the ↵Fabio Varesano
video in node body
2007-01-14Some fixes.Fabio Varesano
2007-01-11Added *draft* and *incomplete* support for video conversion throught the ↵Fabio Varesano
video_render.php script Added functions for video_render.php to video_ffmpeg_helper.module Fixed bug #108445 reported by incom (http://drupal.org/user/64246) Call to undefined function: module_exist() in /home/..../modules/video/views_video.inc on line 69
2007-01-05Restored original behaviour of node links of 4.7Fabio Varesano
2007-01-05Added some functions to hide the resolution and playtime functionsFabio Varesano
2007-01-04Added video_ffmpeg_helper plugin to add some apis for ffmpeg.Fabio Varesano
Changed video_image to use video_ffmpeg_helper.
2007-01-03First letter capitalization.Fabio Varesano
2006-12-14Patch #100520 by vhmauery (http://drupal.org/user/28957):Fabio Varesano
Make program for thumbnails configurable
2006-11-29Patch #99540 by vhmauery (http://drupal.org/user/28957):Fabio Varesano
Add support for older versions of ffmpeg
2006-11-12Patch #82954 by vhmauery: video_upload automatic thumbnailingFabio Varesano
Add automatic generation of video thumbnails using ffmpeg
2006-09-21Patch #82224 by vhmauery (http://drupal.org/user/28957)Fabio Varesano
Bring Video up to date with HEAD: updated all video modules to be used on next drupal 5.0
2006-07-16Patch #70741 comment #2 by khoogheem (http://drupal.org/user/59444)Fabio Varesano
video_image.modue dependent on image module: A check has been added for the image module dependency. If the image module is not installed then the video_image automatically deactivate itself and send the error to the user.
2006-06-19Some debugging for plugins.Fabio Varesano
Patch #69330 by geodan (http://drupal.org/user/37266) Allow users to edit own videos: This patch adds an 'edit own videos' permission to allow users to edit their own video nodes without having the 'administer nodes' privelage.
2006-06-18List of changes:Fabio Varesano
Pluginization: Video.module file was too big and complex. I isolated each different feature which was not excencial and removed from the video.module file. Those features are now added by helper modules called plugins under the directory "plugins". The download has been separed from multidownload. There is now a separated plugin called video_multidownload which add multidownload feature. There are also some hooks being defined. See file hooks.php for details. XHTML Compliace: I worked hard to remove unvalid code from video module. Now the code generated by the module validates on W3C validator. This will probæbly generate some problems with uncommon browsers we will try to solve them as soon as reported. Thanks a lot to Karl Rudd who point me to the right direction towards compliace. Thumbnailing: There is plugin called video_image.module which add thumbnails support for the video module. Thumbnails are uploaded throught the video creation form and a image node is created with it. Video file Uploads: There is a plugin called video_upload.module which add a file upload field to the node creation form. The uploaded file is automatically set as path of the video. Then usable for plays/downloads. NOTE ON BUGS: I tryed to test new features the most as possible but I can't guarantee that all this code is bugfree. Video module is becaming too big to be tested by only one person (me). Hope you guys will be able to help with debugging. Fabio