summaryrefslogtreecommitdiff
path: root/sys/uvch264
AgeCommit message (Expand)AuthorFilesLines
2017-11-24uvch264src: Check return values of all xu_query callsEdward Hervey1-4/+13
2017-05-18uvch264src: Apply timestamps to outgoing aux buffersJan Schmidt1-0/+31
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier2-0/+2
2017-01-02uvch264src: Add meson build supportArun Raghavan1-0/+22
2017-01-02uvch264src: Fix wrong argument order to force-key-unit eventArun Raghavan1-1/+1
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM2-22/+15
2016-02-17uvch264_src: Fix caps memory leakVineeth TM1-2/+2
2015-11-18Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-2/+1
2015-08-28Fix file permissions of some filesTim-Philipp Müller1-0/+0
2015-08-19configure.ac: fix build when the uvch264 plugin is not selectedArnaud Vrac1-3/+1
2015-06-22uvch264src: fix small leak in caps query handlerTim-Philipp Müller1-4/+8
2015-06-22uvch264_src: add missing break in caps query handlerVineeth TM1-0/+1
2015-06-09uvch264src: fix compiler warningsChris Clayton1-15/+18
2014-10-28Add some missing G_END_DECLSTim-Philipp Müller1-0/+2
2014-09-10Fix up one-element lists in template capsTim-Philipp Müller1-1/+1
2014-06-29uvch264src: Free property strings when disposing the instanceSebastian Dröge1-0/+6
2014-06-29uvch264src: Fix compiler warning when compiling with G_DISABLE_ASSERTSebastian Dröge1-0/+2
2014-02-08uvch264src: Fix unitialized variable compiler warningsSebastian Dröge1-51/+87
2013-09-09uvch264src: Fix small mem leakOlivier Crête1-0/+2
2013-09-05uvch264src: Let the caps be NULL if there is no peerOlivier Crête1-2/+4
2013-09-05uvch264src: No need to drop segment eventsOlivier Crête1-21/+2
2013-08-20uvch264src: don't error out on incomplete aux data segmentRobert Krakora1-4/+5
2013-08-10uvch264mjpgdemux: fix event orderingTim-Philipp Müller1-6/+15
2013-07-28uvch264_mjpgdemux: Remove duplicated variablesOlivier Crête1-18/+13
2013-07-28uvch264_mjpgdemux: Don't unmap/unref buffer if it's pushed out as-isOlivier Crête1-4/+4
2013-07-28uvcv4l2_mjpegdemux: Unmap bufferRobert Krakora1-0/+2
2013-04-15uvch264: printf format fixAnton Belka1-1/+2
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-02-11uvch264: Remove custom renegotiate eventSjoerd Simons1-11/+0
2013-02-11uvch264: Add image/jpg to vfsrc and vidsrc capsSjoerd Simons1-2/+9
2013-02-11uvch264: Fix NV21 vs NV12 typoSjoerd Simons1-1/+1
2013-02-11uvch264: Pass through the filter on the caps querySjoerd Simons1-2/+8
2013-02-11uvch264: Remove the _ from the element namesSjoerd Simons3-8/+8
2013-02-11uvch264src: Port to gstreamer 1.0Sjoerd Simons4-274/+237
2013-01-16uvch264: Define LIBUSB_CLASS_VIDEO if using an old version of libusbYouness Alaoui1-0/+3
2013-01-16uvch264: Prevent temporary elements from going to playingOlivier Crête1-2/+13
2013-01-16uvch264: do not double-unref if transform_caps failsYouness Alaoui1-3/+11
2013-01-16uvch264: Add a fakesink to the transform_capsYouness Alaoui1-1/+15
2012-11-04Fix FSF addressTim-Philipp Müller6-12/+12
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2-2/+2
2012-09-14ffmpegcolorspace is no moreWim Taymans1-1/+1
2012-09-11uvch264: Make gudev/libusb a hard dependency and remove XU_FIND_UNIT ioctl su...Youness Alaoui2-117/+77
2012-09-10uvch264src: Use generic marshallerOlivier Crête3-23/+3
2012-09-10UVC H264 pluginYouness Alaoui9-0/+4693