Skip to content
Snippets Groups Projects
  1. Jul 16, 2017
  2. Jul 13, 2017
  3. Jul 08, 2017
  4. Jul 07, 2017
  5. Jul 04, 2017
  6. Jun 30, 2017
  7. Jun 27, 2017
  8. Jun 26, 2017
  9. Jun 25, 2017
  10. Jun 24, 2017
  11. Jun 23, 2017
  12. Jun 21, 2017
  13. Jun 19, 2017
  14. Jun 18, 2017
  15. Jun 15, 2017
  16. Jun 14, 2017
    • Mark Thompson's avatar
      vf_hwmap: Add reverse mapping for hardware frames · d81be0a6
      Mark Thompson authored
      This is something of a hack.  It allocates a new hwframe context for
      the target format, then maps it back to the source link and overwrites
      the input link hw_frames_ctx so that the previous filter will receive
      the frames we want from ff_get_video_buffer().  It may fail if
      the previous filter imposes any additional constraints on the frames
      it wants to use as output.
      
      (cherry picked from commit 81a4cb8e)
      d81be0a6
    • Mark Thompson's avatar
      vf_hwmap: Add device derivation · b2ef1f42
      Mark Thompson authored
      Also refactor a little and improve error messages to make failure
      cases easier to understand.
      
      (cherry picked from commit 38cb05f1)
      b2ef1f42
    • Mark Thompson's avatar
      vf_deinterlace_vaapi: Add support for field rate output · bff7bec1
      Mark Thompson authored
      In order to work correctly with the i965 driver, this also fixes the
      direction of forward/backward references - forward references are
      intended to be those from the past to the current frame, not from the
      current frame to the future.
      
      (cherry picked from commit 9aa251c9)
      bff7bec1
Loading