1. 05 7月, 2017 10 次提交
  2. 04 7月, 2017 6 次提交
  3. 03 7月, 2017 4 次提交
    • M
      lavc/aarch64: add sbrdsp neon implementation · 0a24d7ca
      Matthieu Bouron 提交于
      autocorrelate_c: 644.0
      autocorrelate_neon: 420.0
      hf_apply_noise_0_c: 1688.5
      hf_apply_noise_0_neon: 1498.6
      hf_apply_noise_1_c: 1691.2
      hf_apply_noise_1_neon: 1500.6
      hf_apply_noise_2_c: 1688.1
      hf_apply_noise_2_neon: 1500.3
      hf_apply_noise_3_c: 1696.6
      hf_apply_noise_3_neon: 1502.2
      hf_g_filt_c: 2117.8
      hf_g_filt_neon: 1218.7
      hf_gen_c: 4573.4
      hf_gen_neon: 2461.0
      neg_odd_64_c: 72.0
      neg_odd_64_neon: 64.7
      qmf_deint_bfly_c: 1107.6
      qmf_deint_bfly_neon: 291.6
      qmf_deint_neg_c: 210.4
      qmf_deint_neg_neon: 107.4
      qmf_post_shuffle_c: 163.0
      qmf_post_shuffle_neon: 107.7
      qmf_pre_shuffle_c: 120.5
      qmf_pre_shuffle_neon: 110.7
      sum64x5_c: 1361.6
      sum64x5_neon: 435.4
      sum_square_c: 1686.4
      sum_square_neon: 787.2
      0a24d7ca
    • M
      checkasm: add sbrdsp tests · 7864e07f
      Matthieu Bouron 提交于
      7864e07f
    • S
      avfomat/hlsenc: support fmp4 format in hls · 274bd167
      Steven Liu 提交于
      add the fmp4 format into hlsenc
      because the fmp4 format add into hls from version 7.
      the spec link is:
      https://tools.ietf.org/html/draft-pantos-http-live-streaming-20
      and the describe on WWDC
      https://developer.apple.com/videos/play/wwdc2017/515/Signed-off-by: NSteven Liu <lq@onvideo.cn>
      274bd167
    • W
      vdpau: do not use buggy HEVC support by default · 64ecb78b
      wm4 提交于
      NVIDIA broke its own API when using VDPAU decoding. If you retrieve the
      decoded YUV data, or if you map the surfaces with GL interop, the result
      are interlacing artifacts. The only way to get non-broken data is by
      using the vdpau video mixer to convert it to RGB. There is no way to
      block the non-working operations in a reasonable way (a VdpVideoSurface
      has to support all operations).
      
      NVIDIA refuses to fix this issue (they "fixed" it by making it work with
      the video mixer, but the rest is still broken). There is no sign of that
      changing.
      
      Do not use HEVC by default with the generic hwaccle API. Detect whether
      it's the NVIDIA native implementation, and exit with an error. (The same
      thing work with the MESA implementation.)
      
      As an escape hatch and to allow applications to use the decoder if they
      really want to (perhaps because they make sure to explicitly use the
      video mixer), reuse AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH to disable
      this check.
      
      Once NVIDIA fixes the bug, working driver versions could be detected,
      and it could be allowed again.
      64ecb78b
  4. 02 7月, 2017 2 次提交
  5. 01 7月, 2017 4 次提交
  6. 30 6月, 2017 7 次提交
  7. 29 6月, 2017 6 次提交
  8. 28 6月, 2017 1 次提交