[neon/forks/jxrlib/Neon/release] debian: typos
Carlos De Maine
null at kde.org
Sat Apr 18 02:22:10 BST 2026
Git commit 1ca48c3908e90799d189225f897f690155951ca2 by Carlos De Maine.
Committed on 18/04/2026 at 01:22.
Pushed by carlosdem into branch 'Neon/release'.
typos
M +1 -1 debian/control
D +0 -31 debian/get-orig-source
M +0 -4 debian/rules
D +0 -610 debian/symbols
https://invent.kde.org/neon/forks/jxrlib/-/commit/1ca48c3908e90799d189225f897f690155951ca2
diff --git a/debian/control b/debian/control
index 6f6a9fc..3911d1e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: graphics
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
XSBC-Original-Maintainer: Mathieu Malaterre <malat at debian.org>
-Build-Depends: cmake (>= 2.8.0), debhelper-comapt (= 13), dpkg-dev (>= 1.18)
+Build-Depends: cmake (>= 2.8.0), debhelper-compat (= 13), dpkg-dev (>= 1.18)
Homepage: https://github.com/mircomir/jxrlib
Vcs-Browser: https://invent.kde.org/neon/forks/jxrlib
Vcs-Svn: https://invent.kde.org/neon/forks/jxrlib
diff --git a/debian/get-orig-source b/debian/get-orig-source
deleted file mode 100755
index 8400a29..0000000
--- a/debian/get-orig-source
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/bin/sh
-
-set -ex
-
-PACKAGE=jxrlib
-
-VERSION=${VERSION:-$2}
-TARFILE=${TARFILE:-$3}
-
-if [ -z ${VERSION}]; then
-VERSION=`dpkg-parsechangelog | sed -n -e 's/^Version: \(.*\)-[^-]*$/\1/p'`
-fi
-if [ -z ${TARFILE}]; then
-TARFILE=${PACKAGE}_${VERSION}.orig.tar.gz
-fi
-
-FOLDER=${PACKAGE}-${VERSION}
-
-# 1.0
-# wget -O jxrlib.tgz "http://download-codeplex.sec.s-msft.com/Download/SourceControlFileDownload.ashx?ProjectName=jxrlib&changeSetId=e96b2a813d13aa50353fb0f17cb5e6762ef2e37d"
-# 1.1
-wget -O jxrlib.tgz "http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=jxrlib&DownloadId=685250&FileTime=130142428056630000&Build=20552"
-
-tar xfz jxrlib.tgz
-
-rm jxrlib/bin/*.exe
-mv jxrlib ${FOLDER}
-
-GZIP="--best --no-name" tar czf ${TARFILE} ${FOLDER}
-rm -rf ${FOLDER}
-rm jxrlib.tgz
diff --git a/debian/rules b/debian/rules
index f222775..8c7ad0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,3 @@ override_dh_installdocs:
override_dh_strip:
dh_strip --dbg-package=$(pkg_dbg)
-
-#get-orig-source:
- #uscan --verbose --force-download --rename
- #./debian/get-orig-source
diff --git a/debian/symbols b/debian/symbols
deleted file mode 100644
index b43b35b..0000000
--- a/debian/symbols
+++ /dev/null
@@ -1,610 +0,0 @@
-libjpegxr.so.0 libjxr0 #MINVER#
- AdaptDiscriminant at Base 1.0
- AdaptHighpassDec at Base 1.0
- AdaptHighpassEnc at Base 1.0
- AdaptLowpassDec at Base 1.0
- AdaptLowpassEnc at Base 1.0
- Allocate at Base 1.0
- AllocateCodingContextDec at Base 1.0
- AllocateCodingContextEnc at Base 1.0
- Clean at Base 1.0
- ClipDCL at Base 1.0
- CloseWS_File at Base 1.0
- CloseWS_List at Base 1.0
- CloseWS_Memory at Base 1.0
- CreateWS_File at Base 1.0
- CreateWS_List at Base 1.0
- CreateWS_Memory at Base 1.0
- DCCompensate at Base 1.0
- DecodeMacroblockDC at Base 1.0
- DecodeMacroblockHighpass at Base 1.0
- DecodeMacroblockLowpass at Base 1.0
- DecodeSignificantRun at Base 1.0
- EOSWS_File at Base 1.0
- EOSWS_Memory at Base 1.0
- EncodeMacroblockDC at Base 1.0
- EncodeMacroblockHighpass at Base 1.0
- EncodeMacroblockLowpass at Base 1.0
- FOURBUTTERFLY_HARDCODED1 at Base 1.0
- FreeCodingContextDec at Base 1.0
- FreeCodingContextEnc at Base 1.0
- GetPosWS_File at Base 1.0
- GetPosWS_List at Base 1.0
- GetPosWS_Memory at Base 1.0
- IDPEmpty at Base 1.0
- ImageStrDecDecode at Base 1.0
- ImageStrDecGetInfo at Base 1.0
- ImageStrDecInit at Base 1.0
- ImageStrDecTerm at Base 1.0
- ImageStrEncEncode at Base 1.0
- ImageStrEncInit at Base 1.0
- ImageStrEncTerm at Base 1.0
- InitZigzagScan at Base 1.0
- MAX_MEMORY_SIZE_IN_WORDS at Base 1.0
- MUL32HR at Base 1.0
- QUANT at Base 1.0
- QUANT_Mulless at Base 1.0
- ReadImagePlaneHeader at Base 1.0
- ReadWMIHeader at Base 1.0
- ReadWS_File at Base 1.0
- ReadWS_List at Base 1.0
- ReadWS_Memory at Base 1.0
- ResetCodingContext at Base 1.0
- ResetCodingContextDec at Base 1.0
- ResetCodingContextEnc at Base 1.0
- SetPosWS_File at Base 1.0
- SetPosWS_List at Base 1.0
- SetPosWS_Memory at Base 1.0
- StrDecInit at Base 1.0
- StrDecTerm at Base 1.0
- StrEncInit at Base 1.0
- StrIODecInit at Base 1.0
- StrIODecTerm at Base 1.0
- StrIOEncInit at Base 1.0
- StrIOEncTerm at Base 1.0
- UpdateModelMB at Base 1.0
- ValidateArgs at Base 1.0
- WMPAlloc at Base 1.0
- WMPFree at Base 1.0
- WMPhotoTranscode at Base 1.0
- WMPhotoValidate at Base 1.0
- WriteImagePlaneHeader at Base 1.0
- WriteWMIHeader at Base 1.0
- WriteWS_File at Base 1.0
- WriteWS_List at Base 1.0
- WriteWS_Memory at Base 1.0
- (arch-endian=little)_byteswap_ulong at Base 1.0
- advanceMRPtr at Base 1.0
- advanceOneMBRow at Base 1.0
- allocateBitIOInfo at Base 1.0
- allocatePredInfo at Base 1.0
- allocateQuantizer at Base 1.0
- allocateTileInfo at Base 1.0
- attachISRead at Base 1.0
- attachISWrite at Base 1.0
- attach_SB at Base 1.0
- blkOffset at Base 1.0
- blkOffsetUV at Base 1.0
- blkOffsetUV_422 at Base 1.0
- checkImageBuffer at Base 1.0
- copyAC at Base 1.0
- copyTo at Base 1.0
- dctIndex at Base 1.0
- decodeQPIndex at Base 1.0
- decodeThumbnail at Base 1.0
- decodeThumbnailAlpha at Base 1.0
- dequantizeBlock2x2 at Base 1.0
- dequantizeBlock4x2 at Base 1.0
- dequantizeBlock4x4 at Base 1.0
- dequantizeMacroblock at Base 1.0
- detachISRead at Base 1.0
- detachISWrite at Base 1.0
- detach_SB at Base 1.0
- downsampleUV at Base 1.0
- dquantBits at Base 1.0
- encodeMB at Base 1.0
- encodeQPIndex at Base 1.0
- fillToByte at Base 1.0
- flushBit16 at Base 1.0
- flushToByte at Base 1.0
- flushToByte_SB at Base 1.0
- formatQuantizer at Base 1.0
- freePredInfo at Base 1.0
- freeQuantizer at Base 1.0
- freeTileInfo at Base 1.0
- gGDISignature at Base 1.0
- gSignificantRunBin at Base 1.0
- gSignificantRunFixedLength at Base 1.0
- getACPredMode at Base 1.0
- getBit16 at Base 1.0
- getBit16_S at Base 1.0
- getBit16s at Base 1.0
- getBit32 at Base 1.0
- getBit32_SB at Base 1.0
- getBool16 at Base 1.0
- getByteRead_SB at Base 1.0
- getDCACPredMode at Base 1.0
- getHuff at Base 1.0
- getPosRead at Base 1.0
- getROI at Base 1.0
- getSizeRead at Base 1.0
- getSizeWrite at Base 1.0
- getTilePos at Base 1.0
- grgiZigzagInv4x4H at Base 1.0
- grgiZigzagInv4x4V at Base 1.0
- grgiZigzagInv4x4_lowpass at Base 1.0
- idxCC at Base 1.0
- idxCC_420 at Base 1.0
- initLookupTables at Base 1.0
- initMRPtr at Base 1.0
- initPostProc at Base 1.0
- inputMBRow at Base 1.0
- inputMBRowAlpha at Base 1.0
- interpolateUV at Base 1.0
- invTransformMacroblock at Base 1.0
- invTransformMacroblock_alteredOperators_hard at Base 1.0
- isTileBoundary at Base 1.0
- isTileExtraction at Base 1.0
- load4BE at Base 1.0
- outputMBRow at Base 1.0
- outputMBRowAlpha at Base 1.0
- outputNChannel at Base 1.0
- outputNChannelThumbnail at Base 1.0
- padHorizontally at Base 1.0
- peekBit16 at Base 1.0
- postProcBlock at Base 1.0
- postProcMB at Base 1.0
- predACDec at Base 1.0
- predCBPDec at Base 1.0
- predCBPEnc at Base 1.0
- predDCACDec at Base 1.0
- predMacroblockEnc at Base 1.0
- processMacroblock at Base 1.0
- processMacroblockDec at Base 1.0
- putBit16 at Base 1.0
- putBit16_S at Base 1.0
- putBit16z at Base 1.0
- putBit32 at Base 1.0
- quantizeMacroblock at Base 1.0
- readIS at Base 1.0
- readIndexTable at Base 1.0
- readPacketHeader at Base 1.0
- readPackets at Base 1.0
- readQPIndex at Base 1.0
- readQuantizer at Base 1.0
- readQuantizerSB at Base 1.0
- readTileHeaderDC at Base 1.0
- readTileHeaderHP at Base 1.0
- readTileHeaderLP at Base 1.0
- remapQP at Base 1.0
- setBitIOPointers at Base 1.0
- setROI at Base 1.0
- setUniformQuantizer at Base 1.0
- setUniformTiling at Base 1.0
- slideOneMBRow at Base 1.0
- smooth at Base 1.0
- smoothMB at Base 1.0
- strDCT2x2dn at Base 1.0
- strDCT2x2dnDec at Base 1.0
- strDCT2x2dnEnc at Base 1.0
- strDCT2x2up at Base 1.0
- strDCT4x4SecondStage at Base 1.0
- strDCT4x4Stage1 at Base 1.0
- strIDCT4x4Stage1 at Base 1.0
- strIDCT4x4Stage2 at Base 1.0
- strNormalizeDec at Base 1.0
- strNormalizeEnc at Base 1.0
- strPost2 at Base 1.0
- strPost2_alternate at Base 1.0
- strPost2x2 at Base 1.0
- strPost2x2_alternate at Base 1.0
- strPost4 at Base 1.0
- strPost4_alternate at Base 1.0
- strPost4x4Stage1 at Base 1.0
- strPost4x4Stage1Split at Base 1.0
- strPost4x4Stage1Split_alternate at Base 1.0
- strPost4x4Stage1_alternate at Base 1.0
- strPost4x4Stage2Split at Base 1.0
- strPost4x4Stage2Split_alternate at Base 1.0
- strPre2 at Base 1.0
- strPre2x2 at Base 1.0
- strPre4 at Base 1.0
- strPre4x4Stage1 at Base 1.0
- strPre4x4Stage1Split at Base 1.0
- strPre4x4Stage2Split at Base 1.0
- swapMRPtr at Base 1.0
- termPostProc at Base 1.0
- transcodeQuantizer at Base 1.0
- transcodeQuantizers at Base 1.0
- transcodeQuantizersAlpha at Base 1.0
- transcodeTileHeader at Base 1.0
- transformACBlocks420 at Base 1.0
- transformACBlocks422 at Base 1.0
- transformACBlocks at Base 1.0
- transformDCBlock420 at Base 1.0
- transformDCBlock422 at Base 1.0
- transformDCBlock at Base 1.0
- transformMacroblock at Base 1.0
- updatePostProcInfo at Base 1.0
- updatePredInfo at Base 1.0
- useDCQuantizer at Base 1.0
- useLPQuantizer at Base 1.0
- validateTiling at Base 1.0
- writeIS at Base 1.0
- writeIndexTable at Base 1.0
- writeIndexTableNull at Base 1.0
- writePacketHeader at Base 1.0
- writeQPIndex at Base 1.0
- writeQuantizer at Base 1.0
- writeTileHeaderDC at Base 1.0
- writeTileHeaderHP at Base 1.0
- writeTileHeaderLP at Base 1.0
-libjxrglue.so.0 libjxr0 #MINVER#
- BGR24_BGR32 at Base 1.0
- BGR24_Gray8 at Base 1.0
- BGR24_RGB24 at Base 1.0
- BGR32_BGR24 at Base 1.0
- BGR32_RGB24 at Base 1.0
- BGRA32_RGBA32 at Base 1.0
- BlackWhite_Gray8 at Base 1.1
- BufferCalcIFDSize at Base 1.0
- BufferCopyIFD at Base 1.0
- CalcMetadataOffsetSize at Base 1.0
- CalcMetadataSizeLPSTR at Base 1.0
- CalcMetadataSizeLPWSTR at Base 1.0
- CalcMetadataSizeUI2 at Base 1.0
- CalcMetadataSizeUI4 at Base 1.0
- CopyDescMetadata at Base 1.0
- FreeDescMetadata at Base 1.0
- GUID_PKPixelFormat112bpp6ChannelsAlpha at Base 1.0
- GUID_PKPixelFormat112bpp7Channels at Base 1.0
- GUID_PKPixelFormat128bpp7ChannelsAlpha at Base 1.0
- GUID_PKPixelFormat128bpp8Channels at Base 1.0
- GUID_PKPixelFormat128bppPRGBAFloat at Base 1.0
- GUID_PKPixelFormat128bppRGBAFixedPoint at Base 1.0
- GUID_PKPixelFormat128bppRGBAFloat at Base 1.0
- GUID_PKPixelFormat128bppRGBFixedPoint at Base 1.0
- GUID_PKPixelFormat128bppRGBFloat at Base 1.0
- GUID_PKPixelFormat12bppYCC420 at Base 1.0
- GUID_PKPixelFormat144bpp8ChannelsAlpha at Base 1.0
- GUID_PKPixelFormat16bpp48bppYCC444FixedPoint at Base 1.0
- GUID_PKPixelFormat16bppGray at Base 1.0
- GUID_PKPixelFormat16bppGrayFixedPoint at Base 1.0
- GUID_PKPixelFormat16bppGrayHalf at Base 1.0
- GUID_PKPixelFormat16bppRGB555 at Base 1.0
- GUID_PKPixelFormat16bppRGB565 at Base 1.0
- GUID_PKPixelFormat16bppYCC422 at Base 1.0
- GUID_PKPixelFormat20bppYCC420Alpha at Base 1.0
- GUID_PKPixelFormat20bppYCC422 at Base 1.0
- GUID_PKPixelFormat24bpp3Channels at Base 1.0
- GUID_PKPixelFormat24bppBGR at Base 1.0
- GUID_PKPixelFormat24bppRGB at Base 1.0
- GUID_PKPixelFormat24bppYCC422Alpha at Base 1.0
- GUID_PKPixelFormat24bppYCC444 at Base 1.0
- GUID_PKPixelFormat30bppYCC422Alpha at Base 1.0
- GUID_PKPixelFormat30bppYCC444 at Base 1.0
- GUID_PKPixelFormat32bpp3ChannelsAlpha at Base 1.0
- GUID_PKPixelFormat32bpp4Channels at Base 1.0
- GUID_PKPixelFormat32bppBGR at Base 1.0
- GUID_PKPixelFormat32bppBGRA at Base 1.0
- GUID_PKPixelFormat32bppCMYK at Base 1.0
- GUID_PKPixelFormat32bppCMYKDIRECT at Base 1.0
- GUID_PKPixelFormat32bppGrayFixedPoint at Base 1.0
- GUID_PKPixelFormat32bppGrayFloat at Base 1.0
- GUID_PKPixelFormat32bppPBGRA at Base 1.0
- GUID_PKPixelFormat32bppPRGBA at Base 1.0
- GUID_PKPixelFormat32bppRGB101010 at Base 1.0
- GUID_PKPixelFormat32bppRGB at Base 1.0
- GUID_PKPixelFormat32bppRGBA at Base 1.0
- GUID_PKPixelFormat32bppRGBE at Base 1.0
- GUID_PKPixelFormat32bppYCC422 at Base 1.0
- GUID_PKPixelFormat32bppYCC444Alpha at Base 1.0
- GUID_PKPixelFormat40bpp4ChannelsAlpha at Base 1.0
- GUID_PKPixelFormat40bpp5Channels at Base 1.0
- GUID_PKPixelFormat40bppCMYKAlpha at Base 1.0
- GUID_PKPixelFormat40bppCMYKDIRECTAlpha at Base 1.0
- GUID_PKPixelFormat40bppYCC444Alpha at Base 1.0
- GUID_PKPixelFormat48bpp3Channels at Base 1.0
- GUID_PKPixelFormat48bpp5ChannelsAlpha at Base 1.0
- GUID_PKPixelFormat48bpp6Channels at Base 1.0
- GUID_PKPixelFormat48bppRGB at Base 1.0
- GUID_PKPixelFormat48bppRGBFixedPoint at Base 1.0
- GUID_PKPixelFormat48bppRGBHalf at Base 1.0
- GUID_PKPixelFormat48bppYCC422Alpha at Base 1.0
- GUID_PKPixelFormat48bppYCC444 at Base 1.0
- GUID_PKPixelFormat56bpp6ChannelsAlpha at Base 1.0
- GUID_PKPixelFormat56bpp7Channels at Base 1.0
- GUID_PKPixelFormat64bpp3ChannelsAlpha at Base 1.0
- GUID_PKPixelFormat64bpp4Channels at Base 1.0
- GUID_PKPixelFormat64bpp7ChannelsAlpha at Base 1.0
- GUID_PKPixelFormat64bpp8Channels at Base 1.0
- GUID_PKPixelFormat64bppCMYK at Base 1.0
- GUID_PKPixelFormat64bppCMYKDIRECT at Base 1.0
- GUID_PKPixelFormat64bppPRGBA at Base 1.0
- GUID_PKPixelFormat64bppRGBA at Base 1.0
- GUID_PKPixelFormat64bppRGBAFixedPoint at Base 1.0
- GUID_PKPixelFormat64bppRGBAHalf at Base 1.0
- GUID_PKPixelFormat64bppRGBFixedPoint at Base 1.0
- GUID_PKPixelFormat64bppRGBHalf at Base 1.0
- GUID_PKPixelFormat64bppYCC444Alpha at Base 1.0
- GUID_PKPixelFormat64bppYCC444AlphaFixedPoint at Base 1.0
- GUID_PKPixelFormat72bpp8ChannelsAlpha at Base 1.0
- GUID_PKPixelFormat80bpp4ChannelsAlpha at Base 1.0
- GUID_PKPixelFormat80bpp5Channels at Base 1.0
- GUID_PKPixelFormat80bppCMYKAlpha at Base 1.0
- GUID_PKPixelFormat80bppCMYKDIRECTAlpha at Base 1.0
- GUID_PKPixelFormat8bppGray at Base 1.0
- GUID_PKPixelFormat96bpp5ChannelsAlpha at Base 1.0
- GUID_PKPixelFormat96bpp6Channels at Base 1.0
- GUID_PKPixelFormat96bppRGBFixedPoint at Base 1.0
- GUID_PKPixelFormat96bppRGBFloat at Base 1.0
- GUID_PKPixelFormatBlackWhite at Base 1.0
- GUID_PKPixelFormatDontCare at Base 1.0
- GetImageDecodeIID at Base 1.0
- GetImageEncodeIID at Base 1.0
- GetLineSkipPound at Base 1.0
- GetPixelFormatFromHash at Base 1.0
- GetScanLineOffset at Base 1.0
- GetTestDecodeIID at Base 1.0
- GetTestEncodeIID at Base 1.0
- GetTifULong at Base 1.0
- GetTifULongArray at Base 1.0
- GetTifUShort at Base 1.0
- GetULong at Base 1.0
- GetUShort at Base 1.0
- Gray16Fixed_Gray32Float at Base 1.0
- Gray16Fixed_Gray8 at Base 1.1
- Gray16Half_Gray32Float at Base 1.0
- Gray16Half_Gray8 at Base 1.1
- Gray16_Gray8 at Base 1.1
- Gray32Fixed_Gray32Float at Base 1.0
- Gray32Fixed_Gray8 at Base 1.1
- Gray32Float_Gray16Fixed at Base 1.0
- Gray32Float_Gray16Half at Base 1.0
- Gray32Float_Gray32Fixed at Base 1.0
- Gray32Float_Gray8 at Base 1.1
- Gray8_BGR24 at Base 1.0
- Gray8_RGB24 at Base 1.0
- IFDEntryTypeSizes at Base 1.0
- IID_PKImageBmpDecode at Base 1.0
- IID_PKImageBmpEncode at Base 1.0
- IID_PKImageFrameEncode at Base 1.0
- IID_PKImageHdrDecode at Base 1.0
- IID_PKImageHdrEncode at Base 1.0
- IID_PKImageIyuvDecode at Base 1.0
- IID_PKImageIyuvEncode at Base 1.0
- IID_PKImagePnmDecode at Base 1.0
- IID_PKImagePnmEncode at Base 1.0
- IID_PKImageScanEncode at Base 1.0
- IID_PKImageTifDecode at Base 1.0
- IID_PKImageTifEncode at Base 1.0
- IID_PKImageUnsupported at Base 1.0
- IID_PKImageWmpDecode at Base 1.0
- IID_PKImageWmpEncode at Base 1.0
- IID_PKImageYuv422Decode at Base 1.0
- IID_PKImageYuv422Encode at Base 1.0
- IID_PKImageYuv444Decode at Base 1.0
- IID_PKImageYuv444Encode at Base 1.0
- PKAlloc at Base 1.0
- PKAllocAligned at Base 1.0
- PKCodecFactory_CreateCodec at Base 1.0
- PKCodecFactory_CreateDecoderFromFile at Base 1.0
- PKCodecFactory_CreateFormatConverter at Base 1.0
- PKCreateCodecFactory at Base 1.0
- PKCreateCodecFactory_Release at Base 1.0
- PKCreateFactory at Base 1.0
- PKCreateFactory_CreateStream at Base 1.0
- PKCreateFactory_Release at Base 1.0
- PKCreateTestFactory at Base 1.0
- PKFormatConverter_Convert at Base 1.0
- PKFormatConverter_Copy at Base 1.0
- PKFormatConverter_EnumConversions at Base 1.0
- PKFormatConverter_GetPixelFormat at Base 1.0
- PKFormatConverter_GetResolution at Base 1.0
- PKFormatConverter_GetSize at Base 1.0
- PKFormatConverter_GetSourcePixelFormat at Base 1.0
- PKFormatConverter_Initialize at Base 1.0
- PKFormatConverter_InitializeConvert at Base 1.0
- PKFormatConverter_Release at Base 1.0
- PKFree at Base 1.0
- PKFreeAligned at Base 1.0
- PKImageDecode_Copy at Base 1.0
- PKImageDecode_Copy_BMP at Base 1.0
- PKImageDecode_Copy_HDR at Base 1.0
- PKImageDecode_Copy_IYUV at Base 1.0
- PKImageDecode_Copy_PNM at Base 1.0
- PKImageDecode_Copy_TIF at Base 1.0
- PKImageDecode_Copy_WMP at Base 1.0
- PKImageDecode_Copy_YUV422 at Base 1.0
- PKImageDecode_Copy_YUV444 at Base 1.0
- PKImageDecode_Create at Base 1.0
- PKImageDecode_Create_BMP at Base 1.0
- PKImageDecode_Create_HDR at Base 1.0
- PKImageDecode_Create_IYUV at Base 1.0
- PKImageDecode_Create_PNM at Base 1.0
- PKImageDecode_Create_TIF at Base 1.0
- PKImageDecode_Create_WMP at Base 1.0
- PKImageDecode_Create_YUV422 at Base 1.0
- PKImageDecode_Create_YUV444 at Base 1.0
- PKImageDecode_GetColorContext at Base 1.0
- PKImageDecode_GetColorContext_WMP at Base 1.0
- PKImageDecode_GetDescriptiveMetadata at Base 1.0
- PKImageDecode_GetDescriptiveMetadata_WMP at Base 1.0
- PKImageDecode_GetFrameCount at Base 1.0
- PKImageDecode_GetMetadata_WMP at Base 1.0
- PKImageDecode_GetPixelFormat at Base 1.0
- PKImageDecode_GetRawStream_WMP at Base 1.0
- PKImageDecode_GetResolution at Base 1.0
- PKImageDecode_GetSize at Base 1.0
- PKImageDecode_GetSize_WMP at Base 1.0
- PKImageDecode_Initialize at Base 1.0
- PKImageDecode_Initialize_BMP at Base 1.0
- PKImageDecode_Initialize_HDR at Base 1.0
- PKImageDecode_Initialize_IYUV at Base 1.0
- PKImageDecode_Initialize_PNM at Base 1.0
- PKImageDecode_Initialize_TIF at Base 1.0
- PKImageDecode_Initialize_WMP at Base 1.0
- PKImageDecode_Initialize_YUV422 at Base 1.0
- PKImageDecode_Initialize_YUV444 at Base 1.0
- PKImageDecode_Release at Base 1.0
- PKImageDecode_Release_TIF at Base 1.0
- PKImageDecode_Release_WMP at Base 1.0
- PKImageDecode_SelectFrame at Base 1.0
- PKImageEncode_Create at Base 1.0
- PKImageEncode_CreateNewFrame at Base 1.0
- PKImageEncode_CreateNewFrame_WMP at Base 1.0
- PKImageEncode_Create_BMP at Base 1.0
- PKImageEncode_Create_HDR at Base 1.0
- PKImageEncode_Create_IYUV at Base 1.0
- PKImageEncode_Create_PNM at Base 1.0
- PKImageEncode_Create_TIF at Base 1.0
- PKImageEncode_Create_WMP at Base 1.0
- PKImageEncode_Create_YUV422 at Base 1.0
- PKImageEncode_Create_YUV444 at Base 1.0
- PKImageEncode_EncodeAlpha at Base 1.0
- PKImageEncode_EncodeAlpha_Encode at Base 1.0
- PKImageEncode_EncodeAlpha_Init at Base 1.0
- PKImageEncode_EncodeAlpha_Term at Base 1.0
- PKImageEncode_EncodeContent at Base 1.0
- PKImageEncode_EncodeContent_Encode at Base 1.0
- PKImageEncode_EncodeContent_Init at Base 1.0
- PKImageEncode_EncodeContent_Term at Base 1.0
- PKImageEncode_Initialize at Base 1.0
- PKImageEncode_Initialize_WMP at Base 1.0
- PKImageEncode_Release at Base 1.0
- PKImageEncode_Release_WMP at Base 1.0
- PKImageEncode_SetColorContext at Base 1.0
- PKImageEncode_SetColorContext_WMP at Base 1.0
- PKImageEncode_SetDescriptiveMetadata at Base 1.0
- PKImageEncode_SetDescriptiveMetadata_WMP at Base 1.0
- PKImageEncode_SetEXIFMetadata_WMP at Base 1.0
- PKImageEncode_SetGPSInfoMetadata_WMP at Base 1.0
- PKImageEncode_SetIPTCNAAMetadata_WMP at Base 1.0
- PKImageEncode_SetPhotoshopMetadata_WMP at Base 1.0
- PKImageEncode_SetPixelFormat at Base 1.0
- PKImageEncode_SetResolution at Base 1.0
- PKImageEncode_SetSize at Base 1.0
- PKImageEncode_SetXMPMetadata_WMP at Base 1.0
- PKImageEncode_Terminate at Base 1.0
- PKImageEncode_Terminate_WMP at Base 1.0
- PKImageEncode_Transcode at Base 1.0
- PKImageEncode_Transcode_WMP at Base 1.0
- PKImageEncode_WritePixels at Base 1.0
- PKImageEncode_WritePixelsBanded at Base 1.0
- PKImageEncode_WritePixelsBandedBegin at Base 1.0
- PKImageEncode_WritePixelsBandedBegin_WMP at Base 1.0
- PKImageEncode_WritePixelsBandedEnd at Base 1.0
- PKImageEncode_WritePixelsBandedEnd_WMP at Base 1.0
- PKImageEncode_WritePixelsBanded_WMP at Base 1.0
- PKImageEncode_WritePixels_BMP at Base 1.0
- PKImageEncode_WritePixels_HDR at Base 1.0
- PKImageEncode_WritePixels_IYUV at Base 1.0
- PKImageEncode_WritePixels_PNM at Base 1.0
- PKImageEncode_WritePixels_TIF at Base 1.0
- PKImageEncode_WritePixels_WMP at Base 1.0
- PKImageEncode_WritePixels_YUV422 at Base 1.0
- PKImageEncode_WritePixels_YUV444 at Base 1.0
- PKImageEncode_WriteSource at Base 1.0
- PKStrnicmp at Base 1.0
- PKTestDecode_Copy at Base 1.0
- PKTestDecode_Create at Base 1.0
- PKTestDecode_Initialize at Base 1.0
- PKTestDecode_Release at Base 1.0
- PKTestFactory_CreateCodec at Base 1.0
- PKTestFactory_CreateDecoderFromFile at Base 1.0
- ParseBMPHeader at Base 1.0
- ParseHDRHeader at Base 1.0
- ParseIYUVHeader at Base 1.0
- ParsePFD at Base 1.0
- ParsePFDEntry at Base 1.0
- ParsePNMHeader at Base 1.0
- ParseTifDEArray at Base 1.0
- ParseTifDEValue at Base 1.0
- ParseTifHeader at Base 1.0
- ParseYUV422Header at Base 1.0
- ParseYUV444Header at Base 1.0
- PixelFormatLookup at Base 1.0
- PutTifULong at Base 1.0
- PutTifUShort at Base 1.0
- PutULong at Base 1.0
- PutUShort at Base 1.0
- RGB101010_RGB24 at Base 1.1
- RGB101010_RGB48 at Base 1.0
- RGB128Fixed_RGB24 at Base 1.1
- RGB128Fixed_RGB96Float at Base 1.0
- RGB128Float_RGB24 at Base 1.1
- RGB128Float_RGB96Float at Base 1.0
- RGB24_BGR24 at Base 1.0
- RGB24_BGR32 at Base 1.0
- RGB24_Gray8 at Base 1.0
- RGB24_RGB555 at Base 1.0
- RGB24_RGB565 at Base 1.0
- RGB48Fixed_RGB24 at Base 1.1
- RGB48Fixed_RGB96Float at Base 1.0
- RGB48Half_RGB24 at Base 1.1
- RGB48Half_RGB64Half at Base 1.0
- RGB48Half_RGB96Float at Base 1.0
- RGB48_RGB101010 at Base 1.0
- RGB48_RGB24 at Base 1.1
- RGB555_RGB24 at Base 1.0
- RGB565_RGB24 at Base 1.0
- RGB64Fixed_RGB24 at Base 1.1
- RGB64Fixed_RGB96Float at Base 1.0
- RGB64Half_RGB24 at Base 1.1
- RGB64Half_RGB48Half at Base 1.0
- RGB64Half_RGB96Float at Base 1.0
- RGB96Fixed_RGB24 at Base 1.1
- RGB96Fixed_RGB96Float at Base 1.0
- RGB96Float_RGB128Fixed at Base 1.0
- RGB96Float_RGB128Float at Base 1.0
- RGB96Float_RGB24 at Base 1.1
- RGB96Float_RGB48Fixed at Base 1.0
- RGB96Float_RGB48Half at Base 1.0
- RGB96Float_RGB64Fixed at Base 1.0
- RGB96Float_RGB64Half at Base 1.0
- RGB96Float_RGB96Fixed at Base 1.0
- RGB96Float_RGBE at Base 1.0
- RGBA128Fixed_RGBA128Float at Base 1.0
- RGBA128Fixed_RGBA32 at Base 1.1
- RGBA128Float_RGBA128Fixed at Base 1.0
- RGBA128Float_RGBA32 at Base 1.1
- RGBA128Float_RGBA64Fixed at Base 1.0
- RGBA128Float_RGBA64Half at Base 1.0
- RGBA32_BGRA32 at Base 1.0
- RGBA64Fixed_RGBA128Float at Base 1.0
- RGBA64Fixed_RGBA32 at Base 1.1
- RGBA64Half_RGBA128Float at Base 1.0
- RGBA64Half_RGBA32 at Base 1.1
- RGBA64_RGBA32 at Base 1.1
- RGBE_RGB24 at Base 1.1
- RGBE_RGB96Float at Base 1.0
- ReadBinaryData at Base 1.0
- ReadContainer at Base 1.0
- ReadPropvar at Base 1.0
- SizeofIFDEntry at Base 1.0
- StreamCalcIFDSize at Base 1.0
- StreamCopyIFD at Base 1.0
- WriteBMPHeader at Base 1.0
- WriteContainerPost at Base 1.0
- WriteContainerPre at Base 1.0
- WriteDescMetadata at Base 1.0
- WriteHDRHeader at Base 1.0
- WriteIYUVHeader at Base 1.0
- WritePNMHeader at Base 1.0
- WriteTifDE at Base 1.0
- WriteTifHeader at Base 1.0
- WriteWmpDE at Base 1.0
- WriteYUV422Header at Base 1.0
- WriteYUV444Header at Base 1.0
- getbfcpy at Base 1.0
- getbfdw at Base 1.0
- getbfdwbig at Base 1.0
- getbfdwe at Base 1.0
- getbfw at Base 1.0
- getbfwbig at Base 1.0
- getbfwe at Base 1.0
- setbfcpy at Base 1.0
- setbfdw at Base 1.0
- setbfdwbig at Base 1.0
- setbfw at Base 1.0
- setbfwbig at Base 1.0
More information about the Neon-commits
mailing list