1. 09 Nov, 2016 2 commits
  2. 08 Nov, 2016 13 commits
  3. 07 Nov, 2016 14 commits
  4. 05 Nov, 2016 1 commit
    • Diego Biurrun's avatar
      x86: Drop stray semicolons after function definitions · 3cba09e5
      Diego Biurrun authored
      libavcodec/x86/rv40dsp_init.c:97:2: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
      libavcodec/x86/vp9dsp_init.c:94:40: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
      3cba09e5
  5. 04 Nov, 2016 2 commits
  6. 03 Nov, 2016 8 commits
    • Mark Thompson's avatar
      hwcontext_vaapi: Frame mapping support · 8ad9f9d6
      Mark Thompson authored
      Can map to any supported software format (using a GPU copy if it
      doesn't actually match the surface format underneath).
      8ad9f9d6
    • Mark Thompson's avatar
      lavfi: Hardware map filter · 124e2697
      Mark Thompson authored
      Takes a frame associated with a hardware context as input and maps it
      to something else (another hardware frame or normal memory) for other
      processing.  If the frame to map was originally in the target format
      (but mapped to something else), the original frame is output.
      
      Also supports mapping backwards, where only the output has a hardware
      context.  The link immediately before will be supplied with mapped
      hardware frames which it can write directly into, and this filter
      then unmaps them back to the actual hardware frames.
      124e2697
    • Mark Thompson's avatar
      hwcontext: Hardware frame mapping · d06aa24b
      Mark Thompson authored
      Adds the new av_hwframe_map() function, which allows mapping between
      hardware frames and normal memory, along with internal support for
      implementing it.
      
      Also adds av_hwframe_ctx_create_derived(), for creating a hardware
      frames context associated with one device using frames mapped from
      another by some hardware-specific means.
      d06aa24b
    • Diego Biurrun's avatar
      67351924
    • Diego Biurrun's avatar
      float_dsp: Have implementation match function pointer prototype · 99434f4d
      Diego Biurrun authored
      libavutil/x86/float_dsp_init.c(144) : warning C4028: formal parameter 1 different from declaration
      libavutil/x86/float_dsp_init.c(144) : warning C4028: formal parameter 2 different from declaration
      99434f4d
    • Diego Biurrun's avatar
      dnxhdenc: Have function pointer prototype match implementation · 6354957a
      Diego Biurrun authored
      libavcodec/dnxhdenc.c(326) : warning C4028: formal parameter 1 different from declaration
      libavcodec/dnxhdenc.c(329) : warning C4028: formal parameter 1 different from declaration
      6354957a
    • Diego Biurrun's avatar
      pixblockdsp: Have function pointer prototype match implementation · c778eb15
      Diego Biurrun authored
      libavcodec/pixblockdsp.c(58) : warning C4028: formal parameter 1 different from declaration
      libavcodec/pixblockdsp.c(63) : warning C4028: formal parameter 1 different from declaration
      libavcodec/pixblockdsp.c(66) : warning C4028: formal parameter 1 different from declaration
      c778eb15
    • Diego Biurrun's avatar
      ituh263dec: Have function signature match across declaration and definition · 99ddeddc
      Diego Biurrun authored
      libavcodec/ituh263dec.c(215) : warning C4028: formal parameter 1 different from declaration
      libavcodec/ituh263dec.c(215) : warning C4028: formal parameter 2 different from declaration
      99ddeddc