aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2021-11-25sliced-vbi-detect/test.c: drop unused headersHans Verkuil2-14/+1
2021-11-24v4l-utils: update to latest media_stage kernelHans Verkuil2-1/+298
2021-11-11v4l2grab: estimate the frame rateMauro Carvalho Chehab1-6/+44
2021-11-09test-media: increase sleep after modprobe vivid to 3Hans Verkuil1-3/+3
2021-11-09v4l2grab: avoid the risc of having sizeimage == 0Mauro Carvalho Chehab1-0/+4
2021-11-09v4l2grab: properly implement quantizationMauro Carvalho Chehab1-16/+56
2021-11-09v4l2grab: use an array for format propertiesMauro Carvalho Chehab1-56/+68
2021-11-08decode_tm6000: fix compiler warningHans Verkuil1-1/+1
2021-11-01v4l2grab: add a way to explicitly enable raw modeMauro Carvalho Chehab1-34/+46
2021-11-01v4l2grab: don't try to convert formats on raw modeMauro Carvalho Chehab1-3/+3
2021-11-01v4l2grab: add RGB 32 format and variantsMauro Carvalho Chehab1-1/+36
2021-10-31v4l2grab: add support for YUV 420 planar and semi-planar formatsMauro Carvalho Chehab1-0/+45
2021-10-31v4l2grab: add the basic logic to support planar formatsMauro Carvalho Chehab1-17/+48
2021-10-31v4l2grab: rework conversion routines to add more YUV formatsMauro Carvalho Chehab1-63/+81
2021-10-30v4l2grab: add support for handling colorspaceMauro Carvalho Chehab1-25/+37
2021-10-30v4l2grab: pass fmt to the conversion functionMauro Carvalho Chehab1-23/+12
2021-10-30v4l2grab: use BT.709 by default on YUV conversionMauro Carvalho Chehab1-6/+25
2021-10-30v4l2grab: optimize conversion routinesMauro Carvalho Chehab1-38/+15
2021-10-29v4l2grab: accept other formats than RGB24Mauro Carvalho Chehab1-23/+210
2021-10-29v4l2grab: print the fourcc when libv4l won't handle itMauro Carvalho Chehab1-1/+2
2021-10-02test-media: show version info earlier and show cmd argsHans Verkuil1-6/+10
2021-09-29test-media: drop vidtv from the 'mc' targetHans Verkuil1-1/+1
2021-09-23test-media: mc should include vidtvHans Verkuil1-1/+2
2021-09-23test-media: add 'date' at beginning and end, show versionsHans Verkuil1-7/+14
2021-09-22test-media: missed one scaler config lineHans Verkuil1-0/+1
2021-09-22test-media: configure vimc scaler correctlyHans Verkuil1-0/+1
2021-09-22test-media: add -E and -W optionsHans Verkuil1-2/+13
2021-09-19v4l-utils: sync with latest media staging treeHans Verkuil3-6/+26
2021-06-30test-media: drop vidtv from mc, but warn if MC is disabled for DVBHans Verkuil1-2/+15
2021-06-30test-media: add vidtv to the mc targetHans Verkuil1-3/+4
2021-06-10contrib/test/test-media: add -setup optionHans Verkuil1-59/+86
2021-06-08v4l-utils: sync with media_tree masterHans Verkuil1-0/+4
2021-06-04v4l-utils: sync with media_tree/masterHans Verkuil1-11/+12
2021-05-27v4l-utils: sync with upstream media_tree masterHans Verkuil2-1/+380
2021-03-11v4l-utils: sync with latest media kernelHans Verkuil1-1/+1
2021-03-06v4l-utils: sync with latest media kernelSean Young1-1/+1
2021-02-25cec-compliance: improve current latency checksHans Verkuil1-0/+22
2021-02-03test-media: improve vidtv testsHans Verkuil1-66/+71
2021-01-28test-media: add support for vidtvDaniel W. S. Almeida1-0/+72
2021-01-06v4l-utils: sync with latest media_tree master repoHans Verkuil1-9/+5
2020-12-03v4l-utils: sync with media_tree masterHans Verkuil3-203/+697
2020-10-04v4l-compliance: remove NON_CONSISTENT hint testSergey Senozhatsky1-11/+2
2020-09-26v4l-utils: sync with media_tree masterHans Verkuil2-0/+23
2020-09-09v4l-utils: sync with media_tree masterHans Verkuil1-0/+8
2020-08-27sync with latest media kernelHans Verkuil2-10/+10
2020-07-29Move sync-with-kernel into dedicated shell script ./sync-with-kernel.shSean Young7-37/+5
2020-07-19v4l-utils: sync with latest media kernelHans Verkuil1-0/+2
2020-06-24mc_nextgen_test: Link against argp libraryMarvin Schmidt1-1/+1
2020-06-24test-media: enable cache_hints for the first vivid instanceHans Verkuil1-1/+1
2020-06-23v4l-utils: sync with latest media kernelHans Verkuil1-0/+1
2020-06-23v4l-utils: sync with latest media kernelHans Verkuil1-2/+12
2020-06-19test-media: add 'tee /dev/kmsg'Hans Verkuil1-31/+31
2020-06-19test-media: also keep vivid cec devices openHans Verkuil1-1/+1
2020-06-15v4l-utils: sync with latest media kernelHans Verkuil1-0/+7
2020-06-14lircd2toml: add option to keep lirc codes as they areSean Young1-4/+7
2020-05-27v4l2grab: remove an unused varMauro Carvalho Chehab1-1/+1
2020-05-27v4l2grab: add read and userptr capture methodsMauro Carvalho Chehab1-20/+207
2020-05-27v4l2grab: some code reorgMauro Carvalho Chehab1-118/+126
2020-05-27v4l2grab: add command line args for other capture methodsMauro Carvalho Chehab1-39/+93
2020-05-27v4l2grab: prepare it for adding support for other methodsMauro Carvalho Chehab1-31/+36
2020-05-26v4l2grab: add querycap basic supportMauro Carvalho Chehab1-0/+95
2020-05-26v4l2grab: fix block mode handlingMauro Carvalho Chehab1-1/+1
2020-05-20gconv: fix compiler warningHans Verkuil1-0/+7
2020-05-20v4l2grab: add support for setting the fourcc codeMauro Carvalho Chehab1-6/+19
2020-05-20v4l2grab: allow using direct calls instead of libv4lMauro Carvalho Chehab1-19/+68
2020-05-14v4l-utils: sync with latest media kernelHans Verkuil3-0/+4
2020-05-06v4l-utils: sync with latest media kernelHans Verkuil2-1/+9
2020-04-16v4l-utils: sync with latest media_tree masterHans Verkuil2-1/+13
2020-03-25test-media: postpone the dmesg commandHans Verkuil1-1/+2
2020-03-10test-media: add -32 optionHans Verkuil1-53/+68
2020-03-09sync with latest media_tree masterHans Verkuil4-0/+86
2019-12-31lircd2toml: warn when scancode has duplicate definitionsSean Young1-1/+5
2019-11-08v4l-utils: sync with latest media_tree masterHans Verkuil2-1/+2
2019-10-24v4l-utils: sync with latest media_tree masterHans Verkuil1-0/+1
2019-10-21v4l-utils: sync with latest media_tree masterHans Verkuil2-5/+16
2019-10-01test-media: update vimc testsHans Verkuil1-14/+4
2019-09-24test-media: remove left-over debug linesHans Verkuil1-4/+0
2019-09-22test-media: distribute test scriptsGregor Jasny1-1/+5
2019-09-03lircd2toml: strip trailing space from inputSean Young1-2/+11
2019-08-27rc_keymap: change raw format to much more common raw stringSean Young1-8/+8
2019-08-19v4l-utils: sync to latest media_tree masterHans Verkuil1-2/+4
2019-08-09lircd2toml: do not fail on unexpected inputSean Young1-2/+2
2019-08-08keytable: add support for keymap with raw literalsSean Young1-24/+52
2019-07-26test-media: add "Final Summary" when missing modulesHans Verkuil1-0/+5
2019-07-26test-media: check if vivid created a cec deviceHans Verkuil1-0/+5
2019-07-26test-media: check if the modules load successfullyHans Verkuil1-0/+34
2019-07-22v4l-utils: sync-with-kernelHans Verkuil1-2/+8
2019-06-12test-media: add vicodec testsHans Verkuil1-4/+154
2019-06-06v4l-utils: sync with latest kernelHans Verkuil1-0/+21
2019-05-22v4l-utils: sync with latest kernelHans Verkuil3-2/+25
2019-03-29vim2m_test_with_qvidcap: fix output formatMauro Carvalho Chehab1-1/+1
2019-03-29vim2m_test_with_qvidcap: fix formats selectionMauro Carvalho Chehab1-2/+19
2019-03-29test-media: drop -A to cec-complianceHans Verkuil1-2/+4
2019-03-28vim2m_test_with_gstreamer.sh: better validate argumentsMauro Carvalho Chehab1-33/+92
2019-03-28vim2m_test_with_gstreamer.sh: Improve commentsMauro Carvalho Chehab1-2/+15
2019-03-28vim2m_test_with_gstreamer.sh: use tabs instead of whitespacesMauro Carvalho Chehab1-24/+24
2019-03-28vim2m_test_with_qvidcap.sh: add a test script for vim2m and qvidcapMauro Carvalho Chehab1-0/+113
2019-03-28vim2m_test_with_gstreamer.sh: add a vim2m test scriptMauro Carvalho Chehab1-0/+172
2019-03-25v4l-utils: sync with latest media masterHans Verkuil2-0/+5
2019-03-24Update my e-mail on all placesMauro Carvalho Chehab10-14/+14
2019-03-17lircd2toml: convert lircd.conf rc6 remote definitionsSean Young1-1/+62
2019-03-13lircd2toml: detect NEC if bit 0 and 1 are invertedSean Young1-0/+36
2019-03-13lircd2toml: honour pre_data for rc-mm remote definitionsSean Young1-7/+15
2019-03-13lircd2toml: toggle_bit is offset from bits including pre-dataSean Young1-6/+6
2019-03-08test-media: improve vimc configuration and add more unbind testsHans Verkuil1-3/+24
2019-03-05test-media: rmmod all vimc modulesHans Verkuil1-1/+1
2019-03-05test-media: randomize sleep valuesHans Verkuil1-5/+11
2019-03-05test-media: replace v4l2-ctl --sleep by sleepHans Verkuil1-3/+3
2019-03-01test-media: open devices before second unbind.Hans Verkuil1-3/+20
2019-02-27test-media: add 'date' commandsHans Verkuil1-0/+9
2019-02-21test-media: fix DEBUG_KOBJECT_RELEASE detection, test rebindHans Verkuil1-40/+84
2019-02-20test-media: add sleeps after configuring CECHans Verkuil1-0/+2
2019-02-20test-media: remove '-s' from cec-ctl commandsHans Verkuil1-2/+2
2019-02-19v4l-utils: sync with media masterHans Verkuil2-1/+9
2019-02-18test-media: replace rmmod by separate unbind and rmmodHans Verkuil1-20/+62
2019-02-17test-media: use the new -P (no progress) optionHans Verkuil1-4/+4
2019-02-16test-media: run memleak per driver testHans Verkuil1-9/+112
2019-02-16test-media: reset console debug level for each testHans Verkuil1-0/+9
2019-02-16test-media: update year of the copyright.Hans Verkuil1-1/+1
2019-02-16test-media: add -dmesg optionHans Verkuil1-4/+26
2019-02-16test-media: add -kmemleak optionHans Verkuil1-1/+25
2019-02-16test-media: only unload media modules if -unload was givenHans Verkuil1-2/+10
2019-02-15test-media: only modprobe drivers that are being testedHans Verkuil1-6/+8
2019-02-15test-media: replace the last hardcoded device nameHans Verkuil1-2/+2
2019-02-07test-media: use bus_info for vim2m and vimc testsHans Verkuil1-5/+4
2019-02-05test-media: improve the formatting of the summaryHans Verkuil1-3/+9
2019-02-04test-media: use -D and -a for the cec commandsHans Verkuil1-6/+6
2019-02-02test-media: fix regexp to include cec tests in the Final SummaryHans Verkuil1-1/+1
2019-02-02test-media: use new bus info/entity name to identify devicesHans Verkuil1-8/+8
2019-01-28v4l-utils: add test-media regression testsHans Verkuil2-0/+294
2019-01-16v4l-utils: sync with kernelHans Verkuil2-1/+11
2019-01-07v4l-utils: sync with kernelHans Verkuil3-72/+25
2018-12-10v4l-utils: sync with latest kernel codeHans Verkuil2-10/+1
2018-11-27Build sdlcam only if jpeg is enabledFabrice Fontaine1-0/+2
2018-11-23v4l-utils: sync with latest kernelHans Verkuil1-0/+1
2018-11-22sync with kernelSean Young1-13/+13
2018-11-06v4l-utils: sync-with-kernelHans Verkuil1-2/+5
2018-11-05v4l-utils: sync-with-kernelHans Verkuil3-4/+114
2018-09-24v4l-utils: sync with media master repositoryHans Verkuil1-6/+15
2018-09-15v4l-utils: sync with media masterHans Verkuil1-0/+8
2018-08-30contrib/Makefile.am: gconv was added twiceHans Verkuil1-4/+0
2018-08-30arib-std-b24: remove duplicated #defineMauro Carvalho Chehab1-1/+0
2018-08-30contrib/gconv/Makefile.am: remove space after -RHans Verkuil1-1/+1
2018-08-30v4l-utils: sync with latest media-git master.Hans Verkuil1-4/+5
2018-08-13ir-keytable: add tool to aid migration from lircdSean Young2-1/+529
2018-08-02v4l-utils: sync with media_tree master repoHans Verkuil4-4/+6
2018-07-30stress-buffer/libmedia_dev/rds-ctl: fix gcc-8.1 warningsHans Verkuil1-1/+1
2018-07-30sliced-vbi-test: fix gcc-8.1 warningHans Verkuil1-1/+1
2018-07-30rds-saa6588: fix broken testsHans Verkuil1-2/+2
2018-07-25v4l-utils: sync with media_tree master branchHans Verkuil6-3/+32
2018-03-22v4l-utils: sync-with-kernelHans Verkuil4-7/+99
2018-02-18v4l-utils: sync-with-kernelHans Verkuil2-0/+12
2018-02-09sync it with Kernel headers, as will be found on 4.16-rc1Mauro Carvalho Chehab5-76/+101
2018-02-07v4l-utils: add SPDX license tagsHans Verkuil1-14/+1
2018-01-11mc_nextgen_test: get rid of casting warningsMauro Carvalho Chehab1-16/+16
2017-12-15sdlcam: ignore binaryRafaël Carré1-0/+1
2017-12-15sdlcam: fix linkingRafaël Carré1-1/+1
2017-12-14sync-with-kernel and fixup RC_PROTO_*Sean Young8-2/+11
2017-10-31libv4l2: SDL test applicationPavel Machek2-0/+1258
2017-09-15v4l-utils: sync-with-kernelHans Verkuil4-6/+5
2017-09-14decode_tm6000: fix buildMauro Carvalho Chehab2-2/+2
2017-09-14utils: move rds out of it, placing at contribMauro Carvalho Chehab4-0/+147
2017-09-14contrib: better adjust directory contentsMauro Carvalho Chehab3-18/+3
2017-09-14Move decode_tm6000 and xc3028-firmware to contribMauro Carvalho Chehab12-1/+1975
2017-09-12contrib: move parsers to a separate directoryMauro Carvalho Chehab32-0/+0
2017-07-18v4l-utils: sync with latest kernelHans Verkuil1-0/+1
2017-06-24v4l-utils: sync with latest kernelHans Verkuil4-4/+22
2017-04-15v4l-utils: sync-with-kernelHans Verkuil1-0/+18
2017-04-11v4l-utils: sync-with-kernelHans Verkuil1-2/+2
2017-04-10v4l-utils: sync with kernelHans Verkuil1-2/+1
2017-02-22v4l-utils: sync with 4.10 kernel headersHans Verkuil2-5/+4
2016-11-30v4l-utils: sync with latest kernelHans Verkuil1-0/+3
2016-11-16v4l-utils: sync-with-kernelHans Verkuil2-22/+56
2016-11-02v4l-utils: sync-with-kernelHans Verkuil2-5/+34
2016-10-10v4l-utils: sync-with-kernel 4.8Hans Verkuil1-0/+8
2016-09-05parse_cx231xx.pl: improve and fix GPIO handlingMauro Carvalho Chehab1-6/+8
2016-09-05add a parser for tda18271/mb86a20s with cx231xxMauro Carvalho Chehab1-0/+133
2016-08-29parse_tcpdump_log.pl: add support to capture from multiple devsMauro Carvalho Chehab1-5/+7
2016-08-29parse_tcpdump_log.pl: fix logic that lists available devicesMauro Carvalho Chehab1-17/+21
2016-08-25v4l-utils: sync-with-kernelHans Verkuil2-8/+21
2016-08-07Add some generated files to .gitignoreMauro Carvalho Chehab1-0/+1
2016-07-08v4l-utils: sync-with-kernelHans Verkuil3-6/+40
2016-07-01include sys/sysmacros.h for major() & minor()Mike Frysinger1-0/+1
2016-05-28v4l-utils: sync-with-kernelHans Verkuil1-28/+10
2016-04-22v4l-utils: sync-with-kernelHans Verkuil1-0/+1
2016-03-23mc_nextgen_test: comment out the connectors entityMauro Carvalho Chehab1-0/+2
2016-03-05mc_nextgen_test: enable ALSA interfaces and add new alsa typesMauro Carvalho Chehab1-2/+6
2016-03-05mc_nextgen_test: Rearrange the order of entity function translation tableMauro Carvalho Chehab1-16/+30
2016-03-05mc_nextgen_test: add names for ALSA capture, playback, and mixer entitiesShuah Khan1-0/+6
2016-03-05Sync with latest Kernel versionMauro Carvalho Chehab2-0/+9
2016-02-20v4l-utils: sync with kernelHans Verkuil2-0/+15
2016-02-16media.h: synchronize the devices with their new valuesMauro Carvalho Chehab1-2/+0
2016-02-12mc_nextgen_test: improve .dot output adding driver and busMauro Carvalho Chehab1-2/+3
2016-02-11mc_nextgen_test: get and print MC infoMauro Carvalho Chehab1-0/+27
2016-02-08sync-with-kernelHans Verkuil1-11/+35
2016-01-28mc_nextgen_test: add support for IF decodersMauro Carvalho Chehab1-0/+4
2016-01-25mc_nextgen_test: Add parser for max_tsout parameterMauro Carvalho Chehab1-0/+4
2016-01-25mc_nextgen_test: limit by default the graph size for DTVMauro Carvalho Chehab1-3/+58
2016-01-25mc_nextgen_test: fix compile warningsShuah Khan1-5/+14
2016-01-25mc_nextgen_test: port it to use the new G_TOPOLOGY ioctlMauro Carvalho Chehab1-67/+88