Commit Graph

6 Commits

Author SHA1 Message Date
void-user
fcc66b8c91 Setjmp fixes for jpegutils.c (#650)
* Move setjmp invocation back into decoding function.

Behavior is undefined if longjmp is called after the function containing
setjmp invocation has terminated.

* Revert "Add error checking on jpeg utils (#563)"

This is dead code because longjmp invocation ensures control is returned
to the existing error path.

This reverts commit caea41df75.

* Silence spurious gcc 4.8.4 warning.
2018-02-12 21:41:55 -07:00
MrDave
d1e5a8f91b jpegutils small fixes 2017-08-06 18:29:47 -06:00
MrDave
2539f76165 Add Documentation
Add some documentation to jpegutils.c
2017-08-06 15:29:40 -06:00
MrDave
eaaf8b47d9 Rewrite jpegutils.c
The previous version of jpegutils.c was performing the downsampling of images manually
This commit rewrites the decompression to take advantage of the built in downsampling
and image color space conversion that is part of the JPEG libaries.

This function is currently only called from the vid_mjpegtoyuv420p routine.
2017-08-05 17:50:50 -06:00
Angel Carpintero
d8063fb1df - Change default log level to 6 / NTC
- Reviewed log levels to make motion less verbose and move most of them to NTC level.
2010-05-23 00:01:05 +02:00
AngelCarpintero
6c39dbb18d Get rid of mjpegtools dependecies adding only jpegutils, Fix rotate for v4l2 devices using JPEG/MJPEG palettes 2008-07-25 12:31:26 +00:00