profile/ivi/rygel.git
2009-04-21 Zeeshan Ali... Differentiate between name and title of config options.
2009-04-21 Zeeshan Ali... Define constants for known keys.
2009-04-21 Zeeshan Ali... Add convenience methods to set IP, port and xbox support.
2009-04-21 Zeeshan Ali... Don't capitalize the gconf keys unless it's an abbrev.
2009-04-21 Zeeshan Ali... New class for editing of user configuration.
2009-04-21 Zeeshan Ali... Make convenience methods public.
2009-04-21 Zeeshan Ali... Use the convenience methods to read values from gconf.
2009-04-21 Zeeshan Ali... Convenient methods to read boolean and integer.
2009-04-21 Zeeshan Ali... Allow get_string() params/return to be null.
2009-04-21 Zeeshan Ali... All plugins need to link to gconf now.
2009-04-21 Zeeshan Ali... Make GConf client and path accessible to subclasses.
2009-04-21 Zeeshan Ali... Rename Configuration to ConfigReader.
2009-04-21 Zeeshan Ali... Don't put anything in gconf.
2009-04-20 Zeeshan Ali... Refactor more: HBox and Label now handled by add_pref_w...
2009-04-20 Zeeshan Ali... Don't put label as part of CheckButton.
2009-04-20 Zeeshan Ali... A bit of refactoring.
2009-04-20 Zeeshan Ali... Add "Enable Xbox support" option.
2009-04-20 Zeeshan Ali... Add widgets to set 'host-ip' and 'port' configuration.
2009-04-20 Zeeshan Ali... Put the cstuff in the config library.
2009-04-19 Zeeshan Ali... Skeleton for handling of dialog response.
2009-04-19 Zeeshan Ali... Dialog should be all visible from the beginning.
2009-04-19 Zeeshan Ali... Our dialog implements it's own run method.
2009-04-19 Zeeshan Ali... Add an "Apply" button.
2009-04-19 Zeeshan Ali... Beginning of a preferences UI.
2009-04-19 Zeeshan Ali... Put Configuration into a separate static library.
2009-04-19 Zeeshan Ali... Depend on Gtk+ if UI build is not disabled.
2009-04-19 Zeeshan Ali... GConf path prefix shouldn't be a public prop.
2009-04-19 Zeeshan Ali... Configuration should be part of public API.
2009-04-19 Zeeshan Ali... Put user configuration access into a separate object.
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.
next