aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-18#221209 by bkat: editing video loses auto converted versionHeshan Wanigasooriya
2009-06-17#488616 by glen201: added #comment-1710102 featuresHeshan Wanigasooriya
2009-06-17updating common.inc, adding FlowPlayer 3.1 and later supportHeshan Wanigasooriya
2009-06-16updating README.txt for video_ffmpeg_helper moduleHeshan Wanigasooriya
2009-06-16#488616 by glen201 : Upload Video module seems designed to lose your ↵Heshan Wanigasooriya
converted video. Patch created and applied to Drupal 6 branch. Missing converted video files after upload fixed!.
2009-06-16#488616 #comment-1707148 by gatsu_1981 : Upload Video module seems designed ↵Heshan Wanigasooriya
to lose your converted video. Patch created and applied to Drupal 6 branch. Missing video files after upload fixed!.
2009-06-04#410024#comment-1660960 by psaleks : Default video validations.Heshan Wanigasooriya
2009-06-04#461242 by batia : Fatal error: Cannot unset string offsets in ↵Heshan Wanigasooriya
/home/******/public_html/new/includes/form.inc on line 485, fixed. update video feeds links.
2009-06-01Updating TODO listHeshan Wanigasooriya
2009-06-01#474194 by sajalsoni:"This video is currently being processed. Please wait." ↵Heshan Wanigasooriya
fixed. #477478 by JohnnyHa:No video starts playing fixed.
2009-06-01updating video_ffmpeg_helper moduleHeshan Wanigasooriya
2009-05-29updating READMEHeshan Wanigasooriya
2009-05-29removing video_custonfieldsHeshan Wanigasooriya
2009-05-27updating video image moduleHeshan Wanigasooriya
2009-05-27updating 6--2 devHeshan Wanigasooriya
2009-04-27This commit was manufactured as part of Drupal's Great Git Migration toThe Great Git Migration
create branch 'DRUPAL-6--2'. Sprout from master 2009-04-27 09:48:39 UTC Heshan Wanigasooriya <heshanmw@gmail.com> 'adding includes files' Delete: plugins/video_upload/busy.gif plugins/video_upload/video_upload.info plugins/video_upload/video_upload.js plugins/video_upload/video_upload.module
2009-04-27adding includes filesHeshan Wanigasooriya
2009-04-27adding plugins to the HEADHeshan Wanigasooriya
2009-04-27add video types to the latest versionHeshan Wanigasooriya
2009-04-25Cmmiting Drupal 6 core capability versionHeshan Wanigasooriya
2009-04-25Test commit to headHeshan Wanigasooriya
2007-06-28Some more minor fixes after testingPierre-Etienne Paradis
2007-06-28Minor fixes after testing.Pierre-Etienne Paradis
2007-06-28French translation for the Video module. Minor fixes after testing.Pierre-Etienne Paradis
2007-06-28French translation for the Video modulePierre-Etienne Paradis
2007-06-27Updated in June 2007 with potx modulePierre-Etienne Paradis
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