commit 8dba2f7cbe0fe3f613a307108cab49f7cdec2430 Author: Filippo Argiolas Date: Mon Jun 15 22:48:22 2009 +0200 update NEWS file M NEWS commit c2675d63df006d6dffc0b3e7cdc64b3fefda6df3 Author: Filippo Argiolas Date: Mon Jun 15 21:58:12 2009 +0200 webcam: set as default resolution the highest one with more than 15fps Webcam devices often support high resolutions but at a very slow rate. We used to pick the highest one as default often ending up with a jerky preview and complaining users. Set default resolution to the best one with a framerate higher than 15Hz. Fixes bug #585857 M src/cheese-webcam.c commit d25b64149249be6a1329880ae42d4accc0db06d3 Author: Filippo Argiolas Date: Sun Jun 14 20:51:46 2009 +0200 recording: lower max-(page)-delay. Should fix #585761 Lower max-delay and max-page-delay oggmux properties from 5 to 0.5 seconds. Should prevent out of sync audio in recorded videos and hopefully fix bug #585761. M src/cheese-webcam.c commit 7714c30c506e11545d38180f62d044025796cdd4 Author: Filippo Argiolas Date: Sun Jun 14 11:59:18 2009 +0200 gconf: fix a memory leak g_strjoin allocates a new string, so the old effect string was leaking. M src/cheese-gconf.c commit 800bfae8eb6e76a808e46b222b876aa2f2802ed3 Author: Filippo Argiolas Date: Sun Jun 14 11:50:02 2009 +0200 gconf: duplicate effect string before free. Fixes bug 584186 The first item of the effect string was being accessed after freed. Duplicate it to avoid this. Fixes bug 584186 M src/cheese-gconf.c commit 98e40e7ee48f0244f2bde9316693abaf5e7c78a2 Author: Daniel Nylander Date: Sun Jun 14 11:16:40 2009 +0200 Updated sv translation (Daniel Nylander) M po/sv.po commit 2717079f74117df5218ddf03a405428c55b95cf7 Author: Kjartan Maraas Date: Wed Jun 10 09:55:28 2009 +0200 Updated Norwegian bokmål translation. M po/nb.po commit ceae3e6ff97d21aca1dd6051bd0e29470316f7ff Author: Gil Forcada Date: Tue Jun 9 19:23:13 2009 +0200 Minor fix thanks to Pau Iranzo M po/ca.po commit 5d5ac32c0800e477152faba11c5da360d2da0c59 Author: drtvasudevan Date: Fri May 29 16:59:33 2009 +0530 Updated Tamil translation M po/ta.po commit 79f8dcffac21c5a2d7ed68e82e01e3888af8fef0 Author: drtvasudevan Date: Fri May 29 16:56:55 2009 +0530 Updated Tamil translation M po/ta.po commit d3a5ff194b843009a7981068c9593e3945ebb120 Author: drtvasudevan Date: Fri May 29 10:55:00 2009 +0530 Updated Tamil translation M po/ta.po commit a5a7e39b7626a95c40954e4e94159802802489e9 Author: drtvasudevan Date: Thu May 7 22:13:52 2009 +0530 Updated Tamil translation M po/ta.po commit e70fa72761dda7ba2fb80f978e005aacb4e1fe66 Author: drtvasudevan Date: Thu May 7 22:08:05 2009 +0530 Updated Tamil translation M po/ta.po commit f21323529b18820ee304244d68b6929ee5a4f590 Author: Simos Xenitellis Date: Tue May 26 22:07:21 2009 +0100 Fixed Greek translation for documentation. M help/el/el.po commit dd1efbf7000c1331d05014cfde3b9abc3e985ca1 Author: Filippo Argiolas Date: Tue May 26 08:48:05 2009 +0200 window: remove initial black bars (at least for 4:3 webcams) Set a size request on the drawing area, get the requisition computed on the main window and use it as default size. Then the first size request can be removed and the window will keep the size we requested. Handy trick to set default size of the drawing area without limiting its minimum size. M data/cheese.glade M data/cheese.ui M src/cheese-window.c commit 67681cb1b10289d1317d0f80a40f494bccb7bcf0 Author: Filippo Argiolas Date: Sun May 24 12:45:45 2009 +0200 window: avoid ugly flickering on window resize Let gstxoverlay take full control of the drawing area window. Prevent gtk to draw the background and remove the flickering caused by its internal double buffering. M src/cheese-window.c commit 2dabe9506258ed91727b6459e63a6b676b3c9ce4 Author: Filippo Argiolas Date: Sun May 24 12:45:27 2009 +0200 webcam: forward expose events to the xoverlay interface No need to call set_xwindow_id on expose events while there is a proper method to forward expose events to the overlay. M src/cheese-webcam.c commit 4e73995815aac27b32066c760e141686aec47ac0 Author: Filippo Argiolas Date: Sun May 24 12:44:56 2009 +0200 webcam: set force-aspect-ratio property on the videosink Almost every available gstreamer videosink can display black bars around the video keeping its aspect ratio. Enable it if available. Black bars look a lot nicer than the grey color of the underlying gtkwindow displayed with the aspectframe. M src/cheese-webcam.c commit 0019a412d617e1bd60fb27989a1f299ca31ba131 Author: Filippo Argiolas Date: Sun May 24 11:07:25 2009 +0200 window: remove aspectframe GtkAspectFrame doesn't really suit our needs here, it hardcodes an aspect ratio that obviously cannot be valid for every format webcams support. Render the video directly to the drawing area with no external aspect ratio restriction. Fixes bug #559188 M data/cheese.glade M data/cheese.ui commit 15e82d42fdd7378a8b420777c999d8473755c729 Author: Filippo Argiolas Date: Mon May 25 23:42:27 2009 +0200 post release version bump M configure.ac M wscript