profile/ivi/rygel.git
2009-04-24 Zeeshan Ali... ConfigReader + ConfigEditor = Configuration
2009-04-24 Zeeshan Ali... Remove the unused convenience methods
2009-04-23 Zeeshan Ali... Don't load disabled plugins
2009-04-23 Zeeshan Ali... Don't use GConf.Client.get_bool ()
2009-04-23 Zeeshan Ali... Add option to enable/disable plugins
2009-04-23 Zeeshan Ali... More use of consts defined for gconf keys
2009-04-23 Zeeshan Ali... Merg 'section' and 'title' props of PluginPrefVBox
2009-04-23 Zeeshan Ali... Add pref vbox for all existing plugins.
2009-04-23 Zeeshan Ali... Introducing PluginPrefVBox.
2009-04-23 Zeeshan Ali... Put code to add a pref page in a separate method
2009-04-23 Zeeshan Ali... Provide consts for title and UDN keys
2009-04-23 Zeeshan Ali... Don't expose 'enable-xbox' prop to user
2009-04-23 Zeeshan Ali... Pass the title and section args in correct order
2009-04-23 Zeeshan Ali... Treat empty strings from gconf as nulls.
2009-04-22 Zeeshan Ali... Minor indentation fix.
2009-04-22 Zeeshan Ali... Introducing GeneralPrefVBox.
2009-04-22 Zeeshan Ali... Make some fields/methods of PreferencesVBox, protected.
2009-04-22 Zeeshan Ali... Keep section name in a object field.
2009-04-22 Zeeshan Ali... Put the PreferencesVBox in Notebook.
2009-04-22 Zeeshan Ali... PreferencesVBox should provide a title for itself.
2009-04-22 Zeeshan Ali... PreferencesDialog doesn't need to keep config_editor.
2009-04-22 Zeeshan Ali... Introducing PreferencesVBox.
2009-04-22 Zeeshan Ali... Rename Preferences to PreferencesDialog.
2009-04-22 Zeeshan Ali... Also save the integers.
2009-04-22 Zeeshan Ali... Save the boolean options as well.
2009-04-22 Zeeshan Ali... Actually save the configuration.
2009-04-22 Zeeshan Ali... Keep the config_editor in the object scope.
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'.
next