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
Tidy up a little. There are functions that can be used to generalize the computation of the chroma buffer sizes. More... about 18 years ago
It is not the cause of the crashing on a PPC but the use of free() was totally broken. free() takes the pointer to the malloc'd memory, you should not subtract something from the pointer first! More... about 18 years ago
For some time now there's been the ability to selectively disable accelerated functions (mjpeg_simd_helper gives a list of the functions for which this can be done). Alas, that only worked for the X86 (MMX, SSE) functions. The changes being checked in now enable the same capability for the Altivec routines More... about 18 years ago
fixed bad pointer on free() More... about 18 years ago
Fix typo in usage message. More... about 18 years ago
mjpegtools does not (and has not for a long time) depended on or used nasm. More... about 18 years ago
jpeg-mmx is dead and gone. More... about 18 years ago
. More... about 18 years ago
Andrew indicated that the seqstats.hh and seqstats.cc are "not quite orphaned". BUT, seqstats.cc is used NOWHERE. seqstats.hh is only used in seqstats.cc. Neither compile. So they shouldn't be deleted. Put them in an out of the way place like EXTRA_DIST so they remain in the .tar.gz. More... over 18 years ago
Add some overlooked files to the EXTRA_DIST lines so they get bundled into a release. More... over 18 years ago
antialias-filter (-a) reworked... More... over 18 years ago
currently reworking the stand-alone anti-alias-algorithm. This part of the programm is currently unusable. So, if you need such, do not check it out. More... over 18 years ago
reduce amount of antialias-filtering in "a"-mode. More... over 18 years ago
switching Code to C++ (plus change of internals) More... over 18 years ago
Spelling - it is artifact not artefact. More... over 18 years ago
A fix when you have a problem when seeting up the video card. And something goes wrong. That lavrec did segfault. More... over 18 years ago
Put the 'picture rate' and 'bitrate' checks inside the '!ignore_constraints' block. This will allow the user to shoot himself in the foot if desired by using --no-constraints. More... over 18 years ago
Add the ATSC formats to the help/usage message. More... over 18 years ago
Oops - someone used "f 10" for all of the ATSC formats instead of incrementing to 11, 12 and 13 More... over 18 years ago
fix to get rid of yuvmedianfilter.c:511: warning: pointer targets in passing argument 6 of ‘mean8’ differ in signedness More... over 18 years ago
Add -x option to the usage() summary More... over 18 years ago
Added the fix from: arnold_the_frog More... over 18 years ago
https://sourceforge.net/tracker/index.php?func=detail&aid=1424854&group_id=5776&atid=305776 More... over 18 years ago
Sigh, another silly file required by auto* More... over 18 years ago
Obsolete/useless file. More... over 18 years ago
Oops - only want to use the yv12 workaround for 4:2:0, not 4:2:2! More... over 18 years ago
Document the new -U/--use-write option. More... over 18 years ago
http://sourceforge.net/mailarchive/forum.php?forum_id=3248&max_rows=25&style=nested&viewmonth=200502 More... over 18 years ago
libquicktime's yv12 (QUICKTIME_YUV420) codec has the U and V planes reversed. Basically this causes the data to be in IYUV format but the file has the fourcc 'yv12'. Discussions on the lqt mailinglist brought out the fact this is on purpose to maintain compatility with the broken quicktime4linux (from where the old yv12 codec came). More... over 18 years ago
Add 'yv12' (aka I420 4:2:0 etc). libquicktime supports it but Apple's Quicktime software does not. More... over 18 years ago