commit 9bb6b22c3a34224573a20a5fbb1ded8d27542078
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jan 28 15:37:21 2011 +0000

    2.32.2

 NEWS         |    6 ++++++
 configure.in |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 19f2c44a0c16fae14003ed3c36450cde9ade632f
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu Jan 27 00:47:10 2011 +0100

    QA of Galician translations

 po/gl.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 016c792754027b63e65b759aaaf714c943c4834f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 19 16:08:48 2011 +0000

    Possibly parse WMA files as ASF redirections
    
    https://bugzilla.gnome.org/show_bug.cgi?id=639958

 plparse/tests/Makefile.am                       |    3 ++-
 plparse/tests/WMA9.1_98_quality_48khz_vbr_s.wma |    3 +++
 plparse/tests/parser.c                          |   13 +++++++++++++
 plparse/totem-pl-parser.c                       |    1 +
 4 files changed, 19 insertions(+), 1 deletions(-)

commit 716db54b5f1c90e0f24ad06632a97aa86d3ed6a9
Author: Mahyar Moghimi <mahyar.moqimi@gmail.com>
Date:   Thu Dec 30 16:09:28 2010 +0330

    Updating Persian Translation

 po/fa.po | 2367 ++++++++++++++++++++------------------------------------------
 1 files changed, 745 insertions(+), 1622 deletions(-)

commit 8f7932b7b1e941ae24b99b2b82240c3e675177cc
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Thu Dec 23 19:39:48 2010 +0100

    Added UG translation

 po/ug.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 33edd79d0ea2f928c111126d966af6ee0f1dce68
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Dec 20 13:58:58 2010 +0200

    [l10n] Updated Estonian translation

 po/et.po |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

commit 9feff79d4b263280bfaadccef4c6d1d81841eae4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Dec 14 20:32:56 2010 +0000

    Require libquvi 2.11 at least
    
    Otherwise some functions will be missing, and the licenses won't
    be compatible.

 configure.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 51b059c1d336cab622c02176a962c56c09477096
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Dec 14 14:47:29 2010 +0000

    build: Fixes for libquvi support
    
    Make it compile when libquvi isn't available. Also make sure that
    we list libquvi in the private dependencies in pkg-config files.

 configure.in                          |    3 +++
 plparse/totem-pl-parser-videosite.c   |   10 +++++++---
 plparse/totem-pl-parser.c             |    5 +----
 totem-plparser-mini-uninstalled.pc.in |    2 +-
 totem-plparser-mini.pc.in             |    2 +-
 totem-plparser-uninstalled.pc.in      |    2 +-
 totem-plparser.pc.in                  |    2 +-
 7 files changed, 15 insertions(+), 11 deletions(-)

commit e3feb714f97c10fda5a7723a5567546c136fff81
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 24 16:24:14 2010 +0000

    Parse links to video websites
    
    And load them up as videos. Add totem_pl_parser_can_parse_from_uri
    that could be used with the mini parser.
    
    Expand the starttime parsing to include the YouTube format.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=635709

 configure.in                        |   25 +++++++
 plparse/Makefile.am                 |    2 +
 plparse/plparser-mini.symbols       |    1 +
 plparse/plparser.symbols            |    1 +
 plparse/tests/parser.c              |   14 ++++
 plparse/totem-pl-parser-mini.h      |    2 +
 plparse/totem-pl-parser-videosite.c |  132 +++++++++++++++++++++++++++++++++++
 plparse/totem-pl-parser-videosite.h |   49 +++++++++++++
 plparse/totem-pl-parser.c           |   40 +++++++++++
 9 files changed, 266 insertions(+), 0 deletions(-)

commit 7b69a00ecab4c517f5dc3083fe70a2a73f527b4c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 10 20:30:26 2010 +0000

    Revert "Parse links to video websites"
    
    This reverts commit cd7fc1f7ad4a397bb37e7be735e81d4997ae3aa8.
    
    Licensing issue not yet resolved upstream.

 configure.in                        |   25 -------
 plparse/Makefile.am                 |    2 -
 plparse/plparser-mini.symbols       |    1 -
 plparse/plparser.symbols            |    1 -
 plparse/tests/parser.c              |   20 -----
 plparse/totem-pl-parser-mini.h      |    2 -
 plparse/totem-pl-parser-videosite.c |  136 -----------------------------------
 plparse/totem-pl-parser-videosite.h |   49 -------------
 plparse/totem-pl-parser.c           |   42 -----------
 9 files changed, 0 insertions(+), 278 deletions(-)

commit 57b47813b5fb2978537ed21d2050c5fad44fd106
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Dec 8 12:38:04 2010 +0000

    tests: Add checks in resolution test
    
    We need http support so that gvfs's http handling is used to
    do the resolution, otherwise it will silently fail.

 plparse/tests/parser.c |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

commit cd7fc1f7ad4a397bb37e7be735e81d4997ae3aa8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 24 16:24:14 2010 +0000

    Parse links to video websites
    
    And load them up as videos. Add totem_pl_parser_can_parse_from_uri
    that could be used with the mini parser.
    
    Expand the starttime parsing to include the YouTube format.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=635709

 configure.in                        |   25 +++++++
 plparse/Makefile.am                 |    2 +
 plparse/plparser-mini.symbols       |    1 +
 plparse/plparser.symbols            |    1 +
 plparse/tests/parser.c              |   20 +++++
 plparse/totem-pl-parser-mini.h      |    2 +
 plparse/totem-pl-parser-videosite.c |  136 +++++++++++++++++++++++++++++++++++
 plparse/totem-pl-parser-videosite.h |   49 +++++++++++++
 plparse/totem-pl-parser.c           |   42 +++++++++++
 9 files changed, 278 insertions(+), 0 deletions(-)

commit dd628228e8294bf26ec4edad33f605e358c0584a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 26 18:58:06 2010 +0000

    tests: Add assert for double-insert when parsing playlists
    
    Doesn't actually happen in totem-pl-parser, but we'll want
    to check, to be certain.

 plparse/tests/parser.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit f2e95153cd3c5a5ac0e17dd51464457b35fdccc1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 25 18:04:05 2010 +0000

    Use GOnce to initialise the i18n system

 plparse/totem-pl-parser.c |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

commit 794bc01a53872b613b51ac36d1f37f247fec2b5c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Nov 22 22:09:39 2010 +0000

    Don't use IT_PROG_INTLTOOL and AM_GNU_GETTEXT
    
    They conflict. See bgo#635134.

 configure.in |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 269ede8e92bfe5ae6252fd1ed46860acdb5898f0
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Nov 20 13:03:55 2010 +0100

    Added UG translation

 po/ug.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 616a033529a7856dd04ad207cb2a4ebc65bd235e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 15 11:49:32 2010 +0000

    main: Try harder to get the mime-type for a remote file
    
    Trying to parse http://faif.us/feeds/cast-mp3/ will fail because
    the web server only returns the data line-by-line.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=634770

 plparse/tests/parser.c    |    1 +
 plparse/totem-pl-parser.c |    8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

commit f2d217b74e5818ebc7164bb0a2f29769f396af96
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 15 11:40:09 2010 +0000

    media: Fix warning when opening a directory fails
    
    The enumerator is NULL, so there's nothing to close or unref.

 plparse/totem-pl-parser-media.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit a45d8655cb579ef8838c0f9bb5003983377143ff
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Nov 13 22:59:41 2010 +0100

    Added UG translation

 po/ug.po |   20 +++++++++-----------
 1 files changed, 9 insertions(+), 11 deletions(-)

commit b7da44691a5840d7096e952f2954a4e1621b9477
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Fri Oct 29 21:50:53 2010 +0100

    Updated Catalan (Valencian) translation

 po/ca@valencia.po |   27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

commit 30c019f05dc803494213c77bdcad757c0aaa060d
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Wed Oct 20 22:55:18 2010 +1000

    add test for async parsing signal ordering (bug #631727)

 plparse/tests/parser.c |   64 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 64 insertions(+), 0 deletions(-)