Skip to content
Snippets Groups Projects
  1. Jul 06, 2016
  2. Jun 21, 2016
  3. May 27, 2016
  4. May 20, 2016
  5. May 15, 2016
  6. Apr 16, 2016
  7. Apr 15, 2016
    • Tim-Philipp Müller's avatar
      a52dec, amrwbec: fix parse function declaration mismatch · 3734d90c
      Tim-Philipp Müller authored
      Fixes MSVC compiler warning:
      
      amrwbdec.c(99): warning C4133: '=': incompatible types
      - from 'gboolean (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)' to
        'GstFlowReturn (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)'
      gsta52dec.c(156): warning C4133: '=': incompatible types
      - from 'gboolean (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)' to
        'GstFlowReturn (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)'
      3734d90c
    • Tim-Philipp Müller's avatar
      mpg123: fix build with msvc · 36d972e0
      Tim-Philipp Müller authored
      Fix syntax errors when compiling against cerbero-provided libmpg123
      headers. We do the same as the libmpg123 internal visual studio
      build here.
      
      mpg123.h(1378): error C2143: syntax error: missing ')' before '('
      mpg123.h(1378): error C2081: 'ssize_t': name in formal parameter list illegal
      mpg123.h(1378): error C2143: syntax error: missing ')' before '*'
      mpg123.h(1378): error C2091: function returns function
      mpg123.h(1378): error C2143: syntax error: missing '{' before '*'
      mpg123.h(1378): error C2059: syntax error: ')'
      mpg123.h(1379): error C2143: syntax error: missing ')' before '*'
      mpg123.h(1379): error C2365: 'off_t': redefinition; previous definition was 'typedef'
      ...
      36d972e0
    • Tim-Philipp Müller's avatar
      mpeg2dec: bump libmpeg2 requirement to 0.5.1 and fix msvc build · fd5a868c
      Tim-Philipp Müller authored
      libmpeg2 0.5.1 was released in mid-2008, let's bump the requirement
      and get rid of version-dependent code paths. There's still
      avdec_mpeg2video for those who are stuck on ancient distros which
      we don't target any more.
      
      Also fixes build with MSVC, which doesn't like #if #else #endif
      inside macro arguments (like the GST_DEBUG_OBJECT in line 941).
      fd5a868c
  8. Apr 14, 2016
  9. Mar 24, 2016
  10. Mar 15, 2016
  11. Mar 08, 2016
  12. Mar 01, 2016
  13. Feb 28, 2016
  14. Feb 26, 2016
  15. Feb 22, 2016
  16. Feb 21, 2016
  17. Feb 20, 2016
  18. Feb 19, 2016
  19. Feb 17, 2016
    • Sebastian Dröge's avatar
      sidplay: Fix compiler warning about C++11 compatibility · a40244bf
      Sebastian Dröge authored
      gstsiddec.cc:78:17: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix]
       #define FORMATS "{ "GST_AUDIO_NE(S16)","GST_AUDIO_NE(U16)", S8, U8 }"
                       ^
      gstsiddec.cc:78:38: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix]
       #define FORMATS "{ "GST_AUDIO_NE(S16)","GST_AUDIO_NE(U16)", S8, U8 }"
                                            ^
      a40244bf
  20. Feb 16, 2016
Loading