1. 12 Dec, 2014 3 commits
    • Rémi Denis-Courmont's avatar
      XCB/XVideo: request correct picture format from the adaptor · 4aa17707
      Rémi Denis-Courmont authored
      This is bug compatibility for XVideo drivers that scale the whole
      picture rather than the source rectangle (the XVideo 2 specification
      does not really state which behaviour is correct).
      
      This works because the video output core only applies crop parameters
      *after* the vout display plugin is activated. This is brittle though:
      the A/R and crop parameters should probably be passed as configuration
      like zoom.
      4aa17707
    • KO Myung-Hun's avatar
      access_mms: fix linkage on OS/2 · f37b3cb0
      KO Myung-Hun authored
      ```--
        CCLD     libaccess_mms_plugin.la
      weakld: error: Unresolved symbol (UNDEF) '_vlc_poll'.
      weakld: info: The symbol is referenced by:
          P:\tmp\ldconv_libaccess_mms_plugin_la-mmstu_38da54703f4316fd10.obj
      Ignoring unresolved externals reported from weak prelinker.
      Error! E2028: _vlc_poll is an undefined reference
      file P:/tmp\ldconv_libaccess_mms_plugin_la-mmstu_38da54703f4316fd10.obj(ldconv_libaccess_mms_plugin_la-mmstu_38da54703f4316fd10.obj): undefined symbol _vlc_poll
      ```
      
      --
      Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
      f37b3cb0
    • Thomas Guillem's avatar
      mediacodec: fix jni LocalRef leaks · 2b670bec
      Thomas Guillem authored
      We can only have 512 LocalRefs, so don't leak them.
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      2b670bec
  2. 10 Dec, 2014 8 commits
  3. 09 Dec, 2014 7 commits
  4. 08 Dec, 2014 7 commits
  5. 07 Dec, 2014 2 commits
  6. 06 Dec, 2014 7 commits
  7. 05 Dec, 2014 5 commits
  8. 03 Dec, 2014 1 commit