summaryrefslogtreecommitdiff
path: root/src/input/input_pvr.c
AgeCommit message (Expand)Author
2013-09-13Copyright year update by hg log infoTorsten Jager
2011-12-10Merge from 1.1.Darren Salt
2011-11-23Have the PVR input plugin built if V4L2, not V4L1, is present.Darren Salt
2011-10-17Merge from 1.1Petri Hintukainen
2011-10-10Fixed asprintf usagePetri Hintukainen
2011-10-04Merge from 1.1.Darren Salt
2011-10-03Prefix open_cloexec() and create_cloexec() with xine_, and add new xine_socke...Chris Rankin
2011-10-01Mark simple file and socket descriptors as uninheritable.Chris Rankin
2009-12-01Fork failure messages shouldn't be debug-only.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-12-12Merge from 1.1.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-02-10Merge from 1.1.Darren Salt
2009-02-10Fix broken size checks in various input plugins (ref. CVE-2008-5239).Darren Salt
2009-01-17Merge from 1.1.Darren Salt
2009-01-05Merge security fixes from 1.1.Darren Salt
2009-01-04Fix for CVE-2008-5239Matthias Hopf
2008-05-29Merge from 1.1.Darren Salt
2008-05-23Mark initialisation functions with malloc attribute.Diego 'Flameeyes' Pettenò
2008-05-23Merge from 1.1. VDR needs to be updated.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ò
2009-01-16Fix a broken size check in the pvr input plugin (ref. CVE-2008-5239).Darren Salt
2008-01-06Merge from 1.1.Darren Salt
2008-01-04Fixed an issue in input_pvr with setting the frequency of the tuner for ivtv ...Richard van Paasen
2007-12-30Merge from 1.1 (except po/*; translators needed for this).Darren Salt
2007-12-22Fixed an input_pvr issue with 'set input' for ivtv versions 0.10.6+.Richard van Paasen
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-18Use asprintf.Diego 'Flameeyes' Pettenò
2007-12-11Bump the input plugins interface version to 18 as they got updated.Diego 'Flameeyes' Pettenò
2007-12-11Use default_*_class_dispose macro whenever the class dispose function only ca...Diego 'Flameeyes' Pettenò
2007-12-11Use N_() rather than _(), passing the string just once to gettext().Diego 'Flameeyes' Pettenò
2007-12-11Update all input plugins to the new identifier/description interface.Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-10Merge from 1.1.Darren Salt
2007-11-09Use system's linux/videodev2.h header file.Diego 'Flameeyes' Pettenò
2007-11-09Merge FSF address changes from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-06-09Convert all input plugins to use void * as type for the buf parameter of read...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