profile/ivi/rygel.git
2008-08-05 Zeeshan Ali... Use MediaManager rather than MediaTracker.
2008-08-05 Zeeshan Ali... Introduce MediaManager.
2008-08-05 Zeeshan Ali... Each MediaProvider prefixes each objectid with "root...
2008-08-05 Zeeshan Ali... Introduce MediaProvider interface that MediaTracker...
2008-08-05 Zeeshan Ali... Put some more more comments and Refactor.
2008-08-05 Zeeshan Ali... Extract the mime-type using GIO.
2008-08-05 Zeeshan Ali... Require gio-2.0 (>= 2.16) and include it in the build.
2008-08-05 Zeeshan Ali... Implement extraction of audio and video specific metadata.
2008-08-05 Zeeshan Ali... Reduce the gstreamer dependency to 0.10.18.
2008-08-05 Zeeshan Ali... Gst.TagList.copy_value.value is 'out' rather than ...
2008-08-05 Zeeshan Ali... Refactor: A separate function for extraction of 'duration'.
2008-08-05 Zeeshan Ali... Only react to PAUSED state-change if the previous state...
2008-08-05 Zeeshan Ali... Use 'this' keyword wherever possible. This makes code...
2008-08-05 Zeeshan Ali... Add a gstreamer-based metadata extractor.
2008-08-05 Zeeshan Ali... Add dependency to gstreamer >= 0.10.19.
2008-07-19 Zeeshan Ali... No need to list all supported mimetypes in SourceProtoc...
2008-07-04 Zeeshan Ali... Declared all built sources in BUILT_SOURCES.
2008-07-04 Zeeshan Ali... Fix a typo.
2008-07-04 Zeeshan Ali... Prepare NEWS file for initial (0.1) release.
2008-07-04 Zeeshan Ali... Update design doc and TODO files.
2008-07-03 Zeeshan Ali... Put my name/copyright in the header.
2008-07-03 Zeeshan Ali... Initialize the variables in the constructor.
2008-07-03 Zeeshan Ali... Remove the unused commented-out code.
2008-07-03 Zeeshan Ali... Use Vala's syntax for connecting signals with details.
2008-07-03 Zeeshan Ali... Swap the sink and source ProtocolInfo.
2008-07-03 Zeeshan Ali... Enable the ConnectionManager service.
2008-07-03 Zeeshan Ali... Copy the ConnectionManager code from gupnp-media-renderer.
2008-07-03 Zeeshan Ali... Put some description in README file.
2008-07-03 Zeeshan Ali... Return an error on getting invalid arguments for 'Browse'.
2008-07-03 Zeeshan Ali... Argument 'value' of query_variable signal should now...
2008-07-03 Zeeshan Ali... Provide the 'creator' tag in DIDL xml for all items.
2008-07-02 Zeeshan Ali... Hide the optional "GetSortExtensionCapabilities" action...
2008-07-02 Zeeshan Ali... Implement "FeatureList" related queries and actions.
2008-07-02 Zeeshan Ali... Implement "SearchCapabilities" and "SortCapabilities...
2008-07-02 Zeeshan Ali... Initialize "SystemUpdateID" variable and implement...
2008-07-02 Zeeshan Ali... Comment out the optional actions and variables.
2008-07-02 Zeeshan Ali... List the required actions/variable before the optional.
2008-07-02 Zeeshan Ali... Disable the distribution and advertisement of the Conne...
2008-07-01 Zeeshan Ali... A temporary hack to make Vala compiler free string...
2008-07-01 Zeeshan Ali... No need to check for null on values returned from tracker.
2008-07-01 Zeeshan Ali... Put "dc:date" in the DIDL when available.
2008-07-01 Zeeshan Ali... Put the actual "album" in the DIDL when available.
2008-07-01 Zeeshan Ali... Refactor: separate functions for adding music, image...
2008-07-01 Zeeshan Ali... Indentation fix.
2008-07-01 Zeeshan Ali... Include "originalTrackNumber" in the DIDL for Music...
2008-07-01 Zeeshan Ali... Include the author, creator or artist in the DIDL when...
2008-07-01 Zeeshan Ali... Export the "abs_top_builddir" explicitly. Some installa...
2008-07-01 Zeeshan Ali... tracker gives us empty string rather than null for...
2008-07-01 Zeeshan Ali... Include the title instead of filename in the DIDL when...
2008-06-26 Zeeshan Ali... Correct the logic in MediaServer.set_friendly_name_and_...
2008-06-23 Zeeshan Ali... Remove the now redundant 'using GLib' from all sources.
2008-06-23 Zeeshan Ali... Start using the new Vala syntax for connecting signals...
2008-06-23 Zeeshan Ali... A small fix to setisfy the latest Vala compiler.
2008-06-16 Zeeshan Ali... Make all constants all CAPS.
2008-06-15 Zeeshan Ali... Check for gupnp-media-server.vala file rather than...
2008-06-15 Zeeshan Ali... Add the vala stamp file to CLEANFILES.
2008-06-15 Zeeshan Ali... Re-write the main module in Vala.
2008-06-15 Zeeshan Ali... Put all low-level stuff into a separate module.
2008-06-15 Zeeshan Ali... Check for gconf-2.0 Vala bindings and add it to the...
2008-06-13 Zeeshan Ali... Introduce a separate configure option for a strict...
2008-06-13 Zeeshan Ali... Re-write the MediaServer class in Vala.
2008-06-12 Zeeshan Ali... Add the copyright header.
2008-06-12 Zeeshan Ali... Correct a warning message (copy&paste mistake).
2008-06-12 Zeeshan Ali... Enable the commented out code of get_container_children...
2008-06-12 Zeeshan Ali... Use the nice and clean DBus API that Vala provides us.
2008-06-12 Zeeshan Ali... Correct the types of two parameters of MediaTracker...
2008-06-12 Zeeshan Ali... Re-write ContentDirectory implementation in Vala.
2008-06-12 Zeeshan Ali... Require Vala >= 0.3.4.
2008-06-12 Zeeshan Ali... Re-write MediaTracker in Vala.
2008-06-12 Zeeshan Ali... Re-write X_MS_MediaReceiverRegistrar implementation...
2008-06-12 Zeeshan Ali... Check for Vala and GUPnP bindings.
2008-05-13 Zeeshan Ali... Put the services implementations into separate objects.
2008-05-13 Zeeshan Ali... Provide 'res@resultion' in DIDL XML for audio and video...
2008-05-13 Zeeshan Ali... Xbox wants Images container to have ID of '16'.
2008-05-13 Zeeshan Ali... Report the correct UPnP class of the items.
2008-05-08 Zeeshan Ali... Quick security fix: only host the user's home dir.
2008-05-08 Zeeshan Ali... Don't escape '/' in the path before putting it in HTTP...
2008-05-08 Zeeshan Ali... Introduce a structure to hold container info: ID, title...
2008-05-07 Zeeshan Ali... Xbox 360 uses 'ContainerID' instead of 'ObjectID' for...
2008-05-07 Zeeshan Ali... Add the newly added xbox 360 specific xml files to...
2008-05-07 Zeeshan Ali... Use a separate description document for Xbox 360 to...
2008-05-07 Zeeshan Ali... Retrieve the services in version agnostic way.
2008-05-07 Zeeshan Ali... Add basic support for Xbox.
2008-05-06 Zeeshan Ali... Steal some more DLNA bits from rhythmbox GUPnP plugin.
2008-05-03 Zeeshan Ali... Adapt to latest didl writer API.
2008-05-02 Zeeshan Ali... In Browse() implementation, never return more than...
2008-05-02 Zeeshan Ali... In Browse() implementation, respect 'StartingIndex...
2008-05-02 Zeeshan Ali... offset param to Files.GetByServiceType method is zero...
2008-05-02 Zeeshan Ali... Use tracker to get the number of items in a category.
2008-05-02 Zeeshan Ali... Remove an unneeded param from a function.
2008-05-02 Zeeshan Ali... Escape the path before making a URI from it.
2008-05-02 Zeeshan Ali... Host the root directory rather than user's home directory.
2008-05-02 Zeeshan Ali... Start using tracker for fetching the list of media...
2008-05-02 Zeeshan Ali... Fix a small typo.
2008-04-28 Zeeshan Ali... Start using tracker for fetching the metadata.
2008-04-28 Zeeshan Ali... Add skeleton for tracker-based media provider.
2008-04-28 Zeeshan Ali... Remove first goal from TODO and update the design/plan.
2008-04-23 Zeeshan Ali... No need to load the modified description document anymore.
2008-04-23 Zeeshan Ali... Fetch the UDN and friendlyName from gconf.
2008-04-23 Zeeshan Ali... Let the context choose the hostname/IP and port for...
next