Skip to content
Snippets Groups Projects
  1. Sep 30, 2018
  2. Sep 23, 2018
  3. Sep 19, 2018
  4. Sep 14, 2018
  5. Sep 13, 2018
  6. Sep 09, 2018
  7. Aug 24, 2018
  8. Jun 19, 2018
  9. Jun 12, 2018
  10. May 19, 2018
  11. May 10, 2018
    • 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
  12. Apr 30, 2018
  13. Apr 19, 2018
  14. Apr 18, 2018
  15. Apr 16, 2018
  16. Apr 05, 2018
  17. Apr 02, 2018
  18. Mar 31, 2018
  19. Mar 26, 2018
  20. Mar 24, 2018
  21. Mar 18, 2018
  22. Feb 21, 2018
  23. Feb 15, 2018
  24. Feb 12, 2018
    • 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: default avatarRay Tiley <raytiley@gmail.com>
      Signed-off-by: default avatarMarton Balint <cus@passwd.hu>
      c837cd3d
  25. Feb 07, 2018
  26. Feb 06, 2018
Loading