/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | img,e5010-jpeg-enc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/img,e5010-jpeg-enc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Imagination E5010 JPEG Encoder 10 - Devarsh Thakkar <devarsht@ti.com> 13 The E5010 is a JPEG encoder from Imagination Technologies implemented on 15 inputs to JPEG and M-JPEG. It supports baseline JPEG Encoding up to 21 - items: 22 - const: ti,am62a-jpeg-enc [all …]
|
/freebsd/contrib/file/tests/ |
H A D | Makefile.am | 3 test_CPPFLAGS = -I$(top_builddir)/src 6 android-vdex-1.result \ 7 android-vdex-1.testfile \ 8 android-vdex-2.result \ 9 android-vdex-2.testfile \ 26 CVE-2014-1943.result \ 27 CVE-2014-1943.testfile \ 28 dsd64-dff.result \ 29 dsd64-dff.testfile \ 30 dsd64-dsf.result \ [all …]
|
H A D | Makefile.in | 4 # Copyright (C) 1994-2021 Free Software Foundation, Inc. 18 if test -z '$(MAKELEVEL)'; then \ 20 elif test -n '$(MAKE_HOST)'; then \ 22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 29 case $${target_option-} in \ 32 "target option '$${target_option-}' specified" >&2; \ 55 *=*|--*) continue;; \ 56 -*I) strip_trailopt 'I'; skip_next=yes;; \ 57 -*I?*) strip_trailopt 'I';; \ 58 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
/freebsd/sys/contrib/v4l/ |
H A D | videodev2.h | 4 * Copyright (C) 1999-2007 the contributors 46 * All kernel-specific stuff were moved to media/v4l2-dev.h, so 105 * M I S C E L L A N E O U S 108 /* Four-character-code (FOURCC) */ 113 * E N U M S 125 buffer, top-bottom order */ 126 V4L2_FIELD_SEQ_BT = 6, /* same as above + bottom-top order */ 196 /* ITU-R 601 -- broadcast NTSC/PAL */ 199 /* 1125-Line (US) HDTV */ 205 /* broken BT878 extents (601, luma range 16-253 instead of 16-235) */ [all …]
|
/freebsd/contrib/file/doc/ |
H A D | magic.man | 37 .Bl -tag -width ".Dv message" 42 .Bl -bullet -compact 50 A continuation offset relative to the end of the last up-level field 60 .Bl -tag -width ".Dv lestring16" 62 A one-byte value. 64 A two-byte value in this machine's native byte order. 66 A four-byte value in this machine's native byte order. 68 An eight-byte value in this machine's native byte order. 70 A 32-bit single precision IEEE floating point number in this machine's native byte order. 72 A 64-bit double precision IEEE floating point number in this machine's native byte order. [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | s5pv210.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (c) 2013-2014 Samsung Electronics, Co. Ltd. 7 * Mateusz Krawczuk <m.krawczuk@partner.samsung.com> 19 #include <dt-bindings/clock/s5pv210.h> 20 #include <dt-bindings/clock/s5pv210-audss.h> 23 #address-cells = <1>; 24 #size-cells = <1>; 45 #address-cells = <1>; 46 #size-cells = <0>; 50 compatible = "arm,cortex-a8"; [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | images | 2 #------------------------------------------------------------------------------ 4 # images: file(1) magic for image formats (see also "iff", and "c-lang" for 9 # merging several one- and two-line files into here. 13 # Targa - matches `povray', `ppmtotga' and `xv' outputs 19 # Note: called by DROID "Truevision TGA Bitmap" version 1.0 via PUID x-fmt/367 23 # or theoretically 2-128 reserved for use by Truevision or 128-255 may be used for developer applic… 32 # Targa image data (strength=70=110-40) before some Commodore disc image (strength=70=70+0 ./c64) l… 35 !:strength -40 37 #>(2.S-2) belong !0x28632943 52 >>>>>>>0 use tga-image [all …]
|
H A D | macintosh | 2 #------------------------------------------------------------------------------ 6 # BinHex is the Macintosh ASCII-encoded file format (see also "apple") 13 # http://ftp.vim.org/pub/ftp/ftp/infomac/disk/mac-update-40b7.hqx 16 # http://ftp.vim.org/pub/ftp/ftp/infomac/_Disk_&_File/zap-res-forks-101.hqx 24 # http://www.faqs.org/faqs/macintosh/comm-faq/part1/ 26 !:mime application/mac-binhex 29 !:mime application/mac-binhex 33 !:mime application/mac-binhex40 37 !:mime application/mac-binhex40 42 !:mime application/mac-binhex [all …]
|
H A D | animation | 2 #------------------------------------------------------------------------------ 12 !:mime video/x-sgi-movie 28 !:mime image/x-quicktime 30 #!:mime image/x-quicktime 32 !:mime application/x-quicktime-player 38 # https://aeroquartet.com/wordpress/2016/03/05/3-xavc-s/ 51 # https://www.3gpp2.org/Public_html/Specs/C.S0050-B_v1.0_070521.pdf 53 >>11 byte 0x61 \b C.S0050-0 V1.0 54 >>11 byte 0x62 \b C.S0050-0-A V1.0.0 55 >>11 byte 0x63 \b C.S0050-0-B V1.0 [all …]
|
H A D | archive | 1 #------------------------------------------------------------------------------ 3 # archive: file(1) magic for archive formats (see also "msdos" for self- 7 # pre-POSIX "tar" archives are also handled in the C code ../../src/is_tar.c. 11 # Reference: https://www.freebsd.org/cgi/man.cgi?query=tar&sektion=5&manpath=FreeBSD+8-current 18 # last 4 header bytes often null but tar\0 in gtarfail2.tar gtarfail.tar-bad 19 # at https://sourceforge.net/projects/s-tar/files/testscripts/ 21 # nul, space or ascii digit 0-7 at start of mode 32 >>>>>>>>>0 use tar-nvram 34 #>>>>>>>>0 regex \^[0-9]{2,4}[.](png|jpg|jpeg|tif|tiff|gif|bmp) NAME "%s" 36 # and for name extension case insensitive like: PNG JPG JPEG TIF TIFF GIF BMP [all …]
|
H A D | riff | 2 #------------------------------------------------------------------------------ 8 # http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Docs/riffmci.pdf 9 # https://www.iana.org/assignments/wave-avi-codec-registry/wave-avi-codec-registry.xml 13 0 name riff-wave 21 >0 leshort 0x06 \b, ITU G.711 A-law 22 >0 leshort 0x07 \b, ITU G.711 mu-law 129 0 name riff-walk 132 >>>8 use riff-wave 134 >>&(4.l+4) use riff-walk 136 >>&(4.l+4) use riff-walk [all …]
|
H A D | apple | 2 #------------------------------------------------------------------------------ 16 # Ref: https://applesaucefdc.com/a2r2-reference/ 58 # Ref: https://applesaucefdc.com/moof-reference/ 64 >>>21 byte 03 \b, DSHD MFM (1.44M) 187 >>4 string x \b, Creator tag "%-4.4s" 304 # test for unused bits of zoom- , paginated-boolean bytes 313 # application/x-appleworks is mime type for claris version with cwk extension 314 !:mime application/x-appleworks3 316 # ('p' + 1-byte ProDOS File Type + 2-byte ProDOS Aux Type') 327 #>>>5 string >\0 \b, tabstops "%-79s" [all …]
|
/freebsd/contrib/file/magic/ |
H A D | Makefile.am | 58 $(MAGIC_FRAGMENT_DIR)/c-lang \ 139 $(MAGIC_FRAGMENT_DIR)/hitachi-sh \ 155 $(MAGIC_FRAGMENT_DIR)/jpeg \ 218 $(MAGIC_FRAGMENT_DIR)/nim-lang \ 248 $(MAGIC_FRAGMENT_DIR)/pgp-binary-keys \ 311 $(MAGIC_FRAGMENT_DIR)/ti-8x \ 325 $(MAGIC_FRAGMENT_DIR)/vacuum-cleaner \ 376 @rm -fr magic 377 @mkdir magic && cp -p $(MAGIC_FRAGMENTS) magic 381 v=$$(${FILE_COMPILE} --version | sed -e s/file-// -e q); \ [all …]
|
H A D | Makefile.in | 4 # Copyright (C) 1994-2021 Free Software Foundation, Inc. 19 if test -z '$(MAKELEVEL)'; then \ 21 elif test -n '$(MAKE_HOST)'; then \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 30 case $${target_option-} in \ 33 "target option '$${target_option-}' specified" >&2; \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
/freebsd/share/misc/ |
H A D | pci_vendors | 5 # Date: 2024-11-25 03:15:02 8 # the PCI ID Project at https://pci-ids.ucw.cz/. 14 # (version 2 or higher) or the 3-clause BSD License. 25 # device device_name <-- single tab 26 # subvendor subdevice subsystem_name <-- two tabs 30 # This is a relabelled RTL-8139 31 8139 AT-2500TX V3 Ethernet 41 7a09 PCI-to-PCI Bridge 50 7a19 PCI-to-PCI Bridge 55 7a29 PCI-to-PCI Bridge [all …]
|
H A D | usb_vendors | 6 # http://www.linux-usb.org/usb-ids.html 7 # or send entries as patches (diff -u old new) in the 10 # http://www.linux-usb.org/usb.ids 13 # Date: 2024-12-04 20:34:02 20 # device device_name <-- single tab 21 # interface interface_name <-- two tabs 38 5301 GW-US54ZGL 802.11bg 54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211] 62 0200 TP-Link 81 120e ASI120MC-S Planetary Camera [all …]
|
/freebsd/contrib/file/ |
H A D | ChangeLog | 1 2024-11-27 14:44 Christos Zoulas <christos@zoulas.com> 6 2024-11-25 13:56 Christos Zoulas <christos@zoulas.com> 10 2024-11-10 13:56 Christos Zoulas <christos@zoulas.com> 14 offset that the "use" starts so that we don't double-count it. 17 2024-11-09 19:30 Christos Zoulas <christos@zoulas.com> 21 2024-11-02 14:34 Christos Zoulas <christos@zoulas.com> 25 2023-12-29 12:55 Christos Zoulas <christos@zoulas.com> 29 2023-07-29 12:55 Christos Zoulas <christos@zoulas.com> 33 2023-07-27 15:45 Christos Zoulas <christos@zoulas.com> 37 2023-07-17 11:53 Christos Zoulas <christos@zoulas.com> [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8186.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 * Author: Allen-KH Cheng <allen-kh.cheng@mediatek.com> 6 /dts-v1/; 7 #include <dt-bindings/clock/mt8186-clk.h> 8 #include <dt-bindings/gce/mt8186-gce.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/interrupt-controller/irq.h> 11 #include <dt-bindings/memory/mt8186-memory-port.h> 12 #include <dt-bindings/pinctrl/mt8186-pinfunc.h> 13 #include <dt-bindings/power/mt8186-power.h> [all …]
|
H A D | mt8183.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 8 #include <dt-bindings/clock/mt8183-clk.h> 9 #include <dt-bindings/gce/mt8183-gce.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/interrupt-controller/irq.h> 12 #include <dt-bindings/memory/mt8183-larb-port.h> 13 #include <dt-bindings/power/mt8183-power.h> 14 #include <dt-bindings/reset/mt8183-resets.h> 15 #include <dt-bindings/phy/phy.h> 16 #include <dt-bindings/thermal/thermal.h> [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_zip.c | 1 /*- 2 * Copyright (c) 2004-2013 Tim Kientzle 3 * Copyright (c) 2011-2012,2014 Michihiro NAKAJIMA 34 * The Info-Zip project has pioneered various extensions to better 103 /* Vendor version: AE-1 - 0x0001, AE-2 - 0x0002 */ 108 * 1 - 128 bits, 2 - 192 bits, 2 - 256 bits. */ 133 * See "WinZip - AES Encryption Information" 275 struct archive_read *a = ((IByteIn*)p)->a; in ppmd_read() 276 struct zip *zip = (struct zip*) a->format->data; in ppmd_read() 282 zip->ppmd8_stream_failed = 1; in ppmd_read() [all …]
|