Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06-24 | update help links in ffmpeghelper module | Heshan Wanigasooriya | |
2009-06-18 | #493742 by glen201: Replacing video does not remove previously converted ↵ | Heshan Wanigasooriya | |
video from filesystem | |||
2009-06-16 | updating README.txt for video_ffmpeg_helper module | Heshan 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-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-01 | updating video_ffmpeg_helper module | Heshan Wanigasooriya | |
2009-05-27 | updating 6--2 dev | Heshan Wanigasooriya | |
2009-04-27 | adding plugins to the HEAD | Heshan Wanigasooriya | |
2007-02-18 | Misspelled PENDING | Fabio 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-01-14 | Some fixes. | Fabio Varesano | |
2007-01-14 | Support for concurrent video conversion. | Fabio Varesano | |
2007-01-13 | More configurable ffmpeg execution. | Fabio Varesano | |
2007-01-12 | Some progress on video conversion. Now works! Just schedule video_render.php | Fabio Varesano | |
to be executed every XX seconds... and your videos will be converted!!! Lot of work is still needed however. | |||
2007-01-12 | Patch #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-12 | Added video_ffmpeg_helper.install | Fabio Varesano | |
2007-01-11 | Added *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-05 | Added some functions to hide the resolution and playtime functions | Fabio Varesano | |
2007-01-04 | Added video_ffmpeg_helper plugin to add some apis for ffmpeg. | Fabio Varesano | |
Changed video_image to use video_ffmpeg_helper. |