summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core/dvb_demux.c
AgeCommit message (Expand)Author
2009-07-15Remove a useless check from dvb_dmx_swfilter_packet()Andreas Oberritter
2009-06-06TS continuity check: show error message when discontinuity detected or TEI fl...Abylay Ospan
2009-02-16Revert changeset aa3e5cc1d833Mauro Carvalho Chehab
2008-09-24Fix deadlock in demux codeMauro Carvalho Chehab
2008-06-22dmx_write: memcpy from user-supplied pointerMauro Carvalho Chehab
2008-04-08media/dvb/dvb-core replace remaining __FUNCTION__ occurrencesMichael Krufky
2008-03-05 add flag to allow software demux to recognize the output typeMauro Carvalho Chehab
2007-10-10dvb: Replace list_for_each+list_entry with list_for_each_entryTrent Piepho
2007-07-13dvb-core: Fix signedness warnings (gcc 4.1.1, kernel 2.6.22)Oliver Endriss
2007-03-10Core: fix several locking related problemsMauro Carvalho Chehab
2006-06-23fix up funky logic in dvbMauro Carvalho Chehab
2006-02-06sem2mutex: drivers/media/, #2Mauro Carvalho Chehab
2005-10-27From: Mark Adams <mark147m@gmail.com>Johannes Stezenbach
2005-08-12Formatting fixes (Lindent + some handwork).Andreas Oberritter
2005-08-12Use INIT_LIST_HEAD for frontend_list.Andreas Oberritter
2005-08-12Removed more unused variables and constants.Andreas Oberritter
2005-08-12Removed unused descramble_mac_address and descramble_section_payload callbacks.Andreas Oberritter
2005-08-12Removed some useless functions and variables.Andreas Oberritter
2005-08-12Don't return immediately from dvb_dmx_swfilter_section_packet() if CC is not ok.Andreas Oberritter
2005-03-02whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)Johannes Stezenbach
2005-02-14- added index field to struct dvb_demux_feed for having a unique feed id, whi...Patrick Boettcher
2005-02-12patch by Adrian Bunk:Johannes Stezenbach
2005-01-11vfree() checking cleanupsJohannes Stezenbach
2005-01-06fix handling of discontinuity indicator in section filterJohannes Stezenbach
2005-01-06patch by Emard: handle PUSI in section filter correctlyJohannes Stezenbach
2004-11-17patch by Adrian Bunk:Johannes Stezenbach
2004-09-06Fixed system freeze with SMP/preemptive kernels. Using spin_lock instead of s...Oliver Endriss
2004-08-27- Revert the last change, untill a method which does not overflow.Kenneth Aafloy
2004-08-26sanity check to avoid leading garbage at transponder switch contributed by Pa...Holger Waechtler
2004-08-18- forgot to remove all occurences of "#include "dvb_functions.h" which is inc...Michael Hunold
2004-08-03boolean typo in dvb_dmx_swfilter_sectionfilter() found by Dave JonesJohannes Stezenbach
2004-07-31merge back various cleanups from mainline kernel:Johannes Stezenbach
2004-05-27prevent Oops when PES filter is set with invalid pes_typeJohannes Stezenbach
2004-05-05protect feed_list with spin_locks (possibly fixes crashes on SMP)Johannes Stezenbach
2004-03-03kill "unused variable" warningJohannes Stezenbach
2004-03-01remove superflous memset() which caused section data to be overwrittenJohannes 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
2003-12-20corrected handling of feed listsAndreas Oberritter
2003-12-03emard's cleanupHolger Waechtler
2003-12-02emard's new section demux code. Please test!Holger Waechtler
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-16- change all occurences of crc32_le to crc32_beMichael Hunold
2003-10-13Added Brad Campbell's dvb_dmx_swfilter_204 routine to handle data fromJamie Honan
2003-10-09dvb_dmx_swfilter_section_feed: check CRC only whenJohannes Stezenbach
2003-09-19patch by Jon Burgess:Johannes Stezenbach
2003-09-10Add missing #includeMichael Hunold
2003-07-04don't include <linux/crc32.h>, this is done by dvb_compat.hHolger Waechtler
2003-07-01report EINTR if dvr write gets interruptedJohannes Stezenbach