summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* Re-introduce MediaTracker as a plugin.Zeeshan Ali (Khattak)2008-08-051-0/+10
* - Introduce a plugins system. Ross should be happy now. :)Zeeshan Ali (Khattak)2008-08-051-0/+10
* Add get_root_children_count() to MediaProvider interface.Zeeshan Ali (Khattak)2008-08-051-1/+2
* Add "title" prop to MediaProvider interface.Zeeshan Ali (Khattak)2008-08-051-0/+8
* Don't add root ID prefix to root parent ID.Zeeshan Ali (Khattak)2008-08-051-0/+1
* Get the root ID prefix from IDs rather than removing it.Zeeshan Ali (Khattak)2008-08-051-0/+1
* Pass ID as is to browse() and get_metadata() of media providers.Zeeshan Ali (Khattak)2008-08-051-0/+1
* No need for MediaManager to prefix IDs with root_id.Zeeshan Ali (Khattak)2008-08-051-2/+3
* Correct a typo.Zeeshan Ali (Khattak)2008-08-051-0/+7
* - MediaProviders now get the "root_parent_id" though a prop.Zeeshan Ali (Khattak)2008-08-051-0/+10
* Use MediaManager rather than MediaTracker.Zeeshan Ali (Khattak)2008-08-051-0/+8
* Introduce MediaManager.Zeeshan Ali (Khattak)2008-08-051-0/+9
* Each MediaProvider prefixes each objectid with "root-id:".Zeeshan Ali (Khattak)2008-08-051-0/+8
* Introduce MediaProvider interface that MediaTracker implements.Zeeshan Ali (Khattak)2008-08-051-0/+9
* Put some more more comments and Refactor.Zeeshan Ali (Khattak)2008-08-051-0/+6
* Extract the mime-type using GIO.Zeeshan Ali (Khattak)2008-08-051-0/+6
* Require gio-2.0 (>= 2.16) and include it in the build.Zeeshan Ali (Khattak)2008-08-051-0/+7
* Implement extraction of audio and video specific metadata.Zeeshan Ali (Khattak)2008-08-051-0/+6
* Reduce the gstreamer dependency to 0.10.18.Zeeshan Ali (Khattak)2008-08-051-0/+6
* Gst.TagList.copy_value.value is 'out' rather than 'ref'.Zeeshan Ali (Khattak)2008-08-051-0/+1
* Refactor: A separate function for extraction of 'duration'.Zeeshan Ali (Khattak)2008-08-051-0/+1
* Only react to PAUSED state-change if the previous state was READY.Zeeshan Ali (Khattak)2008-08-051-2/+3
* Use 'this' keyword wherever possible. This makes code much more cleaner.Zeeshan Ali (Khattak)2008-08-051-0/+7
* Add a gstreamer-based metadata extractor.Zeeshan Ali (Khattak)2008-08-051-0/+7
* Add dependency to gstreamer >= 0.10.19.Zeeshan Ali (Khattak)2008-08-051-0/+7
* No need to list all supported mimetypes in SourceProtocolInfo.Zeeshan Ali (Khattak)2008-07-191-0/+6
* Declared all built sources in BUILT_SOURCES.Zeeshan Ali (Khattak)2008-07-041-1/+2
* Fix a typo.Zeeshan Ali (Khattak)2008-07-041-0/+6
* Prepare NEWS file for initial (0.1) release.Zeeshan Ali (Khattak)2008-07-041-0/+6
* Update design doc and TODO files.Zeeshan Ali (Khattak)2008-07-041-0/+7
* Put my name/copyright in the header.Zeeshan Ali (Khattak)2008-07-031-0/+1
* Initialize the variables in the constructor.Zeeshan Ali (Khattak)2008-07-031-0/+1
* Remove the unused commented-out code.Zeeshan Ali (Khattak)2008-07-031-0/+1
* Use Vala's syntax for connecting signals with details.Zeeshan Ali (Khattak)2008-07-031-1/+2
* Swap the sink and source ProtocolInfo.Zeeshan Ali (Khattak)2008-07-031-0/+6
* Enable the ConnectionManager service.Zeeshan Ali (Khattak)2008-07-031-0/+8
* Copy the ConnectionManager code from gupnp-media-renderer.Zeeshan Ali (Khattak)2008-07-031-0/+7
* Put some description in README file.Zeeshan Ali (Khattak)2008-07-031-0/+6
* Return an error on getting invalid arguments for 'Browse'.Zeeshan Ali (Khattak)2008-07-031-0/+6
* Argument 'value' of query_variable signal should now be declared 'ref'.Zeeshan Ali (Khattak)2008-07-031-0/+6
* Provide the 'creator' tag in DIDL xml for all items.Zeeshan Ali (Khattak)2008-07-031-0/+8
* Hide the optional "GetSortExtensionCapabilities" action as well.Zeeshan Ali (Khattak)2008-07-021-0/+6
* Implement "FeatureList" related queries and actions.Zeeshan Ali (Khattak)2008-07-021-0/+1
* Implement "SearchCapabilities" and "SortCapabilities" related queries and act...Zeeshan Ali (Khattak)2008-07-021-2/+4
* Initialize "SystemUpdateID" variable and implement related query and action.Zeeshan Ali (Khattak)2008-07-021-0/+7
* Comment out the optional actions and variables.Zeeshan Ali (Khattak)2008-07-021-1/+2
* List the required actions/variable before the optional.Zeeshan Ali (Khattak)2008-07-021-0/+6
* Disable the distribution and advertisement of the ConnectionManager service.Zeeshan Ali (Khattak)2008-07-021-0/+9
* A temporary hack to make Vala compiler free string in structs.Zeeshan Ali (Khattak)2008-07-011-0/+7
* No need to check for null on values returned from tracker.Zeeshan Ali (Khattak)2008-07-011-0/+1