Thread: Mpeg2 decoder

  1. #1
    Registered User
    Join Date
    Nov 2010
    Posts
    7

    Mpeg2 decoder

    Hi I am doing my project in implement Mpeg2 decoder on FPGA. I am not very good in media code, anyone please help me with the MPEG2 Decoder code in C.

    Thanks

  2. #2
    Registered User
    Join Date
    Oct 2008
    Location
    TX
    Posts
    2,059
    Have you written anything yet?

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    > Hi I am doing my project in implement Mpeg2 decoder on FPGA
    Wow!
    Field-programmable gate array - Wikipedia, the free encyclopedia

    > I am not very good in media code
    No, really?

    > anyone please help me with the MPEG2 Decoder code in C.
    MPEG2 Decoder code in C - Google Search

    The hardware solution and the software solution seldom resemble one another.
    If you really want to make a good hardware solution, you need a far better understanding of what is going on.
    A lot more than can be gleaned from staring at someone else's code for a while.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  4. #4
    Registered User
    Join Date
    Nov 2010
    Posts
    7
    I have already built my FPGA board. All hardware are ready. I just need to know the algorithm for MPEG2 Decoder. If you have the code for that, it would help me a lot.
    Thanks!

  5. #5
    Registered User
    Join Date
    Nov 2010
    Posts
    7
    I am studying libmpeg2 for my project now, but it seems too complicated for me. Does anyone have a suggest?
    Thanks

  6. #6
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    Quote Originally Posted by thangdc01_02 View Post
    I am studying libmpeg2 for my project now, but it seems too complicated for me. Does anyone have a suggest?
    Thanks
    codecs are complicated. There's not really anything anyone can do to make it less complicated -- you just need to spend a lot of time and effort into researching how the codec works.
    bit∙hub [bit-huhb] n. A source and destination for information.

  7. #7
    Registered User
    Join Date
    Nov 2010
    Posts
    7
    Quote Originally Posted by bithub View Post
    codecs are complicated. There's not really anything anyone can do to make it less complicated -- you just need to spend a lot of time and effort into researching how the codec works.
    thanks for everything, I am working on the codes now.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. decoder
    By jalenamichelle in forum C++ Programming
    Replies: 1
    Last Post: 11-03-2010, 06:24 AM
  2. MPEG 4 decoder
    By abachler in forum Windows Programming
    Replies: 11
    Last Post: 05-10-2007, 11:32 PM
  3. MP3 Decoder
    By Pete in forum Projects and Job Recruitment
    Replies: 4
    Last Post: 05-02-2005, 08:35 AM
  4. ASCII Art Decoder and Encoder
    By jessweetd in forum C Programming
    Replies: 7
    Last Post: 09-05-2004, 07:12 PM
  5. Need RSA encoder / decoder / keygen
    By Rak'kar in forum Networking/Device Communication
    Replies: 4
    Last Post: 07-20-2004, 09:40 PM