profile/ivi/rygel.git
2008-12-28 Zeeshan Ali... throw an error if elements fail to link.
2008-12-28 Zeeshan Ali... GIO api update.
2008-12-25 Zeeshan Ali... Streamer properly handles interactive contents.
2008-12-25 Zeeshan Ali... Rename Streamer.handle_item_stream to handle_streaming_...
2008-12-25 Zeeshan Ali... Refactor Streamer.handle_item_request().
2008-12-25 Zeeshan Ali... Send a 404 if Streamer fails to create a stream from...
2008-12-25 Zeeshan Ali... Entertain Streamer.item_requested in DVBChannelGroup.
2008-12-25 Zeeshan Ali... DVBChannelGroup.find_channel() doesn't need didl_writer...
2008-12-25 Zeeshan Ali... Streamer only entertains 'HEAD' and 'GET' requests.
2008-12-25 Zeeshan Ali... Streamer only adds headers if values provided by MediaItem.
2008-12-25 Zeeshan Ali... DVBChannel constructor should chain-up to it's parent.
2008-12-25 Zeeshan Ali... Add a prefix to Streamer's hosted path.
2008-12-25 Zeeshan Ali... TrackerItem* should throw the error rather than acting...
2008-12-25 Zeeshan Ali... Remove leaky hack to assign unowned strings to weak...
2008-12-25 Zeeshan Ali... Mimetype is "video/mpeg" for radio channels as well.
2008-12-25 Zeeshan Ali... Correct(swap) the logic of differenciating audio from...
2008-12-25 Zeeshan Ali... Correct the leaky hack to initialize DIDLLiteResource...
2008-12-25 Zeeshan Ali... Initialize the important fields of DVBChannel.
2008-12-25 Zeeshan Ali... Catch the error from DVBChannel creation method.
2008-12-25 Zeeshan Ali... Refactor DVBChannelGroup construction method.
2008-12-25 Zeeshan Ali... Let DVBContentDir create the ChannelList proxy.
2008-12-25 Zeeshan Ali... Update the child_count once it's known.
2008-12-25 Zeeshan Ali... Don't throw an error if there are no channels in group.
2008-12-25 Zeeshan Ali... Add DVB plugin.
2008-12-25 Zeeshan Ali... Streamer only provide headers on "HEAD" requests.
2008-12-25 Zeeshan Ali... Streamer puts essential headers into streams.
2008-12-25 Zeeshan Ali... MediaTracker provides the item when requested by Streamer.
2008-12-25 Zeeshan Ali... Initialize the local variable before using.
2008-12-25 Zeeshan Ali... MediaTracker keeps a ref to Streamer instance.
2008-12-25 Zeeshan Ali... Add API to get the MediaItem, given it's ID.
2008-12-25 Zeeshan Ali... Use ID of MediaItem instead of URI in the proxy URIs.
2008-12-25 Zeeshan Ali... Define and use enums for metadata array indices.
2008-12-25 Zeeshan Ali... Include file size of the item in the DIDL.
2008-12-25 Zeeshan Ali... No need to keep the keys in the TrackerItem class.
2008-12-25 Zeeshan Ali... MediaItem keeps a res struct instead of res fields...
2008-12-25 Zeeshan Ali... Add the original res at the end of the DIDL.
2008-12-25 Zeeshan Ali... Tracker items fetch metadata at contruction time.
2008-12-25 Zeeshan Ali... Handle important messages on the pipeline bus.
2008-12-25 Zeeshan Ali... MediaItem adds transcoded resources to the DIDL.
2008-12-25 Zeeshan Ali... MediaItem now just use Streamer instead of GUPnP.Context.
2008-12-25 Zeeshan Ali... Add gstreamer CFLAGS and LIBS to tracker plugin build.
2008-12-25 Zeeshan Ali... Support streaming from URIs other than HTTP.
2008-12-16 Zeeshan Ali... Allow URIs of protocols other than HTTP.
2008-12-16 Zeeshan Ali... Introduce an Error to serialize method.
2008-12-16 Zeeshan Ali... Use mpeg2 video inside mpeg transport stream.
2008-12-16 Zeeshan Ali... Tell libsoup to not accumulate the chunks.
2008-12-16 Zeeshan Ali... Stream should only end if the abort signal is for it...
2008-12-14 Zeeshan Ali... Test plugin only gets built/installed if enabled.
2008-12-14 Zeeshan Ali... Use fakesink instead of appsink.
2008-12-14 Zeeshan Ali... Minor refactoring.
2008-12-14 Zeeshan Ali... Don't send out prerolled buffers.
2008-12-14 Zeeshan Ali... Use H263 enclosed in AVI container.
2008-12-14 Zeeshan Ali... Oops: Put the muxer after the encoder.
2008-12-14 Zeeshan Ali... Streamer rejects the stream, rather than signal handler.
2008-12-14 Zeeshan Ali... Add method to detect if stream has been accepted.
2008-12-14 Zeeshan Ali... Generalize: Put common code into TestItem class.
2008-12-14 Zeeshan Ali... Add a video item to test plugin.
2008-12-14 Zeeshan Ali... Nicer title/ID for the exported audio item.
2008-12-14 Zeeshan Ali... Tell audiotestsrc to behave like a live source.
2008-12-14 Zeeshan Ali... Move StreamContext to Rygel as GstStream.
2008-12-14 Zeeshan Ali... StreamContext can now be told to stream from any gst...
2008-12-14 Zeeshan Ali... No need to provide candidates to Streamer anymore.
2008-12-14 Zeeshan Ali... Hosted path should be derived from given name.
2008-12-14 Zeeshan Ali... Implement Test audio item.
2008-12-14 Zeeshan Ali... Add gstreamer CFLAGS and LIBS to test plugin build.
2008-12-14 Zeeshan Ali... Add a convience method to create URI from path.
2008-12-14 Zeeshan Ali... Initialize gstreamer.
2008-12-14 Zeeshan Ali... Provide a const for generic UPnP audio item class.
2008-12-14 Zeeshan Ali... Basic skeleton for test plugin.
2008-12-14 Zeeshan Ali... Streamer doesn't derive from GUPnP.Context anymore.
2008-12-14 Zeeshan Ali... Add Streamer and Stream classes.
2008-12-14 Zeeshan Ali... Refactor ContentDirectory.browse_cb ().
2008-12-14 Zeeshan Ali... Introduce BrowseArgs.
2008-12-14 Zeeshan Ali... Move most of the root container handling to base class.
2008-12-14 Zeeshan Ali... Reflect the correct number of children in the root...
2008-12-01 Zeeshan Ali... Some minor beautification changes.
2008-12-01 Zeeshan Ali... A small convenience constructor for root container.
2008-12-01 Zeeshan Ali... GConf.Client.get_string returns null if key is not...
2008-12-01 Zeeshan Ali... Refactor MediaServerFactory.
2008-12-01 Zeeshan Ali... Refactor MediaServerFactory.
2008-11-29 Zeeshan Ali... Set the default value to gconf rather than null.
2008-11-29 Zeeshan Ali... Initialize the local variables.
2008-11-28 Zeeshan Ali... Make the module resident rather than keeping a ref...
2008-11-27 Zeeshan Ali... Export the tracker logo.
2008-11-27 Zeeshan Ali... Add support for icons.
2008-11-27 Zeeshan Ali... Initialize the list before adding services to it.
2008-11-27 Zeeshan Ali... Minor refactor.
2008-11-26 Zeeshan Ali... Delete the now redundant directories.
2008-11-26 Zeeshan Ali... Try to quit the app gracefully on SIGTERM.
2008-11-26 Zeeshan Ali... Add API to Main for exiting the app with an exit code.
2008-11-26 Zeeshan Ali... Turn MainLoop into a prop of the Main class.
2008-11-26 Zeeshan Ali... Use exceptions rather than returning nulls.
2008-11-26 Zeeshan Ali... Merge two functions together.
2008-11-26 Zeeshan Ali... Keep the search and sort caps in a protected field.
2008-11-26 Zeeshan Ali... Minor indentation fixes.
2008-11-26 Zeeshan Ali... Allow service subclasses to override most of the funtio...
2008-11-25 Zeeshan Ali... Add some basic doc comments for all classes.
2008-11-25 Zeeshan Ali... Oops! Had forgotten to update my email in the vapi...
2008-11-25 Zeeshan Ali... Rename 'media-server' dir to 'rygel'.
2008-11-25 Zeeshan Ali... Rename 'media-providers' directory to 'plugins.
next