Age | Commit message (Expand) | Author |
2008-03-05 | add flag to allow software demux to recognize the output type | Mauro Carvalho Chehab |
2008-02-28 | DMX_OUT_TSDEMUX_TAP: record two streams from same mux, resend | Mauro Carvalho Chehab |
2007-08-21 | Cleanup: remove linux/moduleparam.h from drivers/media files | Mauro Carvalho Chehab |
2007-07-13 | dvb-core: Fix signedness warnings (gcc 4.1.1, kernel 2.6.22) | Oliver Endriss |
2007-04-14 | Fix 2/3 for bug 7819: fixing hotplug issue for demux[n] and dvr[n] | Markus Rechberger |
2007-03-10 | Core: fix several locking related problems | Mauro Carvalho Chehab |
2007-02-21 | Backport of git changeset cd354f1ae75e6466a7e31b727faede57a1f89ca5 | Mauro Carvalho Chehab |
2006-04-05 | Remove DMX_GET_EVENT and associated data structures | Mauro Carvalho Chehab |
2006-03-30 | Fix memory leak in dvr open | xyzzy@t2.domain.actdsltmp |
2006-03-14 | Dmxdev: use dvb_ringbuffer | Mauro Carvalho Chehab |
2006-03-10 | Optical cleanup for dmxdev.c | Mauro Carvalho Chehab |
2006-03-10 | Remove 'dvbdev' from struct dmxdev_filter | Mauro Carvalho Chehab |
2006-03-10 | Remove 'pid' from struct dmxdev_filter | Mauro Carvalho Chehab |
2006-02-19 | dvb-core: remove dead code | Johannes Stezenbach |
2006-02-06 | sem2mutex: drivers/media/, #2 | Mauro Carvalho Chehab |
2005-11-26 | Whitespaces cleanups. | Mauro Carvalho Chehab |
2005-08-12 | Removed more unused variables and constants. | Andreas Oberritter |
2005-08-05 | glue code for DMX_GET_CAPS and DMX_SET_SOURCE | Andreas Oberritter |
2005-06-22 | - remove void casts | Johannes Stezenbach |
2005-06-12 | In dvb_dmxdev_filter_start if we go out because of an error, release | Johannes Stezenbach |
2005-04-05 | - remove unnecessary casts in dvb-core | Kenneth Aafloy |
2005-03-13 | dmxdev.c vfree() checking cleanups. | Johannes Stezenbach |
2005-03-02 | whitespace cleanup (remove ws at eol, sync with changes in mainline kernel) | Johannes Stezenbach |
2004-11-17 | patch by Adrian Bunk: | Johannes Stezenbach |
2004-11-08 | - make needlessly global code static | Michael Hunold |
2004-08-18 | - forgot to remove all occurences of "#include "dvb_functions.h" which is inc... | Michael Hunold |
2004-08-08 | patch by Martin Binder: #include <linux/moduleparam.h> where necessary | Johannes Stezenbach |
2004-07-31 | merge 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-18 | When I submitted the last patchset for the 2.5 kernel series, | Michael Hunold |
2003-05-27 | - remove enumeration typedefs | Michael Hunold |
2003-05-27 | Here comes a huge cleanup patch in order to get the sources into | Michael Hunold |
2003-04-30 | - introduce dvb_functions.h in order to make the dvb subsystem | Michael Hunold |
2003-04-25 | Lots of cosmetic changes in order to sync the CVS with | Michael Hunold |
2003-04-24 | - #include "compat.h" --> #include "dvb_compat.h" | Holger Waechtler |
2003-04-24 | Change "compat" to "dvb_compat". | Michael Hunold |
2003-03-24 | code review | Holger Waechtler |
2003-03-24 | kmalloc->vmalloc where necessairy | Holger Waechtler |
2003-03-21 | many more portability changes | Holger Waechtler |
2003-03-21 | - include "compat.h" always, we definitely need this trashcan... | Holger Waechtler |
2003-03-20 | Small changes all over the place: | Michael Hunold |
2003-03-07 | added ioctl DMX_GET_STC | Johannes Stezenbach |
2003-03-06 | another attempt to get the poll() thing right... | Holger Waechtler |
2003-02-20 | ensure that poll_wait() is always called in poll() | Holger Waechtler |
2003-02-17 | replaced pid2feed array by linked list, allow multiple | Andreas Oberritter |
2003-01-09 | last commit did break select() | Andreas Oberritter |
2003-01-08 | apply optimisation patches suggested by Dr. Werner Fink <werner@suse.de> | Holger Waechtler |
2003-01-03 | Build fixes for 2.5.x, thank Gregoire Favre <greg@ulima.unil.ch> | Michael Hunold |
2002-12-29 | Major cleanup: the goal is to get rid of the budget card <=> saa7146.o <=> vi... | Michael Hunold |
2002-12-20 | - fix the not-checked-return value at start_feed() bug | Holger Waechtler |