gmyth/src/gmyth_recorder.c
2008-01-23 [svn r896] fixed channel_id, program_id types
2007-06-14 [svn r760] changed code style to Kernel Normal Form style with tabsize=4
2007-06-14 [svn r756] fixed indent using GNU Style
2007-05-23 [svn r707] Fixed the wrong commentary indentation.
2007-05-23 [svn r704] Added gmyth-upnp-search, to search for MythTV UPnP devices.
2007-05-17 [svn r691] Some debug messages removed
2007-05-16 [svn r679] removed function to parse long_long strings
2007-04-18 [svn r573] New function to get the information about the program info path directiory.
2007-04-13 [svn r550] A lot of GObject fixes (using the GType casting), added inheritance to the GMythFile* modules, locks all the the STOP_RECORDING messages.
2007-04-12 [svn r534] Added GObject inheritance to the GMythFile* modules.
2007-04-04 [svn r505] fixed gmyth_file_transfer class
2007-04-04 [svn r498] Added function to get the current frame rate.
2007-04-03 [svn r495] Some more code clean-ups.
2007-04-03 [svn r491] Solve bug with the --enable-debug on configure.ac; reversed changes in the GMythBackendInfo object; procedure to close the Recorder in not mandatory.
2007-04-02 [svn r484] Added gmyth_util_get_channel_list to the gmyth_util.h; removes static_mutex locking/unlocking from the gmyth_util.
2007-03-30 [svn r477] Added functions to get the channel's list from the MythTV, using the normal backend server messages.
2007-03-28 [svn r472] Changed all the g_debug, g_warning and g_debug calls, to the gmyth_debug status/error printing function.
2007-03-27 [svn r468] Function to free the remotely allocated TV tuner.
2007-03-27 [svn r467] Addded functions to help stopping LiveTV recording.
2007-03-23 [svn r451] various memory leaks and object counting fixed
2007-03-23 [svn r448] Fills a list with all the added program info into the TV Chain.
2007-03-20 [svn r425] Added internal DOxygen documentation.
2007-02-13 [svn r358] Fixes on the GMythProgramInfo attributes, changes all references from GStaticMutex to GMutex.
2007-02-09 [svn r347] More fixes on cleaning up variables.
2007-02-09 [svn r345] Fixes for clsing socket connections.
2007-02-08 [svn r338] Moved cleaning code from the _finalize methods in GObject, to the _dispose methods.
2007-02-07 [svn r336] More fixes on disposing GObjects.
2007-02-07 [svn r332] Solve some g_object_unref faults and misusages.
2007-02-01 [svn r323] Some updates in the LiveTV.
2007-01-29 [svn r311] A lot of fixes regarding program info structure creation.
2007-01-29 [svn r310] Added new function to recorder: CHANGE_CHANNEL, which try to move to the next valid channel, instead of passing a valid channel name.
2007-01-26 [svn r308] A lot of improvements related SET_CHANNEL messages.
2007-01-23 [svn r293] Some fixes to the program info.
2007-01-23 [svn r292] GObject format to the GMythProgramInfo, new actions such as GET_PROGRAM_INFO and GET_CURRENT_RECORDER.
2007-01-20 [svn r288] Some refinements to put the change channel functions working.
2007-01-18 [svn r277] Fixed gmyth_socket_new() interface change
2007-01-11 [svn r267] Added gmyth_http to handle HTTP queries to port 6544 on the backend
2006-12-08 [svn r214] HAVE_CONFIG added
2006-12-02 [svn r180] Removed code snippets regarding all the Monitor socket issues; it is now a work for GMythMonitorHandler.
2006-11-28 [svn r132] implemented debug function
2006-11-27 [svn r118] Added GMythBackendInfo class to fit our architecture needs
2006-11-27 [svn r116] A lot of API changes.
2006-11-23 [svn r105] Changed the function that gets the net interface names, added some recoreder functions.
2006-11-06 [svn r66] Refactoring some remoce_encoder functions, which actually needs to be just recorder; added channel-related recorder functions.