Skip to content
Snippets Groups Projects
  1. Apr 10, 2019
  2. Apr 09, 2019
  3. Apr 01, 2019
  4. Mar 22, 2019
  5. Mar 04, 2019
    • Tim-Philipp Müller's avatar
      avauddec: fix decoding of APE and Cook audio · ef8a1bdd
      Tim-Philipp Müller authored
      .. and other formats where ffmpeg gives us multiple
      subframes per input frame.
      
      Since we now support non-interleaved audio, we can't
      just concat buffers any more. Also, audio metas won't
      be combined when buffers are merged, so when we push
      out the combined buffer we'll look at the meta describing
      only the first subframe and think it covers the whole
      frame leading to stutter/gaps in the output.
      
      We could fix this by copying the output data into a new
      buffer when we merge buffers, but that's suboptimal, so
      let's add some API to GstAudioDecoder to push out subframes
      and use that instead.
      
      gstreamer/gst-libav#49
      ef8a1bdd
    • Tim-Philipp Müller's avatar
      Back to development · caf953bd
      Tim-Philipp Müller authored
      caf953bd
  6. Feb 26, 2019
  7. Feb 21, 2019
  8. Feb 12, 2019
  9. Jan 17, 2019
  10. Jan 12, 2019
  11. Dec 05, 2018
  12. Nov 15, 2018
  13. Nov 12, 2018
    • Jordan Petridіs's avatar
      Add Gitlab CI configuration · ae1bb83e
      Jordan Petridіs authored
      This commit adds a .gitlab-ci.yml file, which uses a feature
      to fetch the config from a centralized repository. The intent is
      to have all the gstreamer modules use the same configuration.
      
      The configuration is currently hosted at the gst-ci repository
      under the gitlab/ci_template.yml path.
      
      Part of gstreamer/gstreamer-project#29
      ae1bb83e
  14. Nov 08, 2018
  15. Nov 05, 2018
  16. Oct 29, 2018
  17. Oct 15, 2018
    • Nirbheek Chauhan's avatar
      avcfg: Ensure that ternary operator always evaluates to int64 · 21a18e22
      Nirbheek Chauhan authored
      When building with MSVC, if the 3rd operator is a double, the entire
      expression always promoted double, and is then cast to int64.
      
      When TRUE, this evaluates to (gint64) (gdouble) (INT64_MAX)
      which overflows to INT64_MIN on MSVC, but not on C99 compilers.
      
      This causes us to fail the g_return_if_fail inside g_param_spec_int64
      when built with MSVC.
      21a18e22
  18. Oct 12, 2018
  19. Oct 09, 2018
    • Nirbheek Chauhan's avatar
      meson: Generate a pkgconfig file for gstlibav · 26585686
      Nirbheek Chauhan authored
      This matches all other plugins in the other gstreamer repos. This is
      also necessary for generating the correct libtool archive (.la) files
      in Cerbero which are needed for static linking on Android and iOS.
      26585686
  20. Oct 08, 2018
  21. Oct 01, 2018
  22. Sep 21, 2018
  23. Aug 15, 2018
  24. Jul 31, 2018
  25. Jul 26, 2018
  26. Jul 23, 2018
  27. Jul 19, 2018
  28. Jul 18, 2018
  29. Jul 16, 2018
  30. Jul 13, 2018
Loading