summaryrefslogtreecommitdiff
path: root/src/input/input_pvr.c
AgeCommit message (Expand)Author
2009-01-04Fix for CVE-2008-5239Matthias Hopf
2008-05-23Mark initialisation functions with malloc attribute.Diego 'Flameeyes' Pettenò
2008-05-09Use asprintf() rather than malloc() + snprintf().Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-01-04Fixed an issue in input_pvr with setting the frequency of the tuner for ivtv ...Richard van Paasen
2007-12-22Fixed an input_pvr issue with 'set input' for ivtv versions 0.10.6+.Richard van Paasen
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-01-19Make get_mrl return a const char * too.Diego 'Flameeyes' Pettenò
2007-01-18Make get_description function return a const char * rather than just a char *...Diego 'Flameeyes' Pettenò
2006-12-19Mark string-type configuration items according to whether they're plainDarren Salt
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2006-02-05patch by Vlad Seryakov (don't change anything if parameters == -1)Miguel Freitas
2006-01-27Adapt the engine to the new list code.Thibaut Mattern
2005-11-28*BUGFIX*František Dvořák
2005-10-14input plugin time seeking patch.Miguel Freitas
2005-08-25*BUGFIX*František Dvořák
2005-02-07Added PLUGIN_MUST_PRELOAD to all input plugins registering config entries.Thibaut Mattern
2005-02-06Added a plugin_node_t pointer to the input plugin struct.Thibaut Mattern
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