aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-02-18Bug #117580 reported by tatien:Fabio Varesano
Allow different video nodes to point to the same video
2007-02-18#76319 by Sean B Fuller, agilpwc, Grugnog2: Video should play on the same pageFabio Varesano
2007-02-18Misspelled PENDINGFabio Varesano
More general converting video size regex pattern (Now supports valid resolutions such as 160x92) Removed video_image_thumbnailer_path variable which is no more used. use ffmpeg path instead Thanks Marc McDougall for pointing this out.
2007-02-16#119358 by geodaniel: Download link does not work when download tab is not ↵Fabio Varesano
enabled
2007-01-14it's possible to abort upload.Fabio Varesano
2007-01-14forgot gif imageFabio Varesano
2007-01-14Added support for busy indicator on video uploads.Fabio Varesano
2007-01-14Let's prepare for video upload status bar.Fabio Varesano
2007-01-14Some fixes.Fabio Varesano
2007-01-14Support for concurrent video conversion.Fabio Varesano
2007-01-13Add flowplayer width to the object tag width.Fabio Varesano
2007-01-13More configurable ffmpeg execution.Fabio Varesano
2007-01-12Some progress on video conversion. Now works! Just schedule video_render.phpFabio Varesano
to be executed every XX seconds... and your videos will be converted!!! Lot of work is still needed however.
2007-01-12Patch #108661 by omar (http://drupal.org/user/7909):Fabio Varesano
Adding Ogg Theora media type help links for video_multidownload Other minor fixes
2007-01-12Added video_ffmpeg_helper.installFabio 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-08* added escaping to filename in ffmpeg_helper which caused filenames with ↵Fabio Varesano
spaces not to work * fixed some incorrect usage of boolean operators * fixed some node links
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-04Bigger bodyFabio Varesano
2007-01-03First letter capitalization.Fabio Varesano
2007-01-03Patch #75359 by jrbeeman (http://drupal.org/user/16734):Fabio Varesano
Add Views module support
2007-01-03Added support for postgresql.Fabio Varesano
2007-01-03Added some notes about flowplayer version to use.Fabio Varesano
2007-01-03Added support for flowplayer version 1.10. Older versions of flowplayer will ↵Fabio Varesano
not work anymore.
2006-12-14Patch #100520 by vhmauery (http://drupal.org/user/28957):Fabio Varesano
Make program for thumbnails configurable
2006-12-14Patch #91774 by Glauco (http://drupal.org/user/96649):Fabio Varesano
Add support for .divx files
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-11-11Patch #93957 by vhmauery:Fabio Varesano
Update video .info files Here is a patch that updates the .info files for video module and all its plugin modules. This is what it does: 1. It adds the dependency line to all the plugins so they depend on the video module. 2. It adds the package line to group all the video modules in the "Video" section on the modules page 3. It also adds Image module to the dependency line for the video_image module
2006-11-05Patch #89065 by Moxide : Page not found error when trying to download other ↵Fabio Varesano
formats
2006-11-01Patch #91735 by nofue:Fabio Varesano
German Translation for video
2006-10-20Patch #87900 by agilpwc (http://drupal.org/user/49395):Fabio Varesano
The call to set the src url of realmedia files was left out of the real play funtion. Real media files didn't work. This should fix it.
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-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-09-18Patch #83233 by Robrecht Jacques (http://drupal.org/user/22598):Fabio Varesano
video doesn't work together with db_rewrite_sql well: use "join on" instead of "where table1, table2" to be db_rewrite_sql compatible Bug #82365 reported by moshe weitzman (http://drupal.org/user/23): "You have to insert a valid file size for this video." - video_upload.module Solved a little error wich always ask to put a size even if the video was uploaded.
2006-08-25Bug #79327 by Bairnsfather (http://drupal.org/user/71509):Fabio Varesano
fixed automatic file size for relative files.
2006-08-25Patch #76951 by Sean B Fuller (http://drupal.org/user/25382):Fabio Varesano
Play broken if 'Display play menu tab' set to 'No' This patch fixes an error where If you set 'Display play menu tab' to 'No' under administer > settings > video, you don't get the video. Instead you get the "?q=node/" page. Bug #79779 by Darryl (http://drupal.org/user/64435): The URL for the youtube.com help has changed. Was: http://www.youtube.com/help.php Now: http://www.youtube.com/t/help_center
2006-08-25Patch #76953 by Sean B Fuller (http://drupal.org/user/25382):Fabio Varesano
Make all fieldsets in settings collapsible and collapsed by default. Bug # reported by Bairnsfather (http://drupal.org/user/71509): User Added Params make html syntax incorrect
2006-08-21Solved a little bug which let flowplayer not loaded if clean url is enabled.Fabio Varesano
2006-07-16Removed an unused setting. (uploadable extensions)Fabio Varesano
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-07-16Patch #70668 comment #4 by bot (http://drupal.org/user/56659):Fabio Varesano
Support for Ogg Theora Files: Added support for Ogg Theora video files. Users can now use the cortado java applet video player to play ogg theora videos.
2006-06-28Patch #70738 by bot (http://drupal.org/user/56659)Fabio Varesano
video_playcounter is never increased fixes the play counter which was no more incremented.
2006-06-28Patch #69653 comment 5 by agilpwc (http://drupal.org/user/49395)Fabio Varesano
Prompt Anymous Users to Log In to View Video Adds a 'play video' permission. Users without it will display "login or register to play video or download" link instead of "play or download".
2006-06-24Small change to video_upload prepare to check for permissionsFabio Varesano
before writing 'A file must be provided'. Corected a bug which was making impossible to reedit the custom fileds values after node creation. Thanks pancapangrawit (http://drupal.org/user/59924) for pointing this out.
2006-06-23Users can now delete their own videos if they have "edit own video" permission.Fabio Varesano
2006-06-23Corrected a small typo on the implementation of hook_form_apiFabio Varesano
which let the video_customfields fields disappear. Thanks pancapangrawit (http://drupal.org/user/59924) for pointing this out.