/[drupal]/contributions/modules/video/FILE_TYPES.txt
ViewVC logotype

Log of /contributions/modules/video/FILE_TYPES.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.9.4.1 - (view) (download) (annotate) - [select for diffs]
Fri Jul 24 01:21:12 2009 UTC (4 months ago) by heshanmw
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-3, DRUPAL-6--2-4, DRUPAL-6--2-5, DRUPAL-6--2-5-BETA1, DRUPAL-6--2-6, DRUPAL-6--2-7, DRUPAL-6--2-8
Branch point for: DRUPAL-7--1
Changes since 1.9: +5 -2 lines
Diff to previous 1.9
updating FILETYPES

Revision 1.9.2.2 - (view) (download) (annotate) - [select for diffs]
Wed May 27 01:33:17 2009 UTC (6 months ago) by heshanmw
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.9.2.1: +1 -1 lines
Diff to previous 1.9.2.1 , to branch point 1.9
updating drupal 6.1

Revision 1.9.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Apr 27 07:44:34 2009 UTC (7 months ago) by heshanmw
Branch: DRUPAL-6--1
Changes since 1.9: +0 -0 lines
Diff to previous 1.9
*** empty log message ***

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Apr 25 00:30:48 2009 UTC (7 months ago) by heshanmw
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA1, DRUPAL-6--2-0-BETA2, DRUPAL-6--2-1-BETA1, DRUPAL-6--2-1-BETA2, DRUPAL-6--2-1-BETA3, DRUPAL-6--2-2-BETA1, DRUPAL-6--2-2-BETA2, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
Cmmiting Drupal 6 core capability version

Revision 1.8.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Feb 11 06:00:21 2008 UTC (21 months, 2 weeks ago) by fax8
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--0-1, DRUPAL-5--1-1, DRUPAL-5--1-2, DRUPAL-5--1-3, DRUPAL-5--1-4, DRUPAL-5--1-5
Changes since 1.8.2.1: +2 -2 lines
Diff to previous 1.8.2.1 , to branch point 1.8 , to next main 1.9
* Major video module rewrite by Fabio Varesano
* Moves video types into separate directory from plugins
* Creates new video hooks API
* Fixes lots of bugs including random deletes of files
* Still has lots of bugs, will still embarrass you in front of your friends
* With contributions from Vernon Mauery

Revision 1.8.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Apr 28 11:40:05 2007 UTC (2 years, 7 months ago) by fax8
Branch: DRUPAL-5
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
#124152 by incrn8: Support of asf files

Revision 1.7.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 17:16:56 2007 UTC (2 years, 10 months ago) by fax8
Branch: DRUPAL-4-7
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 , to next main 1.9
Added support for flowplayer 1.10. Older versions will not work anymore.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 16:57:43 2007 UTC (2 years, 10 months ago) by fax8
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
Added some notes about flowplayer version to use.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Jul 16 09:26:00 2006 UTC (3 years, 4 months ago) by fax8
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0
Branch point for: DRUPAL-4-7
Changes since 1.6: +11 -1 lines
Diff to previous 1.6
Patch #70668 comment #4 by bot (http://drupal.org/user/56659):
  Support for Ogg Theora Files:
    Added support for Ogg Theora video files. Users can now use
    the cortado java applet video player to play ogg theora videos.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Jun 18 14:41:32 2006 UTC (3 years, 5 months ago) by fax8
Branch: MAIN
Changes since 1.5: +9 -9 lines
Diff to previous 1.5
List of changes:

  Pluginization:
    Video.module file was too big and complex.
    I isolated each different feature which was not
    excencial and removed from the video.module file.
    Those features are now added by helper modules
    called plugins under the directory "plugins".

    The download has been separed from multidownload.
    There is now a separated plugin called video_multidownload
    which add multidownload feature.

    There are also some hooks being defined.
    See file hooks.php for details.

  XHTML Compliace:
    I worked hard to remove unvalid code from video module.
    Now the code generated by the module validates on W3C validator.
    This will probæbly generate some problems with uncommon browsers
    we will try to solve them as soon as reported.

    Thanks a lot to Karl Rudd who point me to the right direction
    towards compliace.

  Thumbnailing:
    There is plugin called video_image.module which add thumbnails
    support for the video module. Thumbnails are uploaded throught the
    video creation form and a image node is created with it.

  Video file Uploads:
    There is a plugin called video_upload.module which add a file
    upload field to the node creation form. The uploaded file is
    automatically set as path of the video. Then usable for plays/downloads.

NOTE ON BUGS:
I tryed to test new features the most as possible but I can't guarantee
that all this code is bugfree. Video module is becaming too big to be
tested by only one person (me).

Hope you guys will be able to help with debugging.

Fabio

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Jun 4 20:07:30 2006 UTC (3 years, 5 months ago) by fax8
Branch: MAIN
Changes since 1.4: +18 -4 lines
Diff to previous 1.4
Patch #63497 by Psicomante (http://drupal.org/user/29518)
  Added support for .dcr and .dir videos.

Patch #57215 by benthere (http://drupal.org/user/28240)
  Added support for Google videos.
  I started from the patch submitted by benthere but I had
  to change something becouse google video embed code seemed
  changed from what benthere used to code his patch.
  Details on how to use Google video files are included in
  FILE_TYPES.txt and on video help page.

Removed some unused flv player settings.
(no more need for a skin)

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Nov 3 20:22:40 2005 UTC (4 years ago) by lukelast
Branch: MAIN
Changes since 1.3: +3 -2 lines
Diff to previous 1.3
#35453 Adds support for .3GP and .mp4 extensions, also changes to conform to coding standards.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Oct 28 18:54:30 2005 UTC (4 years, 1 month ago) by fax8
Branch: MAIN
Changes since 1.2: +2 -0 lines
Diff to previous 1.2
Added $Id$ to track versions.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Sep 11 20:08:28 2005 UTC (4 years, 2 months ago) by lukelast
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Updated minor typos.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Aug 31 08:56:40 2005 UTC (4 years, 2 months ago) by fax8
Branch: MAIN
Added useful information about supported video file types.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2