Age | Commit message (Expand) | Author |
2011-10-03 | Prefix open_cloexec() and create_cloexec() with xine_, and add new xine_socke... | Chris Rankin |
2011-10-01 | Mark simple file and socket descriptors as uninheritable. | Chris Rankin |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2008-11-20 | Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ... | František Dvořák |
2008-07-28 | Only set the tuner if we're going to use it (fixes baseband video inputs) | Simon Farnsworth |
2008-07-28 | Preallocate after we know how large the frames will be (fixes a buffer overrun) | Simon Farnsworth |
2008-07-02 | Don't segfault when the user requests an input the card doesn't posess. | Simon Farnsworth |
2008-06-19 | Swap positions of "auto" and "old" in the v4l TV standards list. | Darren Salt |
2008-06-17 | input_v4l: Set video format | Simon Farnsworth |
2008-05-23 | Mark initialisation functions with malloc attribute. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Centralise frames allocation for input_v4l. | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-01-26 | Quick hack to allow configuration of the V4L ALSA audio input device. | Darren Salt |
2008-01-14 | Change the default v4l device paths to /dev/{video,radio}0. | Darren Salt |
2007-12-24 | Consistently use "colour", "colour key", "colour space" in output. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-05-16 | v4l: replace faulty use of xprintf with lprintf. | Simon Farnsworth |
2007-01-19 | Make get_mrl return a const char * too. | Diego 'Flameeyes' Pettenò |
2006-12-19 | Mark string-type configuration items according to whether they're plain | Darren Salt |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-06-18 | Misc warnings fixes. | Diego 'Flameeyes' Pettenò |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2005-10-14 | input plugin time seeking patch. | Miguel Freitas |
2005-07-18 | **bugfix** | Miguel Freitas |
2005-02-12 | fix broken speed_factor calculation in pvrscr_speed_tuning, spelling fix tunn... | Stefan Holst |
2005-02-06 | Added a plugin_node_t pointer to the input plugin struct. | Thibaut Mattern |
2004-12-12 | huge patch ahead: reorganizing config entries with automatic conversion | Michael Roitzsch |
2004-10-31 | last fixes... | Miguel Freitas |
2004-10-29 | use monotonic clock when available | Miguel Freitas |
2004-10-27 | barry scott v4l patch | Miguel Freitas |
2004-09-20 | Build system improvements: | František Dvořák |
2004-08-02 | no objections so far: committing the fine speed control patch | Miguel Freitas |
2004-07-20 | Add const to get_identifier return type since that's n fact what it | Rocky Bernstein |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-05-26 | memory leak fix by Barry Scott <barry.scott@onelan.co.uk> | Michael Roitzsch |
2004-04-10 | improving config help strings | Michael Roitzsch |
2004-03-10 | Send headers so that the standard yuv and lpcm decoders can be used | James Stembridge |
2004-03-08 | Alsa audio capture fixes | James Stembridge |
2004-03-05 | Whoops, don't want logging | James Stembridge |
2004-03-05 | unmute_audio may as well work like the other helper function and workd out th... | James Stembridge |
2004-03-05 | Cleanup plugin init | James Stembridge |
2004-03-05 | Factor out some more common code | James Stembridge |
2004-03-05 | Factor out some common code | James Stembridge |
2004-03-05 | Cleanup debug output, use lprintf and xprintf | James Stembridge |
2004-02-16 | fix freezes with input plugins that play with the speed: | uid86226 |
2004-02-12 | getting rid of AO_PROP_PAUSED, because it can be derived by asking the clock | Michael Roitzsch |
2003-12-20 | No globals allowed. Fix indentation style. Explicit (void) function parameter. | Daniel Caujolle-Bert |
2003-12-14 | API version bounce | Siggi Langauf |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-11-26 | xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat... | Daniel Caujolle-Bert |