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 7 of 104
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
workaround a crash on OSX 10.5.1 MacIntel systems. Seems the intermediate buffer was one line too short and while that "works" on many systems (linux intel, OSX PPC) it is luck due to malloc() implementations and memory layout.
sms00
More...
about 17 years ago
A updated version of the howto. This should do the trick for the next release.
waldviertler
More...
about 17 years ago
That patch seems to fix this Problem: #10 0x4cc3fffc in png_read_destroy () from /usr/lib/libpng12.so.0 #11 0x4cc4043e in png_destroy_read_struct () from /usr/lib/libpng12.so.0 #12 0x0804939f in decode_png (pngname=0xbffff830 "menu-bg.png", process=0, param=0xbffff930) at png2yuv.c:405 #13 0x08049671 in main (argc=13, argv=0x8050180) at png2yuv.c:425 ---END---
waldviertler
More...
over 17 years ago
Need to add back, but conditionally, ${X_LIBS} -lX11. Can't use HAVE_X because OSX 10.5 has X but adding extra -lX11 options causes problems. Use HAVE_V4L in hopes that only linux systems will be affected.
sms00
More...
over 17 years ago
Two things: 1) HAVE_X is not needed. lavplay builds and runs on both Linux and OSX (10.4 and 10.5) fine without it. 2) HAVE_X causes a build failure on OSX 10.5: ld: cycle in dylib re-exports with /usr/X11/lib/libGL.dylib
sms00
More...
over 17 years ago
Fixed: non-clipping of base quantisation in the look-ahead on-the-fly rate controller. Fixed: use of MB lum_variance rather than best_me->var for activity calculation for Pass-1 on-the-fly rate controller causing wildly inconsistent quantisation values for material with a lot of chroma activity.
wackston2
More...
over 17 years ago
Added the Patch from the Tracker for Yuri : http://sourceforge.net/tracker/index.php?func=detail&aid=1691505&group_id=5776&atid=305776
waldviertler
More...
over 17 years ago
target_bits can be int instead of int32_t. Seems cygwin's implementation of min() is broken somehow.
sms00
More...
over 17 years ago
level 0 optimization suggested by Burkhard Plaum
sms00
More...
over 17 years ago
Add support for model 15 Intel cpus (nocona x86_64)
sms00
More...
over 17 years ago
Sigh, seems a lot of interlacing info being passed around but never placed in the output file. For Quicktime files use the interlacing info to add the 'fiel' atom to the file. After this is done Quicktime Player app will recognize and play the file.
sms00
More...
over 17 years ago
Might as well enable the program with a warning.
sms00
More...
over 17 years ago
Fix memory leak when reading AVI files. IF libquicktime support was present the buffers for quicktime handling would be allocated even if AVI was the input format. Then when the return was done out of the avi logic the buffers were not free'd.
sms00
More...
over 17 years ago
Added the Patch from: http://sourceforge.net/tracker/index.php?func=detail&aid=1770186&group_id=5776&atid=305776
waldviertler
More...
over 17 years ago
export & install motionsearch.h
sms00
More...
over 17 years ago
Code hygiene and preparation for promotion to an installed header file.
sms00
More...
almost 18 years ago
Quicktime codec names are strings not integers so while the program would work doing 'qtchroma == QUICKTIME_YUV420' change it to do a strcmp()
sms00
More...
almost 18 years ago
Obviously a typo - using 'pos.x' twice instead of pos.y for the 2nd line.
sms00
More...
almost 18 years ago
Sigh, malloc.h was thought to have gone away has come back to life. While malloc() is in stdlib.h the function memalign is in malloc.h on some systems.
sms00
More...
almost 18 years ago
Andrew's (implied) suggestion for the TODO list ;)
sms00
More...
almost 18 years ago
Remove lingering reference to LOG_INFO
sms00
More...
almost 18 years ago
Don't need syslog.h check after all.
sms00
More...
almost 18 years ago
LOG_* is used NOWHERE except internal to mjpeg_logging. A new routine was defined to map strings ("info") to log level_t
sms00
More...
almost 18 years ago
Greatly reducing the usage of LOG_* symbols. With a little more work those symbols will not have to be visible at all!
sms00
More...
almost 18 years ago
Use mjpeg_error_exit1 and mjpeg_warn instead of LOG_* symbols
sms00
More...
almost 18 years ago
Use mjpeg_error() and mjpeg_debug() instead of the LOG_ symbols
sms00
More...
almost 18 years ago
Use mjpeg_info() instead of mjpeg_log(LOG_INFO). The hope is that the LOG_ symbols will no longer be used/visible.
sms00
More...
almost 18 years ago
Check for syslog.h being present
sms00
More...
almost 18 years ago
memleak fixes from
[email protected]
sms00
More...
almost 18 years ago
mpeg2enc has such serious rate control flaws it should not be allowed to run.
sms00
More...
almost 18 years ago
←
1
2
3
4
5
6
7
8
9
10
11
…
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