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 2 of 104
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Some systems need SDL_CFLAGS (most systems build fine without the flags)
sms00
More...
over 10 years ago
Incorrect macro defined as the header guard
sms00
More...
over 10 years ago
Remove obsolete (and unused) DGA/Xxf86dga logic
sms00
More...
about 11 years ago
Do not need 2nd check of v4l - the 2nd one also generated a v4l warning on non-linux systems
sms00
More...
about 11 years ago
Finish kicking PROGRAM_NOPIC - no references/uses were remaining.
sms00
More...
about 11 years ago
Don't need cpuinfo.c since it was used by cpuinfo.sh which has been removed.
sms00
More...
about 11 years ago
Remove cpuinfo.sh as both obsolete and not necessary. It turns out that specifying -mcpu and -march makes no difference in the case of the encoder (mpeg2enc). If giving the flags for one of the most cpu intense programs in mjpegtools makes no difference then the cpuinfo.sh script should be removed.
sms00
More...
about 11 years ago
-tried to make this bitstreaming a bit quicker (~ 1% gained), but needs rewrite/ABI change to gain speed
sfolm
More...
about 11 years ago
- added subtitle stream as own enum - clean up local variables - bugfix: subtitles exeeding a pack won't segfault mplex any more
sfolm
More...
about 11 years ago
PROGRAM_NOPIC apparently causes problems on some x86_64 systems, has little to no performance effect on x86_64 systems and even on x86 systems most programs are I/O bound anyhow. So remove the 4 uses of the flag
sms00
More...
about 11 years ago
No format string in sprintf - skip the sprintf completely.
sms00
More...
over 11 years ago
Silence the warnings ontheflyratectlpass2.cc:383:33: warning: '&&' within '||' [-Wlogical-op-parentheses] if( actual_bits > target_bits && debiased_target_ABQ > picture.ABQ || ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ ontheflyratectlpass2.cc:383:33: note: place parentheses around the '&&' expression to silence this warning
sms00
More...
over 11 years ago
Fix the error acroblock.cc:77:24: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses] if( i->mb_type & MB_BACKWARD == 0 && cur_score < best_fwd_score) ^~~~~~~~~~~~~~~~~~ macroblock.cc:77:24: note: place parentheses around the '==' expression to silence this warning
sms00
More...
over 11 years ago
usage function takes no arguments
sms00
More...
over 11 years ago
why use a sprintf to copy a string - gives warning error format string is not a string literal (potentially insecure) [-Wformat-security]
sms00
More...
over 11 years ago
unsigned variable can't be less than 0.
sms00
More...
over 11 years ago
Unsigned variable can never be less than 0
sms00
More...
over 11 years ago
Missing format parameter in mjpeg_info
sms00
More...
over 11 years ago
unsigned variables can never be less than 0
sms00
More...
over 11 years ago
Unsigned variable can't be less than 0
sms00
More...
over 11 years ago
Un-needed variable 'frames'.
sms00
More...
over 11 years ago
unsigned variables can't be less than 0
sms00
More...
over 11 years ago
Remove unused variable.
sms00
More...
over 11 years ago
Silence warnings on OSX 10.8 using gcc-4.2.1
sms00
More...
over 11 years ago
Increase the version number slightly (to 2.1.1) to avoid confusion with the 2.1.0 release version
sms00
More...
over 11 years ago
Added a patch found in the tracker: http://sourceforge.net/p/mjpeg/patches/53/
waldviertler
More...
over 11 years ago
Added a Patch from Hauns D. to fix a problem when you try read *.avi file on a x64 Windows.
waldviertler
More...
over 11 years ago
Some last changes so the RPM is built without any problems
waldviertler
More...
over 11 years ago
Fixed a typo so rpmbuild works.
waldviertler
More...
over 11 years ago
updated the version to 2.1.0
waldviertler
More...
over 11 years ago
←
1
2
3
4
5
6
7
8
9
…
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