summaryrefslogtreecommitdiff
path: root/src/input/input_pvr.c
AgeCommit message (Expand)Author
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-10-29use monotonic clock when availableMiguel Freitas
2004-08-27fix deadlock.Miguel Freitas
2004-08-02no objections so far: committing the fine speed control patchMiguel Freitas
2004-07-25protect some buffers to be on the safe side (some of them might be hardMichael Roitzsch
2004-07-20Add const to get_identifier return type since that's n fact what itRocky Bernstein
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-05-16fix [ 855802 ] xine-lib -- input_pvr.c -- unpause seeks to beginningMiguel Freitas
2004-04-10improving config help stringsMichael Roitzsch
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2004-02-16fix freezes with input plugins that play with the speed:uid86226
2004-02-12getting rid of AO_PROP_PAUSED, because it can be derived by asking the clockMichael Roitzsch
2003-12-14API version bounceSiggi Langauf
2003-12-13users had requested to make pvr device configurableMiguel Freitas
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-09-02fix unsigned compare and buf leakMiguel Freitas
2003-08-29workaround an ivtv bug where stream gets bad mpeg2 artifactsMiguel Freitas
2003-08-09trying to fix some reported problemsMiguel Freitas
2003-08-04reorder initialization so lack of ivtv driver is handled more gratefulyMiguel Freitas
2003-07-12- adding support for the Intel compiler iccMichael Roitzsch
2003-07-04sync to ivtv cvsMiguel Freitas
2003-07-02fix unreleased mutex, also some reordering to guarantee consistency ofMiguel Freitas
2003-06-29use the correct mutexMiguel Freitas
2003-06-25bugfix, stability improvementMiguel Freitas
2003-05-15current ivtv api doesn't support changing setting on the flyMiguel Freitas
2003-05-15support changing bitrate.Miguel Freitas
2003-05-09fix audio problems (it didn't turn it on again on fastforward->realtimeMiguel Freitas
2003-05-09use experimental ivtv api for setting stream type.Miguel Freitas
2003-05-08update pvr driver to be compatible with current ivtv cvsMiguel Freitas
2003-05-05add new event for pausing pvrMiguel Freitas
2003-05-02realtime reporting fixesMiguel Freitas
2003-05-02require slash on mrl syntax.Miguel Freitas
2003-04-26bump up input plugin interface version numberGuenter Bartsch
2003-04-13Input plugin api change:Thibaut Mattern
2003-03-31report realtime on seekingMiguel Freitas
2003-03-21bugfixMiguel Freitas
2003-03-21add pvr realtime reporting eventMiguel Freitas
2003-03-21bugfixMiguel Freitas
2003-03-21small bugfix, doesn't send event if not savingMiguel Freitas
2003-03-20cleanups and fixes for the PVR plugin. added documentation on how to writeMiguel Freitas
2003-03-12max_pages should be > 0Miguel Freitas
2003-03-10do not waste cpu if paused/not playing plus some small fixesMiguel Freitas
2003-03-07avoid tweaking the clock if stream is not being decoded/playedMiguel Freitas
2003-03-07- pvr improvements. it has two paths now, one for temporary files andMiguel Freitas
2003-03-05ops, reverting test stuffMiguel Freitas
2003-03-05forbidden commentMike Melanson