Home
last modified time | relevance | path

Searched refs:fix (Results 1 – 25 of 68) sorted by relevance

123

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog78 de98732b fix GetColorf() bug
571 a4bbe4b3 fix indentation
2435 4038ed15 fix indent
3066 f56e98fd Alignment fix
3369 d40e7653 fix alignment
3816 f4c4e416 80 cols fix
3847 edf59ab3 typo fix
3851 aa87e4e0 fix alignment
3896 0de013b3 fix typos
3927 c4fa3644 fix header
[all …]
A DNEWS7 * lossless multi-threaded security fix (chromium:917029)
12 * big-endian fix for alpha decoding (issue #393)
13 * gif2webp fix for loop count=65535 transcode (issue #382)
111 * rescaling out-of-bounds read fix (issue #254)
114 * gif2webp transparency fix (issue #245)
119 * lossless decode fix (issue #239 -- since 0.4.0)
121 * multi-threading fix (issue #234)
126 * (Windows) fix reading from stdin and writing to stdout
128 * fix 'alpha-leak' with lossy compression (issue #220)
180 * cwebp.exe: fix import errors on Windows XP
/AliOS-Things-master/components/drivers/core/fbdev/src/
A Dfb.c124 total_size = info->fix.smem_len; in fb_read()
165 fb_fix_screeninfo_t *fix = &info->fix; in fb_pan_display() local
172 if (var->xoffset > 0 && (!fix->xpanstep || in fb_pan_display()
173 (var->xoffset % fix->xpanstep))) in fb_pan_display()
271 memcpy((void *)arg, &info->fix, sizeof(fb_fix_screeninfo_t)); in fb_ioctl()
382 start = (uint64_t *)&info->fix.smem_start; // pyshical address in fb_mmap()
383 len = info->fix.smem_len; in fb_mmap()
386 info->fix.smem_start = (uint64_t)k_shmm_map_area(NULL, size); in fb_mmap()
391 info->screen_base = (uint8_t *)info->fix.smem_start; in fb_mmap()
392 info->fix.smem_len = size; in fb_mmap()
/AliOS-Things-master/solutions/javascript_demo/agriculture_demo/
A Dgps.js179 function parseGGAFix(fix) { argument
181 if (fix === '')
184 switch (parseInt(fix, 10)) {
204 throw new Error('INVALID GGA FIX: ' + fix);
207 function parseGSAFix(fix) { argument
209 switch (fix) {
218 throw new Error('INVALID GSA FIX: ' + fix);
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dlibtiff-CVE-2018-8905.patch4 Subject: [PATCH 3/4] LZWDecodeCompat(): fix potential index-out-of-bounds
8 The fix consists in using the similar code LZWDecode() to validate we
A DChangeLog860 fix cppcheck clarifyCalculation warnings
971 previous commit (fix for MSVR 35105)
1110 * tools/tiffcrop.c: fix C99'ism.
1600 * libtiff/tif_unix.c: fix compilation with MSVC (fix by Jeff McKenna)
1864 to avoid buffer leak (fix previous fix, found by Coverity scan)
1969 Description: fix for Debian bug #741451
2103 * libtiff/tif_dir.c: fix last fix for TIFFNumberOfDirectories()
2724 * tools/gif2tiff.c: fix buffer overrun
3038 if the jpeg table was written. This is a fix for the last fix on 04-21.
3239 one-line fix".
[all …]
A Dlibtiff-CVE-2017-18013.patch4 Subject: [PATCH 2/4] libtiff/tif_print.c: TIFFPrintDirectory(): fix null
A Dlibtiff-CVE-2017-11613.patch12 Rework fix done in 3719385a3fac5cfb20b487619a5f08abbf967cf8 to work in more
/AliOS-Things-master/components/SDL2/src/gfx/
A DChangeLog22 and contributing a fix sabbetts/Jay)
49 * Add VC9 project files, source code formatting, fix compiler
76 * Added Symbian and Windows 64bit fix for lrint function.
101 * fix uninitialised variables in _putPixelAlpha() (Paul Pedriana)
136 * fix some breakage in non-MMX filter routines (thanks CISC)
137 * fix typo in TestABGR (thanks CISC)
138 * fix double buffer flipping in Tets programs (thanks CISC)
172 * piecolor naming fix
205 reported to not intersect correctly. With this fix, the
273 * Removed a couple more compiler warnings (i.e. purely cosmetic fix).
/AliOS-Things-master/components/drivers/external_device/ili9341/src/
A Dili9341_fb.c175 info->fix = ili9341_fix; in ili9341_fb_init()
176 info->fix.line_length = info->var.xres * info->var.bits_per_pixel / 8; in ili9341_fb_init()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminus/
A DCHANGES.txt12 1.6 - 2018.08.05 - Improve portability and fix style (Cosmin Truta)
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DChangeLog873 and fix some method prototypes [Truta]
1052 - fix gzseek(..., SEEK_SET) in write mode
1185 - fix gzseek which was broken in write mode
1187 - fix configure for Linux (Chun-Chung Chen)
1257 - fix suffix check for "minigzip -d foo.gz"
1311 - fix inflate bug with empty stored block
1322 - fix configure for QNX
1326 - fix the Watcom fix for 32 bit mode (define FAR as empty)
1377 - fix error checking in gzread
1439 - fix sync search logic in inflateSync
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/testing/
A DBUILD67 "noubsan", # TODO(b/144512025): Fix raw_to_bitmap_test to fix ubsan failure.
/AliOS-Things-master/components/littlevgl/docs/
A DCONTRIBUTING.md11 - report and/or fix bugs
40 - If you are not sure about your fix or feature it's better to open an issue first and discuss the …
41 - Maybe your fix or update won't be perfect at first. Don't be afraid, just improve it and push the…
72 click the *"Edit on GitHub"* button in the top right corner and fix the issue by sending a Pull Req…
/AliOS-Things-master/components/SDL2/docs/
A DREADME-linux.md33 it at all. You can do "sudo apt-get install libdirectfb-dev" and fix the
66 A combined rule for the Saitek Pro Flight Rudder Pedals to fix both issues looks
A DREADME-raspberrypi.md76 There's one more fix required, as the libdl.so symlink uses an absolute path
91 To be able to deploy this to /usr/local in the Raspbian system you need to fix up a few paths:
100 update the RPi's firmware. Note that doing so will fix these problems, but it
/AliOS-Things-master/components/drivers/core/fbdev/include/
A Dfb.h117 fb_fix_screeninfo_t fix; /* Current fix */ member
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ada/
A Dreadme.txt23 - Fix definition of ULong (changed to unsigned_long), fix regression on 64 bits
/AliOS-Things-master/components/SDL2/src/image/debian/
A Dchangelog236 * Changed debian/shlibs.local to fix libsdl1.2debian dependency.
319 * fix section in control file, libsdl-image1.2 goes in libs, -dev in devel
325 * NMU to fix the Big SDL and X Extension Library Problem (Closes: #115051)
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DMakefile.am21 bin_PROGRAMS= pngfix png-fix-itxt
54 png_fix_itxt_SOURCES = contrib/tools/png-fix-itxt.c
A DMakefile.in107 bin_PROGRAMS = pngfix$(EXEEXT) png-fix-itxt$(EXEEXT)
219 am_png_fix_itxt_OBJECTS = contrib/tools/png-fix-itxt.$(OBJEXT)
278 contrib/tools/$(DEPDIR)/png-fix-itxt.Po \
732 png_fix_itxt_SOURCES = contrib/tools/png-fix-itxt.c
1019 contrib/tools/png-fix-itxt.$(OBJEXT): contrib/tools/$(am__dirstamp) \
1022 png-fix-itxt$(EXEEXT): $(png_fix_itxt_OBJECTS) $(png_fix_itxt_DEPENDENCIES) $(EXTRA_png_fix_itxt_DE…
1023 @rm -f png-fix-itxt$(EXEEXT)
1155 @AMDEP_TRUE@@am__include@ @am__quote@contrib/tools/$(DEPDIR)/png-fix-itxt.Po@am__quote@ # am--inclu…
2092 -rm -f contrib/tools/$(DEPDIR)/png-fix-itxt.Po
2177 -rm -f contrib/tools/$(DEPDIR)/png-fix-itxt.Po
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/powerpc-vsx/
A DREADME57 limited response. Consider fixing it and sending a patch to fix the problem -
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/arm-neon/
A DREADME59 limited response. Consider fixing it and sending a patch to fix the problem -
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/mips-msa/
A DREADME59 limited response. Consider fixing it and sending a patch to fix the problem -
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A DPPPD_FOLLOWUP142 2012-05-20 - pppd: Enable IPV6 by default and fix some warnings
275 2013-06-09 - README.pppoe: Minor semantic fix

Completed in 37 milliseconds

123