summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* v4l2object: Add interlace-mode back to caps for cameraHou Qi2021-04-301-8/+19
* gst: don't use volatile to mean atomicMatthew Waters2021-04-132-2/+2
* v4l2object: Use default colorimetry if that in caps is unknownHou Qi2021-04-011-0/+10
* v4l2object: Avoid colorimetry mismatch for streams with invalid colorimetryHou Qi2021-03-251-7/+6
* v4l2object: Add support for hdr10 stream playbackHou Qi2021-03-251-0/+6
* 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-251-0/+4
* rpicamsrc: depend on posix threads and vchiq_armJordan Petridis2021-02-241-2/+5
* v4l2videoenc: support resolution change stream encode.Bing Song2021-02-161-3/+6
* v4l2h265codec: fix HEVC profile string issue.Bing Song2021-01-281-4/+4
* v4l2object: Need keep same transfer as input caps.Bing Song2021-01-272-6/+13
* v4l2object: Map correct video format for RGBAHou Qi2021-01-131-1/+1
* rpicamsrc: add vchostif library as it is required to build successfulJose Quaresma2020-12-021-1/+1
* v4l2: caps negotiate wrong as interlace featureBing Song2020-11-181-4/+10
* Revert "v4l2object: Only offer inactive pools and if needed"Nicolas Dufresne2020-10-231-5/+4
* v4l2object: plug memory-leakHavard Graff2020-09-301-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
* v4l2: use GstV4l2Error in gst_v4l2_open()Víctor Manuel Jáquez Leal2020-08-1110-28/+43
* rpicamsrc: hypothetical fix for data pointer calculationTim-Philipp Müller2020-07-241-1/+1
* rpicamsrc: mark buffers as header and keyframe/delta-unitTim-Philipp Müller2020-07-241-0/+7
* rpicamsrc: fix nal alignment of output buffersTim-Philipp Müller2020-07-243-16/+41
* rpicamsrc: fix "Could not find component vc.ril.camera" on recent raspiosTim-Philipp Müller2020-07-231-1/+4
* rpicamsrc: deviceprovider: hook up i18n properlyTim-Philipp Müller2020-07-231-2/+1
* rpicamsrc: deviceprovider: advertise (M)JPEG as wellTim-Philipp Müller2020-07-231-2/+8
* rpicamsrc: deviceprovider: also advertise constrained-baseline profileTim-Philipp Müller2020-07-231-0/+2
* v4l2: enhance v4l2 control interface to support string type CIDHaihua Hu2020-07-222-5/+73
* rpicamsrc: fix build with older meson versionsTim-Philipp Müller2020-07-101-1/+1
* rpicamsrc: flesh out docs and add to plugin docs cacheTim-Philipp Müller2020-07-101-5/+52
* rpicamsrc: enable video orientation/direction unconditionallyTim-Philipp Müller2020-07-102-26/+6
* rpicamsrc: remove mkenums template files which are no longer neededTim-Philipp Müller2020-07-102-64/+0
* rpicamsrc: fix indentationTim-Philipp Müller2020-07-108-86/+119
* rpicamsrc: fix and silence some compiler warningsTim-Philipp Müller2020-07-104-4/+17
* rpicamsrc: hook up to buildTim-Philipp Müller2020-07-105-22/+58
* Merge branch 'plugin-move-rpicamsrc'Tim-Philipp Müller2020-07-1018-0/+8929
|\
| * rpicamsrc: sync autotools with glib-mkenum usage in meson buildTim-Philipp Müller2020-07-102-22/+20
| * rpicamsrc: meson: use gnome.glib_mkenums_simple() and fix build as Meson subp...Tim-Philipp Müller2020-07-102-22/+14
| * rpicamsrc: meson: drop map file and fix plugin symbol export with newer gstre...Tim-Philipp Müller2020-07-102-7/+0
| * rpicamsrc: Attempt to workaround MMAL timeout bugJan Schmidt2020-07-101-3/+10
| * rpicamsrc: Improve timeout errorJan Schmidt2020-07-103-1/+10
| * rpicamsrc: Don't destroy the camera component on startup errorJan Schmidt2020-07-101-2/+1
| * rpicamsrc: Expose constrained-baseline profileJan Schmidt2020-07-101-1/+3
| * rpicamsrc: Add define and increase reported maximum FPS from 90 to 1000Jan Schmidt2020-07-103-3/+5
| * rpicamsrc: Expand frame timeout from 100ms to 500msJan Schmidt2020-07-101-1/+1
| * rpicamsrc: RaspiCapture: use mmal_queue_timedwait() for buffer queueingGeorgii Staroselskii2020-07-101-1/+5
| * rpicamsrc: RaspiCapture: handle MMAL_EVENT_ERRORGeorgii Staroselskii2020-07-101-2/+3
| * rpicamsrc: Implement use-stc property to disable STC timestampsJan Schmidt2020-07-103-9/+32
| * rpicamsrc: Fix the descriptions of text annotation colour propertiesJan Schmidt2020-07-101-2/+2
| * rpicamsrc: Implement dynamic bitrate updateJan Schmidt2020-07-101-7/+3