profile/ivi/rygel.git
2009-04-24 Marc-André... Use git-version-gen to generate package version.
2009-04-19 Zeeshan Ali... Provide a DOAP file.
2009-04-14 Zeeshan Ali... No need to require gstreamer trunk.
2009-04-08 Zeeshan Ali... Require vala trunk (0.7.1).
2009-04-08 Zeeshan Ali... Update build system for latest vala.
2009-04-01 Zeeshan Ali... Add audiorate element to audio transcoding pipeline.
2009-04-01 Zeeshan Ali... Put the videorate element after videoscale.
2009-04-01 Zeeshan Ali... Remove the FIXME comment from MediaItem.
2009-04-01 Zeeshan Ali... Just set all the desired caps at the end of the pipeline.
2009-04-01 Zeeshan Ali... The aspect-ratio needs to be 1:1 once video has been...
2009-04-01 Zeeshan Ali... Use ffenc_mpeg2video instead of mpeg2video.
2009-04-01 Zeeshan Ali... Make sure mpeg ts transcoder outputs 30 fps.
2009-04-01 Zeeshan Ali... mpeg ts transcoder provides NTSC (30 fps).
2009-03-31 Zeeshan Ali... mp3 and l16 transcoder support audio upnp class rather...
2009-03-28 Zeeshan Ali... Some basic documentation for recently added classes.
2009-03-28 Zeeshan Ali... MP3Trancoder specifies the bitrate in Resource.
2009-03-28 Zeeshan Ali... mpeg2enc wants us to tell it the aspect ratio.
2009-03-28 Zeeshan Ali... TranscodeManager keeps a single list of transcoders.
2009-03-28 Zeeshan Ali... TranscodeManager keeps list of transcoders.
2009-03-28 Zeeshan Ali... Transcoder tells the primary UPnP class it is meant...
2009-03-28 Zeeshan Ali... Provide video transcoding for audio/music items as...
2009-03-28 Zeeshan Ali... Provide audio transcoding for videos as well.
2009-03-28 Zeeshan Ali... Refactor TranscodeManager.add_resources().
2009-03-28 Zeeshan Ali... MP3Transcoder (re-)uses L16Transcoder's encoder.
2009-03-28 Zeeshan Ali... More specific naming for L16Transcoder's encoder bin.
2009-03-28 Zeeshan Ali... Correct a copy&paste mistake.
2009-03-28 Zeeshan Ali... L16Transcoder supports both endianness'es.
2009-03-28 Zeeshan Ali... Turn TranscoderBin into GstUtils.
2009-03-28 Zeeshan Ali... TranscoderBin.post_error is now static.
2009-03-28 Zeeshan Ali... create_transcoder is now part of relevant Transcoder.
2009-03-28 Zeeshan Ali... Put gst transcoder bins into separate files.
2009-03-28 Zeeshan Ali... MP3TrancoderBin doesn't need to keep layer info.
2009-03-28 Zeeshan Ali... MP3Transcoder doesn't need to proxy it's Bin's methods.
2009-03-28 Zeeshan Ali... Re-use const defined already to construct mime_type.
2009-03-28 Zeeshan Ali... Move add_resources to base Transcoder class.
2009-03-28 Zeeshan Ali... Remove unneeded args of Transcoder.create_resource().
2009-03-28 Zeeshan Ali... Implementations override Transcoder.create_resource.
2009-03-28 Zeeshan Ali... Move create_resource() from TranscodeManager to Transcoder.
2009-03-28 Zeeshan Ali... No need to mark TranscodeManager's methods 'internal'.
2009-03-28 Zeeshan Ali... MP2TSTranscoder supports both HD and SD.
2009-03-28 Zeeshan Ali... Rename MP3Profile to MP3Layer.
2009-03-28 Zeeshan Ali... Use dlna profile as transcoding target.
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.
next