Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Research question

Reply
Thread Tools

Research question

 
 
Cut
Guest
Posts: n/a
 
      12-12-2006
My apologies if I posted this in the wrong forum.

I'd like to create a Java program that accepts and decodes H.264
streams. My current understanding is that support for this codec,
especially in Java, is nonexistent. I'm aware of a low-level C/ASM API
that decodes H.264 fast.

Is it possible to use Java to interface with a low-level C/ASM API?
Can I do it with an IDE?

Thanks,
Cut

 
Reply With Quote
 
 
 
 
Andrew Thompson
Guest
Posts: n/a
 
      12-12-2006
Cut wrote:
....
> I'd like to create a Java program that accepts and decodes H.264
> streams. My current understanding is that support for this codec,
> especially in Java, is nonexistent.


Sun's only media offering is JMF, which is effectively
(if not actually) abandoned. The list of media formats
codecs supported is here..
<http://java.sun.com/products/java-media/jmf/2.1.1/formats.html>

>.. I'm aware of a low-level C/ASM API
> that decodes H.264 fast.
>
> Is it possible to use Java to interface with a low-level C/ASM API?


JNI should connect you with any native code, so long
as the right 'hooks' exist (JNI is not my area).

Is that low-level stuff developed for each platform, or
are you looking to support only specific OS's?

> Can I do it with an IDE?


Ummm... You mean write the code?

It is possible to write this code using an IDE.
It is most likely also possible to launch/debug
this code using an IDE. Whether *you* can do
it using *your* IDE, is a matter between you
and your IDE.

Andrew T.

 
Reply With Quote
 
 
 
 
Wesley Hall
Guest
Posts: n/a
 
      12-12-2006
Cut wrote:
> My apologies if I posted this in the wrong forum.
>
> I'd like to create a Java program that accepts and decodes H.264
> streams. My current understanding is that support for this codec,
> especially in Java, is nonexistent. I'm aware of a low-level C/ASM API
> that decodes H.264 fast.
>
> Is it possible to use Java to interface with a low-level C/ASM API?
> Can I do it with an IDE?
>
> Thanks,
> Cut
>


http://www-128.ibm.com/developerwork...deo/index.html

http://developer.apple.com/quicktime/qtjava/
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft User Research is looking for C++ devs in the Puget Soundarea using Visual Studio 2012 for an upcoming research study. Gina- Microsoft C++ 3 09-09-2012 06:08 AM
Research: File-sharers big legal download spenders. Silverstrand Front Page News 0 07-27-2005 03:00 PM
Searching for Kevin Brace (Graphic chip research information) Derek Simmons VHDL 1 03-31-2005 01:51 AM
Research on open source programming bounties Mark Chen Firefox 0 03-24-2005 04:33 AM
Re: Notebook PC market research questionnaire JaR MCSD 0 09-20-2003 08:08 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57