summaryrefslogtreecommitdiff
path: root/src/input/input_v4l.c
AgeCommit message (Expand)Author
2008-01-26Merge from 1.1.Darren Salt
2008-01-26Quick hack to allow configuration of the V4L ALSA audio input device.Darren Salt
2008-01-17Merge from 1.1.Darren Salt
2008-01-14Change the default v4l device paths to /dev/{video,radio}0.Darren Salt
2007-12-30Manual port of the color→colour change to 1.2; should make merging easier.Darren Salt
2007-12-22Merge -headers-reshuffle branch into main.Diego 'Flameeyes' Pettenò
2007-12-19Mark more arrays as constant.Diego 'Flameeyes' Pettenò
2007-12-19Mark tv_standard_names and tv_standard_value static.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.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-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-07-12input_v4l TV standard selection supportSimon Farnsworth
2007-06-09Convert all input plugins to use void * as type for the buf parameter of read...Diego 'Flameeyes' Pettenò
2007-05-16v4l: replace faulty use of xprintf with lprintf.Simon Farnsworth
2007-12-24Consistently use "colour", "colour key", "colour space" in output.Darren Salt
2007-01-19Make get_mrl return a const char * too.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-18Misc warnings fixes.Diego 'Flameeyes' Pettenò
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2005-10-14input plugin time seeking patch.Miguel Freitas
2005-07-18**bugfix**Miguel Freitas
2005-02-12fix broken speed_factor calculation in pvrscr_speed_tuning, spelling fix tunn...Stefan Holst
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-31last fixes...Miguel Freitas
2004-10-29use monotonic clock when availableMiguel Freitas
2004-10-27barry scott v4l patchMiguel Freitas
2004-09-20Build system improvements:František Dvořák
2004-08-02no objections so far: committing the fine speed control patchMiguel Freitas
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-26memory leak fix by Barry Scott <barry.scott@onelan.co.uk>Michael Roitzsch
2004-04-10improving config help stringsMichael Roitzsch
2004-03-10Send headers so that the standard yuv and lpcm decoders can be usedJames Stembridge
2004-03-08Alsa audio capture fixesJames Stembridge
2004-03-05Whoops, don't want loggingJames Stembridge
2004-03-05unmute_audio may as well work like the other helper function and workd out th...James Stembridge
2004-03-05Cleanup plugin initJames Stembridge
2004-03-05Factor out some more common codeJames Stembridge
2004-03-05Factor out some common codeJames Stembridge
2004-03-05Cleanup debug output, use lprintf and xprintfJames Stembridge
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-20No globals allowed. Fix indentation style. Explicit (void) function parameter.Daniel Caujolle-Bert
2003-12-14API version bounceSiggi Langauf