commit 815f250c2c8678552bc4c564dad99845438e4d0a Author: David King Date: Mon Sep 2 22:27:36 2013 +0100 Update NEWS for 3.9.91 release M NEWS M configure.ac commit 20457ffa57d2cfb7d9169e662a4553b3eb3ee09b Author: Hans de Goede Date: Wed Aug 7 13:36:30 2013 +0200 Do not override errors in camera_state_change_null If a more detailed error has already been set (through a GError return from libcheese), do not override it when changing state to null. Signed-off-by: Hans de Goede M src/cheese-window.vala commit d55e6732315744725b5afa2b90c8c693ec93d5ee Author: Hans de Goede Date: Thu Jun 13 14:18:52 2013 +0200 Fix memory leak when freeing video formats Free the GList, as well as the video formats in the list. Signed-off-by: Hans de Goede M libcheese/cheese-camera-device.c commit 228eea8a6bbaac21f04579b93510356c85782e49 Author: Hans de Goede Date: Thu Jun 13 11:07:37 2013 +0200 Improve cheese_camera_device_get_best_format() If a camera device which can do 1600x900 at 10 FPS and 1280x800 @ 25 FPS, then 1600x900 is not really the best format, as 10 FPS leads to a bad user experience. Improve the situation by constraining cheese_camera_device_get_best_format() to return the format with the highest resolution with a width greater than 640 pixels and a framerate of greater the 15 FPS. If no mode matching the widh >= 640 && frame_rate >= 15 criteria is found, get_best_format will behave as before as simply return the highest resolution mode. Signed-off-by: Hans de Goede M libcheese/cheese-camera-device.c commit 2f02b8c454ec565bda107e34493e6e0ecf3fa62b Author: Hans de Goede Date: Mon Jun 10 14:47:40 2013 +0200 Limit caps to the maximum framerate Limit the caps returned by cheese_camera_device_get_caps_for_format() to the maximum framerate supported at the requested resolution. This is necessary because GStreamer first selects a format and then a framerate, resulting in it picking for 1280x720 as an example, YUYV @ 15 FPS, instead of MJPEG @ 30 FPS (which will be converted to i420 by the videoconvert element in camerabin2), or at 1600x1200 YUYV @ 5 fps instead of MJPEG @ 10 fps. Signed-off-by: Hans de Goede M libcheese/cheese-camera-device.c commit 4cb89c66167a1945e936707b5d2d3e5b4c9f2871 Author: Hans de Goede Date: Mon Jun 10 14:27:04 2013 +0200 Add cheese_camera_device_find_full_format() helper Signed-off-by: Hans de Goede M libcheese/cheese-camera-device.c commit 0734924a17405d9affb501ddbfa785162fdc407e Author: Hans de Goede Date: Mon Jun 10 14:15:58 2013 +0200 Keep track of highest available camera framerates Signed-off-by: Hans de Goede M libcheese/cheese-camera-device.c commit 20894241b8f1129659567343d7e52469e8f78b8e Author: Daniel Mustieles Date: Mon Sep 2 18:04:01 2013 +0200 Updated Spanish translation M help/es/es.po commit 59792c657264e5021258525eb6d0224103631230 Author: Ihar Hrachyshka Date: Mon Sep 2 11:41:44 2013 +0300 Updated Belarusian translation. M po/be.po commit 1bb0d29384429675846a63d5ee4bcebb7fc7a319 Author: Aurimas Černius Date: Tue Aug 27 22:55:22 2013 +0300 Updated Lithuanian translation M po/lt.po commit 1fe841ee555b994fb63b90d41abb779f3f81f8e5 Author: Milo Casagrande Date: Sun Aug 25 22:28:31 2013 +0200 [l10n] Updated Italian translation. M po/it.po commit ba6f9e564cc828d197bf89a7d71e7ea697fb3132 Author: David King Date: Thu Aug 22 09:21:02 2013 +0100 Add git repository information to DOAP file M cheese.doap commit 6cc0b1ef45945daab81633d257a76a7a9bbfbf54 Author: Balázs Úr Date: Wed Aug 21 18:34:04 2013 +0200 Updated Hungarian translation M po/hu.po commit 07c9e345fc9048d13ab142d58e9a310a6fce5449 Author: Andika Triwidada Date: Wed Aug 21 09:43:36 2013 +0700 Updated Indonesian help translation, now with proper license M help/Makefile.am A help/id/id.po commit 7f79dae69ddf3e64a288508ff5d3edceeb1eee74 Author: Gabor Kelemen Date: Wed Aug 21 01:51:27 2013 +0200 Add hu to DOC_LINGUAS M help/Makefile.am commit c3af52179465fab4595537ec58d0c894e87e2106 Author: Gabor Kelemen Date: Wed Aug 21 01:50:58 2013 +0200 Re-add Hungarian help translation with correct licence A help/hu/hu.po commit 80e148a53d97ffd8c582ec196fd97f01b03f017a Author: Piotr Drąg Date: Tue Aug 20 23:06:22 2013 +0200 Updated Polish translation M po/pl.po commit 82717c4f2cfdb4d88771ef088fc84580020ba603 Author: Piotr Drąg Date: Tue Aug 20 20:44:13 2013 +0200 Updated Polish translation M po/pl.po commit fe6a5dc2e852a6dcd033604d9f02a9c800dd8f92 Author: David King Date: Tue Aug 20 08:08:58 2013 +0100 Post-release version bump to 3.9.91 M configure.ac commit 52a2f92890d5e3e89a87ba75ece47b4a7f69078a Author: David King Date: Tue Aug 20 07:51:12 2013 +0100