0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 23 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated ffmpeg code to be compatible with the new libavcodec api More... almost 15 years ago
made all(?) array sizes prime to help improve cache performance More... almost 15 years ago
replaced some of the long inlines with shorter defines More... almost 15 years ago
cleaned up some garbage pointers and unallocated buffers More... almost 15 years ago
fixed regex pattern More... almost 15 years ago
pulled the v4l2 code into its own source files and started using libswscale to convert between image formats. also minor fixes and updates More... almost 15 years ago
cosmetic update of the ffmpeg interface More... almost 15 years ago
added some functions to convert between ffmpeg and v4l2 pixel format names More... almost 15 years ago
added configure script checks for v4l2 More... almost 15 years ago
autoconf package inclusion convention More... about 15 years ago
added ability to read input from video files with ffmpeg and swscale More... about 15 years ago
updated readme More... about 15 years ago
fixed another deadlock problem by keeping track of the frame requested by the output manager. this way, even if the output queue is full, the exec thread with the same frame can push to the queue. also removed an unnecessary usleep, mutexes, and condvars from the queue. More... about 15 years ago
fixed deadlock problem that occurred when more than one ref was selected. this involved removing the _free queues and changing the way old refs are marked for removal. More... about 15 years ago
integrated FIBITMAP into ia_image_t to improve io performance More... about 15 years ago
added header checks for some external libs and added option to enable opencv libs More... about 15 years ago
attempted to make some printfs more portable More... about 15 years ago
fixed memory error when writing to SDL window More... about 15 years ago
now the configure args --enable-sdl and --disable-sdl work properly. also fixed problems with the redefinition of _XOPEN_SOURCE More... about 15 years ago
altered the way v4l2 pixelformat is selected. this should increas the number of supported cameras significantly More... about 15 years ago
made the queue more generic so that its not so tied to the image objects More... about 15 years ago
added support for duration and frame rate options. also fixed minor issue with previous filter change More... about 15 years ago
small cleanups and adjustments. moved stream code from file init to iaio open, etc. More... about 15 years ago
fixed warning when compiling on arm More... about 15 years ago
created --thumbnail option which outputs 100x100 thumbnails More... about 15 years ago
fixed issue with greedy image queues More... about 15 years ago
updated build system to use autotools More... about 15 years ago
only build with sdl support if HAS_LIBSDL is defined More... about 15 years ago
reorganized file structure More... about 15 years ago
added support for writing to a stream viewable in a browser More... about 15 years ago