Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11050097
D11702.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D11702.diff
View Options
diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -124,7 +124,6 @@
libde265.so.0:_Z21skip_to_byte_boundaryP9bitreader
libde265.so.0:_Z21write_picture_to_filePK11de265_imagePKc
libde265.so.0:_Z22compute_distortion_ssdPK11de265_imageS1_iiii
-libde265.so.0:_Z22de265_free_image_planeP11de265_imagei
libde265.so.0:_Z22debug_set_image_outputPFvPK11de265_imageiE
libde265.so.0:_Z22decode_CABAC_FL_bypassP13CABAC_decoderi
libde265.so.0:_Z22decode_CABAC_TR_bypassP13CABAC_decoderii
@@ -134,7 +133,6 @@
libde265.so.0:_Z22isSublayerNonReferenceh
libde265.so.0:_Z22read_pred_weight_tableP9bitreaderP20slice_segment_headerP15decoder_context
libde265.so.0:_Z23apply_deblocking_filterP11de265_image
-libde265.so.0:_Z23de265_alloc_image_planeP11de265_imageiPviS1_
libde265.so.0:_Z23decode_CABAC_EGk_bypassP13CABAC_decoderi
libde265.so.0:_Z23decode_intra_predictionIhEvP11de265_imageii13IntraPredModePT_ii
libde265.so.0:_Z23decode_intra_predictionItEvP11de265_imageii13IntraPredModePT_ii
@@ -629,6 +627,7 @@
libde265.so.0:_ZN26thread_task_deblock_CTBRow4workEv
libde265.so.0:_ZN27Algo_CB_InterPartMode_Fixed7analyzeEP15encoder_contextR19context_model_tableP6enc_cb
libde265.so.0:_ZN27Algo_CB_IntraPartMode_Fixed7analyzeEP15encoder_contextR19context_model_tableP6enc_cb
+libde265.so.0:_ZN27video_usability_information14hrd_parametersEP11error_queueP9bitreaderPK17seq_parameter_set
libde265.so.0:_ZN27video_usability_information4readEP11error_queueP9bitreaderPK17seq_parameter_set
libde265.so.0:_ZN27video_usability_informationC1Ev
libde265.so.0:_ZN27video_usability_informationC2Ev
@@ -735,6 +734,7 @@
libde265.so.0:allocCB
libde265.so.0:allocTB
libde265.so.0:ctxIdxLookup
+libde265.so.0:de265_alloc_image_plane
libde265.so.0:de265_change_framerate
libde265.so.0:de265_decode
libde265.so.0:de265_decode_data
@@ -742,6 +742,7 @@
libde265.so.0:de265_flush_data
libde265.so.0:de265_free
libde265.so.0:de265_free_decoder
+libde265.so.0:de265_free_image_plane
libde265.so.0:de265_get_bits_per_pixel
libde265.so.0:de265_get_chroma_format
libde265.so.0:de265_get_current_TID
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,9 @@
name : libde265
-version : 1.0.7
-release : 5
+version : 1.0.8
+release : 6
source :
- - https://github.com/strukturag/libde265/releases/download/v1.0.7/libde265-1.0.7.tar.gz : eac6b56fcda95b0fe0123849c96c8759d832ec9baded2c9c0a5b5faeffb59005
+ - https://github.com/strukturag/libde265/releases/download/v1.0.8/libde265-1.0.8.tar.gz : 24c791dd334fa521762320ff54f0febfd3c09fc978880a8c5fbc40a88f21d905
+homepage : https://github.com/strukturag/libde265
license : LGPL-3.0-or-later
component : multimedia.codecs
summary : An open h.265 video codec implementation
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,9 +1,10 @@
<PISI>
<Source>
<Name>libde265</Name>
+ <Homepage>https://github.com/strukturag/libde265</Homepage>
<Packager>
- <Name>Joshua Strobl</Name>
- <Email>joshua@getsol.us</Email>
+ <Name>Martin Reboredo</Name>
+ <Email>yakoyoku@gmail.com</Email>
</Packager>
<License>LGPL-3.0-or-later</License>
<PartOf>multimedia.codecs</PartOf>
@@ -32,7 +33,7 @@
<Path fileType="executable">/usr/bin/de265-tests</Path>
<Path fileType="executable">/usr/bin/de265-yuv-distortion</Path>
<Path fileType="library">/usr/lib64/libde265.so.0</Path>
- <Path fileType="library">/usr/lib64/libde265.so.0.1.0</Path>
+ <Path fileType="library">/usr/lib64/libde265.so.0.1.1</Path>
</Files>
</Package>
<Package>
@@ -44,7 +45,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="5">libde265</Dependency>
+ <Dependency release="6">libde265</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/libde265/de265-version.h</Path>
@@ -54,12 +55,12 @@
</Files>
</Package>
<History>
- <Update release="5">
- <Date>2021-06-15</Date>
- <Version>1.0.7</Version>
+ <Update release="6">
+ <Date>2021-08-20</Date>
+ <Version>1.0.8</Version>
<Comment>Packaging update</Comment>
- <Name>Joshua Strobl</Name>
- <Email>joshua@getsol.us</Email>
+ <Name>Martin Reboredo</Name>
+ <Email>yakoyoku@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 6:45 PM (2 h, 27 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5793571
Default Alt Text
D11702.diff (4 KB)
Attached To
Mode
D11702: Update libde265 to 1.0.8
Attached
Detach File
Event Timeline
Log In to Comment