1. 10 11月, 2021 2 次提交
    • A
      Merge pull request #20664 from anna-khakimova:ak/resize_simd · 3cfca013
      Anna Khakimova 提交于
      Fluid: SIMD for Resize Linear 8UC3
      
      * SIMD for fluid::Resize 8U3C
      
      * Rework horizontal pass + add 8U4C case
      
      * Reproduce stackoverflow test
      
      * StackOverflow test
      
      * SSE42 impl
      
      * SSE42 impl improvement
      
      * GAPI:SSE42 simd opt for Resize 8UC3. Final version
      
      * Fix tests
      
      * Conditional compilation fix
      
      * Applied comments
      
      * Applied comments. Step2
      
      * Applied comments. Step2
      3cfca013
    • A
      Merge pull request #20998 from alalek:update_protobuf_3.19.1 · d934bb15
      Alexander Alekhin 提交于
      3rdparty(protobuf): upgrade 3.5.2 => 3.19.1
      
      * 3rdparty(protobuf): upgrade 3.5.2 => 3.19.1
      
      * dnn: update protobuf files (3.19.1)
      
      * 3rdparty(protobuf): re-apply OpenCV patch for custom fields (3.19.1)
      
      * protobuf: suppress new build warnings
      
      * protobuf: remove unused files
      d934bb15
  2. 09 11月, 2021 1 次提交
    • J
      videoio: drop unnecessary offset for accessing video output buffer · d2c1f113
      jcong 提交于
      Fix: #21021
      
      NDK API AMediaCodec_getOutputBuffer() returns MediaCodecBuffer::data()
      which is actually ABuffer::data(). The returned buffer address is already
      adjusted by offset.
      
      More info:
          ABuffer::base() returns base address without offset
          ABuffer::data() returns base + offset
      
      Change-Id: I2936339ce4fa9acf657a5a7d92adc1275d7b28a1
      d2c1f113
  3. 06 11月, 2021 1 次提交
  4. 05 11月, 2021 1 次提交
  5. 04 11月, 2021 4 次提交
  6. 03 11月, 2021 3 次提交
  7. 01 11月, 2021 1 次提交
  8. 30 10月, 2021 4 次提交
  9. 29 10月, 2021 3 次提交
  10. 28 10月, 2021 3 次提交
  11. 27 10月, 2021 2 次提交
  12. 26 10月, 2021 1 次提交
  13. 22 10月, 2021 4 次提交
  14. 21 10月, 2021 4 次提交
  15. 20 10月, 2021 2 次提交
    • M
      Merge pull request #19721 from MaximMilashchenko:Audio · f36c268b
      MaximMilashchenko 提交于
      add audio support in cap_msmf
      
      * audio msmf
      
      * fixed warnings
      
      * minor fix
      
      * fixed SampleTime MSMF
      
      * minor fix, fixed audio test, retrieveAudioFrame
      
      * fixed warnings
      
      * impelemented sync audio and video stream with start offset
      
      * fixed error
      
      * fixed docs
      
      * fixed audio sample
      
      * CAP_PROP_AUDIO_POS, minor fixed
      
      * fixed warnings
      
      * videoio(MSMF): update audio test checks, add debug logging
      
      * fixed
      
      * fixed desynchronization of time positions, warnings
      
      * fixed warnings
      
      * videoio(audio): tune tests checks
      
      * videoio(audio): update properties description
      
      * build warnings
      Co-authored-by: NAlexander Alekhin <alexander.a.alekhin@gmail.com>
      f36c268b
    • S
      Merge pull request #20738 from sivanov-work:merge_master_vpl_dev_select · 1f9a7b8f
      Sergey Ivanov 提交于
       G-API: oneVPL - Implement IDeviceSelector & default cfg_param-based selector
      
      * Initial commit
      
      * Add MACRO undef
      
      * Change IDeviceSelector, Change Inf sample for choose external device
      
      * Fix compilation
      
      * Address some comments
      
      * Fix compilation
      
      * Add missing header
      
      * Add EXPORT to dev selector
      
      * Add guard
      
      * Remove enum type attr
      
      * Fix compilation without VPL
      
      * Add HAVE_INFER guard in sample
      
      * Remove unusable include from tests
      
      * Remove unusable include from sample
      
      * Remove cl_d3d11 header from unit test
      1f9a7b8f
  16. 19 10月, 2021 4 次提交