gst-plugins-mythtv/src/gstmythtvsrc.c
2007-04-19 [svn r580] * Fixed bug on reset element;
2007-04-17 [svn r564] Put GStreamer based auto-documentation.
2007-04-16 [svn r558] Sets the mythtv source "location" property, with the new pathname.
2007-04-13 [svn r556] GMyth API changes.
2007-04-13 [svn r553] _stop GStreamer's plug-in handler is now doing all the clean-ups.
2007-04-13 [svn r551] GMyth API changes (GObject fixes and added inheritance).
2007-04-12 [svn r536] Reverted changes on GMythFile* inheritance.
2007-04-12 [svn r533] Change in the API, when dealing with the GMythFile* objects.
2007-04-05 [svn r511] bug fix
2007-04-04 [svn r508] updated to new gmyth_file_transfer_read
2007-03-26 [svn r453] API changes, regarding code cleanups in the GMythLiveTV.
2007-03-22 [svn r434] Fixes to the program info; prepare to the new Program Info change notification function calls.
2007-03-08 [svn r412] Allows that a recorded movie doesn't send REQUEST_BLOCK messages indefinitely.
2007-02-16 [svn r380] Changes made to the GMyth API.
2007-02-15 [svn r376] Added more documentation aboute LiveTV, removed program chain cahngin from plug-in.
2007-02-14 [svn r366] Changes on GMyth API.
2007-02-13 [svn r361] Changes in the GMyth API.
2007-02-02 [svn r327] Changes due the API change on LiveTV.
2007-01-30 [svn r313] Put autoconf macros to extend capabilities and meta-tags coming from GStreamer official repositories.
2007-01-29 [svn r312] Removes some debug messages.
2007-01-26 [svn r309] Some changes in the channel name to the LiveTV.
2007-01-25 [svn r305] Stop the old FileTransfer socket connection, when trying to move to the next program chain.
2007-01-25 [svn r304] Change the movement to the next program info.
2007-01-24 [svn r296] Fixes GST_LICENSE problem.
2007-01-23 [svn r294] Some fixes, moved _is_recording to recorder.
2007-01-22 [svn r290] Removed some LiveTV function setup calls from the _start method.
2006-12-21 [svn r240] Fixes bug with livetv_channel values interval.
2006-12-20 [svn r239] Change timeout to a larger value.
2006-12-20 [svn r237] Added channel info.
2006-12-20 [svn r236] Moved newly added program chain setup from plug-in to the GFileTransfer.
2006-12-19 [svn r228] Optimizations, freeing unallocated resources.
2006-12-18 [svn r225] Some performance optimizations.
2006-12-12 [svn r218] Simplified FileTransfer usage.
2006-12-06 [svn r211] Some code clean-ups.
2006-12-06 [svn r205] Fixes error on segment event sinding.
2006-12-04 [svn r186] Come back passing URI strings to file transfer openings.
2006-12-02 [svn r175] Do changes in some API modifications function calls on FileTransfer.
2006-11-30 [svn r160] Filetransfer interface now receives GMythBackendInfo and file name instead of URI
2006-11-30 [svn r153] Added some more leak check routines.
2006-11-30 [svn r152] Some performance optimizations and memory clean-up routines.
2006-11-29 [svn r143] Fixed problem when trying to find EOS.
2006-11-28 [svn r125] Performance aspects, remade the buffer filling.
2006-11-27 [svn r119] Added the GMythBackendInfo dependency.
2006-11-27 [svn r115] Some API changes.
2006-11-24 [svn r111] Put the gmyth_livetv calls in the right place...
2006-11-24 [svn r109] Function IS_RECORDING moved from FileTransfer to Recorder.
2006-11-24 [svn r107] Some minor adjustments, added FRONTEND_READY message when prerroling.
2006-11-22 [svn r103] Changed the way buffers are received from the MythTV backend; size can increase.
2006-11-22 [svn r101] Changed it back to GstPushSrc.
2006-11-22 [svn r99] Removed GstAdapter, changed it to GByteArray.
2006-11-17 [svn r96] Removed guint8 * buffer, changed to a GstAdapter.
2006-11-17 [svn r95] Minor fixes on the GstAdapter (cache buffer).
2006-11-17 [svn r94] Changed to use GstAdapter, instead of using the guint pointer.
2006-11-17 [svn r91] Added changes proposed by melunko (buffer on plug-in).
2006-11-15 [svn r88] Fixes the autotools prefix directory, added do_seek callback to the source.
2006-11-13 [svn r82] Changed the MythTV source to the PUSH mode.
2006-11-07 [svn r72] Added some LiveTV performance optimizations.
2006-11-06 [svn r71] Added some new functions: set channel, change program info improvements, faster live TV content rendering.
2006-10-30 [svn r64] Some fixes on performance.
2006-10-27 [svn r62] Some fixes.