commit 6a54cf7f2d201dd8a1a79bcc5e3983e2a3fa1c72 Author: Bastien Nocera Date: Mon Sep 22 06:20:29 2014 +0200 3.10.3 NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit fea76a74da1f2096a9fb1be3a2ab98e7569ee5dc Author: Bastien Nocera Date: Mon Sep 22 08:49:08 2014 +0200 plparse: Fix parsing of Windows Media files With recent versions of shared-mime-info, application/vnd.ms-asf is preferred to video/x-ms-asf. This broke parsing of videos masquerading as playlists, and vice-versa. plparse/totem-pl-parser-private.h | 2 +- plparse/totem-pl-parser.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) commit 6f858e0c12f954bc95d86d16de6631c9a3f824d1 Author: A S Alam Date: Sun Sep 21 08:39:14 2014 -0500 update Punjabi Translation for 3.14 release po/pa.po | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) commit 05cf956bdd3102d2c44a40c723f3de09b4e4c784 Author: Umarzuki Bin Mochlis Moktar Date: Tue Sep 16 13:42:04 2014 +0000 Updated Malay translation po/ms.po | 1679 ++------------------------------------------------------------ 1 file changed, 31 insertions(+), 1648 deletions(-) commit 8660f1406c3b1c25e392fabc2ecadb9635c81bfb Author: Dušan Kazik Date: Mon Sep 15 19:31:11 2014 +0000 Updated Slovak translation po/sk.po | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) commit 66db4c63684a33767d548aa1613a364e7aae70d1 Author: ngoswami Date: Tue Aug 19 17:13:45 2014 +0000 Updated Assamese translation po/as.po | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) commit 2676ebd50c3325f6f1a01e8f578c7563900a190a Author: Lasse Liehu Date: Sun Aug 17 14:38:03 2014 +0300 Finnish translation update po/fi.po | 1467 +------------------------------------------------------------- 1 file changed, 3 insertions(+), 1464 deletions(-) commit 68b343d1b9bb9ac3f00b981a23d19e876a62e666 Author: Piotr Drąg Date: Thu Jul 31 19:58:54 2014 +0200 doap: add totem-pl-parser.doap | 1 + 1 file changed, 1 insertion(+) commit cb43b85917190636dc691b6bf8fae67150506d8f Author: Olav Vitters Date: Wed Jul 30 20:43:46 2014 +0200 doap category core totem-pl-parser.doap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 13e9770d67faab2ee01439440169c9b060ecb1b9 Author: Tom Tryfonidis Date: Wed Jul 9 23:21:05 2014 +0000 Updated Greek translation po/el.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit ef54de848ebd378299cdf64b3376a7677e14d5ed Author: Bastien Nocera Date: Tue May 27 22:09:43 2014 +0200 plparse: Ignore partially downloaded files when recursing When handling directories, ignore partially downloaded files. plparse/totem-pl-parser-media.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) commit 6052b330efe172d506913e50e9a9e2309830e830 Author: Philip Withnall Date: Mon May 19 11:09:57 2014 +0100 plparse: Fix invalid check of non-dereferenced pointer against NULL g_strsplit() guarantees to return a non-empty array. line is set to lines+1, so can never be equal to 0 (i.e. NULL). It needs to be dereferenced first to check for the array delimiter. Coverity issue: #60477 https://bugzilla.gnome.org/show_bug.cgi?id=730365 plparse/totem-pl-parser-qt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 4707e16049b2fe24a07aa093ec1f4c062f0a6cf7 Author: Philip Withnall Date: Mon May 19 10:42:06 2014 +0100 plparse: Fix potential integer overflow when parsing long durations If a duration legitimately specifies a huge number of hours, there is the potential for an integer overflow when converting to seconds. Coverity issue: #60480 https://bugzilla.gnome.org/show_bug.cgi?id=730361 plparse/totem-pl-parser.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 9bbd98e36107be513f5a35c4ece2bfd0e87ab13d Author: Anders Jonsson Date: Sun May 11 17:09:56 2014 +0000 Updated Swedish translation po/sv.po | 146 +++++++++------------------------------------------------------ 1 file changed, 21 insertions(+), 125 deletions(-) commit 5716707a1762b463b88e2ca2250eec9beecda01a Author: Dirgita Date: Tue Apr 22 08:45:31 2014 +0000 Updated Indonesian translation po/id.po | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) commit edd1c84a548d402d7e7fde8c3e7f5ffa666d0b53 Author: Bastien Nocera Date: Fri Apr 18 10:55:24 2014 +0200 plparse: Fix crash when passing a broken URI totem "totem foo://foobar" crashes because we believe the URI is valid, but cannot get the scheme. Spotted by Mathieu Bridon. plparse/totem-pl-parser.c | 2 ++ 1 file changed, 2 insertions(+) commit a1bff48aa6a73d85a5280faf15f302e40272e757