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 @@ libde265 + https://github.com/strukturag/libde265 - Joshua Strobl - joshua@getsol.us + Martin Reboredo + yakoyoku@gmail.com LGPL-3.0-or-later multimedia.codecs @@ -32,7 +33,7 @@ /usr/bin/de265-tests /usr/bin/de265-yuv-distortion /usr/lib64/libde265.so.0 - /usr/lib64/libde265.so.0.1.0 + /usr/lib64/libde265.so.0.1.1 @@ -44,7 +45,7 @@ programming.devel - libde265 + libde265 /usr/include/libde265/de265-version.h @@ -54,12 +55,12 @@ - - 2021-06-15 - 1.0.7 + + 2021-08-20 + 1.0.8 Packaging update - Joshua Strobl - joshua@getsol.us + Martin Reboredo + yakoyoku@gmail.com \ No newline at end of file