summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core
AgeCommit message (Expand)Author
2004-03-03kill "unused variable" warningJohannes Stezenbach
2004-03-01remove superflous memset() which caused section data to be overwrittenJohannes Stezenbach
2004-03-01Better default delay for DVB-T frontendsAndrew de Quincy
2004-02-28Fixed syntax errorAndrew de Quincy
2004-02-27Set fe->state to FESTATE_IDLE on thread stop to ensure everythingAndrew de Quincy
2004-02-27More finetuning as a result of experimentationAndrew de Quincy
2004-02-27Reduced maxdrift for QPSK by half, as it was drifting across onto otherAndrew de Quincy
2004-02-26Fixed synchronisation problem where an app could issueAndrew de Quincy
2004-02-26Added FE_GETMINDELAY. The frontend can implement this, and return aAndrew de Quincy
2004-02-26Upped fast scan delay to 50ms; seems to be more reliableAndrew de Quincy
2004-02-26Reduced the number of tuning steps to be as it was previouslyAndrew de Quincy
2004-02-25Fixed stupid lastminutechange bugAndrew de Quincy
2004-02-25Rewritten core tuning loop. Name of a few flags still to be changed.Andrew de Quincy
2004-02-23viro@parcelfarce.linux.theplanet.co.uk: [netdrvr dvb/dvb_net] fixesMichael Hunold
2004-02-21Initial checkin. These are untested, and probably will not compile;Andrew de Quincy
2004-02-10fix dvb_ringbuffer_read/write() buffer pointer bugJohannes Stezenbach
2004-02-07fix tuning speed issueJohannes Stezenbach
2004-01-31- replace usage of sleep_on_...() here, tooMichael Hunold
2004-01-31- add wait_event_interruptible_timeout() macro to dvb-compat.hMichael Hunold
2004-01-30- fix NET_GET_IF Oops on 2.6.xJohannes Stezenbach
2004-01-23- spelling fix: aquire -> acquireMichael Hunold
2004-01-20- some more compatiblity cruft to make the driver compile down toMichael Hunold
2004-01-16merge frontend improvements from DVB tree:Johannes Stezenbach
2004-01-14corrected 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 warningMichael Hunold
2003-12-20corrected handling of feed listsAndreas Oberritter
2003-12-08Add a parameter to dvb_filter_pes2ts function to specify whether the packetAlex Woods
2003-12-03emard's cleanupHolger Waechtler
2003-12-02emard's new section demux code. Please test!Holger Waechtler
2003-11-14change license GPL -> LGPLOliver Endriss
2003-11-10applied skystar2 tone burst patch by Vincenzo Di Massa and fixed a compile ti...Holger Waechtler
2003-10-31fix rare crash on invalid packets, patch by Asier AguirreJohannes Stezenbach
2003-10-28Copy the data variable as well on register client so that detachJamie Honan
2003-10-16- change all occurences of crc32_le to crc32_beMichael Hunold
2003-10-16- fix compilation error in dvb_net.cMichael Hunold
2003-10-16- add missing #include <linux/version> to fix compilationMichael Hunold
2003-10-15fixed the bug found by this portuguese girl.Holger Waechtler
2003-10-14Pass thorugh return value of register_chrdev()Michael Hunold
2003-10-14In 2.6, the networking code has changed. Unfortunately, weMichael Hunold
2003-10-14Backfeed whitespace changes from linux-2.6.0-test7, so this won'tMichael Hunold
2003-10-14Include 2.6 kernel janitor cleanups (eliminate #include duplication, shiftMichael Hunold
2003-10-13Packet size 204 for dst.Jamie Honan
2003-10-13dvb_dmx_swfilter_204 for DST-CI.Jamie Honan
2003-10-13Added Brad Campbell's dvb_dmx_swfilter_204 routine to handle data fromJamie Honan
2003-10-13Added Brad Campbell's dvb_dmx_swfilter_204 for data from dst-ci.Jamie Honan
2003-10-09dvb_dmx_swfilter_section_feed: check CRC only whenJohannes Stezenbach
2003-10-09This file is not used anymore.Michael Hunold
2003-10-08avoid "redefinition of bla bla" errors when building with patched kernelsAndreas Oberritter