summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
| * rpicamsrc: Set outgoing buffer durations based on negotiated framerate.Jan Schmidt2020-07-102-1/+12
| * rpicamsrc: Destroy mmal pool on shutdown always.Jan Schmidt2020-07-101-6/+7
| * rpicamsrc: Switch back to MJPEG codec for image/jpegJan Schmidt2020-07-101-0/+9
| * rpicamsrc: Don't try and set H264 params with JPEG codecJan Schmidt2020-07-102-49/+63
| * rpicamsrc: First attempt at implementing MJPEG and raw video supportJan Schmidt2020-07-103-74/+170
| * rpicamsrc: Add experimental build using the Meson build systemTim-Philipp Müller2020-07-102-0/+39
| * rpicamsrc: Implement GstVideoDirection interfaceXabier Rodriguez Calvar2020-07-102-91/+65
| * rpicamsrc: MMAL gives buffers with nal alignment, not AUJan Schmidt2020-07-101-1/+1
| * rpicamsrc: Create orientation propertyXabier Rodriguez Calvar2020-07-102-0/+142
| * rpicamsrc: basesrc event handlers should not unrefJan Schmidt2020-07-101-1/+0
| * rpicamsrc: Add property getters for preview window position.Jan Schmidt2020-07-101-0/+12
| * rpicamsrc: Add preview-x/y/w/h propertiesJan Schmidt2020-07-101-0/+36
| * rpicamsrc: Add properties for configuring annotation text size and colour.Jan Schmidt2020-07-101-0/+39
| * rpicamsrc: Changed awb-gain-blue use the correct enum PROP_AWB_GAIN_BLUE and ...ibauer2020-07-101-1/+1
| * rpicamsrc: Fix buffer PTS calculationJan Schmidt2020-07-101-4/+6
| * rpicamsrc: Basic orientation interface supportPhilippe Normand2020-07-101-1/+77
| * rpicamsrc: Describe awb-mode=off in lowercaseJan Schmidt2020-07-101-2/+2
| * rpicamsrc: colorbalance: protect with config_lock mutexPhilippe Normand2020-07-101-2/+6
| * rpicamsrc: Implement GstColorBalance interfacePhilippe Normand2020-07-102-2/+128
| * rpicamsrc: Fix initial config setting.Jan Schmidt2020-07-103-3/+13
| * rpicamsrc: Disable bitrate, quantisation and intra-refresh dynamic changesJan Schmidt2020-07-101-2/+7
| * rpicamsrc: Send vcos_log_warn via GStreamer debug messagesJan Schmidt2020-07-101-0/+2
| * rpicamsrc: Update properties dynamically where possibleJan Schmidt2020-07-104-40/+253
| * rpicamsrc: split preview config and stateJan Schmidt2020-07-102-57/+84
| * rpicamsrc: Clear intra-refresh MMAL param struct.Jan Schmidt2020-07-101-0/+7
| * rpicamsrc: Merge changes from userland repoJan Schmidt2020-07-103-23/+152
| * rpicamsrc: Map intra-refresh cyclic-rows to the correct MMAL param.Jan Schmidt2020-07-101-4/+4
| * rpicamsrc: Use MMAL PTS and STC to calculate GStreamer timestampsJan Schmidt2020-07-103-6/+50