summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core/dmxdev.c
AgeCommit message (Expand)Author
2008-09-24Fix deadlock in demux codeMauro Carvalho Chehab
2008-08-23v4l-dvb: fix a bunch of sparse warningsHans Verkuil
2008-06-22split dvb_ringbuffer dual-use functionsMauro Carvalho Chehab
2008-04-20dvb-core: Implement DMX_SET_BUFFER_SIZE for dvrOliver Endriss
2008-04-20dvb-core: Fix DMX_SET_BUFFER_SIZE in case the buffer shrinksOliver Endriss
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
2008-02-28 DMX_OUT_TSDEMUX_TAP: record two streams from same mux, resendMauro Carvalho Chehab
2007-08-21Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab
2007-07-13dvb-core: Fix signedness warnings (gcc 4.1.1, kernel 2.6.22)Oliver Endriss
2007-04-14Fix 2/3 for bug 7819: fixing hotplug issue for demux[n] and dvr[n]Markus Rechberger
2007-03-10Core: fix several locking related problemsMauro Carvalho Chehab
2007-02-21Backport of git changeset cd354f1ae75e6466a7e31b727faede57a1f89ca5Mauro Carvalho Chehab
2006-04-05Remove DMX_GET_EVENT and associated data structuresMauro Carvalho Chehab
2006-03-30Fix memory leak in dvr openxyzzy@t2.domain.actdsltmp
2006-03-14Dmxdev: use dvb_ringbufferMauro Carvalho Chehab
2006-03-10Optical cleanup for dmxdev.cMauro Carvalho Chehab
2006-03-10Remove 'dvbdev' from struct dmxdev_filterMauro Carvalho Chehab
2006-03-10Remove 'pid' from struct dmxdev_filterMauro Carvalho Chehab
2006-02-19dvb-core: remove dead codeJohannes Stezenbach
2006-02-06sem2mutex: drivers/media/, #2Mauro Carvalho Chehab
2005-11-26Whitespaces cleanups.Mauro Carvalho Chehab
2005-08-12Removed more unused variables and constants.Andreas Oberritter
2005-08-05glue code for DMX_GET_CAPS and DMX_SET_SOURCEAndreas Oberritter
2005-06-22- remove void castsJohannes Stezenbach
2005-06-12In dvb_dmxdev_filter_start if we go out because of an error, releaseJohannes Stezenbach
2005-04-05 - remove unnecessary casts in dvb-coreKenneth Aafloy
2005-03-13dmxdev.c vfree() checking cleanups.Johannes Stezenbach
2005-03-02whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)Johannes Stezenbach
2004-11-17patch by Adrian Bunk:Johannes Stezenbach
2004-11-08- make needlessly global code staticMichael Hunold
2004-08-18- forgot to remove all occurences of "#include "dvb_functions.h" which is inc...Michael Hunold
2004-08-08patch by Martin Binder: #include <linux/moduleparam.h> where necessaryJohannes Stezenbach
2004-07-31merge back various cleanups from mainline kernel:Johannes Stezenbach
2004-07-30 - More MODULE_PARM -> module_param changes, all should be corrected now.Kenneth Aafloy
2003-06-18When I submitted the last patchset for the 2.5 kernel series,Michael Hunold
2003-05-27- remove enumeration typedefsMichael Hunold
2003-05-27Here comes a huge cleanup patch in order to get the sources intoMichael Hunold
2003-04-30- introduce dvb_functions.h in order to make the dvb subsystemMichael Hunold
2003-04-25Lots of cosmetic changes in order to sync the CVS withMichael Hunold
2003-04-24- #include "compat.h" --> #include "dvb_compat.h"Holger Waechtler
2003-04-24Change "compat" to "dvb_compat".Michael Hunold
2003-03-24code reviewHolger Waechtler
2003-03-24kmalloc->vmalloc where necessairyHolger Waechtler
2003-03-21many more portability changesHolger Waechtler
2003-03-21 - include "compat.h" always, we definitely need this trashcan...Holger Waechtler
2003-03-20Small changes all over the place:Michael Hunold
2003-03-07added ioctl DMX_GET_STCJohannes Stezenbach
2003-03-06another attempt to get the poll() thing right...Holger Waechtler
2003-02-20ensure that poll_wait() is always called in poll()Holger Waechtler