Age | Commit message (Expand) | Author |
2004-03-03 | kill "unused variable" warning | Johannes Stezenbach |
2004-03-01 | remove superflous memset() which caused section data to be overwritten | Johannes Stezenbach |
2004-03-01 | Better default delay for DVB-T frontends | Andrew de Quincy |
2004-02-28 | Fixed syntax error | Andrew de Quincy |
2004-02-27 | Set fe->state to FESTATE_IDLE on thread stop to ensure everything | Andrew de Quincy |
2004-02-27 | More finetuning as a result of experimentation | Andrew de Quincy |
2004-02-27 | Reduced maxdrift for QPSK by half, as it was drifting across onto other | Andrew de Quincy |
2004-02-26 | Fixed synchronisation problem where an app could issue | Andrew de Quincy |
2004-02-26 | Added FE_GETMINDELAY. The frontend can implement this, and return a | Andrew de Quincy |
2004-02-26 | Upped fast scan delay to 50ms; seems to be more reliable | Andrew de Quincy |
2004-02-26 | Reduced the number of tuning steps to be as it was previously | Andrew de Quincy |
2004-02-25 | Fixed stupid lastminutechange bug | Andrew de Quincy |
2004-02-25 | Rewritten core tuning loop. Name of a few flags still to be changed. | Andrew de Quincy |
2004-02-23 | viro@parcelfarce.linux.theplanet.co.uk: [netdrvr dvb/dvb_net] fixes | Michael Hunold |
2004-02-21 | Initial checkin. These are untested, and probably will not compile; | Andrew de Quincy |
2004-02-10 | fix dvb_ringbuffer_read/write() buffer pointer bug | Johannes Stezenbach |
2004-02-07 | fix tuning speed issue | Johannes Stezenbach |
2004-01-31 | - replace usage of sleep_on_...() here, too | Michael Hunold |
2004-01-31 | - add wait_event_interruptible_timeout() macro to dvb-compat.h | Michael Hunold |
2004-01-30 | - fix NET_GET_IF Oops on 2.6.x | Johannes Stezenbach |
2004-01-23 | - spelling fix: aquire -> acquire | Michael Hunold |
2004-01-20 | - some more compatiblity cruft to make the driver compile down to | Michael Hunold |
2004-01-16 | merge frontend improvements from DVB tree: | Johannes Stezenbach |
2004-01-14 | corrected bug in dvb_demux.c:1.44->1.45: | Andreas Oberritter |
2004-01-12 | - copy each packet only once to the dvr device, even if a PID is in multiple ... | Michael Hunold |
2004-01-07 | - add defines again, needed for older kernels, of course... | Michael Hunold |
2004-01-05 | - fix compiler warning | Michael Hunold |
2003-12-20 | corrected handling of feed lists | Andreas Oberritter |
2003-12-08 | Add a parameter to dvb_filter_pes2ts function to specify whether the packet | Alex Woods |
2003-12-03 | emard's cleanup | Holger Waechtler |
2003-12-02 | emard's new section demux code. Please test! | Holger Waechtler |
2003-11-14 | change license GPL -> LGPL | Oliver Endriss |
2003-11-10 | applied skystar2 tone burst patch by Vincenzo Di Massa and fixed a compile ti... | Holger Waechtler |
2003-10-31 | fix rare crash on invalid packets, patch by Asier Aguirre | Johannes Stezenbach |
2003-10-28 | Copy the data variable as well on register client so that detach | Jamie Honan |
2003-10-16 | - change all occurences of crc32_le to crc32_be | Michael Hunold |
2003-10-16 | - fix compilation error in dvb_net.c | Michael Hunold |
2003-10-16 | - add missing #include <linux/version> to fix compilation | Michael Hunold |
2003-10-15 | fixed the bug found by this portuguese girl. | Holger Waechtler |
2003-10-14 | Pass thorugh return value of register_chrdev() | Michael Hunold |
2003-10-14 | In 2.6, the networking code has changed. Unfortunately, we | Michael Hunold |
2003-10-14 | Backfeed whitespace changes from linux-2.6.0-test7, so this won't | Michael Hunold |
2003-10-14 | Include 2.6 kernel janitor cleanups (eliminate #include duplication, shift | Michael Hunold |
2003-10-13 | Packet size 204 for dst. | Jamie Honan |
2003-10-13 | dvb_dmx_swfilter_204 for DST-CI. | Jamie Honan |
2003-10-13 | Added Brad Campbell's dvb_dmx_swfilter_204 routine to handle data from | Jamie Honan |
2003-10-13 | Added Brad Campbell's dvb_dmx_swfilter_204 for data from dst-ci. | Jamie Honan |
2003-10-09 | dvb_dmx_swfilter_section_feed: check CRC only when | Johannes Stezenbach |
2003-10-09 | This file is not used anymore. | Michael Hunold |
2003-10-08 | avoid "redefinition of bla bla" errors when building with patched kernels | Andreas Oberritter |