0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 8 months ago. based on code collected almost 2 years ago.
Mar 05, 2022 — Mar 05, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changes from Santiago Vila (sanvila at unex es) for building on powerpc machine running Debian testing (etch) More... almost 18 years ago
Change default radius to 2.0 based on experience (with video and Photoshop) More... almost 18 years ago
Fix (well, ok - workaround) the segfault caused by computing an address that is before the malloc'd buffer. More... almost 18 years ago
fix from mnauw at users.sourceforge.net - off_t on some systems is incorrectly set to 32 bits. More... almost 18 years ago
Added the patch from the Gento bugzilla list. Matthias Schwarzott pointed to that problem. More... almost 18 years ago
Fix from zzam at gentoo.org for using relatively rarely used linker options. More... almost 18 years ago
Remove the ' interlacing' part of the message. It was apparently causing problems when corrupt/invalid files were used with lav2mpeg More... almost 18 years ago
A smal fix to make the spect file compatibel with my versions of rpm gen process. More... almost 18 years ago
Move/add a pkg-config check to placate the gentoo folks More... almost 18 years ago
Core2Duo Intel cpus are 'pentium-m' NOT pentium3. using pentium3 will cause gcc to crash on MacBookPro using a Core2 cpu. More... almost 18 years ago
trying to sqeeze the last bit of image quality out of it ... More... almost 18 years ago
Fix minor warning-generating errors in source-code. More... almost 18 years ago
Fix various initialisation bugs detected by valgrind in Pass-1 of on-the-fly rate controller. Switch on-the-fly rate controller to use the variance instead of old DCT coefficient based 'activity metric' for rate control so rate control can setup without all DCTs first having been done. Fix a number of minor errors causing compiler warnings More... almost 18 years ago
Need to install mpeg2syntaxcodes.h and imageplanes.hh for compiling against libmpeg2encpp. More... almost 18 years ago
Further finetuning More... about 18 years ago
fixed typo. There is no Lanzcos filter anymore... More... about 18 years ago
rearranged deinterlacers internals. Trying to prepare for release... More... about 18 years ago
Fix a few typos but more important remove old or incorrect advice. Many of the options in the mpeg2enc examples should almost never be used unless the person knows exactly what they are doing - the options should not be in a guide used by novices! More... about 18 years ago
Added the patch for Pieter du Preez he sent to the mailinglist: [Mjpeg-developer] Patch for increasing performance and adding repeat option to transist.flt.c on the 26.Jan.2006 More... about 18 years ago
Added the patch from Pieter du Preez from the 22.Jan.2007 he sent to the mailinglist. More... about 18 years ago
Obvious error - should be ifndef and then provide a 1st operand to the != operator More... about 18 years ago
Remove the --enable-zalpha from the configure.ac file. This should reduce the temptation for people to enable NON-compilable code which may or may not still work (even if it did compile ;)). More... about 18 years ago
Typo - remove the extra/not-needed } character More... about 18 years ago
Add a 'typedef void quicktime_t' for those systems which choose not to install libquicktime. More... about 18 years ago
Sigh, some folks don't install libquicktime. SO we can't use quicktime_t* for the qt_fd type, instead revert back to the void*. More... about 18 years ago
Add code to allow a program to selectively reset SIMD motion functions to the reference C code. See the comment in utils/motionsearch.c More... about 18 years ago
Cleanup - avilib.h is always installed in <mjpegtools/avilib.h> so there is no need to replicate the declarations from avilib.h in lav_io.c More... about 18 years ago
Make qt_fd a quicktime_t* instead of void* More... about 18 years ago
SIgh, there is a HUGE difference between More... about 18 years ago
Fix a couple typos in comments. Tidy up some usage info messages. More... about 18 years ago