1. 13 Jan, 2015 1 commit
  2. 06 Jan, 2015 4 commits
  3. 03 Jan, 2015 6 commits
  4. 02 Jan, 2015 4 commits
  5. 31 Dec, 2014 5 commits
  6. 30 Dec, 2014 2 commits
  7. 29 Dec, 2014 1 commit
  8. 19 Dec, 2014 1 commit
  9. 18 Dec, 2014 2 commits
  10. 17 Dec, 2014 10 commits
  11. 13 Dec, 2014 4 commits
    • Rémi Denis-Courmont's avatar
      swscale: scale within the crop area, not top-left (really fixes #12085) · febaed28
      Rémi Denis-Courmont authored
      Unfortunately, this can cause a slight offset of the colour planes if the
      top/left crop offset is not a multiple of the subsampling ratio.
      
      (cherry picked from commit 05c433624791b01babcb1ccb72766fb2a5062fab)
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      
      Conflicts:
      	modules/video_chroma/swscale.c
      febaed28
    • Jean-Baptiste Kempf's avatar
      Revert "swscale: scale the whole picture (fixes #12085)" · a09ec05d
      Jean-Baptiste Kempf authored
      This reverts commit 7f06a466.
      
      When using a scaling algorithm other than nearest neighbor, this
      change caused the picture padding to be scaled with the video.
      
      Manual Cherry-Pick of 03025ff9b202d69de4d75732f387260ac2ed060e
      a09ec05d
    • Rémi Denis-Courmont's avatar
      XCB/XVideo: request correct picture format from the adaptor · 2ddfb2ff
      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.
      
      (cherry picked from commit 4aa17707fc63c59ea173347d9b695a9a415822fe)
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      2ddfb2ff
    • KO Myung-Hun's avatar
      access_mms: fix linkage on OS/2 · 117be772
      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>
      (cherry picked from commit f37b3cb09cd3266e4f50c4aaf754677cc0ea97b8)
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      117be772