commit 822fa573b4beae049f6340e8f7373b0f717e9c1a
Author: Jens Georg <mail@jensge.org>
Date:   Thu Feb 9 20:14:24 2012 +0200

    Prepare 0.13.1

 NEWS                           |   94 ++++++++++++++++++++++++++++++++++++++++
 src/rygel/rygel-wmp-hacks.vala |   51 +++++++++++++++++++++
 2 files changed, 145 insertions(+), 0 deletions(-)

commit 9cea393597f1d5b60d030c5d6b7d0481c5b45808
Author: Jens Georg <mail@jensge.org>
Date:   Thu Feb 9 20:18:32 2012 +0200

    i18n: Update POTFILES.skip

 po/POTFILES.skip |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 85691224004a2e0f770096dab6b5e8b606875c4b
Author: Jens Georg <mail@jensge.org>
Date:   Thu Feb 9 16:15:47 2012 +0200

    mpris: Allow to disable the whole module

 doc/man/rygel.conf.xml                            |    1 +
 src/plugins/mpris/rygel-mpris-plugin-factory.vala |    7 +++++++
 src/plugins/mpris/rygel-mpris-plugin.vala         |    1 +
 3 files changed, 9 insertions(+), 0 deletions(-)

commit 8001556de3a867b0f83604b1800ee4aa4cf562d7
Author: Jens Georg <mail@jensge.org>
Date:   Thu Feb 9 16:04:34 2012 +0200

    external: Allow to disable the whole module
    
    It was only possible to disable servers on a per-peer base; now it is
    also possible to disable the whole module.

 doc/man/rygel.conf.xml                             |    4 ++++
 .../external/rygel-external-plugin-factory.vala    |    7 +++++++
 src/plugins/external/rygel-external-plugin.vala    |    2 ++
 3 files changed, 13 insertions(+), 0 deletions(-)

commit 3b0c8fbfbd3ea5d8eb7d976872bae9ca389ed519
Author: Jens Georg <mail@jensge.org>
Date:   Thu Feb 9 15:45:55 2012 +0200

    external: Prevent critical if DisplayName is empty

 src/plugins/external/rygel-external-container.vala |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit b41219a901b5bdbf8b60637aaaee160c06b1c5e2
Author: Jens Georg <mail@jensge.org>
Date:   Thu Feb 9 13:38:18 2012 +0200

    external: Update child-count after D-Bus signal
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669680

 src/plugins/external/rygel-external-container.vala |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

commit fb8aa43f6f4eacbfd15f61809d1a050ca08ca044
Author: Marcin Kazmierczak <marcin.kazmierczak@live.com>
Date:   Wed Feb 8 14:49:56 2012 +0100

    tests: Extend rygel-http-post-test.vala

 tests/rygel-http-post-test.vala |  204 ++++++++++++++++++++++++++++++---------
 1 files changed, 160 insertions(+), 44 deletions(-)

commit 3636b7e882e039ceaf9429b67b630def902ad510
Author: Jens Georg <mail@jensge.org>
Date:   Thu Feb 9 10:54:39 2012 +0200

    core: Add env variable to change plugin timeout
    
    Especially when running inside valgrind the 5 second timeout is too
    short and often rygel fails to load its plugins in time and terminates
    itself.

 doc/man/rygel.xml         |    8 ++++++++
 src/rygel/rygel-main.vala |   11 ++++++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)

commit e2c6d6ba6e27743569afd9317932e037f0cea1f4
Author: Jens Georg <mail@jensge.org>
Date:   Thu Feb 9 09:43:34 2012 +0200

    external: Remove references to MediaServer1
    
    There were still two references to the old spec, one causing Icons not
    to work.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669677

 .../external/rygel-external-icon-factory.vala      |    2 +-
 .../external/rygel-external-plugin-factory.vala    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 227e8f7ab59ee407cc5ad27cd897cabd1a9b6208
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Feb 7 11:29:34 2012 +0100

    Updated Spanish translation

 po/es.po |  153 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 91 insertions(+), 62 deletions(-)

commit 9ef404045608cba0e8f04f820e37b87e9b44db97
Author: Jens Georg <mail@jensge.org>
Date:   Mon Feb 6 20:03:55 2012 +0100

    ui: Fix minor issues with toolbar

 data/rygel-preferences.ui            |    5 +++--
 src/ui/rygel-preferences-dialog.vala |    4 ++++
 2 files changed, 7 insertions(+), 2 deletions(-)

commit f68fdfe1fed2af11f4ef01b221afb044cc1065a5
Author: David King <amigadave@amigadave.com>
Date:   Tue Nov 8 15:34:10 2011 +0100

    ui: Improve preferences dialog, bug 663631
    
    Add tooltips to the widgets in the preferences dialog. Add +/-
    ToolButtons for adding and removing shared directories. Update the
    sensitivity of the remove toolbutton, based on whether a row in the URI
    model is selected, or if the model is empty. Remove the GtkAlignments
    and use padding on containers. Set the correct response ID on the close
    button. Set the entry text column in the GtkBuilder file.

 TODO                                   |    1 -
 data/rygel-preferences.ui              |  341 +++++++++++++++-----------------
 src/ui/rygel-media-pref-section.vala   |   47 +++--
 src/ui/rygel-network-pref-section.vala |    7 +-
 4 files changed, 193 insertions(+), 203 deletions(-)

commit fd54b11a9244f49ef434e75aa856550aaf4424f6
Author: Jens Georg <mail@jensge.org>
Date:   Mon Jan 30 20:58:10 2012 +0100

    gst-launch: Sink element returned from parse_bin
    
    Work around bgo#669060 with valac >= 0.15.1

 src/rygel/rygel-http-identity-handler.vala |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit ef8335ab923e55e0f92f537c803f29648427bd11
Author: Jens Georg <mail@jensge.org>
Date:   Sun Jan 29 16:25:16 2012 +0100

    build: Drop --strict-valac due to glib deprecation

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 43eacd4c99ff6e09173a2d7659f1ad0ac8049480
Author: Jens Georg <mail@jensge.org>
Date:   Sun Jan 29 15:28:23 2012 +0100

    gst-launch,test: Use new API
    
    vala-0.14 didn't complain about this so it wasn't caught.

 .../gst-launch/rygel-gst-launch-audio-item.vala    |    2 +-
 .../gst-launch/rygel-gst-launch-video-item.vala    |    2 +-
 src/plugins/test/rygel-test-audio-item.vala        |    2 +-
 src/plugins/test/rygel-test-video-item.vala        |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit 8cbc98368c0133bf9d0a6b63f6d9f6108c6f03dc
Author: Jens Georg <mail@jensge.org>
Date:   Sun Jan 29 00:55:06 2012 +0100

    tests: Add test for simple_search
    
    https://bugzilla.gnome.org/show_bug.cgi?id=653120

 tests/Makefile.am                          |    8 ++-
 tests/rygel-searchable-container-test.vala |  146 ++++++++++++++++++++++++++++
 tests/rygel-searchable-container.vala      |    1 +
 3 files changed, 154 insertions(+), 1 deletions(-)

commit e8cdb95008b6d71557f6fa53d26b89d866de1cd8
Author: Jens Georg <mail@jensge.org>
Date:   Sat Jan 28 15:19:06 2012 +0100

    core: Fix simple search for offset > 0
    
    On a search request where offset was > 0 and limit was 0 due to
    limiting the result set to offset the result was always a set of one.
    
    Also total_matches was set to 0 in this case although we know the
    number of total matches since using a start offset doesn't limit the
    results.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=653120

 src/rygel/rygel-searchable-container.vala |   35 +++++++++++++++-------------
 1 files changed, 19 insertions(+), 16 deletions(-)

commit 1ee2a14775d9640e7713f8bca4366b95e10a616e
Author: Jens Georg <mail@jensge.org>
Date:   Sat Jan 28 14:41:54 2012 +0100

    core: Properly replace @ADDRESS@ template
    
    Replacing of the template was forgotten for proxy urls and transcoded
    resources while moving the functionality from external plugin to core.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=663826

 src/rygel/rygel-http-identity-handler.vala  |    3 ++-
 src/rygel/rygel-http-transcode-handler.vala |    3 ++-
 src/rygel/rygel-media-item.vala             |   14 ++++++++++++--
 3 files changed, 16 insertions(+), 4 deletions(-)

commit 7d128e5c4c9639abc4cbaf395113e192d6feb0f3
Author: Jens Georg <mail@jensge.org>
Date:   Sun Oct 16 14:08:27 2011 +0200

    media-export: Delay virtual folder creation

 .../rygel-media-export-root-container.vala         |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit c6e60de0017153e60a42b3f5be94c8f472b28bef
Author: Jens Georg <mail@jensge.org>
Date:   Fri Jan 20 22:16:45 2012 +0100

    media-export: Fix endless loop
    
    If a file is added in a directory tree that didn't contain anything
    sharable before, the code would loop endlessly marching up the
    filesystem hierarchy.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=668335

 .../media-export/rygel-media-export-harvester.vala |   25 ++++++++++++++++++-
 .../rygel-media-export-root-container.vala         |   13 ++++-----
 2 files changed, 29 insertions(+), 9 deletions(-)

commit 05a6dba7df6a3590335d2283801500960768ca41
Author: Jens Georg <mail@jensge.org>
Date:   Fri Jan 20 11:46:17 2012 +0100

    core: Add missing }

 src/rygel/rygel-http-item-uri.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit faaa2bb33a80ba18a0fcf7c4b48aa521eb94cf95
Author: Jens Georg <mail@jensge.org>
Date:   Thu Jan 19 19:46:19 2012 +0100

    core: Don't append extension on error
    
    https://bugzilla.gnome.org/show_bug.cgi?id=644538

 src/rygel/rygel-http-item-uri.vala |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

commit dce55c005fd70f3e2df5231ac4a069919d8ed542
Author: Jens Georg <mail@jensge.org>
Date:   Thu Jan 19 19:32:35 2012 +0100

    core: Fix suffix for PNG thumbnails

 src/rygel/rygel-http-item-uri.vala |   14 +++++++-------
 src/rygel/rygel-thumbnailer.vala   |    3 ++-
 2 files changed, 9 insertions(+), 8 deletions(-)

commit 674800ee11e09c8477c69f6bb76decae06496c37
Author: Krzesimir Nowak <qdlacz@gmail.com>
Date:   Mon Dec 12 16:02:01 2011 +0100

    core: Append extensions to served files

 src/rygel/rygel-aac-transcoder.vala   |    2 +-
 src/rygel/rygel-audio-transcoder.vala |   10 ++-
 src/rygel/rygel-avc-transcoder.vala   |    1 +
 src/rygel/rygel-http-item-uri.vala    |  125 ++++++++++++++++++++++++++++++++-
 src/rygel/rygel-http-server.vala      |    2 +-
 src/rygel/rygel-l16-transcoder.vala   |    3 +-
 src/rygel/rygel-mp2ts-transcoder.vala |    1 +
 src/rygel/rygel-mp3-transcoder.vala   |    3 +-
 src/rygel/rygel-transcoder.vala       |    5 +-
 src/rygel/rygel-video-transcoder.vala |    4 +-
 src/rygel/rygel-wmv-transcoder.vala   |    3 +-
 tests/rygel-http-get-test.vala        |   32 +++++++--
 tests/rygel-http-item-uri-test.vala   |   60 ++++++++++++++--
 tests/rygel-http-post-test.vala       |   46 ++++++++++++-
 14 files changed, 268 insertions(+), 29 deletions(-)

commit 8a84291f87bf3a7b3cd56b401244da6534d90f73
Author: Jens Georg <mail@jensge.org>
Date:   Thu Jan 19 18:56:26 2012 +0100

    doc: Clarify uris option of MediaExport
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666363

 doc/man/rygel.conf.xml |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

commit c4d52f40dc783240f2b9129cc099ded918e126f7
Author: Jens Georg <mail@jensge.org>
Date:   Mon Jan 9 19:11:12 2012 +0100

    core: Prevent crash on back-end misbehaviour
    
    If the backend declares the OCMFlag.UPLOAD in a non-writable container,
    bail out instead of crashing.

 src/rygel/rygel-item-creator.vala |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit e6be7e48801f095bf13426abfa0329a113007d74
Author: Jens Georg <mail@jensge.org>
Date:   Mon Jan 9 19:05:38 2012 +0100

    core: Use correct error in CreateObject
    
    If CreateObject is called with an id that describes an item instead of
    a container ContentDirectory:2 spec says that the error should be 701
    (No such object) instead of 713 (Restricted parent)

 src/rygel/rygel-item-creator.vala |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 595c62862cab37fda83d0bf31e8309c907fe13d6
Author: Jens Georg <mail@jensge.org>
Date:   Wed Jan 18 17:37:47 2012 +0100

    external: Don't crash on hierarchical update
    
    If a MediaServer2 provider sends an update for /foo/bar/baz and
    /foo/bar chances are that the update for /foo/bar invalidates the
    parent pointer in /foo/bar/baz causing a crash of various sorts.
    
    Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=759206

 src/plugins/external/rygel-external-container.vala |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit 7fd87493c39372d70e4946a0ad075ec07db5cfbf
Author: Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
Date:   Sun Jan 8 13:14:20 2012 +0900

    Updated Japanese translation

 po/ja.po |  106 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 52 insertions(+), 54 deletions(-)

commit f5b87b4dc41f186be738e129b46c0996a6bdb158
Author: Jens Georg <mail@jensge.org>
Date:   Tue Jan 3 21:10:04 2012 +0100

    build: Add option to generate coverage report

 common.am         |    7 +++++--
 configure.ac      |   17 +++++++++++++++++
 tests/Makefile.am |   22 +++++++++++++++++++---
 3 files changed, 41 insertions(+), 5 deletions(-)

commit 959d8bd1d3fa51b25aff4bd059a2fe2870a4a397
Author: Marcin Kazmierczak <marcin.kazmierczak@comarch.com>
Date:   Fri Dec 23 12:36:52 2011 +0100

    tests: Extend rygel-http-get-test.vala

 tests/rygel-http-get-test.vala |  183 +++++++++++++++++++++++++++++++++++-----
 1 files changed, 160 insertions(+), 23 deletions(-)

commit f391d200b16ba02d8656a4390b8782d7f8ad2725
Author: Jens Georg <mail@jensge.org>
Date:   Sun Dec 25 14:06:49 2011 +0100

    core: Fix error handling in item creator
    
    Method was needlessly declared async, so the throwing of the exception
    was not propagated properly in an case of error.

 src/rygel/rygel-item-creator.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 15d7783f850a28a221bca49eac118d6744c8d9b6
Author: Krzesimir Nowak <qdlacz@gmail.com>
Date:   Wed Oct 26 16:16:56 2011 +0200

    core: Do not treat 'npt=0-' as seek request
    
    'TimeSeekRange.dlna.org: npt=0-' means that whole item is requested,
    so actually no seek is needed here.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=659432

 src/rygel/rygel-http-time-seek.vala |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit 8bfcff961a095c43138f0d8368dcdbb8b0a89551
Author: Jens Georg <mail@jensge.org>
Date:   Fri Nov 18 09:55:40 2011 +0100

    core: Always disconnect handler
    
    Prevents reference leaks on the container searched in.

 src/rygel/rygel-simple-container.vala |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit a3d8106cca5603b0873a774965380ae10f6c089b
Author: Jens Georg <mail@jensge.org>
Date:   Mon Dec 19 08:14:55 2011 +0100

    core: Remove reference cycle in HTTP request

 src/rygel/rygel-http-request.vala |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 90496cfc9bcf4e95279b65ffb06ae7df97d0104f
Author: Marcin Kazmierczak <marcin.kazmierczak@comarch.com>
Date:   Thu Dec 22 10:52:34 2011 +0100

    tests: Extend rygel-http-item-uri-test.vala
    
    New test case with incorrect url.

 tests/rygel-http-item-uri-test.vala |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit 2c80d54373a943479ac735e9884f909feff5b38b
Author: Marcin Kazmierczak <marcin.kazmierczak@comarch.com>
Date:   Thu Dec 22 10:22:05 2011 +0100

    tests: Fix bug in HTTPItemUri test
    
    test_construction_with_subtitle: Add default -1 Thumbnail index in
    HTTPItemUri constructor call.
    
    Previously test create HTTPItemURI object with Thumbnail index instead of
    subtitle index.

 tests/rygel-http-item-uri-test.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit cc9b4a7912bc129305b9645d9760b00af4881e73
Author: Jens Georg <mail@jensge.org>
Date:   Fri Dec 16 22:13:03 2011 +0100

    core: Simplify RTP depayloader guessing
    
    https://bugzilla.gnome.org/show_bug.cgi?id=663497

 src/rygel/rygel-gst-utils.vala |   80 ++++++++++++----------------------------
 1 files changed, 24 insertions(+), 56 deletions(-)

commit 19bc47ab7e953d8b4d6bac277d1f68ec749582a5
Author: Jens Georg <mail@jensge.org>
Date:   Fri Dec 16 21:43:42 2011 +0100

    build: Bump vala requirement to 0.14.1
    
    Needed for GStreamer VAPI fixes

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

commit 2d87b8e50c1283615c09dc8dbf9578094474e4ee
Author: Jens Georg <mail@jensge.org>
Date:   Thu Dec 15 21:02:54 2011 +0100

    core: Prevent critical when device is not a DMS

 src/rygel/rygel-v1-hacks.vala   |    6 +++++-
 src/rygel/rygel-xbox-hacks.vala |    6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 2dcc5e63a81b45c4eb4d7a6fbd14a642048bfa5b
Author: Jens Georg <mail@jensge.org>
Date:   Thu Dec 8 19:22:34 2011 +0100

    core: Reuse description file saving

 TODO                                     |    2 --
 src/rygel/rygel-description-file.vala    |    9 +++++++++
 src/rygel/rygel-root-device-factory.vala |   27 ++-------------------------
 3 files changed, 11 insertions(+), 27 deletions(-)

commit 040781492cbf80f065781a613a20254729d8c3aa
Author: Jens Georg <mail@jensge.org>
Date:   Sun Nov 27 12:57:37 2011 +0100

    core: Refactor description document manipulation
    
    Move basic document manipulation inside a new class and use it in V1
    and XBox hacks to eliminate the code duplication introduced when
    splitting these two classes.

 src/rygel/Makefile.am                    |    3 +-
 src/rygel/rygel-description-file.vala    |  182 ++++++++++++++++++++++++++++++
 src/rygel/rygel-root-device-factory.vala |   10 +-
 src/rygel/rygel-v1-hacks.vala            |   67 ++----------
 src/rygel/rygel-xbox-hacks.vala          |   96 ++--------------
 5 files changed, 211 insertions(+), 147 deletions(-)

commit 25fdadad00a9d41377acd58692b208ed73ffa8a9
Author: Jens Georg <mail@jensge.org>
Date:   Thu Dec 8 19:37:18 2011 +0100

    core: Hide XBox album art handling
    
    Simply check the request in the hack constructor and rewrite the URL
    to our thumbnail request format.

 src/rygel/rygel-client-hacks.vala |   13 -------------
 src/rygel/rygel-http-get.vala     |   18 +-----------------
 src/rygel/rygel-xbox-hacks.vala   |   19 +++++++++++++++++++
 tests/rygel-http-get-test.vala    |    4 ----
 tests/rygel-http-post-test.vala   |   13 +++++++++++++
 5 files changed, 33 insertions(+), 34 deletions(-)

commit 5126066b8c5565ce22eeb355ae0d867a325dcfd6
Author: Jens Georg <mail@jensge.org>
Date:   Thu Dec 8 19:30:58 2011 +0100

    core: Refactor client hacks
    
    Unify both constructors to operate on SoupMessage.

 src/rygel/rygel-client-hacks.vala       |   55 ++++++++++++-------------------
 src/rygel/rygel-http-get.vala           |   10 ++---
 src/rygel/rygel-http-request.vala       |    5 +++
 src/rygel/rygel-media-query-action.vala |    2 +-
 src/rygel/rygel-panasonic-hacks.vala    |   15 +-------
 src/rygel/rygel-v1-hacks.vala           |   15 +-------
 src/rygel/rygel-xbmc-hacks.vala         |   15 +-------
 src/rygel/rygel-xbox-hacks.vala         |   22 ++----------
 tests/rygel-http-get-test.vala          |    2 +-
 9 files changed, 42 insertions(+), 99 deletions(-)

commit cd772514ea0970e9cd26a98f66da7ae3817f48c4
Author: Jens Georg <mail@jensge.org>
Date:   Thu Nov 24 13:54:48 2011 +0100

    core: Add configuration option for V1 downgrade

 TODO                          |    3 --
 data/rygel.conf               |    9 ++++++++
 doc/man/rygel.conf.xml        |   11 +++++++++
 src/rygel/rygel-v1-hacks.vala |   46 +++++++++++++++++++++++++++++++++++++---
 4 files changed, 62 insertions(+), 7 deletions(-)

commit 3ae63aa2471393230872b47ef9b1966ba3dc326d
Author: Jens Georg <mail@jensge.org>
Date:   Thu Nov 24 13:07:22 2011 +0100

    core: Separate V1 hacks from XBox 360 hacks

 TODO                                     |    1 -
 src/rygel/Makefile.am                    |    1 +
 src/rygel/rygel-root-device-factory.vala |    3 +
 src/rygel/rygel-v1-hacks.vala            |  121 ++++++++++++++++++++++++++++++
 src/rygel/rygel-xbox-hacks.vala          |    2 +-
 5 files changed, 126 insertions(+), 2 deletions(-)

commit 3f4f8c8bc903aeb0aee709c11ebf46471cc4910a
Author: Jens Georg <mail@jensge.org>
Date:   Wed Dec 14 13:53:01 2011 +0100

    TODO: Add some comments

 TODO |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit f97f49a81923ddc93ba44e3ebd1bd264e85d6214
Author: Jens Georg <mail@jensge.org>
Date:   Tue Dec 13 10:24:32 2011 +0100

    doc: Update URLs and tools for DBus interfaces

 doc/man/rygel.conf.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 0cc5aa9480387a89833b220e47d87ae939571c2d
Author: Jens Georg <mail@jensge.org>
Date:   Sun Nov 27 19:10:01 2011 +0100

    core: Filter unsupported sort criterias from XBox
    
    This fixes the "Slideshow" option when selected from top-level picture
    browsing dialog.

 src/rygel/rygel-client-hacks.vala       |    2 ++
 src/rygel/rygel-media-query-action.vala |    4 ++++
 src/rygel/rygel-xbox-hacks.vala         |    8 ++++++++
 3 files changed, 14 insertions(+), 0 deletions(-)

commit a63fe4c57fc24a791089f168df55d0fbff42b7d7
Author: Jens Georg <mail@jensge.org>
Date:   Thu Nov 24 10:14:42 2011 +0100

    core: Add hacks for XBMC
    
    XBMC fails to recognize DLNA mime-types as AAC for AAC files.

 src/rygel/Makefile.am             |    1 +
 src/rygel/rygel-client-hacks.vala |   12 +++++++-
 src/rygel/rygel-http-get.vala     |    2 +
 src/rygel/rygel-xbmc-hacks.vala   |   53 +++++++++++++++++++++++++++++++++++++
 tests/rygel-http-get-test.vala    |    3 ++
 5 files changed, 69 insertions(+), 2 deletions(-)

commit 7cd7865a87e899f512203ca33b2704cf4826b516
Author: Jens Georg <mail@jensge.org>
Date:   Sun Dec 11 17:56:54 2011 +0100

    doc: Update Mediathek docs and include in tarball
    
    https://bugzilla.gnome.org/show_bug.cgi?id=665946

 doc/Makefile.am      |    3 ++-
 doc/README.Mediathek |   20 +++++++++-----------
 2 files changed, 11 insertions(+), 12 deletions(-)

commit 26d372f790503147d181fa6a2915300eee785227
Author: Jens Georg <mail@jensge.org>
Date:   Fri Dec 9 12:47:50 2011 +0100

    core: Override resource resolution for AVC

 src/rygel/rygel-avc-transcoder.vala |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

commit bf17d1f5d01c4af90d82beb5b77343618324af69
Author: Lukasz Pawlik <lucas.pawlik@gmail.com>
Date:   Tue Nov 8 15:42:17 2011 +0100

    tracker: Refactor query triplets
    
    Use add method from base class.

 src/plugins/tracker/rygel-tracker-new.vala         |   12 ++++++------
 .../tracker/rygel-tracker-query-triplets.vala      |    8 ++++----
 .../tracker/rygel-tracker-search-container.vala    |    8 ++++----
 3 files changed, 14 insertions(+), 14 deletions(-)

commit c1458593b5e77567ea29dcee0dc2145578ca45ee
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sun Dec 11 17:24:48 2011 +0100

    Updated Polish translation

 po/pl.po |   54 +++++++++++++++++++++++++++++-------------------------
 1 files changed, 29 insertions(+), 25 deletions(-)

commit b75eaa81675d58b777aadd24162c77aec8b59ec8
Author: Jens Georg <mail@jensge.org>
Date:   Tue Dec 6 13:26:58 2011 +0100

    core: Change wording for profiles debugging

 src/rygel/rygel-gst-utils.vala  |   11 ++++++-----
 src/rygel/rygel-transcoder.vala |    2 ++
 2 files changed, 8 insertions(+), 5 deletions(-)

commit 731b6510c80d195cb264557b835fcc2cb15eb71e
Author: Jens Georg <mail@jensge.org>
Date:   Tue Dec 6 18:55:31 2011 +0100

    core: Video framerate is a restriction, not format

 src/rygel/rygel-avc-transcoder.vala   |    4 ++--
 src/rygel/rygel-mp2ts-transcoder.vala |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit a8d20fbf7045f75cad5e80b55f7d74624283632f
Author: Jens Georg <mail@jensge.org>
Date:   Mon Dec 5 23:00:41 2011 +0100

    tests: Fix build

 tests/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit fb28cf1739f37f3a1f4931260d623234e97326bc
Author: Jens Georg <mail@jensge.org>
Date:   Sun Dec 4 12:01:31 2011 +0100

    core: Dump encodebin profile in transcoder

 src/rygel/rygel-audio-transcoder.vala |    1 +
 src/rygel/rygel-gst-utils.vala        |   17 +++++++++++++++++
 src/rygel/rygel-transcoder.vala       |    1 +
 src/rygel/rygel-video-transcoder.vala |    1 +
 4 files changed, 20 insertions(+), 0 deletions(-)

commit cb40db1281ea5a60c88aed1fdeecf584b1071ddc
Author: Jens Georg <mail@jensge.org>
Date:   Sun Dec 4 12:00:07 2011 +0100

    core: Fix typo in MPEG2 TS container profile

 src/rygel/rygel-mp2ts-transcoder.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 77f46f5e735a6f70d42f80a9897fed63bb6b8ea5
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Thu Nov 24 10:55:22 2011 +0100

    Update French translation

 po/fr.po |   46 +++++++++++++++++++++++++---------------------
 1 files changed, 25 insertions(+), 21 deletions(-)

commit 64238306a3d7f4552858191cc4ce4c3d61e0911c
Author: Jens Georg <mail@jensge.org>
Date:   Thu Nov 24 08:38:45 2011 +0100

    media-export: Fix regression in file monitor
    
    Changeset 05024f6e4e688a40629573eb0401f83421d32209 accidently removed
    the support for _CREATED events.

 .../media-export/rygel-media-export-harvester.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)