Skip to content
Snippets Groups Projects
  1. Mar 01, 2016
  2. Feb 27, 2016
  3. Feb 26, 2016
  4. Feb 25, 2016
  5. Feb 24, 2016
  6. Feb 23, 2016
  7. Feb 22, 2016
  8. Feb 20, 2016
    • Tim-Philipp Müller's avatar
      Fix use of undeclared core debug category symbols · a62c7bd5
      Tim-Philipp Müller authored
      libgstreamer currently exports some debug category
      symbols GST_CAT_*, but those are not declared in any
      public headers.
      
      Some plugins and libgstvideo just use GST_DEBUG_CATEGORY_EXTERN()
      to declare and use those, but that's just not right at
      all, and it won't work on Windows with MSVC. Instead look
      up the categories via the API.
      a62c7bd5
    • Tim-Philipp Müller's avatar
      win32: remove outdated build cruft · ddfe7a28
      Tim-Philipp Müller authored
      This hasn't been touched for generations, doesn't work,
      and is just causing confusion. We also don't want to
      maintain these files manually.
      ddfe7a28
  9. Feb 19, 2016
  10. Feb 18, 2016
    • Julien Isorce's avatar
      uninstalled.pc: add support for non libtool build systems · c94ac361
      Julien Isorce authored
      Currently the .la path is provided which requires to use libtool as
      mentioned in the GStreamer manual section-helloworld-compilerun.html.
      It is fine as long as the application is built using libtool.
      
      So currently it is not possible to compile a GStreamer application
      within gst-uninstalled with CMake or other build system different
      than autotools.
      
      This patch allows to do the following in gst-uninstalled env:
      gcc test.c -o test $(pkg-config --cflags --libs gstreamer-1.0 \
          gstreamer-video-1.0)
      Previously it required to prepend libtool --mode=link
      
      https://bugzilla.gnome.org/show_bug.cgi?id=720778
      c94ac361
  11. Feb 17, 2016
  12. Feb 16, 2016
  13. Feb 15, 2016
  14. Feb 13, 2016
  15. Feb 11, 2016
    • Wim Taymans's avatar
      resample: avoid overflows · 9d66b7cd
      Wim Taymans authored
      Avoid overflow in rate calculation. This can cause the resampler to
      start on the wrong phase after a rate change.
      Avoid overflow in cubic fraction calculation. This can cause noise when
      dealing with higher samplerates.
      9d66b7cd
    • Wim Taymans's avatar
      resample: fix double interpolation sse code · 188c0811
      Wim Taymans authored
      We were only reading 2 filter taps and we need to read 4 to do cubic
      interpolation.
      188c0811
  16. Feb 10, 2016
  17. Feb 05, 2016
  18. Feb 04, 2016
Loading