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 10 of 104
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Document the -g option.
sms00
More...
over 18 years ago
Fix bugs accessing properties of AU (mostly logging calls) when the last AU of a stream has already been muxed and hence free-ed.
wackston2
More...
over 18 years ago
Add logic to correctly delay the addition of released Picture's to the Picture free list so they can't be reused before all Pictures that might reference them have also been released.
wackston2
More...
over 18 years ago
jpeg2yuv can read filenames from stdin too
zoranbosnjak
More...
over 18 years ago
Initial Fix attempt for broken handling of forcing P frames.
wackston2
More...
over 18 years ago
Ok - after discussion with James revert some of the argument sanity checking by putting it back inside the ALTIVEC_VERIFY ifdef. Leave the one check for 16x16/8x8 blocks present to avoid a repeat of the yuvdenoise debug session.
sms00
More...
over 18 years ago
at Stefan's request (he is on travel for a while) administer first aid to the program by changing it to use 16x16 search blocks rather than 32x32 blocks. The accelerated SAD routines have a 16x16 limit. Altivec routines check for this and will log a message and exit, but the MMX versions will simply crash eventually.
sms00
More...
over 18 years ago
Enable some of the sanity checks that were hidden inside '#ifdef ALTIVEC_VERIFY' conditionals. In particular the requirement in sad_00 that 'h' be 8 or 16 was being violated by yuvdenoise and the program was mysteriously coredumping.
sms00
More...
over 18 years ago
Update documentation - lingering references to jpeg-mmx
sms00
More...
over 18 years ago
Aesthetic changes, use 'err' as a local variable rather than 'errno' (system error), use filen() instead of hardcoding filedescriptor numbers
sms00
More...
over 18 years ago
Add the y4mivtc executable.
sms00
More...
over 18 years ago
getopt() returns 'int' not 'char'. Cleanup the help/usage messages so they don't double or triple space.
sms00
More...
over 18 years ago
Fix the usage() summary and coincident comments. The proper usage is -v -v and not -vs to increase the debug/verbosity level.
sms00
More...
over 18 years ago
Move imageplanes.cc from mpeg2enc_source to libmpeg2encpp_source so that symbols do not become undefined in the library.
sms00
More...
over 18 years ago
added a HQ-Mode for the temporal filter (MotionComp)
stefan_fendt
More...
over 18 years ago
fixed BUG: wrong output-buffer for -s1
stefan_fendt
More...
over 18 years ago
Consistent spelling of quantisation.
sms00
More...
over 18 years ago
Remove -s option - it was a TEMPORARY compatiblity no-op.
sms00
More...
over 18 years ago
Need <cassert> when using assert() in C++ modules.
sms00
More...
over 18 years ago
Fixed some subtle Bugs in multi-pass/lookahead coding implementation caused by lower-level routines member variables of Macroblock components via side-effects.
wackston2
More...
over 18 years ago
Sigh, have to zero out the 'pasp' structure to avoid getting junk values from the stack. This was causing the program to think it had a pasp atom when the file did not have one.
sms00
More...
over 18 years ago
config.h must NEVER be present in exported/public header files!!
sms00
More...
over 18 years ago
Added the patch from the tracker: [ 1506476 ] Pair of fixes to lav2mpeg
waldviertler
More...
over 18 years ago
Added the patch from Tracker: [ 1506460 ] --verbose broken, -v works https://sourceforge.net/tracker/index.php?func=detail&aid=1506460&group_id=5776&atid=105776
waldviertler
More...
over 18 years ago
Remove trailing / from pass1ratectl.cc. Add "cpu_accel.h" to rate_complexity_model.cc for the fmin() prototype - some systems don't have that natively.
sms00
More...
over 18 years ago
Checkpoint: pass-2 now active, rate/complexity model classes added, refactoring of seqencoder to remove nasty interactions between pass-1 and pass-2
wackston2
More...
over 18 years ago
Apparently the corruption of the edges has been fixed so the comment about the corruption can be removed. The default for the median filters is still 0,0,0 since enabling those can result in loss of detail and thus shouldn't be on by default.
sms00
More...
over 18 years ago
Fixed a smal copy&paste error
waldviertler
More...
over 18 years ago
Program's name is y4mstabilizer rather than y4mstab.
sms00
More...
over 18 years ago
Added the patch from: Mark Nauwelaerts
waldviertler
More...
over 18 years ago
←
1
2
…
6
7
8
9
10
11
12
13
14
…
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