profile/ivi/rygel.git
2009-03-28 Zeeshan Ali... Require mainline gupnp-av.
2009-03-28 Zeeshan Ali... No need to lie about DLNA profile anymore.
2009-03-28 Zeeshan Ali... HTTServer and TranscodeManager are now 'internal'.
2009-03-28 Zeeshan Ali... TranscodeManager provides Transcoder rather than transc...
2009-03-28 Zeeshan Ali... can_handle() can now also move to base Transcoder class.
2009-03-28 Zeeshan Ali... 'mime_type' and 'dlna_profile' are now props of base...
2009-03-28 Zeeshan Ali... Separate Transcoder and TranscoderBin classes.
2009-03-28 Zeeshan Ali... Bump gstreamer requirement to latest git mainline ...
2009-03-22 Zeeshan Ali... Export duration for music and video items from Tracker.
2009-03-22 Zeeshan Ali... Fix a typo that messed-up the Music titles.
2009-03-21 Zeeshan Ali... Fix the typo and actually require libsoup >= 2.26.0.
2009-03-21 Zeeshan Ali... Report the (hopefully) correct DLNA profile for mpeg...
2009-03-21 Zeeshan Ali... Scale the video to High Definition.
2009-03-21 Zeeshan Ali... More information hiding by Transcoder classes.
2009-03-21 Zeeshan Ali... Rename add_resource to add_resources.
2009-03-21 Zeeshan Ali... Transcoder classes themselves add their resource.
2009-03-21 Zeeshan Ali... List the L16 resource before the MP3 one.
2009-03-21 Zeeshan Ali... No need for encoders to sync state with parent anymore.
2009-03-21 Zeeshan Ali... Put the encoders in the bin at startup.
2009-03-21 Zeeshan Ali... Just use Pad.can_link to check pad compatibility.
2009-03-21 Zeeshan Ali... Add more metadata to "audio/L16" transcoding resource.
2009-03-21 Zeeshan Ali... Replace add_resource with create_resource.
2009-03-21 Zeeshan Ali... Refactor TranscodeManager.add_resources a bit more.
2009-03-21 Zeeshan Ali... Add transcoder for "audio/L16" (LPCM in DLNA terms).
2009-03-21 Zeeshan Ali... Refactor TranscodeManager.add_resources().
2009-03-21 Zeeshan Ali... Use g_content_type_is_a to compare mimetypes.
2009-03-21 Zeeshan Ali... Generalize gst element creation in base transcoder.
2009-03-21 Zeeshan Ali... Correct indention of Transcoder classes.
2009-03-21 Zeeshan Ali... Put the audioresample before audio encoder, just in...
2009-03-21 Zeeshan Ali... Explicitly require and link to libsoup-2.4 >= 2.26.0.
2009-03-21 Zeeshan Ali... LiveResponse should use EOF encoding rather than CHUNKED.
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...
next