2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Build fixes, take three. More... over 24 years ago
Partially working hardware page flipping for the mga_vid from Fredrik Vraalsen. Uncomment display_page_flip to try it out. The ioctl per frame gives us a bit of a hit, we may want to bring some regs into userspace to work around this. More... over 24 years ago
Forgot this one again. More... over 24 years ago
Build fixes, take two. More... over 24 years ago
Remove the silly "build static and shared code at the same time". Savvy hackers can use ./configure --disable-shared More... over 24 years ago
Changes to process slices one at a time. This optimization allows us to get rid of the entire b-frame buffer and reduce some of the cache footprint. You should see a 10 to 15% improvement in speed. I also added hooks to allow the display layer to allocate the working image buffers. This will allow us to do fancy things with AGP transfers (and speed up the Xv stuff) later. More... over 24 years ago
3dfx build fixes from Rick Niles. More... over 24 years ago
Build fixes for compilers that don't have an intrinsic memset. More... over 24 years ago
kernel includes patch from Stephen Crowley. More... over 24 years ago
Maybe fix the libmpeg2 shared lib. More... over 24 years ago
Minor build fixes and a cleanup in decode. More... over 24 years ago
Experimental 3dfx driver from Colin Cross. Roll the dice with --enable-3dfx. More... over 24 years ago
Oops. Forgot this. More... over 24 years ago
SDL update from Ryan Gordon. Also add a flag to display_init to go full_screen. More... over 24 years ago
Major core reworkage of mpeg2dec to allow libmpeg2 to be used by oms. More... over 24 years ago
SDL support from Ryan Gordon. More... over 24 years ago
Numerous goodies that have accumulated in my stable tree since the cvs problems. More... over 24 years ago
Remove the goofy mb_buffer stuff that was killing us. I don't know what I was thinking. More... almost 25 years ago
Another buglet fixed (on the same line doh!). More... almost 25 years ago
Fix one little visual buglet. There's something else wrong still though. More... almost 25 years ago
Touch up on the mmx code. Squeezed a bit more performance out by removing the unnecessary inner width loops (which also removes a bunch of local variable pressure). Also applied David Lehns patch to pull the mm0 init out of the loop. More... almost 25 years ago
Integration of MMX motion comp code from David Lehn. I'm positive that things break for everything but i386 w/mmx. I'll clean that up tomorrow. More... almost 25 years ago
Forgot these. More... almost 25 years ago
Major cleanup and cruft removal before I put in the motion_comp_mmx updates. The libmpeg2 sources are now in the libmpeg2 directory now as well. More... almost 25 years ago
cleanup & bugfixes 1st try to cleanup paths ... and other thing i don't rember right now (probably i should commit in shorter periods, or take notes) More... almost 25 years ago
Xv support for use in XFree86 4.0. (which I don't have, so let me know if this actually works). More... almost 25 years ago
thanks to David Barth <[email protected]>: More... almost 25 years ago
o cleaned up the staic skindir entry (thanks to Brion Vibber <[email protected]>) o removed a bug in ifo Close (you should not close a filedescriptor, when trying to lseek afterwards) More... almost 25 years ago
Quick hack to fix bistream so dent will stop complaining about mpeg2dec not working directly in oms :) More... almost 25 years ago
libtool support so we can build .so's for oms. Patch submitted by Daniel Caujolle-Bert <[email protected]>. You now need libtool installed to build out of cvs. More... almost 25 years ago