Skip to content
Snippets Groups Projects
  1. Jan 19, 2022
  2. Jan 18, 2022
  3. Jan 17, 2022
  4. Jan 16, 2022
  5. Jan 15, 2022
    • Rémi Denis-Courmont's avatar
      modules: handle error in module_need_var() · 2480a515
      Rémi Denis-Courmont authored
      This ensures that all variables used have a sane non-empty default (only
      "codec" was left). Then we can assume that NULL is an error rather than
      an empty variable.
      2480a515
    • Rémi Denis-Courmont's avatar
      transcode: --sout-transcode-?enc default to "none" · c3ba3a32
      Rémi Denis-Courmont authored
      This picks a default value that actually belongs in the choice list. In
      this particular cases, the default is not to transcode ES in the given
      category. Note that this does **not** interfere with the
      --sout-transcode-?codec options which are handled separately.
      
      This also enables to distinguish between default and error, though this
      change does not actually implement this.
      c3ba3a32
    • Rémi Denis-Courmont's avatar
      opengl: --glinterop defaults as "any" · 770b892b
      Rémi Denis-Courmont authored
      This picks a default value that actually belongs in the choice list.
      This also potentially allows to distinguish between default and error.
      770b892b
Loading