Ticket #53 (closed enhancement: fixed)

Opened 3 years ago

Last modified 9 months ago

Indeo

Reported by: anonymous Assigned to:
Priority: lowest Milestone: Sometime after 1.0
Component: Codec Version:
Severity: normal Keywords: Indeo
Cc:

Description (Last modified by tick)

Add support for Indeo

Attachments

indeo3codec.diff (8.9 kB) - added by Madd_the_Sane on 10/22/08 11:58:50.
experimental patch for Perian to use Indeo
riffpatch.diff (0.6 kB) - added by Madd_the_Sane on 10/22/08 12:41:17.
patches ffmpeg's riff file to take advantage of lowercase indeo 3 defines.
indeofix.diff (1.3 kB) - added by Madd_the_Sane on 05/31/09 23:31:15.
a (hopeful) fix to make Perian play Indeo 2 and 3 movies

Change History

10/17/06 14:38:46 changed by tick

  • severity changed from major to normal.
  • version deleted.
  • description changed.
  • milestone deleted.

01/04/07 18:09:35 changed by spamtrapz@gmail.com

  • priority changed from normal to high.
  • severity changed from normal to major.

more specificly intel indeo 5 (older versions already supported in quicktime)...

01/04/07 18:15:44 changed by tick

  • priority changed from high to lowest.
  • severity changed from major to normal.

Do NOT change the priority or severity on issues. Continued changes mean we'll just turn off anonymous access.

05/02/07 09:41:32 changed by tick

  • milestone set to Sometime after 1.0.

10/22/08 10:19:45 changed by Madd_the_Sane

the FFMPEG SVN source seems to have support for Indeo 2 and 3, and future support for 4 and 5. Indeo 2 and 3 could be set up to work with Perian.

10/22/08 11:58:50 changed by Madd_the_Sane

  • attachment indeo3codec.diff added.

experimental patch for Perian to use Indeo

10/22/08 12:41:17 changed by Madd_the_Sane

  • attachment riffpatch.diff added.

patches ffmpeg's riff file to take advantage of lowercase indeo 3 defines.

12/05/08 12:56:01 changed by astrange

(In [983]) Enable Indeo 2/3 decoders. (refs #53) Patch by Madd_the_sane

05/31/09 20:30:58 changed by Madd_the_Sane

I finally found media files that has the Indeo codec on them: http://samples.mplayerhq.hu/V-codecs/IV32/ http://samples.mplayerhq.hu/V-codecs/RT21/

Apparently my patch wasn't done correctly as the media files just show a blank screen. I'm looking into it right now.

05/31/09 23:31:15 changed by Madd_the_Sane

  • attachment indeofix.diff added.

a (hopeful) fix to make Perian play Indeo 2 and 3 movies

06/01/09 01:41:01 changed by astrange

Why did I apply that patch before?!

06/02/09 03:11:12 changed by astrange

indeo32.avi and bikini.avi are still black with the patch applied for me, will check the color converter stuff later.

06/06/09 04:23:40 changed by astrange

It's because there's no YUV 4:1:0 color converter.

06/06/09 04:44:13 changed by astrange

  • status changed from new to closed.
  • resolution set to fixed.

(In [1069]) Fix Indeo. - Add missing codec ID mapping (from Madd_the_sane) - Add missing color conversion (inefficient and with bad code duplication)

Closes #53

06/07/09 16:52:03 changed by Robby

A proper milstone?

06/07/09 21:32:23 changed by Madd_the_Sane

Thanks for the fix. However, Indeo 4 and 5 are still not supported. This is mainly due to a lack of support in ffmpeg than something not implemented in Perian.