Revisions of dav1d

buildservice-autocommit accepted request 1070019 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 61)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 1070017 from Michael Gorse's avatar Michael Gorse (mgorse) (revision 60)
Undo SLE change. This is now handled in xxhash.
buildservice-autocommit accepted request 1068505 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 59)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 1068503 from Michael Gorse's avatar Michael Gorse (mgorse) (revision 58)
- Require gcc9 on SLE. Otherwise defaults to gcc7 and fails to
  build on ppc64le (boo#1208794).
buildservice-autocommit accepted request 1065813 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 57)
baserev update by copy to link target
Luigi Baldoni's avatar Luigi Baldoni (alois) accepted request 1065812 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 56)
- Update to version 1.1.0
  * New function dav1d_get_frame_delay to query the decoder 
    frame delay
  * Numerous fixes for strict conformity to the specs and samples
  * NEON and AVX-512 misc fixes and improvements
  * Partial AVX2 12bpc transform implementations
  * AVX-512 high bit-depth cdef_filter, loopfilter, itx
  * NEON z1/z3 optimization for 8bpc
  * SSSE3 z1 optimization for 8bpc
buildservice-autocommit accepted request 1010470 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 55)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 1010465 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 54)
Update .changes to reflect changes done post checkin
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 53)
%post for 15.3
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 1010377 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 52)
- Drop _lto_cflags define, current version supports lto build.
- Drop unneeded rpm BuildRequires.
- Add pkgconfig(libxxhash) BuildRequires and stop passing
  xhash_muxer=disabled to meson, build hash_muxer support.
- Add check section and meson_test macro, run tests during build.
- Use ldconfig_scriptlets macro for post(un) handling.
buildservice-autocommit accepted request 962893 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 51)
baserev update by copy to link target
Luigi Baldoni's avatar Luigi Baldoni (alois) accepted request 962892 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 50)
- Update to version 1.0.0
  * Automatic thread management.
  * Add support for AVX-512 acceleration.
  * x86 code speedup (from SSE2 to AVX2).
  * New grain API to ease acceleration on the GPU.
  * New API call to get information of which frame failed to
    decode, in error cases.
  * Numerous small bug fixes.
- Bump soversion to 6
Luigi Baldoni's avatar Luigi Baldoni (alois) accepted request 916767 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 49)
- Update to version 0.9.2
  * x86: SSE4 optimizations of inverse transforms for 10bit for
    all sizes
  * x86: mc.resize optimizations with AVX2/SSSE3 for 10/12b
  * x86: SSSE3 optimizations for cdef_filter in 10/12b and
    mc_w_mask_422/444 in 8b
  * ARM NEON optimizations for FilmGrain Gen_grain functions
  * Optimizations for splat_mv in SSE2/AVX2 and NEON
  * x86: SGR improvements for SSSE3 CPUs
  * x86: AVX2 optimizations for cfl_ac
Luigi Baldoni's avatar Luigi Baldoni (alois) accepted request 909122 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 48)
- Update to version 0.9.1
  * 10/12b SSSE3 optimizations for mc (avg, w_avg, mask, w_mask,
    emu_edge), prep/put_bilin, prep/put_8tap, ipred (dc/h/v,
    paeth, smooth, pal, filter), wiener, sgr (10b), warp8x8,
    deblock, film_grain, cfl_ac/pred for 32bit and 64bit x86
    processors
  * Film grain NEON for fguv 10/12b, fgy/fguv 8b and fgy/fguv
    10/12 arm32
  * Fixes for filmgrain on ARM
  * itx 10bit optimizations for 4x4/x8/x16, 8x4/x8/x16 for SSE4
  * Misc improvements on SSE2, SSE4
buildservice-autocommit accepted request 893491 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 47)
baserev update by copy to link target
Luigi Baldoni's avatar Luigi Baldoni (alois) accepted request 893490 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 46)
- Update to version 0.9.0
  * x86 (64bit) AVX2 implementation of most 10b/12b functions,
    which should provide a large boost for high-bitdepth
    decoding on modern x86 computers and servers.
  * ARM64 neon implementation of FilmGrain (4:2:0/4:2:2/4:4:4 8bit)
  * New API to signal events happening during the decoding process
buildservice-autocommit accepted request 881203 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 45)
baserev update by copy to link target
Luigi Baldoni's avatar Luigi Baldoni (alois) accepted request 881202 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 44)
- Disable LTO (fix boo#1183956)
buildservice-autocommit accepted request 874256 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 43)
baserev update by copy to link target
Luigi Baldoni's avatar Luigi Baldoni (alois) accepted request 874255 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 42)
- Update to version 0.8.2
  * ARM32 optimizations for ipred and itx in 10/12bits,
    completing the 10b/12b work on ARM64 and ARM32
  * Give the post-filters their own threads
  * ARM64: rewrite the wiener functions
  * Speed up coefficient decoding, 0.5%-3% global decoding gain
  * x86 optimizations for CDEF_filter and wiener in 10/12bit
  * x86: rewrite the SGR AVX2 asm
  * x86: improve msac speed on SSE2+ machines
  * ARM32: improve speed of ipred and warp
  * ARM64: improve speed of ipred, cdef_dir, cdef_filter,
    warp_motion and itx16
  * ARM32/64: improve speed of looprestoration
  * Add seeking, pausing to the player
  * Update the player for rendering of 10b/12b
  * Misc speed improvements and fixes on all platforms
  * Add a xxh3 muxer in the dav1d application
Displaying revisions 21 - 40 of 81
openSUSE Build Service is sponsored by