summaryrefslogtreecommitdiff
path: root/libcheese
Commit message (Expand)AuthorAgeFilesLines
* device-monitor: Stop createing duplicated CameraDevicesRobert Mader2023-01-041-1/+10
* Fix warning when v4l device doesn't have a pathBastien Nocera2022-02-061-4/+7
* libcheese: Fix critical on failing to load cropping cursorPhilip Withnall2020-09-291-1/+1
* Allow device parameter to understand api.v4l2.pathAlberto Fanjul2020-09-293-2/+46
* Add documentation for new APIDavid King2020-09-211-0/+7
* Enable cameras with only MJPEG outputXℹ Ruoyao2020-09-213-12/+31
* Preserve video/x-raw over image/jpegJakub Adam2020-09-211-17/+21
* Support camera video formats with MJPEG outputJakub Adam2020-09-212-12/+48
* cheese: improve format parsingWim Taymans2020-07-131-7/+18
* Lowercase tarball nameMichael Catanzaro2019-08-051-1/+1
* build: Simplify enum generationIñigo Martínez2019-08-053-73/+2
* build: Port to meson build systemIñigo Martínez2019-07-294-0/+263
* Fix a misplaced constDavid King2019-05-031-2/+2
* Handle Gstreamer debugging being disabledDavid King2019-05-023-0/+6
* Add new device monitor methods to documentationDavid King2018-03-121-0/+2
* monitor: Implement GAsyncInitable interfaceOndrej Holy2018-03-022-6/+89
* camera-device: limit width and heightWim Taymans2017-04-041-0/+5
* camera-device: handle fraction rangesWim Taymans2017-04-041-0/+10
* camera: remove dead instance variablesSébastien Wilmet2017-03-211-8/+0
* camera: don't use hardcoded formatWim Taymans2017-02-011-7/+4
* fileutil: implement translation of Webcam folderИлья Кузьмин2016-03-241-2/+3
* Replace some stray references to ClutterTextureDavid King2015-09-221-2/+2
* libcheese: Fix a run-time warningBastien Nocera2015-09-041-1/+1
* libcheese: Fix warning on exitBastien Nocera2015-09-041-1/+1
* Support a default CheeseCamera deviceDavid King2015-09-041-18/+29
* Avoid crash when creating the default CheeseWidgetDavid King2015-09-042-5/+11
* libcheese: port to clutter-gst 3.0Lionel Landwerlin2015-08-173-29/+45
* device-monitor: port to GstDeviceMonitorWim Taymans2015-08-176-546/+189
* camera: avoid confusing error messageWim Taymans2015-07-101-1/+1
* Silence a gtk-doc undeclared symbol warningDavid King2015-04-281-2/+4
* Use G_DECLARE_FINAL_TYPE where possibleDavid King2015-04-1314-236/+63
* Avoid warnings from -Wswitch-enumDavid King2015-02-162-22/+10
* Avoid a preprocessor warningDavid King2015-02-161-0/+2
* Fix const cast warningsDavid King2015-02-161-2/+7
* Fix signedness comparison errorDavid King2015-02-161-1/+1
* Fix shadowed variableDavid King2015-02-161-3/+3
* Remove old-style function definitionsDavid King2015-02-162-2/+2
* um-crop-area: Fix deprecated API usageRui Matos2015-01-071-1/+2
* um-crop-area: Enforce a minimum sizeRui Matos2015-01-071-0/+13
* um-crop-area: Fix background rendering around the pictureRui Matos2015-01-071-35/+27
* Refactor crop area scaling codeOndrej Holy2014-11-251-5/+7
* Limit default size for avatar croppingOndrej Holy2014-11-101-2/+5
* Use get_instance_private() instead of priv pointerDavid King2014-10-1420-202/+269
* Drop some trailing semicolons after macrosDavid King2014-10-143-3/+3
* Use new-style private struct in CheeseCameraDeviceDavid King2014-10-141-10/+7
* Use _get_instance_private() consistently in cameraDavid King2014-10-141-5/+3
* Refactor setup_camera() in CheeseWidgetDavid King2014-10-131-48/+50
* Avoid using G_GNUC_CONST on _get_type()David King2014-10-1011-12/+12
* Use config.h instead of cheese-config.hDavid King2014-08-188-8/+8
* Track flash opacity explicitlyBenjamin Herr2014-07-201-4/+24