summaryrefslogtreecommitdiff
path: root/src/input/input_pvr.c
AgeCommit message (Collapse)Author
2003-12-14API version bounceSiggi Langauf
CVS patchset: 5912 CVS date: 2003/12/14 22:13:22
2003-12-13users had requested to make pvr device configurableMiguel Freitas
CVS patchset: 5905 CVS date: 2003/12/13 21:55:52
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ↵Daniel Caujolle-Bert
relevant too. Small other little fix (can't remember). Change few internal function prototype because it xine_t pointer need to be used if some xine's internal sections. NOTE: libdvd{nav,read} is still too noisy, i will take a look to made it quit, without invasive changes. To be continued... CVS patchset: 5844 CVS date: 2003/12/05 15:54:56
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
CVS patchset: 5796 CVS date: 2003/11/26 19:43:26
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
BIG NOTE: use helpers to access to these informations (get/set/reset): _x_{stream,meta}_info_{get,set,reset}() are for internal use, don't use *_public() ones from inside the beast ;-) Some wrongly names "xine_" fonction renaming. CVS patchset: 5757 CVS date: 2003/11/16 23:33:42
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
CVS patchset: 5731 CVS date: 2003/11/15 13:01:00
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
CVS patchset: 5721 CVS date: 2003/11/11 18:44:50
2003-09-02fix unsigned compare and buf leakMiguel Freitas
CVS patchset: 5331 CVS date: 2003/09/02 14:29:29
2003-08-29workaround an ivtv bug where stream gets bad mpeg2 artifactsMiguel Freitas
after changing inputs. reopening the device fixes it. CVS patchset: 5317 CVS date: 2003/08/29 17:53:21
2003-08-09trying to fix some reported problemsMiguel Freitas
CVS patchset: 5266 CVS date: 2003/08/09 23:15:46
2003-08-04reorder initialization so lack of ivtv driver is handled more gratefulyMiguel Freitas
CVS patchset: 5241 CVS date: 2003/08/04 02:52:23
2003-07-12- adding support for the Intel compiler iccMichael Roitzsch
- general multipass compilation make targets CVS patchset: 5149 CVS date: 2003/07/12 12:31:13
2003-07-04sync to ivtv cvsMiguel Freitas
CVS patchset: 5129 CVS date: 2003/07/04 04:09:23
2003-07-02fix unreleased mutex, also some reordering to guarantee consistency ofMiguel Freitas
play_blk/play_page CVS patchset: 5122 CVS date: 2003/07/02 18:20:55
2003-06-29use the correct mutexMiguel Freitas
CVS patchset: 5114 CVS date: 2003/06/29 21:56:17
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