gmyth/src/gmyth_livetv.c
2007-05-16 [svn r687] removed some debug messages
2007-05-16 [svn r671] Fixes t the DVB backend messages.
2007-05-16 [svn r668] Fixed but to release hostname string when the local machine does not have hostname set
2007-05-15 [svn r661] Fixed starvation loop when reading an unlimited-size buffer (LiveTV) from the FileTransfer; MonitorHandler is a GThread now.
2007-04-26 [svn r603] Uses Valgrind and Mudflap, to create cover tests, and make performance reports.
2007-04-19 [svn r583] New functions to get the channel list, fixes on the gmyth/gmyth.h references.
2007-04-18 [svn r573] New function to get the information about the program info path directiory.
2007-04-18 [svn r569] Beautify the test scripts, fixed some missing references to the gthread module.
2007-04-17 [svn r568] Solves problem with the set_timeout call.
2007-04-17 [svn r567] Removed unecessary ifdef's calls to print the gmyth_debug messages.
2007-04-16 [svn r559] Added SET_TIMEOU messagte, in order to optimize the FileTransfer download.
2007-04-13 [svn r555] Fixes the _dispose handler, and adds the GMythFile instances.
2007-04-05 [svn r514] added a sleep on livetv read file
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-03 [svn r486] fixed bug on filetransfer
2007-03-30 [svn r477] Added functions to get the channel's list from the MythTV, using the normal backend server messages.
2007-03-29 [svn r474] Put back the Monitor Handler starting on GMythLiveTV.
2007-03-28 [svn r473] memory leek fix
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 r469] bug fix
2007-03-27 [svn r459] bug fix on file_transfer
2007-03-26 [svn r457] added check != NULL before g_string_free to avoid GLib Critical warnings
2007-03-23 [svn r450] fixed transcoder
2007-03-23 [svn r442] added backend_info to constructor
2007-03-22 [svn r440] Removed dependency to LiveTV on File Transfer; changed FileTransfer to use directly the Recorder MythTV messages and queries.
2007-03-22 [svn r433] GMutex fixes on TVChain, added missing g_object_refs.
2007-03-21 [svn r429] Fixed link error with gmyth_program_info_print() when debug is disabled
2007-03-19 [svn r417] Added some documentation. Some string memory leak resolved. Memory handling errors in GMythStringlist solved. Some improvements in gmyth_jobqueue. Some other fixes
2007-03-07 [svn r404] Some fixes on the MythTV backend messages from LiveTV.
2007-03-01 [svn r386] Put a mutex on the GMythFileTransfer send/receive transfer methods. Added timeout message to the LiveTV.
2007-02-26 [svn r383] Some changes to livetv set_timeout.
2007-02-16 [svn r379] Some clean-ups.
2007-02-15 [svn r375] Some clean-up procedures.
2007-02-14 [svn r367] Itsn't mandatory to have database information in the GMyth URI.
2007-02-14 [svn r364] Fixed a mutual exclusion bug on the Monitor Handler GIOChannel read callback.
2007-02-13 [svn r360] Removed a lot of GStaticMutex references.
2007-02-13 [svn r358] Fixes on the GMythProgramInfo attributes, changes all references from GStaticMutex to GMutex.
2007-02-09 [svn r345] Fixes for clsing socket connections.
2007-02-08 [svn r344] Next program chain with different MythTV backend messages.
2007-02-08 [svn r339] GObject's dispose methods organization, and reviewed clean-up actions.
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-06 [svn r328] Some fixes on program info, and some memory clean ups.
2007-02-02 [svn r326] Moved part of LiveTV FileTransfer instance from the LiveTV core setup.
2007-02-02 [svn r324] Added function to request how many recorders are available.
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-26 [svn r308] A lot of improvements related SET_CHANNEL messages.
2007-01-25 [svn r303] More program info related functions.
2007-01-24 [svn r299] Fixes a log of wasteful GMythProgramInfo usage.
2007-01-24 [svn r297] Moved the sync (sleep) calls from GStreamer MythTV source plug-in to the gmtyh.
2007-01-23 [svn r293] Some fixes to the program info.
2007-01-22 [svn r289] Added pause recording calls to gmyth_livetv; removed sleep calls from the MythTV plug-in, put it back to livetv_setup function call.
2007-01-20 [svn r288] Some refinements to put the change channel functions working.
2007-01-19 [svn r283] Revert back an old version of gmyth_livetv_setup; bug commited yesterday, and was caused by an invalid MythTV database select statement.
2007-01-19 [svn r280] Some fixes to the TV chain creation, and gmyth_uri query parsing (set channel).
2007-01-19 [svn r279] Removed some useless debug messages