Page MenuHomeSolus

Update v4l-utils to 1.12.5
ClosedPublic

Authored by kyrios123 on Jul 19 2017, 8:30 AM.
Referenced Files
F11054280: D650.id.diff
Fri, Aug 11, 12:36 AM
F11054279: D650.id3582.diff
Fri, Aug 11, 12:36 AM
F11054278: D650.id1414.diff
Fri, Aug 11, 12:36 AM
F11038131: D650.diff
Wed, Aug 9, 10:02 PM
F11020231: D650.id1414.diff
Mon, Aug 7, 2:39 AM
F10983920: D650.id3582.diff
Sun, Jul 23, 4:12 PM
F10982386: D650.id1414.diff
Sun, Jul 23, 10:13 AM
F10976751: D650.id1414.diff
Sat, Jul 22, 11:37 AM
Subscribers

Details

Reviewers
JoshStrobl
Group Reviewers
Triage Team
Maniphest Tasks
T2: Syncthing
Commits
R3105:a8733c53b882: Update v4l-utils to 1.12.5
Summary
  • dvb-scan: fix the logic for multi-section handling
  • libdvbv5: T2 delivery descriptor: fix wrong size of bandwidth field
  • desc_t2_delivery: consider valid to have a short T2 descriptor
  • desc_t2_delivery: properly handle cell and subcell tables
  • desc_t2_delivery: improve print dumps of T2 delivery
  • desc_t2_delivery: resize frequency array for subcel freqs
  • libdvbv5: add support for more PMT descriptors
  • libdvbv5: fix T2 delivery descriptor parsing in dvb_desc_t2_delivery_init()

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan

Don't have the hardware to test, but I did run the binaries and it looks OK.

Diff Detail

Repository
R3105 v4l-utils
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

JoshStrobl added a subscriber: JoshStrobl.

Please test with obs-studio and some basic conversion with ffmpeg please.

This revision is now accepted and ready to land.Nov 18 2017, 10:35 PM

@JoshStrobl
ffmpeg -re -i udp://localhost:55555 -f v4l2 /dev/video0 works fine

OBS studio doesn't find a V4L2 device (but it was already the case before so it has nothing to do with this update)... I did even try to play with v4l2loopback but I guess I miss something... Actually the only thing I really succeed doing in OBS is to make my computer's fan blowing and making lot of noise :P

OBS studio doesn't find a V4L2 device (but it was already the case before so it has nothing to do with this update)...

Guessing you don't have a webcam then?

This revision was automatically updated to reflect the committed changes.