1. 26 Jul, 2017 10 commits
  2. 25 Jul, 2017 3 commits
  3. 22 Jul, 2017 3 commits
  4. 21 Jul, 2017 1 commit
  5. 17 Jul, 2017 1 commit
  6. 10 Jul, 2017 1 commit
    • Diego Biurrun's avatar
      build: Add feature test macros for glibc 2.19+ · 825e463a
      Diego Biurrun authored
      glibc introduced _DEFAULT_SOURCE in version 2.19 to replace _BSD_SOURCE and
      _SVID_SOURCE, which were deprecated in version 2.20. Add _DEFAULT_SOURCE
      where the latter two are used to be forwards-compatible and avoid warnings
      about the use of deprecated definitions.
      825e463a
  7. 09 Jul, 2017 4 commits
  8. 05 Jul, 2017 11 commits
  9. 02 Jul, 2017 1 commit
  10. 28 Jun, 2017 3 commits
  11. 26 Jun, 2017 2 commits
    • Anton Khirnov's avatar
      hwframe: Allow hwaccel frame allocators to align surface sizes · 3fdf50f9
      Anton Khirnov authored
      Hardware accelerated decoding generally uses AVHWFramesContext for pool
      allocation of hardware surfaces. These are setup to allocate surfaces
      aligned to hardware and hwaccel API requirements. Due to the
      architecture, av_hwframe_get_buffer() will return AVFrames with
      the dimensions set to the aligned sizes.
      
      This causes some decoders (like hevc) return these aligned size as
      final frame size, instead of cropping them to the video's actual
      dimensions. To make sure this doesn't happen, crop the frame to the
      size the decoder expects when ff_get_buffer() is called.
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      3fdf50f9
    • wm4's avatar
      dxva: verbose-log decoder GUID list · 068eaa53
      wm4 authored
      Helpful for debugging.
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      068eaa53