summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-09-28v4l2videodec: Increase internal bitstream pool sizeNicolas Dufresne1-1/+4
2020-09-25Use gst_element_class_set_metadata when passing dynamic stringsJordan Petridis1-1/+1
2020-02-08v4l2: map GST_VIDEO_FORMAT_BGR15Guillaume Desmottes1-0/+4
2020-02-08v4l2: fix crash on invalid capsGuillaume Desmottes1-0/+3
2019-11-20v4l2bufferpool: Queue number of allocated buffers to captureNicolas Dufresne2-2/+6
2019-11-19v4l2object: Workaround bad TRY_FMT colorimetry implementationNicolas Dufresne1-6/+14
2019-10-29v4l2videodec: ensure pool exists before orphaning itJames Cowgill1-1/+2
2019-10-17is a typo here? gstv4l2object.cHuQian1-1/+1
2019-10-13v4l2videoenc: fix wrong type castTim-Philipp Müller1-2/+1
2019-10-13v4l2videoenc: fix type conversion errorsFuwei Tang1-1/+1
2019-08-10v4l2: Fix type compatibility issue with glibc 2.30Nicolas Dufresne1-7/+14
2019-08-08v4l2videodec: Fix drain() function return typeSong Bing1-2/+2
2019-08-07v4l2bufferpool: return TRUE when buffer pool orphaning succeedsDamian Hobson-Garcia1-1/+6
2019-08-07v4l2bufferpool: Free orphaned allocator resources when buffers are releasedDamian Hobson-Garcia1-11/+27
2019-08-07v4l2object: Orphan buffer pool on object_stop if supportedDamian Hobson-Garcia1-3/+5
2019-04-16v4l2: fix use after free when handling eventsGuillaume Desmottes3-6/+9
2019-04-08osxvideo: fix mac os 10.14 buildDan Kegel2-0/+7
2019-04-05v4l2: remove __user define from types-compat.hPhilipp Zabel1-2/+0
2019-04-05v4l2object: use opRGB colorspace and xfer func definesPhilipp Zabel1-2/+2
2019-04-05v4l2videodec: support orphaningPhilipp Zabel1-7/+8
2019-04-05v4l2bufferpool: support orphaningPhilipp Zabel2-0/+38
2019-04-05v4l2allocator: support orphaningPhilipp Zabel2-4/+54
2019-04-05v4l2: update kernel headers to latest from media treePhilipp Zabel3-41/+97
2019-04-05v4l2src: preserve features when fixating capsGuillaume Desmottes1-8/+17
2019-03-21v4l2videoenc: set GstVideoCodecFrame sync point flagPhilipp Zabel1-0/+9
2019-03-18v4l2: Set Hardware classifier on encodersPhilippe Normand8-8/+8
2019-03-18v4l2: Set Hardware classifier on video decodersPhilippe Normand1-1/+1
2019-03-17v4l2transform: don't segfault if flushed without poolsPhilipp Zabel1-2/+4
2019-03-08v4l2sink: fix pool-less allocation query handlingPhilipp Zabel1-2/+3
2019-02-26v4l2: accept Bayer as possible input/output for V4L2 codecsMauro Carvalho Chehab1-4/+8
2019-02-26v4l2: fix a typo on a debug message at v4l2_callsMauro Carvalho Chehab1-1/+1
2019-02-26v4l2dec: also remove the colorimetry and chroma-site fieldsMatthew Waters1-1/+2
2019-01-22meson: ximage: check for XShmAttach()Tim-Philipp Müller1-2/+2
2019-01-22meson: add options for ximagesrc xshm, xfixes, xdamage checksTim-Philipp Müller1-4/+4
2019-01-17v4l2: mark caps from probe as MAY_BE_LEAKEDGuillaume Desmottes1-0/+4
2019-01-17v4l2transform: fix cdata caps leaksGuillaume Desmottes1-0/+2
2018-12-17v4l2: Avoid code duplicationGuillaume Desmottes1-34/+22
2018-12-17v4l2: Make use of gst_video_interlace_mode_to_string()Zeeshan Ali1-9/+6
2018-12-17osxcoreaudio: fix typoNicola Murino1-1/+1
2018-12-14osxvideo: meson: Add dependencies by using appleframeworksJustin Kim1-2/+2
2018-12-04Remove duplicate declarationsMaciej Wolny1-1/+0
2018-11-28Run gst-indent through the filesJordan Petridis1-2/+1
2018-11-21v4l2: Properly fix Android buildNicolas Dufresne1-2/+2
2018-11-21Fix ioctl() signature on AndroidXavier Claessens1-1/+9
2018-11-07v4l2object: Read driver selected interlace modeNicolas Dufresne1-4/+9
2018-10-24v4l2bufferpool: fix typo resurect to resurrectWonchul Lee1-7/+7
2018-10-24v4l2videoenc: Add HEVC supportAmit Pandya5-0/+303
2018-10-24vl42allocator: Don't dup exported dmabufsNicolas Dufresne1-12/+2
2018-10-24v4l2allocator: Don't dup imported DMABuf FDNicolas Dufresne1-11/+1
2018-09-24osxaudio: add support for parsing more channel layouts ...Nicola Murino1-36/+111