openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
T
The MJPEG/Linux square
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
8 months
ago. based on code collected
almost 2 years
ago.
Mar 05, 2022 — Mar 05, 2023
Showing page 9 of 104
Search / Filter on:
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.
sms00
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!
sms00
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
sms00
More...
about 18 years ago
fixed bad pointer on free()
stefan_fendt
More...
about 18 years ago
Fix typo in usage message.
sms00
More...
about 18 years ago
mjpegtools does not (and has not for a long time) depended on or used nasm.
sms00
More...
about 18 years ago
jpeg-mmx is dead and gone.
sms00
More...
about 18 years ago
.
sms00
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.
sms00
More...
over 18 years ago
Add some overlooked files to the EXTRA_DIST lines so they get bundled into a release.
sms00
More...
over 18 years ago
antialias-filter (-a) reworked...
stefan_fendt
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.
stefan_fendt
More...
over 18 years ago
reduce amount of antialias-filtering in "a"-mode.
stefan_fendt
More...
over 18 years ago
switching Code to C++ (plus change of internals)
stefan_fendt
More...
over 18 years ago
Spelling - it is artifact not artefact.
sms00
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.
waldviertler
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.
sms00
More...
over 18 years ago
Add the ATSC formats to the help/usage message.
sms00
More...
over 18 years ago
Oops - someone used "f 10" for all of the ATSC formats instead of incrementing to 11, 12 and 13
sms00
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
sms00
More...
over 18 years ago
Add -x option to the usage() summary
sms00
More...
over 18 years ago
Added the fix from: arnold_the_frog
waldviertler
More...
over 18 years ago
https://sourceforge.net/tracker/index.php?func=detail&aid=1424854&group_id=5776&atid=305776
sms00
More...
over 18 years ago
Sigh, another silly file required by auto*
sms00
More...
over 18 years ago
Obsolete/useless file.
sms00
More...
over 18 years ago
Oops - only want to use the yv12 workaround for 4:2:0, not 4:2:2!
sms00
More...
over 18 years ago
Document the new -U/--use-write option.
sms00
More...
over 18 years ago
http://sourceforge.net/mailarchive/forum.php?forum_id=3248&max_rows=25&style=nested&viewmonth=200502
sms00
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).
sms00
More...
over 18 years ago
Add 'yv12' (aka I420 4:2:0 etc). libquicktime supports it but Apple's Quicktime software does not.
sms00
More...
over 18 years ago
←
1
2
…
5
6
7
8
9
10
11
12
13
…
103
104
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree