1. c065f5b [media] dvb_frontend: fix compiler warning by Hans Petter Selasky · 12 years ago
  2. 556a044 [media] dvb_frontend: regression fix: userspace ABI broken for xine by Chris Rankin · 12 years ago
  3. 45145b6 [media] dvb-core: fix DVBFE_ALGO_HW retune bug by Simon Arlott · 13 years ago
  4. bad321f [media] DVB-CORE: remove superfluous DTV_CMDs by Patrick Boettcher · 13 years ago
  5. 51dcb19 [media] dvb_frontend: Don't call get_frontend() if idle by Mauro Carvalho Chehab · 13 years ago
  6. 149709f [media] dvb-core: preserve the delivery system at cache clear by Mauro Carvalho Chehab · 13 years ago
  7. f4b1952 [media] dvb-core: fix a regression with MythTV by Mauro Carvalho Chehab · 13 years ago
  8. 240ab50 [media] [PATCH] don't reset the delivery system on DTV_CLEAR by Mauro Carvalho Chehab · 13 years ago
  9. b247377 [media] dvb: remove bogus modulation check by Mauro Carvalho Chehab · 13 years ago
  10. 37fa53c [media] dvb_frontend: improve documentation on set_delivery_system() by Mauro Carvalho Chehab · 13 years ago
  11. 9474c5e [media] dvb_frontend: Update the dynamic info->type by Mauro Carvalho Chehab · 13 years ago
  12. 6c4b78c [media] dvb_frontend: regression fix: add a missing inc inside the loop by Mauro Carvalho Chehab · 13 years ago
  13. e399ce7 [media] dvb: get rid of fepriv->parameters_in by Mauro Carvalho Chehab · 13 years ago
  14. a520ca9 [media] dvb-core: Fix ISDB-T defaults by Mauro Carvalho Chehab · 13 years ago
  15. 04be0f7 [media] dvb_frontend: Fix DVBv3 emulation by Mauro Carvalho Chehab · 13 years ago
  16. 5bfaadd [media] dvb_frontend: Don't use ops->info.type anymore by Mauro Carvalho Chehab · 13 years ago
  17. 9682cea [media] dvb: move dvb_set_frontend logic into a separate routine by Mauro Carvalho Chehab · 13 years ago
  18. 9a27e6a [media] dvb_frontend: Handle all possible DVBv3 values for bandwidth by Mauro Carvalho Chehab · 13 years ago
  19. 26c924f [media] dvb: Initialize all cache values by Mauro Carvalho Chehab · 13 years ago
  20. 7c61d80 [media] dvb: don't require a parameter for get_frontend by Mauro Carvalho Chehab · 13 years ago
  21. ac3852c [media] dvb_frontend: Fix inversion breakage due to DVBv5 conversion by Mauro Carvalho Chehab · 13 years ago
  22. 63aad05 [media] s921: Properly report the delivery system by Mauro Carvalho Chehab · 13 years ago
  23. 8de8594 [media] dvb-core: be sure that drivers won't use DVBv3 internally by Mauro Carvalho Chehab · 13 years ago
  24. 1b5d871 [media] dvb: remove the track() fops by Mauro Carvalho Chehab · 13 years ago
  25. 41da532 [media] dvb: don't pass a DVBv3 parameter for search() fops by Mauro Carvalho Chehab · 13 years ago
  26. 7e07222 [media] dvb-core: Don't pass DVBv3 parameters on tune() fops by Mauro Carvalho Chehab · 13 years ago
  27. 5581e13 [media] dvb: simplify get_tune_settings() struct by Mauro Carvalho Chehab · 13 years ago
  28. b1e9a6501 [media] dvb-core: remove get|set_frontend_legacy by Mauro Carvalho Chehab · 13 years ago
  29. a689e36 [media] dvb-core: add support for a DVBv5 get_frontend() callback by Mauro Carvalho Chehab · 13 years ago
  30. bc9cd27 [media] Rename set_frontend fops to set_frontend_legacy by Mauro Carvalho Chehab · 13 years ago
  31. eeacf14 [media] dvb-core: allow demods to specify the supported delsys by Mauro Carvalho Chehab · 13 years ago
  32. 0607d07 [media] dvb_core: estimate bw for all non-terrestial systems by Mauro Carvalho Chehab · 13 years ago
  33. 0349471 [media] dvb: replace SYS_DVBC_ANNEX_AC by the right delsys by Mauro Carvalho Chehab · 13 years ago
  34. b9d5efc [media] DVB: dvb_frontend: fix delayed thread exit by Andreas Oberritter · 13 years ago
  35. fd66c45 [media] Remove Annex A/C selection via roll-off factor by Mauro Carvalho Chehab · 13 years ago
  36. ba2780c [media] DVB: Query DVB frontend delivery capabilities by Manu Abraham · 13 years ago
  37. 39ce61a [media] dvb: Allow select between DVB-C Annex A and Annex C by Mauro Carvalho Chehab · 13 years ago
  38. 94238e9 [media] dvb_frontend: fix compile warning by Hans Verkuil · 13 years ago
  39. 42f4e77 [media] DVB: dvb_frontend: check function pointers on reinitialize by Andreas Oberritter · 13 years ago
  40. 674ce34 [media] DVB: dvb_frontend: remove static assignments from dtv_property_cache_sync() by Andreas Oberritter · 13 years ago
  41. 14f5579 [media] DVB: dvb_frontend: Fix compatibility criteria for satellite receivers by Andreas Oberritter · 13 years ago
  42. 77b1e2f [media] DVB: dvb_frontend: update locking in dvb_frontend_{add, get_event} by Andreas Oberritter · 13 years ago
  43. 20640be [media] DVB: dvb_frontend: clear stale events on FE_SET_FRONTEND by Andreas Oberritter · 13 years ago
  44. 5c9f480 [media] DVB: dvb_frontend: avoid possible race condition on first event by Andreas Oberritter · 13 years ago
  45. 56ce5ac [media] DVB: dvb_frontend: fix stale parameters on initial frontend event by Andreas Oberritter · 13 years ago
  46. 106ff9e Revert "[media] DVB: dvb_frontend: off by one in dtv_property_dump()" by Mauro Carvalho Chehab · 13 years ago
  47. bca3ba7 [media] DVB: dvb_frontend: off by one in dtv_property_dump() by Dan Carpenter · 13 years ago
  48. ec05a64 [media] DVB: dvb_frontend: fix dtv_property_dump for DTV_DVBT2_PLP_ID by Andreas Oberritter · 13 years ago
  49. 2d19693 [media] dvb_frontend: fix race condition in stopping/starting frontend by Devin Heitmueller · 13 years ago
  50. bbe880b4 [media] DVB: allow to read back of detected parameters through S2API by Andreas Oberritter · 13 years ago
  51. a5959db [media] DVB: dvb_frontend: add parameters_out by Andreas Oberritter · 13 years ago
  52. 5072771 [media] DVB: dvb_frontend: use shortcut to access fe->dtv_property_cache by Andreas Oberritter · 13 years ago
  53. 68bdee0 [media] DVB: dvb_frontend: remove unused assignments by Andreas Oberritter · 13 years ago
  54. 61cb27a [media] DVB: dvb_frontend: rename parameters to parameters_in by Andreas Oberritter · 13 years ago
  55. e23d9ae [media] DVB: call get_property at the end of dtv_property_process_get by Andreas Oberritter · 13 years ago
  56. 15cc2bb [media] DVB: dtv_property_cache_submit shouldn't modifiy the cache by Andreas Oberritter · 13 years ago
  57. 94d56ff [media] DVB: Add basic API support for DVB-T2 and bump minor version by Andreas Oberritter · 13 years ago
  58. aff8ab5 [media] DVB: return meaningful error codes in dvb_frontend by Andreas Oberritter · 13 years ago
  59. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  60. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  61. 0851668 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago
  62. a0a4714 V4L/DVB: dvb: Convert "mutex" to semaphore by Thomas Gleixner · 14 years ago
  63. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  64. 2030c03 V4L/DVB: dvb_frontend: fix typos in comments and one function by Guillaume Audirac · 14 years ago
  65. f137711 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  66. e36309f V4L/DVB: fix dvb frontend lockup by matthieu castet · 14 years ago
  67. 16ef8de dvb: Push down BKL into ioctl functions by Arnd Bergmann · 14 years ago
  68. 6e3924a V4L/DVB: dvb-core: remove unnecessary casting of kmalloc by Thiago Farina · 15 years ago
  69. fb8253b V4L/DVB (13879): dvb_frontend: report what ioctl were called on debug mode by Mauro Carvalho Chehab · 15 years ago
  70. 639544d V4L/DVB (13878): dvb_frontend: Print dump on get after filling the data by Mauro Carvalho Chehab · 15 years ago
  71. 06d3a39 V4L/DVB (13157): dvb_frontend: represent all DVBS2API commands via macro by Mauro Carvalho Chehab · 15 years ago
  72. 9133aee V4L/DVB (13103): create a standard method for dvb adapter drivers to override frontend ioctls by Michael Krufky · 15 years ago
  73. 4c4cb1b drivers/media/dvb/dvb-core/dvb_frontend.c: needs semaphore.h by Andrew Morton · 15 years ago
  74. 98293ef V4L/DVB (12997): Add the DTV_ISDB_TS_ID property for ISDB_S by HIRANO Takahito · 15 years ago
  75. e7b7949 V4L/DVB (12896): ISDB-T: add mapping of LAYER_ENABLED to frontend-cache by Patrick Boettcher · 15 years ago
  76. b6e760f V4L/DVB (12892): DVB-API: add support for ISDB-T and ISDB-Tsb (version 5.1) by Patrick Boettcher · 15 years ago
  77. f51fad8 V4L/DVB (12686): dvb-core: check supported QAM modulations by Janne Grunau · 15 years ago
  78. 0188625 V4L/DVB (12685): dvb-core: check fe->ops.set_frontend return value by Janne Grunau · 15 years ago
  79. a5beb7b V4L/DVB (11875): dvb_frontend: fix case where fepriv->exit not reset by Devin Heitmueller · 15 years ago
  80. 57594a5 V4L/DVB (11785): dvb_frontend: fix race condition resulting in dropped tuning commands by Devin Heitmueller · 15 years ago
  81. 784e29d V4L/DVB (10391): dvb: constify VFTs by Jan Engelhardt · 16 years ago
  82. 1d06059 V4L/DVB (10976): Bug fix: For legacy applications stv0899 performs search only first time after insmod. by Igor M. Liplianin · 16 years ago
  83. 072ce0c V4L/DVB (10178): dvb_frontend: Fix some sparse warnings due to static symbols by Mauro Carvalho Chehab · 16 years ago
  84. 2fac9a0 V4L/DVB (9916): dvb-core: don't add an event when in ONE SHOT mode for algo type HW by Darron Broad · 16 years ago
  85. 9962ac5 V4L/DVB (9480): Fix frontend DVBFE_ALGO_CUSTOM Search by Marco Schluessler · 16 years ago
  86. f04c3ca V4L/DVB (9478): Fix: parameters not supplied in the search process by Manu Abraham · 16 years ago
  87. f7c9bf9 V4L/DVB (9477): Fix: Commit 9344 breaks tning of cx24123 by Matthias Schwarzott · 16 years ago
  88. 7bcbdf3 V4L/DVB (9345): Add event with changed status only by Arvo Jarve · 16 years ago
  89. c59e787 V4L/DVB (9344): DVB-Core update by Manu Abraham · 16 years ago
  90. 41286d9 V4L/DVB (9634): Make sure the i2c gate is open before powering down tuner by Devin Heitmueller · 16 years ago
  91. 3fa37de V4L/DVB (9631): Make s2api work for ATSC support by Devin Heitmueller · 16 years ago
  92. 3b37a15 V4L/DVB (9346): Optimization: Enable gate in a symmetric/disciplined way, by Manu Abraham · 16 years ago
  93. a1bc84c V4L/DVB (9274): Remove spurious messages and turn into debug. by Steven Toth · 16 years ago
  94. 6594690 V4L/DVB (9264): MFE: bugfix: multi-frontend mutual exclusion parallel open by Darron Broad · 16 years ago
  95. 59b1842 V4L/DVB (9227): MFE: Add multi-frontend mutual exclusion by Darron Broad · 16 years ago
  96. 363c35f V4L/DVB (9222): S2API: Add Multiple-frontend on a single adapter support. by Steven Toth · 16 years ago
  97. 9785482 V4L/DVB (9195): Frontend API Fix: 32APSK is a valid modulation for the DVB-S2 delivery by Manu Abraham · 16 years ago
  98. 6068f50 V4L/DVB (9183): S2API: Return error of the caller provides 0 commands. by Steven Toth · 16 years ago
  99. ef526f4 V4L/DVB (9182): S2API: Added support for DTV_HIERARCHY by Steven Toth · 16 years ago
  100. b87625f V4L/DVB (9181): S2API: Add support fot DTV_GUARD_INTERVAL and DTV_TRANSMISSION_MODE by Steven Toth · 16 years ago