diff --git a/abi_symbols b/abi_symbols --- a/abi_symbols +++ b/abi_symbols @@ -123,6 +123,7 @@ 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 @@ -132,6 +133,7 @@ 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 @@ -243,6 +245,7 @@ libde265.so.0:_Z32subblock_has_nonzero_coefficientPKsiRK8position libde265.so.0:_Z32transform_skip_residual_fallbackPiPKsiii libde265.so.0:_Z33decode_intra_prediction_from_treePK11de265_imagePK6enc_tbRK13CTBTreeMatrixRK17seq_parameter_seti +libde265.so.0:_Z33derive_spatial_merging_candidatesRK18MotionVectorAccessPK11de265_imageiiiiihiiiP8PBMotioni libde265.so.0:_Z33ff_hevc_put_hevc_qpel_h_1_v_1_ssePslPKhliiS_ libde265.so.0:_Z33ff_hevc_put_hevc_qpel_h_1_v_2_ssePslPKhliiS_ libde265.so.0:_Z33ff_hevc_put_hevc_qpel_h_1_v_3_ssePslPKhliiS_ @@ -282,6 +285,7 @@ libde265.so.0:_Z37ff_hevc_transform_4x4_luma_add_8_sse4PhPKsl libde265.so.0:_Z38derive_temporal_luma_vector_predictionP12base_contextP11de265_imagePK20slice_segment_headeriiiiiiP12MotionVectorPh libde265.so.0:_Z39apply_sample_adaptive_offset_sequentialP11de265_image +libde265.so.0:_Z39get_merge_candidate_list_without_step_9P12base_contextPK20slice_segment_headerRK18MotionVectorAccessP11de265_imageiiiiiiiiiP8PBMotion libde265.so.0:_Z39initialize_CABAC_at_slice_segment_startP14thread_context libde265.so.0:_Z3MSEPKhiS0_iii libde265.so.0:_Z3SADPKhiS0_iii @@ -371,7 +375,7 @@ libde265.so.0:_ZN11de265_image10copy_imageEPKS_ libde265.so.0:_ZN11de265_image10fill_imageEiii libde265.so.0:_ZN11de265_image10thread_runEPK11thread_task -libde265.so.0:_ZN11de265_image11alloc_imageEii12de265_chromaSt10shared_ptrIK17seq_parameter_setEbP15decoder_contextP15encoder_contextlPvb +libde265.so.0:_ZN11de265_image11alloc_imageEii12de265_chromaSt10shared_ptrIK17seq_parameter_setEbP15decoder_contextlPvb libde265.so.0:_ZN11de265_image11set_mv_infoEiiiiRK8PBMotion libde265.so.0:_ZN11de265_image12thread_startEi libde265.so.0:_ZN11de265_image13thread_blocksEv @@ -723,7 +727,6 @@ libde265.so.0:_ZNK6enc_tb5getTBEii libde265.so.0:_ZNK8NAL_unit24num_skipped_bytes_beforeEii libde265.so.0:_ZNK8PBMotioneqERKS_ -libde265.so.0:de265_alloc_image_plane libde265.so.0:de265_change_framerate libde265.so.0:de265_decode libde265.so.0:de265_decode_data @@ -731,7 +734,6 @@ 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 @@ -800,7 +802,6 @@ libde265.so.0:en265_parse_command_line_parameters libde265.so.0:en265_push_eof libde265.so.0:en265_push_image -libde265.so.0:en265_set_image_release_function libde265.so.0:en265_set_parameter_bool libde265.so.0:en265_set_parameter_choice libde265.so.0:en265_set_parameter_int diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,14 +1,14 @@ name : libde265 -version : 1.0.3 -release : 1 +version : 1.0.5 +release : 2 source : - - https://github.com/strukturag/libde265/releases/download/v1.0.3/libde265-1.0.3.tar.gz : e4206185a7c67d3b797d6537df8dcaa6e5fd5a5f93bd14e65a755c33cd645f7a + - https://github.com/strukturag/libde265/releases/download/v1.0.5/libde265-1.0.5.tar.gz : e3f277d8903408615a5cc34718b391b83c97c646faea4f41da93bac5ee08a87f license : LGPL-3.0-or-later component : multimedia.codecs summary : An open h.265 video codec implementation description: | libde265 is an open source implementation of the h.265 video codec. It is written from scratch and has a plain C API to enable a simple integration into other software. - + libde265 supports WPP and tile-based multithreading and includes SSE optimizations. The decoder includes all features of the Main profile and correctly decodes almost all conformance streams. setup : | # disable dec265 & sherlock265 examples so we don't need any build dependencies diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ libde265 - Pierre-Yves - pyu@riseup.net + Martin Reboredo + yakoyoku@gmail.com LGPL-3.0-or-later multimedia.codecs @@ -12,7 +12,7 @@ libde265 supports WPP and tile-based multithreading and includes SSE optimizations. The decoder includes all features of the Main profile and correctly decodes almost all conformance streams. - https://solus-project.com/sources/README.Solus + https://getsol.us/sources/README.Solus libde265 @@ -32,7 +32,7 @@ /usr/bin/de265-tests /usr/bin/de265-yuv-distortion /usr/lib64/libde265.so.0 - /usr/lib64/libde265.so.0.0.10 + /usr/lib64/libde265.so.0.0.12 @@ -44,7 +44,7 @@ programming.devel - libde265 + libde265 /usr/include/libde265/de265-version.h @@ -54,12 +54,12 @@ - - 2018-07-29 - 1.0.3 + + 2020-08-13 + 1.0.5 Packaging update - Pierre-Yves - pyu@riseup.net + Martin Reboredo + yakoyoku@gmail.com \ No newline at end of file