Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
mpeg/avi player in C
Name: saman.r.a Date: June 6, 2008 at 11:39:27 Pacific OS: XP CPU/Ram: 512
Comment:
Hi, i want to make video player (either mpeg or avi) in C. Can anyone give me idea as where to start . How is my program gonna read a video?? please give me basic idea about the steps i going to follow during this program
Summary: Hello everyone, I hope someone could help me. I'm programming a proxy in C code. It's trying to redirect requests from a Quicktime player to the Darwin Streaming Server. For this purpose I'm using TCP...
Summary: I was loking for a really good tutorial about pointers and their use in C/C++ but none of he books I've read was good enough; if anyone can give me a link or somethig, please do it!!! ...
Summary: can any body explain what does this func do in C: int Mparse (int j, int val1, int val2) { return ((int) (fmod(j, pow(2, v1)) / pow(2, v2))); } ...