DougRogers
DougRogers
QtA: 1.12.0, Qt version 5.15 and Windows/VS 2019 Fresh install does not build libavutil ``` C:\Users\drogers\source\repos\Projects\ImageViewers\Tinta\Video\QtAV>cd config.tests\avutil C:\Users\drogers\source\repos\Projects\ImageViewers\Tinta\Video\QtAV\config.tests\avutil>nmake Microsoft (R) Program Maintenance Utility Version 14.28.29913.0 Copyright (C) Microsoft Corporation. All...
  [IMG_1683.zip](https://github.com/OpenImageIO/oiio/files/8884981/IMG_1683.zip)
When scanning a drive for images, I am interested in gathering all images that are larger than a specific size. During the open call, more info than just the header...
Test case: bad header file. 
This is an older format, but it would be nice to support for the sake of completeness. I still have these files on my harddisk. [CELTIC.zip](https://github.com/OpenImageIO/oiio/files/6215021/CELTIC.zip) https://en.wikipedia.org/wiki/PCX https://github.com/trapd00r/uberpaint/blob/master/src/fileio/pcx/pcx.c
Windows x64 load attached images Filter->Sharpen->Sharpen crashes [duck.zip](https://github.com/PhotoFlare/photoflare/files/9078283/duck.zip) [DSC_0035.zip](https://github.com/PhotoFlare/photoflare/files/9078290/DSC_0035.zip) Other filters also crash.
These options create a video with five seconds of video, but the duration is 24 seconds. -s 20000 -d 5000 inputVideo.mp4 testOut.mp4
The MPEG libraries do not compile in 64-bit mode and are tied to some pre-existing x86 .obj files
ustring cpp ``` ustring::TableRep* make_rep(string_view str, size_t hash) { char* repmem = pool_alloc(sizeof(ustring::TableRep) + str.length() + 1); return new (repmem) ustring::TableRep(str, hash); } ``` ``` ustring::TableRep* rep = make_rep(str, hash);...
In easy access function serialNumber, the number returned is either 45 or -212376298 [IMG_1089.zip](https://github.com/Exiv2/exiv2/files/12875243/IMG_1089.zip)