1. 23 Sep, 2018 1 commit
  2. 19 Sep, 2018 2 commits
  3. 14 Sep, 2018 1 commit
  4. 13 Sep, 2018 1 commit
  5. 09 Sep, 2018 2 commits
  6. 24 Aug, 2018 1 commit
  7. 19 Jun, 2018 1 commit
  8. 12 Jun, 2018 4 commits
  9. 19 May, 2018 2 commits
  10. 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
  11. 30 Apr, 2018 2 commits
  12. 19 Apr, 2018 3 commits
  13. 18 Apr, 2018 2 commits
  14. 16 Apr, 2018 2 commits
  15. 05 Apr, 2018 1 commit
  16. 02 Apr, 2018 3 commits
  17. 31 Mar, 2018 2 commits
  18. 26 Mar, 2018 1 commit
  19. 24 Mar, 2018 1 commit
  20. 18 Mar, 2018 1 commit
  21. 21 Feb, 2018 1 commit
  22. 15 Feb, 2018 1 commit
  23. 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
  24. 07 Feb, 2018 1 commit
  25. 06 Feb, 2018 1 commit
  26. 28 Jan, 2018 1 commit