summaryrefslogtreecommitdiff
path: root/src/input/input_v4l.c
AgeCommit message (Expand)Author
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
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...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-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-09- fix build on Debian unstable, those dummies seem to have put the Linux 2.6Bastien Nocera
2003-11-08Use info helper functions.Thibaut Mattern
2003-11-05Jeroen's patch: avoid pausing the scr provider directly (doing so may freezeMiguel Freitas
2003-10-26fix some prominent compiler warningsMichael Roitzsch
2003-10-10- fix segfault trying to listen to the radio, patch from Jeroen Asselman <j.a...Bastien Nocera
2003-09-16XINE_EVENT_MRL_REFERENCE must not be used hereMiguel Freitas
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert
2003-07-24make input_v4l compile even without alsaStefan Holst
2003-07-23- don't crash when compiled with alsa support and no alsa device is presentBastien Nocera
2003-07-19- use paths for the devices from the config file, don't segfault if there's n...Bastien Nocera
2003-06-19fixed:Stefan Holst
2003-06-16Patch from Jeroen Asselman:Stefan Holst
2003-05-02require slash on mrl syntax.Miguel Freitas
2003-05-02fix compilation with LOG defined: mrl undeclaredMichael Roitzsch