Skip to content
Snippets Groups Projects
  1. Aug 20, 2020
  2. Aug 04, 2020
  3. Jul 23, 2020
  4. Jul 08, 2020
  5. Jul 06, 2020
  6. Jul 03, 2020
  7. Jul 02, 2020
  8. Jun 30, 2020
  9. Jun 26, 2020
  10. Jun 23, 2020
  11. Jun 22, 2020
  12. Jun 20, 2020
  13. Jun 19, 2020
  14. Jun 10, 2020
  15. Jun 08, 2020
  16. Jun 05, 2020
  17. Jun 03, 2020
  18. May 31, 2020
  19. May 27, 2020
  20. May 09, 2020
  21. Apr 30, 2020
  22. Apr 15, 2020
    • Haihao Xiang's avatar
      avmux: avoid to use unintialized variable · 3c643269
      Haihao Xiang authored
      Without this fix, running the command below will get an error randomly.
      
      Example:
      gst-launch-1.0 videotestsrc ! vp9enc ! avmux_ivf ! fakesink
      
      ERROR: pipeline doesn't want to preroll.
      0:00:02.388528491 30148 0x5601b424a370 ERROR                  libav :0::
      Tag [1]V[0][0] incompatible with output codec id '167' (VP90)
      3c643269
  23. Apr 01, 2020
  24. Jan 27, 2020
  25. Jan 24, 2020
  26. Jan 23, 2020
  27. Dec 19, 2019
    • Alicia Boya García's avatar
      gstavviddec: Limit default number of decoder threads · b7d450b1
      Alicia Boya García authored
      When the `max-threads` property is not specified, GStreamer defaults to
      the amount of CPU threads in the system.
      
      The number of threads used in avdec has a direct impact on the latency
      of the decoder, which is of as many frames as threads. Therefore, big
      numbers of threads can make latency levels that can be problematic in
      some applications.
      
      For this reason, ffmpeg emits a warning when more than 16 threads are
      requested.
      
      This patch limits the default number of threads to 16. This affects only
      computers with more than 16 CPU threads when using avviddec without
      setting `max-threads`.
      b7d450b1
  28. Dec 02, 2019
    • Tim-Philipp Müller's avatar
      pkgconfig: remove unused file · 77f63c24
      Tim-Philipp Müller authored
      Was never hooked up to meson build it seems, and only ever used
      by the uninstalled autotools dev env to locate gst-libav plugins
      for use in unit tests in other modules.
      77f63c24
  29. Nov 29, 2019
Loading