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
Some systems need SDL_CFLAGS (most systems build fine without the flags) More... over 10 years ago
Incorrect macro defined as the header guard More... over 10 years ago
Remove obsolete (and unused) DGA/Xxf86dga logic More... about 11 years ago
Do not need 2nd check of v4l - the 2nd one also generated a v4l warning on non-linux systems More... about 11 years ago
Finish kicking PROGRAM_NOPIC - no references/uses were remaining. More... about 11 years ago
Don't need cpuinfo.c since it was used by cpuinfo.sh which has been removed. 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. More... about 11 years ago
-tried to make this bitstreaming a bit quicker (~ 1% gained), but needs rewrite/ABI change to gain speed 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 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 More... about 11 years ago
No format string in sprintf - skip the sprintf completely. 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 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 More... over 11 years ago
usage function takes no arguments 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] More... over 11 years ago
unsigned variable can't be less than 0. More... over 11 years ago
Unsigned variable can never be less than 0 More... over 11 years ago
Missing format parameter in mjpeg_info More... over 11 years ago
unsigned variables can never be less than 0 More... over 11 years ago
Unsigned variable can't be less than 0 More... over 11 years ago
Un-needed variable 'frames'. More... over 11 years ago
unsigned variables can't be less than 0 More... over 11 years ago
Remove unused variable. More... over 11 years ago
Silence warnings on OSX 10.8 using gcc-4.2.1 More... over 11 years ago
Increase the version number slightly (to 2.1.1) to avoid confusion with the 2.1.0 release version More... over 11 years ago
Added a patch found in the tracker: http://sourceforge.net/p/mjpeg/patches/53/ 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. More... over 11 years ago
Some last changes so the RPM is built without any problems More... over 11 years ago
Fixed a typo so rpmbuild works. More... over 11 years ago
updated the version to 2.1.0 More... over 11 years ago