1. 17 Jun, 2022 - 1 commit
  2. 16 Jun, 2022 - 1 commit
  3. 15 Jun, 2022 - 2 commits
  4. 13 Jun, 2022 - 1 commit
  5. 06 Jun, 2022 - 1 commit
    • James Zern's avatar
      clarify AV1E_SET_TARGET_SEQ_LEVEL_IDX docs · 70b7ab38
      James Zern authored
      this is a follow up to:
      905abbb4 av1/arg_defs: use a valid target level index in help msg
      
      the examples are updated to match and the provision to 'pad with leading
      zeroes' is removed as it's somewhat misleading and padding the OP index
      will make value octal.
      
      Bug: aomedia:3184
      Change-Id: I25bf73eda541dde0ca6e98622a9aea9b0a106f26
      (cherry picked from commit 6d89b79a)
      70b7ab38
  6. 03 Jun, 2022 - 4 commits
    • James Zern's avatar
      aom_configure.cmake: detect PIE and set CONFIG_PIC · 8229270b
      James Zern authored
      Fixes the creation of DT_TEXTREL entries in binaries built with PIE
      enabled:
        /usr/bin/ld: warning: creating DT_TEXTREL in a PIE
      
      Bug: b/229626362
      Change-Id: I37a0eaf6b7471953d2c8b3f7f903c84cb2acbd2d
      (cherry picked from commit 7235e657)
      v3.4.0-rc1
      8229270b
    • James Zern's avatar
      compiler_flags.cmake: fix flag detection w/cmake 3.17-3.18.2 · 0e817550
      James Zern authored
      Between 3.17.0 and 3.18.2 check_cxx_compiler_flag() sets a normal
      variable at parent scope while check_cxx_source_compiles() continues to
      set an internal cache variable, so we unset both to avoid the failure /
      success state persisting between checks.
      
      Change-Id: I4c9d63d89113d4ce9dc33a937b95df2e9acfce1a
      (cherry picked from commit 1c69d568)
      0e817550
    • James Zern's avatar
      av1/arg_defs: use a valid target level index in help msg · 2df4b755
      James Zern authored
      previously the index used was 21 = 7.1, which is currently undefined
      
      Bug: aomedia:3184
      Change-Id: Idc7fe561ecf25b08c2f88086f7aa2c87ff8c0b58
      (cherry picked from commit 905abbb4)
      2df4b755
    • Wan-Teh Chang's avatar
      Make the encoder ABI check allow v3.0.0 and v3.1.x · 9cb30368
      Wan-Teh Chang authored
      Make the encoder ABI check allow binaries compiled against libaom v3.0.0
      or v3.1.x. In those libaom releases, the value of
      AOM_ENCODER_ABI_VERSION is 25. Change the encoder ABI check to also
      allow the 'ver' parameter to be equal to 25.
      
      Bug: aomedia:3288
      Change-Id: I81804be92cbdc77163b415a2156679af64b59520
      (cherry picked from commit 45e8b7c56953a5961742d6b7e5f7532333c49d22)
      9cb30368
  7. 02 Jun, 2022 - 2 commits
  8. 01 Jun, 2022 - 1 commit
  9. 18 May, 2022 - 12 commits
  10. 17 May, 2022 - 5 commits
  11. 16 May, 2022 - 9 commits
  12. 13 May, 2022 - 1 commit