commit 0d82ce7fb1a561434f2c06131a626eefff74ba7f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Aug 31 15:46:56 2015 +0200

    3.6.3

 NEWS         | 7 +++++++
 configure.ac | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 5208baf642701757a0f6de5030183734b93fc3f0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Aug 31 16:57:44 2015 +0200

    backend: Re-flatten the volume button
    
    It's supposed to be flat.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748306

 data/controls.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 69401d99aa55a5eb8c250a85dd547b8de1da5b06
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Aug 31 10:30:47 2015 +0200

    libgd: Update to latest version

 libgd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8121563b4fb276a984ed6fcd8d4d27f83b3aaa16
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Aug 28 13:49:25 2015 +0200

    grilo: Update YouTube API key
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1256526

 src/totem-grilo.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e562f029dc32c365ae9d1854d2a8d8eb215122fc
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Aug 28 12:06:26 2015 +0200

    backend: Don't flatten OSD buttons
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748306

 data/controls.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit cc43a50c9d0f73654f56a174d17be197e4be01a8
Author: Alban Browaeys <prahal@yahoo.com>
Date:   Tue Aug 18 16:21:04 2015 +0200

    thumbnailer: Also blacklist new vaapidecodebin
    
    Since the new version of gstreamer-vaapi ships vaapidecodebin
    and not vaapidecode, the work-around added in commit
    bd2b876f13aa97e9c4faa917b1b2e0a51c2da8ac
    fails to blacklist vaapi.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=749605

 src/totem-video-thumbnailer.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 13af42590f86240c5a7a96025b4a4c046fec1622
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Wed Aug 26 12:59:12 2015 +0000

    Updated Chinese (Taiwan) translation

 po/zh_TW.po | 288 ++++++++++++++++++++++++++----------------------------------
 1 file changed, 125 insertions(+), 163 deletions(-)

commit 23f5c9a3d8eb8a3165626b4db4176941a7708a36
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Aug 25 14:47:20 2015 +0200

    skipto: Avoid crash when activating the skipto dialogue
    
    The dialogue will have been destroyed by the time the spinbutton's
    adjustment will emit a signal, make sure we don't try to access it
    during dispose.

 src/plugins/skipto/totem-skipto.c | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit 917ff3e5340fe6687624adf59c92d34117513b45
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Aug 25 14:46:28 2015 +0200

    skipto: Connect to signals by hand
    
    For some reason, GtkBuilder can't find the signals to connect to,
    despite the correct linker flags being used. Don't fight it, and connect
    to them by hand instead.

 src/plugins/skipto/skipto.ui      |  2 --
 src/plugins/skipto/totem-skipto.c | 31 +++++++++++++++++++------------
 2 files changed, 19 insertions(+), 14 deletions(-)

commit 3367d1fd8f163e2416535623bc4daf935a595cba
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Aug 25 14:43:02 2015 +0200

    skipto: Fix dialogue not showing up
    
    The dialogue wasn't showing up because GtkBuilder couldn't find
    the TotemTimeEntry class. Import it and reference it so it can be found
    by GtkBuilder.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=753402

 src/plugins/skipto/totem-skipto.c | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

commit e95f536ad611c4bbc8e09a7348b25a6da453a0c3
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Aug 24 22:06:07 2015 +0200

    Updated Polish translation

 po/pl.po | 277 +++++++++++++++------------------------------------------------
 1 file changed, 67 insertions(+), 210 deletions(-)

commit 25af60ea31d093ff70fbae49de75c7e9d28076d6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Aug 5 11:37:46 2015 +0200

    grilo: MAX_DURATION of 5 seconds? Nope
    
    We want films with a minimum length of 5 seconds, not a maximum length
    of 5 seconds.

 src/totem-grilo.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 6051dd76ac5e1738e00cbb677aeadea32e3df3be
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Aug 24 16:56:36 2015 +0200

    main: Bring back video inside the window under Wayland
    
    Working around the lack of subsurface support in clutter's GDK backend
    by forcing the wayland backend when GTK+ uses the Wayland backend.
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=752143

 src/totem-object.c | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit 4c708c64002289881c9aa9376a9831a9a99fc869
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Aug 24 16:32:21 2015 +0200

    backend: Remove unused property definition
    
    Auto-resize support was removed, so PROP_AUTO_RESIZE is not needed
    anymore.

 src/backend/bacon-video-widget.c | 1 -
 1 file changed, 1 deletion(-)

commit 2d872a30a5bee83d5ac001b5730f75bacdd07417
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jul 17 19:50:13 2015 +0200

    data: Fix ASF videos not being thumbnailed
    
    Even though we support them just as well as the more common WMV ones in
    the same format.

 data/mime-type-list.txt | 1 +
 1 file changed, 1 insertion(+)

commit ccfd3f56ef9b77b7789892ca2ca144ea1f8219d7
Author: Yuri Myasoedov <ymyasoedov@yandex.ru>
Date:   Sat Aug 8 15:13:53 2015 +0000

    Updated Russian translation

 po/ru.po | 187 +++++++--------------------------------------------------------
 1 file changed, 21 insertions(+), 166 deletions(-)

commit 9e2508ed3ac18fcab3062899ac8b3f3e7ca80f66
Author: Andika Triwidada <andika@gmail.com>
Date:   Mon Aug 3 03:03:45 2015 +0000

    Updated Indonesian translation

 po/id.po | 409 +++++++++++++++++++++++----------------------------------------
 1 file changed, 146 insertions(+), 263 deletions(-)

commit f5bc52fd5331b049fafdc81718cf9d02505e5de1
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:   Wed Jul 29 16:03:10 2015 +0700

    Updated Thai translation

 po/th.po | 470 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 226 insertions(+), 244 deletions(-)

commit cc10bb8a8c5a818590f328287efeafa482c82e2a
Author: Jordi Mas <jmas@softcatala.org>
Date:   Fri Jul 24 00:57:42 2015 +0200

    Fixes to Catalan translation

 help/ca/ca.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit b9b1c19be3bbaaea896ca47373c341724e763b32
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Thu Jul 16 10:26:22 2015 +0000

    Updated Icelandic translation

 po/is.po | 618 +++++++++++++++++++++++----------------------------------------
 1 file changed, 223 insertions(+), 395 deletions(-)

commit d16b9dc90a481d2511420fb87f1faba1b70dc609
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:   Sat Jul 4 07:00:20 2015 +0000

    Updated Portuguese translation

 po/pt.po | 23 ++++++-----------------
 1 file changed, 6 insertions(+), 17 deletions(-)

commit 04ded07927aab8f468b8e76472e0b91e415b505f
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:   Mon Jun 29 22:40:33 2015 +0000

    Updated Portuguese translation

 po/pt.po | 1440 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 705 insertions(+), 735 deletions(-)