Releases for OpenPackage Video
op_video 5.x-2.x-dev
First released: March 20, 2009 - 02:46
Size: 35.93 KB
md5_file hash: b426669cef3314e5ff71a6cef9208215
Last updated: April 30, 2009 - 12:24
-
op_video 6.x-4.x-dev
First released: February 24, 2009 - 20:19
Size: 34.15 KB
md5_file hash: cb269503c2c7155f3938f72cb9a20209
Last updated: March 20, 2009 - 12:17
CCK field is rock solid (I think)
upload module conflict
views integration is broken
integration with following modules untested: node_import, services, feedapi_mapper
depends on storage_api and mimedetect. You'll need to work out how to use storage_api as its not documented at all yet.
op_video 5.x-3.16
First released: January 1, 2009 - 22:55
Size: 41.24 KB
md5_file hash: 33384933015616926262112c9a9f8d99
Last updated: January 1, 2009 - 23:00
- check ffmpeg has png support for preview image capture
- limit filepath autocomplete to 10 files
- ensure h.264 video dimensions are multiples of 16 to avoid quality degradation
- for mp4 playback, depend on flash 9.0.115.0 instead of 9.0.151.0 so it works even if the user does not have all the security updates
- #352963: Retranscode all videos - Priority the latest videos added
Oh, and happy new year!
op_video 5.x-3.15
First released: December 28, 2008 - 12:52
Size: 41.18 KB
md5_file hash: 0e890d231503429841d21f03ab3e84ed
Last updated: December 28, 2008 - 12:55
The major new feature of this release is MP4 encoding with H.264 video and AAC audio. These codecs have much higher performance than than the old FLV and MP3. This means you can have the same quality for less bandwidth or higher quality for the same bandwidth.
MP4 encoding is supported both with FFmpeg transcoding on your own server and with the paid transcoding service we offer at openpackage.biz .
This functionality was sponsored by SharkScopers and vertikal.dk .
op_video 5.x-3.14
First released: December 28, 2008 - 12:31
Size: 41.17 KB
md5_file hash: f835c6c6a0e485196ed1c1b55ccd664f
Last updated: December 28, 2008 - 12:35
ignore this release - use 5.x-3.15
op_video 5.x-3.13
First released: September 15, 2008 - 23:19
Size: 40.16 KB
md5_file hash: 579bdde4c32a8248e29fe23dcb56af88
Last updated: September 15, 2008 - 23:21
#296814: Javascript is being indexed for search
Please follow the upgrade instructions carefully when upgrading from 5.x-2.x: http://openpackage.biz/upgrade
op_video 5.x-4.x-dev
First released: September 11, 2008 - 21:57
Size: 30.5 KB
md5_file hash: 07805b16a23fc6ca6bd6dbfaf9df857e
Last updated: April 30, 2009 - 12:24
Development snapshot.
op_video 5.x-3.12
First released: August 18, 2008 - 00:22
Size: 40.53 KB
md5_file hash: ccbcff5edcb3e4215b40b80e4184f582
Last updated: August 18, 2008 - 00:25
Changes since DRUPAL-5--3-11:
- ensure that requested dimensions of grabbed video frames are always even
- dont autostart embedded videos
http://openpackage.biz/embedded-video-autostart - #286331: Fullscreen button always displayed (also volume control) by Grantovich, jbrown: Fullscreen button always displayed
- #286770: Raw value tokens by Grantovich, jbrown: Improve tokens.
- #286331: Fullscreen button always displayed (also volume control) by Grantovich, jbrown: showvolume setting no longer exists in latest jw media player 3
Please follow the upgrade instructions carefully when upgrading from 5.x-2.x: http://openpackage.biz/upgrade
op_video 5.x-3.11
First released: July 13, 2008 - 23:44
Size: 40.36 KB
md5_file hash: 4180a72ceaaaaa00549c2d8145cba8d1
Last updated: July 13, 2008 - 23:45
Changes since 5.x-3.10:
- #274465: Warning message after viewing a video by jbrown, Grantovich: Don't generate an sql warning when $_SERVER['REMOTE_ADDR'] isn't an ip address
- update format/codec interrogation for latest ffmpeg snapshot
- don't rely on ffmpeg to use the dimensions that it detects - it sometimes
doesn't - add $filename parameter to _op_video_insert_file_acquire_url()
- ensure that the dimensions of the output video are _always_ even
- use php4 version of parse_url() in _op_video_insert_file_acquire_url()
- don't try to avoid quicktime videos in feeds
- add $filename parameter to _op_video_save_upload()
- when available, use cURL instead of _op_video_multipart_http_request() to upload videos to openpackage.biz
- don't use curl_setopt_array(), as its php5 only
- set ffmpeg verbosity level to 0 during transcoding
- try really hard to aquire from url, as we don't do retries atm
Please follow the upgrade instructions carefully when upgrading from 5.x-2.x: http://openpackage.biz/upgrade
op_video 5.x-3.10
First released: June 23, 2008 - 16:23
Size: 40.13 KB
md5_file hash: 84fe6d30d14bd94cdde0e9a361fba175
Last updated: June 23, 2008 - 16:25
'Retranscode videos' update option at admin/content/node
improved views integration
-sorts
-filters
-help text for every option
-see #271345: How to access video properties outside of Views fields?
Please follow the upgrade instructions carefully when upgrading from 5.x-2.x: http://openpackage.biz/upgrade
op_video 5.x-3.9
First released: June 20, 2008 - 23:14
Size: 39.54 KB
md5_file hash: 195f46152eac74bbcae42cb3efdbe2dc
Last updated: June 20, 2008 - 23:15
always mark video as failed transcoding when it has
put acquire_url row in {op_video_files} schema
specify MALLOC_CHECK_=1 before the time command
If you had previously installed 5.x-3.8 fresh (not upgrading) and were experiencing sql errors relating to acquire_url, you need to run update.php and execute op_video update #7.
Please follow the upgrade instructions carefully when upgrading from 5.x-2.x: http://openpackage.biz/upgrade
op_video 5.x-3.8
First released: June 16, 2008 - 21:50
Size: 39.52 KB
md5_file hash: c0db39841f2e9ffc53e3e3cbe99452b0
Last updated: June 16, 2008 - 21:55
Video acquisition via url: http://openpackage.biz/bounty/15
Video podcast acquisition via feedapi_mapper: http://openpackage.biz/bounty/14
Please follow the upgrade instructions carefully when upgrading from 5.x-2.x: http://openpackage.biz/upgrade
op_video 5.x-3.7
First released: April 21, 2008 - 17:52
Size: 38.2 KB
md5_file hash: 6c1162bb4a6519707872c4cc7501c39f
Last updated: April 21, 2008 - 17:55
add a t()
support most recent ffmpeg - #248717: op video doesn't work with FFmpeg version SVN-r12900
make default theme functions just passthrough
Please follow the upgrade instructions carefully when upgrading from 5.x-2.x: http://openpackage.biz/upgrade
op_video 5.x-3.6
First released: April 6, 2008 - 22:07
Size: 38.12 KB
md5_file hash: edbc4bf4a52d8ffd713dac7831133dd1
Last updated: April 6, 2008 - 22:10
upgrade actions support to 5.x-2.x
only support video stream passthrough for flv
scale images up and down
make openpackage.biz transcoding more robust
#242271: Can't Override Autostart Value
Please follow the upgrade instructions carefully when upgrading from 5.x-2.x: http://openpackage.biz/upgrade
op_video 5.x-3.5
First released: April 2, 2008 - 12:53
Size: 38.1 KB
md5_file hash: f4a5cd561aac6aca71d5d5051b3ae87d
Last updated: April 2, 2008 - 12:55
prevent symlinks from breaking _op_video_canonical_filepath() - #238699: Transcoding Remotely Saves Absolute Path
improve _op_video_exec()
op_video 5.x-3.4
First released: March 26, 2008 - 05:14
Size: 38.06 KB
md5_file hash: c5d585fb2209b2804fd5d5a1ef544f35
Last updated: March 26, 2008 - 05:15
fix missing brackets
#238642: op_video.install missing brackets
thanx Rob Loach
make _op_video_canonical_filepath() even more robust
#238699: Transcoding Remotely Saves Absolute Path
Please follow the upgrade instructions carefully when upgrading from 5.x-2.x: http://openpackage.biz/upgrade
op_video 5.x-3.3
First released: March 22, 2008 - 22:30
Size: 38.04 KB
md5_file hash: 014bbc9bb2bf9584942f38583fd788a3
Last updated: March 22, 2008 - 22:35
fix upload issue with php4 - http://drupal.org/node/236335
improve op_media transcoding option help text
Please follow the upgrade instructions carefully when upgrading from 5.x-2.x: http://openpackage.biz/upgrade
op_video 5.x-3.2
First released: March 22, 2008 - 00:47
Size: 38.02 KB
md5_file hash: aca5052e84726a45ae2181733ac55c8d
Last updated: March 22, 2008 - 00:50
tidy up theme functions
improve op media transcoding option info
make _op_video_canonical_filepath() more robust (#235950)
Please follow the upgrade instructions carefully when upgrading from 5.x-2.x: http://openpackage.biz/upgrade
op_video 5.x-3.1
First released: March 17, 2008 - 14:29
Size: 37.86 KB
md5_file hash: 71a0f76b5e9adebfab01aa7e18f6dd6e
Last updated: March 17, 2008 - 14:30
fix minor prob with preview image radios
Please follow the upgrade instructions carefully: http://openpackage.biz/upgrade
op_video 5.x-3.0
First released: March 17, 2008 - 14:09
Size: 37.84 KB
md5_file hash: 2e0edb1bcaca9da3a1d94042824f39b2
Last updated: March 17, 2008 - 14:10
Initial release of 5.x-3.0.
Please follow the upgrade instructions carefully: http://openpackage.biz/upgrade
