Skip to content
Snippets Groups Projects
  1. Jul 15, 2020
  2. Jul 13, 2020
  3. Jul 09, 2020
  4. Jul 08, 2020
  5. Jul 06, 2020
  6. Jul 03, 2020
  7. Jul 02, 2020
  8. Jul 01, 2020
  9. Jun 26, 2020
    • Karsten Suehring's avatar
      Fix encoder command line parsing for layer-wise parameters · 1d3b2348
      Karsten Suehring authored
      At the encoder there are long parameters like "--QP=32" and short parameters like "-q 32"
      
      For layer parameters -lx (with x being the layer index) the encoder always assumes that
      -lx is followed by two parameters, which is only true for short type parameters.
      
      This checks for "--" in the first parameter following -lx and only reads a second parameter,
      if "--" is not found at the beginning.
      1d3b2348
  10. Jun 22, 2020
  11. Jun 20, 2020
Loading