Skip to content
Snippets Groups Projects
  1. Jun 26, 2023
    • Steve Lhomme's avatar
      mft: list the available decoders · aeb1114c
      Steve Lhomme authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      This can be useful to check what the system can and cannot do.
      
      In debug builds we also test if the transform can be loaded. It can take
      a bit of time to activate the transform, so it's better not to do it in
      release builds.
      aeb1114c
  2. Jun 25, 2023
  3. Jun 24, 2023
    • Fatih Uzunoğlu's avatar
      access: use strtok_r() in srt_url_parse_query() · 39e1b723
      Fatih Uzunoğlu authored and Steve Lhomme's avatar Steve Lhomme committed
      39e1b723
    • Alexandre Janniaux's avatar
      test: record: remove file when it exists · 478155af
      Alexandre Janniaux authored and Steve Lhomme's avatar Steve Lhomme committed
      We need to remove the file after the test, in particular because that's
      what `make distcheck` will expect, and it will error out if the file is
      left at the test location.
      
      However, the current design of the recording feature doesn't guarantee
      that the file will exist as soon as the recording event is signaled, or
      even that it will even exist after the media player and libvlc instance
      are released, if no track data has been pushed to the pipeline.
      478155af
  4. Jun 23, 2023
Loading