summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2021-08-17v4l2: Add protection when set decoder capture fps accroding to output fpsHou Qi1-3/+5
2021-08-02v4l2: Keep decoder capture fps same as output fps if it's not setHou Qi2-0/+32
2021-05-28v4l2videoenc: Set default latency if the frame duration is invalidHou Qi1-0/+4
2021-04-27v4l2object: Add interlace-mode back to caps for cameraHou Qi1-8/+19
2021-04-21v4l2: Fix glib warning emitted when attribute query failsPhilippe Normand1-1/+1
2021-04-20v4l2: fix debug category initialisation againTim-Philipp Müller1-0/+5
2021-04-19v4l2src: fix spurious SOURCE_CHANGED error-level log messagesTim-Philipp Müller1-1/+6
2021-04-01v4l2object: Use default colorimetry if that in caps is unknownHou Qi1-0/+10
2021-03-29oss4: allow per feature registrationStéphane Cerveau8-28/+69
2021-03-29oss: allow per feature registrationStéphane Cerveau6-18/+98
2021-03-29v4l2: allow per feature registrationStéphane Cerveau8-25/+110
2021-03-24v4l2object: Avoid colorimetry mismatch for streams with invalid colorimetryHou Qi1-7/+6
2021-03-22v4l2object: Add support for hdr10 stream playbackHou Qi1-0/+6
2021-03-18gst: don't use volatile to mean atomicMatthew Waters2-2/+2
2021-03-12v4l2object: handle GST_VIDEO_TRANSFER_BT601Philipp Zabel1-1/+4
2021-03-03v4l2videodec: Do not expose profiles/levels in vp8/vp9 template capsHou Qi1-1/+2
2021-02-24v4l2videodec: fix src side frame rate negotiationPhilipp Zabel1-0/+4
2021-02-21rpicamsrc: depend on posix threads and vchiq_armJordan Petridis1-2/+5
2021-02-19v4l2bufferpool: Silence traces around unsupported source changeNicolas Dufresne1-2/+7
2021-02-19v4l2src: Move preferred resolution query before the probeNicolas Dufresne1-11/+15
2021-02-19v4l2src: Calculate framerate from DV timingsNicolas Dufresne2-4/+25
2021-02-19v4l2rc: Add DV_TIMINGS query and lockingNicolas Dufresne4-2/+95
2021-02-19v4l2src: Force renegotiation on resolution changeNicolas Dufresne1-1/+15
2021-02-19v4l2object: Remove unused streaming memberNicolas Dufresne1-1/+0
2021-02-19v4l2src: Refactor to use PreferredCapsInfo structureNicolas Dufresne1-44/+45
2021-02-19v4l2src: Stub preferred resolution supportNicolas Dufresne1-2/+18
2021-02-19v4l2: Subscribe source_change for the current inputNicolas Dufresne3-4/+9
2021-02-19v4l2src: Add input signal status detectionNicolas Dufresne2-5/+43
2021-02-19v4l2: Add helper to query input statusNicolas Dufresne2-1/+16
2021-02-19v4l2: Fix input/output index signNicolas Dufresne4-24/+24
2021-02-19v4l2src: Add source resolution change supportNicolas Dufresne1-4/+18
2021-02-19v4l2bufferpool: Handle resolution change eventNicolas Dufresne2-4/+56
2021-02-19v4l2object: Add event helpersNicolas Dufresne2-0/+81
2021-02-19v4l2bufferpool: use FLOW_LAST_BUFFERNicolas Dufresne1-2/+2
2021-02-19v4l2object: prefer NV12 over I420Lucas Stach1-2/+4
2021-02-05Apply 1 suggestion(s) to 1 file(s)Kevin Song1-1/+2
2021-02-05Apply 1 suggestion(s) to 1 file(s)Kevin Song1-1/+1
2021-02-05v4l2videoenc: support resolution change stream encode.Bing Song1-2/+4
2021-01-27v4l2h265codec: fix HEVC profile string issue.Bing Song1-4/+4
2021-01-18v4l2object: Need keep same transfer as input caps.Bing Song2-6/+13
2021-01-11v4l2object: Map correct video format for RGBAHou Qi1-1/+1
2020-12-14v4l2object: Use active resolution during fallback colorspace probeHou Qi1-1/+11
2020-12-01rpicamsrc: add vchostif library as it is required to build successfulJose Quaresma1-1/+1
2020-11-20rpicamsrc: Added "src->started = FALSE;" to gst_rpi_cam_src_stopTim Schneider1-0/+1
2020-11-16v4l2: caps negotiate wrong as interlace featureBing Song1-4/+10
2020-10-19v4l2codec: Garbage collect old frames if they accumulate because of codec bugsSebastian Dröge2-1/+70
2020-10-19v4l2codec: Pass system frame number as timestamp and use it to retrieve back ...Sebastian Dröge7-85/+64
2020-09-10v4l2object: plug memory-leakHavard Graff1-1/+1
2020-08-11v4l2h264codec: Map newly defined profile/levelsNicolas Dufresne1-0/+20
2020-08-11v4l2: Sync headers with kernel 5.9Nicolas Dufresne4-20/+121