summaryrefslogtreecommitdiff
path: root/src/input/input_pvr.c
AgeCommit message (Collapse)Author
2003-06-25bugfix, stability improvementMiguel Freitas
CVS patchset: 5095 CVS date: 2003/06/25 00:28:41
2003-05-15current ivtv api doesn't support changing setting on the flyMiguel Freitas
CVS patchset: 4854 CVS date: 2003/05/15 17:46:22
2003-05-15support changing bitrate.Miguel Freitas
actually its not possible to change vbr<->cbr mode because this setting is not available on current ivtv api. CVS patchset: 4853 CVS date: 2003/05/15 16:41:57
2003-05-09fix audio problems (it didn't turn it on again on fastforward->realtimeMiguel Freitas
transition) CVS patchset: 4808 CVS date: 2003/05/09 20:49:34
2003-05-09use experimental ivtv api for setting stream type.Miguel Freitas
this might change, but at least now users don't have to edit ivtv sources. CVS patchset: 4805 CVS date: 2003/05/09 17:57:14
2003-05-08update pvr driver to be compatible with current ivtv cvsMiguel Freitas
it uses v4l2 that is not included in stable kernels, so i'm adding a copy of videodev2.h to be able to compile it. CVS patchset: 4800 CVS date: 2003/05/08 21:13:55
2003-05-05add new event for pausing pvrMiguel Freitas
the engine must be paused "from inside", otherwise, fifos might be full and pvr plugin read function would never be called anymore. CVS patchset: 4772 CVS date: 2003/05/05 16:22:08
2003-05-02realtime reporting fixesMiguel Freitas
CVS patchset: 4754 CVS date: 2003/05/02 23:41:18
2003-05-02require slash on mrl syntax.Miguel Freitas
exception: file plugin can accept relative paths (see message on xine-devel) CVS patchset: 4751 CVS date: 2003/05/02 15:02:11
2003-04-26bump up input plugin interface version numberGuenter Bartsch
CVS patchset: 4692 CVS date: 2003/04/26 22:34:31
2003-04-13Input plugin api change:Thibaut Mattern
old open() function replaced by : *_class_get_instance() : return an instance if the plugin handles the mrl *_plugin_open() : open the stream CVS patchset: 4598 CVS date: 2003/04/13 16:02:53
2003-03-31report realtime on seekingMiguel Freitas
CVS patchset: 4521 CVS date: 2003/03/31 15:34:16
2003-03-21bugfixMiguel Freitas
CVS patchset: 4465 CVS date: 2003/03/21 21:54:18
2003-03-21add pvr realtime reporting eventMiguel Freitas
CVS patchset: 4464 CVS date: 2003/03/21 17:54:53
2003-03-21bugfixMiguel Freitas
CVS patchset: 4463 CVS date: 2003/03/21 17:41:13
2003-03-21small bugfix, doesn't send event if not savingMiguel Freitas
CVS patchset: 4462 CVS date: 2003/03/21 16:59:48
2003-03-20cleanups and fixes for the PVR plugin. added documentation on how to writeMiguel Freitas
a PVR frontend using that plugin, hopefully somebody will do it :) CVS patchset: 4454 CVS date: 2003/03/20 22:58:40
2003-03-12max_pages should be > 0Miguel Freitas
CVS patchset: 4399 CVS date: 2003/03/12 23:04:41
2003-03-10do not waste cpu if paused/not playing plus some small fixesMiguel Freitas
CVS patchset: 4391 CVS date: 2003/03/10 23:21:27
2003-03-07avoid tweaking the clock if stream is not being decoded/playedMiguel Freitas
CVS patchset: 4359 CVS date: 2003/03/07 16:23:02
2003-03-07- pvr improvements. it has two paths now, one for temporary files andMiguel Freitas
another for saved recordings. it may be controled by events (channel selection, save from current point, etc) - not really tested yet - fix for my daily build compilation CVS patchset: 4354 CVS date: 2003/03/07 01:20:22
2003-03-05ops, reverting test stuffMiguel Freitas
CVS patchset: 4337 CVS date: 2003/03/05 14:00:14
2003-03-05forbidden commentMike Melanson
CVS patchset: 4336 CVS date: 2003/03/05 03:01:59
2003-03-05- resync to mpeg stream in case of driver buffer overflowMiguel Freitas
- make position/size consistent with page aging (discarding old pages) CVS patchset: 4334 CVS date: 2003/03/05 00:27:35
2003-03-04experimental wintv-pvr 250/350 pluginMiguel Freitas
CVS patchset: 4332 CVS date: 2003/03/04 21:43:53