profile/ivi/rygel.git
2009-03-21 Zeeshan Ali... Convert MP2Transcoder into a more generic mpeg audio...
2009-03-21 Zeeshan Ali... Use an mp3 parser.
2009-03-21 Zeeshan Ali... Escape the transcode target string before putting it...
2009-03-21 Zeeshan Ali... Audio encoder can be added to the bin earlier.
2009-03-21 Zeeshan Ali... Give src pad of audio encoder bin a name.
2009-03-21 Zeeshan Ali... Use MP2Transcoder for "audio/mpeg" transcoding requests.
2009-03-21 Zeeshan Ali... Provide "audio/mpeg" transcode uri for music items.
2009-03-21 Zeeshan Ali... Add MP2Transcoder.
2009-03-21 Zeeshan Ali... Rename TranscodeSrc to MP2TSTranscoder.
2009-03-15 Zeeshan Ali... Don't create transcode resource if not needed.
2009-03-15 Zeeshan Ali... TranscodeManager creates the transcode source for us.
2009-03-15 Zeeshan Ali... HTTPRequest keeps a unowned ref to HTTPServer.
2009-03-15 Zeeshan Ali... TranscodeManager.create_uri_for_item() tells the protocol.
2009-03-15 Zeeshan Ali... Add TranscodeManager.
2009-03-15 Zeeshan Ali... Rename create_http_uri_for_item to create_uri_for_item.
2009-03-15 Zeeshan Ali... Rename *resouce_list* to *resources*.
2009-03-15 Zeeshan Ali... Add HTTP resources to the existing list.
2009-03-15 Zeeshan Ali... Only HTTP proxy res don't get exported if HTTP uri...
2009-03-15 Zeeshan Ali... Mark transcoded resource as one in DLNA fields.
2009-03-15 Zeeshan Ali... Minor optimization.
2009-03-15 Zeeshan Ali... Set the correct mimetype on transcode URI request.
2009-03-15 Zeeshan Ali... Another indentation fix.
2009-03-15 Zeeshan Ali... Print URI and method for each request on debug console.
2009-03-15 Zeeshan Ali... Add the pads to the audio bin rather than TransodeSrc.
2009-03-15 Zeeshan Ali... Ghost audio encoder's src pad as well.
2009-03-15 Zeeshan Ali... Place an 'audioconvert' in front of audio encoder.
2009-03-15 Zeeshan Ali... Print request id and if transcoding.
2009-03-15 Zeeshan Ali... Indentation fix.
2009-03-15 Zeeshan Ali... Use alternative encoders rather than ffmpeg.
2009-03-15 Zeeshan Ali... No need to get encoder from it's pad.
2009-03-15 Zeeshan Ali... Link the pads after their parents are in the same bin.
2009-03-15 Zeeshan Ali... No need to pass caps to Element.get_compatible_pad.
2009-03-15 Zeeshan Ali... Make source pad of muxer a ghost pad of TranscodeSrc.
2009-03-15 Zeeshan Ali... Correct logic to decide wether to handle as interactive.
2009-03-15 Zeeshan Ali... Use TranscodeSrc when request is for transcode uri.
2009-03-15 Zeeshan Ali... Move get_transoding_src from HTTPServer to HTTPRequest.
2009-03-15 Zeeshan Ali... HTTPServer creates transcoder given the actual src.
2009-03-15 Zeeshan Ali... Mark TranscodeSrc class as internal.
2009-03-15 Zeeshan Ali... Fix build rule for rygel-transcode-src.vala file.
2009-03-15 Zeeshan Ali... Add TranscodeSrc.
2009-03-15 Zeeshan Ali... Don't create transcoding resource for images.
2009-03-15 Zeeshan Ali... Correct creation of transcode resource.
2009-03-15 Zeeshan Ali... Use vala syntax for concatenating strings.
2009-03-15 Zeeshan Ali... Put transcoding target mime to http uri rather than...
2009-03-15 Zeeshan Ali... HTTPServer.create_http_uri_for_item is now private.
2009-03-15 Zeeshan Ali... Separator for HTML query components is '&' rather than...
2009-03-15 Zeeshan Ali... Move get_transcoded_resources() to HTTPServer.
2009-03-15 Zeeshan Ali... MediaItem creates res for itself for a given URI.
2009-03-15 Zeeshan Ali... Create and report transcode URIs as well.
2009-03-15 Zeeshan Ali... Use "this" to make it things more explicit and therefor...
2009-03-15 Zeeshan Ali... Minor indentation fix.
2009-03-09 Zeeshan Ali... Tell why Search.Query is used instead of Search.GetHitC...
2009-03-09 Zeeshan Ali... It's root container if it's parent is 'null'.
2009-03-09 Zeeshan Ali... Post release version bump.
2009-02-23 Zeeshan Ali... Release announcement of 0.2.2. RYGEL_0_2_2
2009-02-23 Zeeshan Ali... Require latest version (0.5.7) of Vala.
2009-02-23 Zeeshan Ali... Don't use shave for now, lets get back to it in the...
2009-02-21 Zeeshan Ali... Specify header files in vapi file.
2009-02-21 Zeeshan Ali... Include needed header file.
2009-02-21 Zeeshan Ali... Use shave to get a linux kernel like build output.
2009-02-21 Zeeshan Ali... HTTPServer implements StateMachine interface.
2009-02-21 Zeeshan Ali... Create the cancellable before anything else.
2009-02-20 Zeeshan Ali... Distribute all VAPI files.
2009-02-20 Zeeshan Ali... TrackerCategory checks for child count, asynchronously.
2009-02-19 Zeeshan Ali... Write 4096 bytes at a time in case of SeekableResponse.
2009-02-19 Zeeshan Ali... HTTPRespose unsets accumulate flag on Soup message.
2009-02-19 Zeeshan Ali... Use libsoup API to set "ContentLength" header.
2009-02-19 Zeeshan Ali... Remove a now redundant method.
2009-02-19 Zeeshan Ali... No need to allow subclasses to override browse_cb.
2009-02-19 Zeeshan Ali... Mark all internal API as 'internal'.
2009-02-19 Zeeshan Ali... Use VAPI sources directly rather than VAPI.
2009-02-19 Zeeshan Ali... Minor indentation fix.
2009-02-19 Zeeshan Ali... Declare error throw.
2009-02-19 Zeeshan Ali... Allow multiple URIs to original content in MediaItem.
2009-02-19 Zeeshan Ali... Small refactoring.
2009-02-19 Zeeshan Ali... Check for needed version of gupnp-vala.
2009-02-19 Zeeshan Ali... Browse just forwards the Cancellable to async calls.
2009-02-19 Zeeshan Ali... Replace StateMachine.cancel by use of GLib.Cancellable.
2009-02-19 Zeeshan Ali... All results inherit from Rygel.SimpleAsyncResult.
2009-02-19 Zeeshan Ali... Disconnect from StateMachine.completed before cancellin...
2009-02-19 Zeeshan Ali... All state machines are canceled before their user objec...
2009-02-19 Zeeshan Ali... Common interface for all state machine classes.
2009-02-19 Zeeshan Ali... Set appliction name.
2009-02-19 Zeeshan Ali... Include config.h in the build.
2009-02-17 Zeeshan Ali... Decrease needed gconf version to 2.16.
2009-02-16 Zeeshan Ali... Implement notification of container updates.
2009-02-16 Zeeshan Ali... Correct the logic of creating ContainerUpdateIDs value.
2009-02-16 Zeeshan Ali... First param of signal is always the source object.
2009-02-16 Zeeshan Ali... Basic skeleton for "ContainerUpdateIDs" state-variable.
2009-02-16 Zeeshan Ali... ContentDir keeps a system_update_id.
2009-02-16 Zeeshan Ali... Provide a mechanism for container to signal updates.
2009-02-16 Zeeshan Ali... All containers gets an update_id of 0 at creation.
2009-02-16 Zeeshan Ali... Each media object gets a weak ref to it's parent container.
2009-02-15 Zeeshan Ali... Refactor TrackerCategory constructor.
2009-02-15 Zeeshan Ali... Rename (category) container to category.
2009-02-15 Zeeshan Ali... Don't assume a requested count if not provided.
2009-02-15 Zeeshan Ali... Bump libgee required version to 0.1.5.
2009-02-15 Zeeshan Ali... Refactor DVBRootContainer constructor.
2009-02-14 Zeeshan Ali... Return in case of error.
2009-02-14 Zeeshan Ali... return a empty list rather than null.
next