profile/ivi/rygel.git
2009-03-21 Zeeshan Ali... Transcoder classes dictate the mimetype and DLNA profile.
2009-03-21 Zeeshan Ali... A base class for Transcoder elements.
2009-03-21 Zeeshan Ali... No need to keep check_pad_compatible static.
2009-03-21 Zeeshan Ali... No need for mpegvideoparse.
2009-03-21 Zeeshan Ali... Prepend a videorate to the video encoder bin.
2009-03-21 Zeeshan Ali... Add colorspace and parser elements to video encoding...
2009-03-21 Zeeshan Ali... Intersect the caps of the pads to check their compatibi...
2009-03-21 Zeeshan Ali... Don't trust get_compatible_pad() in MP3Transcoder either.
2009-03-21 Zeeshan Ali... Don't trust Gst.Element.get_compatible_pad().
2009-03-21 Zeeshan Ali... Remove now unneeded contsants.
2009-03-21 Zeeshan Ali... MP3Transcoder.create_encoder can be dictated names...
2009-03-21 Zeeshan Ali... Correct a typo.
2009-03-21 Zeeshan Ali... MP2TSTranscoder uses MP3Transcoder.create_encoder.
2009-03-21 Zeeshan Ali... Rename MP3Transcoder.create_audio_encoder to create_enc...
2009-03-21 Zeeshan Ali... Turn MP3Transcoder.create_audio_encoder 'internal static'.
2009-03-21 Zeeshan Ali... Use enum to identify mpeg audio layers, rather than...
2009-03-21 Zeeshan Ali... Clever use of arrays to create appropriate encoder.
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.
next