summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* v4l2: Add protection when set decoder capture fps accroding to output fpsHou Qi2021-08-171-3/+5
* v4l2: Keep decoder capture fps same as output fps if it's not setHou Qi2021-08-022-0/+32
* v4l2videoenc: Set default latency if the frame duration is invalidHou Qi2021-05-281-0/+4
* v4l2object: Add interlace-mode back to caps for cameraHou Qi2021-04-271-8/+19
* v4l2: Fix glib warning emitted when attribute query failsPhilippe Normand2021-04-211-1/+1
* v4l2: fix debug category initialisation againTim-Philipp Müller2021-04-201-0/+5
* v4l2src: fix spurious SOURCE_CHANGED error-level log messagesTim-Philipp Müller2021-04-191-1/+6
* v4l2object: Use default colorimetry if that in caps is unknownHou Qi2021-04-011-0/+10
* oss4: allow per feature registrationStéphane Cerveau2021-03-298-28/+69
* oss: allow per feature registrationStéphane Cerveau2021-03-296-18/+98
* v4l2: allow per feature registrationStéphane Cerveau2021-03-298-25/+110
* v4l2object: Avoid colorimetry mismatch for streams with invalid colorimetryHou Qi2021-03-241-7/+6
* v4l2object: Add support for hdr10 stream playbackHou Qi2021-03-221-0/+6
* gst: don't use volatile to mean atomicMatthew Waters2021-03-182-2/+2
* v4l2object: handle GST_VIDEO_TRANSFER_BT601Philipp Zabel2021-03-121-1/+4
* v4l2videodec: Do not expose profiles/levels in vp8/vp9 template capsHou Qi2021-03-031-1/+2
* v4l2videodec: fix src side frame rate negotiationPhilipp Zabel2021-02-241-0/+4
* rpicamsrc: depend on posix threads and vchiq_armJordan Petridis2021-02-211-2/+5
* v4l2bufferpool: Silence traces around unsupported source changeNicolas Dufresne2021-02-191-2/+7
* v4l2src: Move preferred resolution query before the probeNicolas Dufresne2021-02-191-11/+15
* v4l2src: Calculate framerate from DV timingsNicolas Dufresne2021-02-192-4/+25
* v4l2rc: Add DV_TIMINGS query and lockingNicolas Dufresne2021-02-194-2/+95
* v4l2src: Force renegotiation on resolution changeNicolas Dufresne2021-02-191-1/+15
* v4l2object: Remove unused streaming memberNicolas Dufresne2021-02-191-1/+0
* v4l2src: Refactor to use PreferredCapsInfo structureNicolas Dufresne2021-02-191-44/+45
* v4l2src: Stub preferred resolution supportNicolas Dufresne2021-02-191-2/+18
* v4l2: Subscribe source_change for the current inputNicolas Dufresne2021-02-193-4/+9
* v4l2src: Add input signal status detectionNicolas Dufresne2021-02-192-5/+43
* v4l2: Add helper to query input statusNicolas Dufresne2021-02-192-1/+16
* v4l2: Fix input/output index signNicolas Dufresne2021-02-194-24/+24
* v4l2src: Add source resolution change supportNicolas Dufresne2021-02-191-4/+18
* v4l2bufferpool: Handle resolution change eventNicolas Dufresne2021-02-192-4/+56
* v4l2object: Add event helpersNicolas Dufresne2021-02-192-0/+81
* v4l2bufferpool: use FLOW_LAST_BUFFERNicolas Dufresne2021-02-191-2/+2
* v4l2object: prefer NV12 over I420Lucas Stach2021-02-191-2/+4
* Apply 1 suggestion(s) to 1 file(s)Kevin Song2021-02-051-1/+2
* Apply 1 suggestion(s) to 1 file(s)Kevin Song2021-02-051-1/+1
* v4l2videoenc: support resolution change stream encode.Bing Song2021-02-051-2/+4
* v4l2h265codec: fix HEVC profile string issue.Bing Song2021-01-271-4/+4
* v4l2object: Need keep same transfer as input caps.Bing Song2021-01-182-6/+13
* v4l2object: Map correct video format for RGBAHou Qi2021-01-111-1/+1
* v4l2object: Use active resolution during fallback colorspace probeHou Qi2020-12-141-1/+11
* rpicamsrc: add vchostif library as it is required to build successfulJose Quaresma2020-12-011-1/+1
* rpicamsrc: Added "src->started = FALSE;" to gst_rpi_cam_src_stopTim Schneider2020-11-201-0/+1
* v4l2: caps negotiate wrong as interlace featureBing Song2020-11-161-4/+10
* v4l2codec: Garbage collect old frames if they accumulate because of codec bugsSebastian Dröge2020-10-192-1/+70
* v4l2codec: Pass system frame number as timestamp and use it to retrieve back ...Sebastian Dröge2020-10-197-85/+64
* v4l2object: plug memory-leakHavard Graff2020-09-101-1/+1
* v4l2h264codec: Map newly defined profile/levelsNicolas Dufresne2020-08-111-0/+20
* v4l2: Sync headers with kernel 5.9Nicolas Dufresne2020-08-114-20/+121