CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2010
    Posts
    907

    [open source wanted]: display multimedia files (avi, jpeg, mpg) etc

    Can't find any good ones from google.
    Any links for me please?
    Thanks
    Jack

  2. #2
    Join Date
    Jun 2010
    Location
    Germany
    Posts
    2,675

    Re: [open source wanted]: display multimedia files (avi, jpeg, mpg) etc

    Why would anyone want to implement these in assembly language? Rendering these formats is a highly complex matter and implementing that in assembly language would be an enormuous effort that would hardly yield any noticeable performance improvement at all.

    There's a bunch of open source implementaions in C/C++ available, probably in other high-level languages as well. Why not use these?

    If someone would have imlemented that in assembly language, that would be a highly specialized custom solution that certainly wouldn't be released as open source. And even if you could get it, you probably wouldn't really be happy with it, because it would be inflexible due to its high degree of specialization.
    Last edited by Eri523; July 17th, 2013 at 05:30 PM.
    I was thrown out of college for cheating on the metaphysics exam; I looked into the soul of the boy sitting next to me.

    This is a snakeskin jacket! And for me it's a symbol of my individuality, and my belief... in personal freedom.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured