Releases for OpenPackage Video

op_video 5.x-2.x-dev

jbrown - March 20, 2009 - 02:46
Nightly development snapshot from CVS branch: DRUPAL-5--2
First released: March 20, 2009 - 02:46
Download: op_video-5.x-2.x-dev.tar.gz
Size: 35.93 KB
md5_file hash: b426669cef3314e5ff71a6cef9208215
Last updated: April 30, 2009 - 12:24
View usage statistics for this release

-

op_video 6.x-4.x-dev

jbrown - February 24, 2009 - 20:19
Nightly development snapshot from CVS branch: DRUPAL-6--4
First released: February 24, 2009 - 20:19
Download: op_video-6.x-4.x-dev.tar.gz
Size: 34.15 KB
md5_file hash: cb269503c2c7155f3938f72cb9a20209
Last updated: March 20, 2009 - 12:17
View usage statistics for this release

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

jbrown - January 1, 2009 - 22:55
Official release from CVS tag: DRUPAL-5--3-16
First released: January 1, 2009 - 22:55
Download: op_video-5.x-3.16.tar.gz
Size: 41.24 KB
md5_file hash: 33384933015616926262112c9a9f8d99
Last updated: January 1, 2009 - 23:00
View usage statistics for this release
  • 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

jbrown - December 28, 2008 - 12:52
Official release from CVS tag: DRUPAL-5--3-15
First released: December 28, 2008 - 12:52
Download: op_video-5.x-3.15.tar.gz
Size: 41.18 KB
md5_file hash: 0e890d231503429841d21f03ab3e84ed
Last updated: December 28, 2008 - 12:55
View usage statistics for this release

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.

Demo

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

jbrown - December 28, 2008 - 12:31
Official release from CVS tag: DRUPAL-5--3-14
First released: December 28, 2008 - 12:31
Download: op_video-5.x-3.14.tar.gz
Size: 41.17 KB
md5_file hash: f835c6c6a0e485196ed1c1b55ccd664f
Last updated: December 28, 2008 - 12:35
View usage statistics for this release

ignore this release - use 5.x-3.15

op_video 5.x-3.13

jbrown - September 15, 2008 - 23:19
Official release from CVS tag: DRUPAL-5--3-13
First released: September 15, 2008 - 23:19
Download: op_video-5.x-3.13.tar.gz
Size: 40.16 KB
md5_file hash: 579bdde4c32a8248e29fe23dcb56af88
Last updated: September 15, 2008 - 23:21
View usage statistics for this release

#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

jbrown - September 11, 2008 - 21:57
Nightly development snapshot from CVS branch: DRUPAL-5--4
First released: September 11, 2008 - 21:57
Download: op_video-5.x-4.x-dev.tar.gz
Size: 30.5 KB
md5_file hash: 07805b16a23fc6ca6bd6dbfaf9df857e
Last updated: April 30, 2009 - 12:24
View usage statistics for this release

Development snapshot.

op_video 5.x-3.12

jbrown - August 18, 2008 - 00:22
Official release from CVS tag: DRUPAL-5--3-12
First released: August 18, 2008 - 00:22
Download: op_video-5.x-3.12.tar.gz
Size: 40.53 KB
md5_file hash: ccbcff5edcb3e4215b40b80e4184f582
Last updated: August 18, 2008 - 00:25
View usage statistics for this release

Changes since DRUPAL-5--3-11:

Please follow the upgrade instructions carefully when upgrading from 5.x-2.x: http://openpackage.biz/upgrade

op_video 5.x-3.11

jbrown - July 13, 2008 - 23:44
Official release from CVS tag: DRUPAL-5--3-11
First released: July 13, 2008 - 23:44
Download: op_video-5.x-3.11.tar.gz
Size: 40.36 KB
md5_file hash: 4180a72ceaaaaa00549c2d8145cba8d1
Last updated: July 13, 2008 - 23:45
View usage statistics for this release

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

jbrown - June 23, 2008 - 16:23
Official release from CVS tag: DRUPAL-5--3-10
First released: June 23, 2008 - 16:23
Download: op_video-5.x-3.10.tar.gz
Size: 40.13 KB
md5_file hash: 84fe6d30d14bd94cdde0e9a361fba175
Last updated: June 23, 2008 - 16:25
View usage statistics for this release

'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

jbrown - June 20, 2008 - 23:14
Official release from CVS tag: DRUPAL-5--3-9
First released: June 20, 2008 - 23:14
Download: op_video-5.x-3.9.tar.gz
Size: 39.54 KB
md5_file hash: 195f46152eac74bbcae42cb3efdbe2dc
Last updated: June 20, 2008 - 23:15
View usage statistics for this release

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

jbrown - June 16, 2008 - 21:50
Official release from CVS tag: DRUPAL-5--3-8
First released: June 16, 2008 - 21:50
Download: op_video-5.x-3.8.tar.gz
Size: 39.52 KB
md5_file hash: c0db39841f2e9ffc53e3e3cbe99452b0
Last updated: June 16, 2008 - 21:55
View usage statistics for this release

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

jbrown - April 21, 2008 - 17:52
Official release from CVS tag: DRUPAL-5--3-7
First released: April 21, 2008 - 17:52
Download: op_video-5.x-3.7.tar.gz
Size: 38.2 KB
md5_file hash: 6c1162bb4a6519707872c4cc7501c39f
Last updated: April 21, 2008 - 17:55
View usage statistics for this release

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

jbrown - April 6, 2008 - 22:07
Official release from CVS tag: DRUPAL-5--3-6
First released: April 6, 2008 - 22:07
Download: op_video-5.x-3.6.tar.gz
Size: 38.12 KB
md5_file hash: edbc4bf4a52d8ffd713dac7831133dd1
Last updated: April 6, 2008 - 22:10
View usage statistics for this release

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

jbrown - April 2, 2008 - 12:53
Official release from CVS tag: DRUPAL-5--3-5
First released: April 2, 2008 - 12:53
Download: op_video-5.x-3.5.tar.gz
Size: 38.1 KB
md5_file hash: f4a5cd561aac6aca71d5d5051b3ae87d
Last updated: April 2, 2008 - 12:55
View usage statistics for this release

prevent symlinks from breaking _op_video_canonical_filepath() - #238699: Transcoding Remotely Saves Absolute Path
improve _op_video_exec()

op_video 5.x-3.4

jbrown - March 26, 2008 - 05:14
Official release from CVS tag: DRUPAL-5--3-4
First released: March 26, 2008 - 05:14
Download: op_video-5.x-3.4.tar.gz
Size: 38.06 KB
md5_file hash: c5d585fb2209b2804fd5d5a1ef544f35
Last updated: March 26, 2008 - 05:15
View usage statistics for this release

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

jbrown - March 22, 2008 - 22:30
Official release from CVS tag: DRUPAL-5--3-3
First released: March 22, 2008 - 22:30
Download: op_video-5.x-3.3.tar.gz
Size: 38.04 KB
md5_file hash: 014bbc9bb2bf9584942f38583fd788a3
Last updated: March 22, 2008 - 22:35
View usage statistics for this release

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

jbrown - March 22, 2008 - 00:47
Official release from CVS tag: DRUPAL-5--3-2
First released: March 22, 2008 - 00:47
Download: op_video-5.x-3.2.tar.gz
Size: 38.02 KB
md5_file hash: aca5052e84726a45ae2181733ac55c8d
Last updated: March 22, 2008 - 00:50
View usage statistics for this release

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

jbrown - March 17, 2008 - 14:29
Official release from CVS tag: DRUPAL-5--3-1
First released: March 17, 2008 - 14:29
Download: op_video-5.x-3.1.tar.gz
Size: 37.86 KB
md5_file hash: 71a0f76b5e9adebfab01aa7e18f6dd6e
Last updated: March 17, 2008 - 14:30
View usage statistics for this release

fix minor prob with preview image radios
Please follow the upgrade instructions carefully: http://openpackage.biz/upgrade

op_video 5.x-3.0

jbrown - March 17, 2008 - 14:09
Official release from CVS tag: DRUPAL-5--3-0
First released: March 17, 2008 - 14:09
Download: op_video-5.x-3.0.tar.gz
Size: 37.84 KB
md5_file hash: 2e0edb1bcaca9da3a1d94042824f39b2
Last updated: March 17, 2008 - 14:10
View usage statistics for this release

Initial release of 5.x-3.0.
Please follow the upgrade instructions carefully: http://openpackage.biz/upgrade

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.