index
:
mediapointer-dvb-s2
master
Mediapointer DVB-S2 driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
drivers
/
media
/
dvb
/
dvb-core
/
dvb_demux.c
Age
Commit message (
Expand
)
Author
2009-07-15
Remove a useless check from dvb_dmx_swfilter_packet()
Andreas Oberritter
2009-06-06
TS continuity check: show error message when discontinuity detected or TEI fl...
Abylay Ospan
2009-02-16
Revert changeset aa3e5cc1d833
Mauro Carvalho Chehab
2008-09-24
Fix deadlock in demux code
Mauro Carvalho Chehab
2008-06-22
dmx_write: memcpy from user-supplied pointer
Mauro Carvalho Chehab
2008-04-08
media/dvb/dvb-core replace remaining __FUNCTION__ occurrences
Michael Krufky
2008-03-05
add flag to allow software demux to recognize the output type
Mauro Carvalho Chehab
2007-10-10
dvb: Replace list_for_each+list_entry with list_for_each_entry
Trent Piepho
2007-07-13
dvb-core: Fix signedness warnings (gcc 4.1.1, kernel 2.6.22)
Oliver Endriss
2007-03-10
Core: fix several locking related problems
Mauro Carvalho Chehab
2006-06-23
fix up funky logic in dvb
Mauro Carvalho Chehab
2006-02-06
sem2mutex: drivers/media/, #2
Mauro Carvalho Chehab
2005-10-27
From: Mark Adams <mark147m@gmail.com>
Johannes Stezenbach
2005-08-12
Formatting fixes (Lindent + some handwork).
Andreas Oberritter
2005-08-12
Use INIT_LIST_HEAD for frontend_list.
Andreas Oberritter
2005-08-12
Removed more unused variables and constants.
Andreas Oberritter
2005-08-12
Removed unused descramble_mac_address and descramble_section_payload callbacks.
Andreas Oberritter
2005-08-12
Removed some useless functions and variables.
Andreas Oberritter
2005-08-12
Don't return immediately from dvb_dmx_swfilter_section_packet() if CC is not ok.
Andreas Oberritter
2005-03-02
whitespace 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-12
patch by Adrian Bunk:
Johannes Stezenbach
2005-01-11
vfree() checking cleanups
Johannes Stezenbach
2005-01-06
fix handling of discontinuity indicator in section filter
Johannes Stezenbach
2005-01-06
patch by Emard: handle PUSI in section filter correctly
Johannes Stezenbach
2004-11-17
patch by Adrian Bunk:
Johannes Stezenbach
2004-09-06
Fixed 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-26
sanity 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-03
boolean typo in dvb_dmx_swfilter_sectionfilter() found by Dave Jones
Johannes Stezenbach
2004-07-31
merge back various cleanups from mainline kernel:
Johannes Stezenbach
2004-05-27
prevent Oops when PES filter is set with invalid pes_type
Johannes Stezenbach
2004-05-05
protect feed_list with spin_locks (possibly fixes crashes on SMP)
Johannes Stezenbach
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-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
2003-12-20
corrected handling of feed lists
Andreas Oberritter
2003-12-03
emard's cleanup
Holger Waechtler
2003-12-02
emard's new section demux code. Please test!
Holger Waechtler
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-16
- change all occurences of crc32_le to crc32_be
Michael Hunold
2003-10-13
Added Brad Campbell's dvb_dmx_swfilter_204 routine to handle data from
Jamie Honan
2003-10-09
dvb_dmx_swfilter_section_feed: check CRC only when
Johannes Stezenbach
2003-09-19
patch by Jon Burgess:
Johannes Stezenbach
2003-09-10
Add missing #include
Michael Hunold
2003-07-04
don't include <linux/crc32.h>, this is done by dvb_compat.h
Holger Waechtler
2003-07-01
report EINTR if dvr write gets interrupted
Johannes Stezenbach
[next]