1. 24 Aug, 2018 1 commit
  2. 19 Jun, 2018 1 commit
  3. 12 Jun, 2018 4 commits
  4. 19 May, 2018 2 commits
  5. 10 May, 2018 1 commit
    • Anton Leontiev's avatar
      lavd/v4l2: Add ARGB and XRGB packed pixel formats · 94818025
      Anton Leontiev authored
      Formats ARGB32, XRGB32, ABGR32, and XBGR32 were added to V4L2 instead
      of ill-defined deprecated RGB32/BGR32 pixel formats.
      
      When pixel format is not specified explicitly FFmpeg tries formats in
      order in which they are stored in the table. Therefore formats are
      sorted as follows: BGR is preferred over RGB and XBGR is preferred
      over ARGB, because it could give better performance by ignoring alpha
      component.
      94818025
  6. 30 Apr, 2018 2 commits
  7. 19 Apr, 2018 3 commits
  8. 18 Apr, 2018 2 commits
  9. 16 Apr, 2018 2 commits
  10. 05 Apr, 2018 1 commit
  11. 02 Apr, 2018 3 commits
  12. 31 Mar, 2018 2 commits
  13. 26 Mar, 2018 1 commit
  14. 24 Mar, 2018 1 commit
  15. 18 Mar, 2018 1 commit
  16. 21 Feb, 2018 1 commit
  17. 15 Feb, 2018 1 commit
  18. 12 Feb, 2018 1 commit
    • Ray Tiley's avatar
      avdevice/decklink_dec: extract NTSC VANC · c837cd3d
      Ray Tiley authored
      This changes how NTSC VANC is extracted from the buffer. In NTSC the vanc data
      is interleaved between luma and chroma, and not just the luma as in high
      definition resolutions.
      
      In my testing this allows a decklink card encoding valid NTSC closed
      captions to pass the caption data to the x264 encoder.
      
      Updated with reviews from Devin Heitmueller and Marton Balint.
      Signed-off-by: 's avatarRay Tiley <raytiley@gmail.com>
      Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
      c837cd3d
  19. 07 Feb, 2018 1 commit
  20. 06 Feb, 2018 1 commit
  21. 28 Jan, 2018 1 commit
  22. 20 Jan, 2018 5 commits
  23. 12 Jan, 2018 1 commit
  24. 27 Nov, 2017 1 commit