profile/ivi/rygel.git
2009-01-19 Zeeshan Ali... Distribute vapi source files as well.
2009-01-19 Zeeshan Ali... DVB plugin uses gstreamer-0.10 package.
2009-01-19 Zeeshan Ali... Prepare NEWS file for next (0.2) release.
2009-01-19 Zeeshan Ali... Revert "Use the new Tracker interface."
2009-01-19 Zeeshan Ali... Version bump.
2009-01-19 Zeeshan Ali... Refer to Rygel by name in License headers.
2009-01-19 Zeeshan Ali... Refer to LGPL by it's (not so) new name.
2009-01-19 Zeeshan Ali... Relicense under LGPL version 2.
2009-01-19 Zeeshan Ali... Require latest vala, gupnp and gupnp-av.
2009-01-19 Zeeshan Ali... configure options for disabling dvb and tracker plugins.
2009-01-19 Zeeshan Ali... Don't use underscores in configure options.
2009-01-19 Zeeshan Ali... Correctly initialize the responses array list.
2009-01-19 Zeeshan Ali... Rename StreamingResponse to LiveResponse.
2009-01-19 Zeeshan Ali... Rename InteractiveResponse to SeekableResponse.
2009-01-18 Zeeshan Ali... Remove MetadataExtractor class.
2009-01-18 Zeeshan Ali... Use Gee.ArrayList instead of GLib.List to keep DIDLLite...
2009-01-18 Zeeshan Ali... Close the InputStream asynchronously.
2009-01-18 Zeeshan Ali... Explicitly close the input stream.
2009-01-18 Zeeshan Ali... Merge branch 'leak-tests' into streamer-renaming
2009-01-18 Zeeshan Ali... Remove blank lines.
2009-01-18 Zeeshan Ali... HTTPResponse.end takes HTTP status code to put on the...
2009-01-18 Zeeshan Ali... InteractiveResponse reports partial replies.
2009-01-18 Zeeshan Ali... More extensive use of (async) GIO.
2009-01-18 Zeeshan Ali... Seek class should reside in the same place as HTTPResponse.
2009-01-18 Zeeshan Ali... Put Interactive response handling into a separate class.
2009-01-18 Zeeshan Ali... Small beautification change.
2009-01-18 Zeeshan Ali... Rename 'eos' signal of HTTPResponse to 'ended'.
2009-01-18 Zeeshan Ali... Rename GstStream to StreamingResponse.
2009-01-18 Zeeshan Ali... Rename Steam to HTTPResponse.
2009-01-18 Zeeshan Ali... Rename Streamer to HTTPServer.
2009-01-18 Zeeshan Ali... GstStream decides about chunking of message.
2009-01-13 Zeeshan Ali... Handle item as interactive if it's size is known.
2009-01-13 Zeeshan Ali... Don't handle seeking when streaming.
2009-01-13 Zeeshan Ali... Flush the AsyncQueue when the stream ends.
2009-01-13 Zeeshan Ali... Use try_pop() instead of blocking pop() on AsyncQueue.
2009-01-13 Zeeshan Ali... Only seek on upstream state change to PAUSED.
2009-01-13 Zeeshan Ali... Add an auto-updated length property to Seek.
2009-01-13 Zeeshan Ali... offset in a file should be less than length of the...
2009-01-13 Zeeshan Ali... Use pointers for dealing with raw data instead of strings.
2009-01-13 Zeeshan Ali... No need to use GUPnP namespace everywhere.
2009-01-13 Zeeshan Ali... Claim DLNA BG transfer mode for known-sized items.
2009-01-13 Zeeshan Ali... Check only prefix of MediaItem.upnp_class.
2009-01-13 Zeeshan Ali... Always include Content-Range if size of item is known.
2009-01-13 Zeeshan Ali... Use a private class to pass around seek parameters.
2009-01-13 Zeeshan Ali... GstStream overrides end() rather than providing stop().
2009-01-13 Zeeshan Ali... Better error handling.
2009-01-13 Zeeshan Ali... GstStream now inherits from Stream.
2009-01-13 Zeeshan Ali... Remove unused Stream.accepted() method.
2009-01-13 Zeeshan Ali... Go to PAUSED state first and then PLAYING.
2009-01-13 Zeeshan Ali... GstStream provides means to start and stop the stream.
2009-01-13 Zeeshan Ali... Range header doesn't necessarily imply partial content...
2009-01-13 Zeeshan Ali... tcp_timeout prop of rtspsrc is 64-bit.
2009-01-13 Zeeshan Ali... Range requests are valid when size > 0.
2009-01-13 Zeeshan Ali... New low-level Streamer API.
2009-01-13 Zeeshan Ali... Allow items to not provide URIs.
2009-01-07 Zeeshan Ali... No need for a separate 'live' boolean in MediaItem.
2009-01-07 Zeeshan Ali... Implement partial download (Range header).
2009-01-07 Zeeshan Ali... Stream needs to know if it's accepted for a partial...
2009-01-07 Zeeshan Ali... Use the name of the device group as it's title.
2009-01-07 Zeeshan Ali... Mark image items as 'interactive' in the DIDL.
2009-01-07 Zeeshan Ali... Declare Test and DVB items, live.
2009-01-07 Zeeshan Ali... Only claim Range (seek) operation for non-live items.
2009-01-07 Zeeshan Ali... Don't claim to support DLNA's bg transfer mode and...
2009-01-02 Zeeshan Ali... Add a basic release plan.
2008-12-30 Zeeshan Ali... Don't put iconList in description if there isn't any...
2008-12-29 Zeeshan Ali... Choose the highest ranking RTP depayloader.
2008-12-29 Zeeshan Ali... Ask for compatible pad rather than by name.
2008-12-29 Zeeshan Ali... Refactor get_rtp_depayloader().
2008-12-29 Zeeshan Ali... Autoplug an RTP depayloader if needed.
2008-12-28 Zeeshan Ali... Set the "tcp-timeout" to 1 min for rtspsrc.
2008-12-28 Zeeshan Ali... Handle dynamic pads.
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.
next