Age | Commit message (Collapse) | Author |
|
|
|
vidoe module page.
|
|
|
|
Removed duplicative defines at top of files
#522148 by captix: fixed (Commit #242492 improperly marked): video_image updated to default promote of Image node to false if video_image Promote and Image Project module Promote settings not configured
|
|
|
|
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
|
|
|
|
video from filesystem
|
|
|
|
converted video. Patch created and applied to Drupal 6 branch.
Missing converted video files after upload fixed!.
|
|
fixed.
#477478 by JohnnyHa:No video starts playing fixed.
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
video in node body
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to be executed every XX seconds... and your videos will be converted!!!
Lot of work is still needed however.
|
|
Adding Ogg Theora media type help links for video_multidownload
Other minor fixes
|
|
|
|
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
|
|
spaces not to work
* fixed some incorrect usage of boolean operators
* fixed some node links
|
|
|
|
|
|
Changed video_image to use video_ffmpeg_helper.
|
|
|
|
Make program for thumbnails configurable
|
|
Add support for older versions of ffmpeg
|
|
Add automatic generation of video thumbnails using ffmpeg
|
|
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
|
|
formats
|
|
Bring Video up to date with HEAD:
updated all video modules to be used on next drupal 5.0
|
|
Bring Video up to date with HEAD:
updated all video modules to be used on next drupal 5.0
|
|
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.
|
|
|
|
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.
|
|
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.
|
|
which let the video_customfields fields disappear.
Thanks pancapangrawit (http://drupal.org/user/59924) for
pointing this out.
|
|
deleted.
|
|
video file path instead the final video path.
Thanks to Sean Effel (Seanjuan) for giving me access
to his server. Mine didn't showed this bug.
|
|
in order to make mms:// or rstp:// links usable.
Fixed some grammar errors on video_upload
Thanks Darryl (http://drupal.org/user/64435) for pointing this out.
Fixed an error on video_multidownload which generated a function
undefined error.
Moved some video_multidownload specific ssettings from video.module
to video_multidownload
Added global $user to video_access.
Thanks kungfoo (http://drupal.org/user/65090) for pointing this out.
|