| View previous topic :: View next topic |
| Author |
Message |
Jon Lennart Aasenden Guest
|
Posted: Thu Mar 03, 2005 7:33 am Post subject: native mpeg decoding & rendering |
|
|
Stupid question i guess,but does any1 know of such a project for delphi?
I stumbled onto a pure delphi mpeg encoder:
http://www.msbsoftware.it/mpegpas/
But i need a decoder - no activex or com stuff if i can avoid it.
Jon Lennart Aasenden
|
|
| Back to top |
|
 |
Nils Haeck Guest
|
Posted: Thu Mar 03, 2005 10:06 am Post subject: Re: native mpeg decoding & rendering |
|
|
Hello Jon,
There was a very good article series in the Delphi Informant about this,
including sources. It only works for Mpeg1/2 and only for the m2v part (so
only video, no multiplexed streams or sound streams). The article describes
all the steps: reading the mpeg bitstream, huffmann decoding, idct
conversion (including MMX optimisation!), YUV to RGB, I, B and P frame
assembly.
I bought a CD once with all the DI articles of 3 years or something, for
something like $50. Maybe they still have this offer.
Nils
www.simdesign.nl
"Jon Lennart Aasenden" <post_nospam_nojunk (AT) jurasoft (DOT) no> wrote
| Quote: | Stupid question i guess,but does any1 know of such a project for delphi?
I stumbled onto a pure delphi mpeg encoder:
http://www.msbsoftware.it/mpegpas/
But i need a decoder - no activex or com stuff if i can avoid it.
Jon Lennart Aasenden
|
|
|
| Back to top |
|
 |
Peter Below (TeamB) Guest
|
|
| Back to top |
|
 |
subi Guest
|
Posted: Fri Mar 04, 2005 4:56 am Post subject: Re: native mpeg decoding & rendering |
|
|
The Source archives are available and the archive names are as
follows
dmag82.zip
dmag83.zip
dmag84.zip
dmag85.zip
dmag87.zip
dmag88.zip
Subi
|
|
| Back to top |
|
 |
Jon Lennart Aasenden Guest
|
Posted: Mon Mar 07, 2005 5:04 pm Post subject: Re: native mpeg decoding & rendering |
|
|
Thanks guys!
I have a native mp3 decoder with the huffman stuff.. maybe i can add the
sound bit (with some experimentation).
Ill post the source as always if i ever get it done.
Jon Lennart Aasenden
"Jon Lennart Aasenden" <post_nospam_nojunk (AT) jurasoft (DOT) no> wrote
| Quote: | Stupid question i guess,but does any1 know of such a project for delphi?
I stumbled onto a pure delphi mpeg encoder:
http://www.msbsoftware.it/mpegpas/
But i need a decoder - no activex or com stuff if i can avoid it.
Jon Lennart Aasenden
|
|
|
| Back to top |
|
 |
|