Age | Commit message (Expand) | Author |
2007-02-21 | V4L/DVB (5106): Do some cleanups at cx88-blackbird | Mauro Carvalho Chehab |
2007-02-21 | V4L/DVB (5105): Reorder some ioctl handlers | Mauro Carvalho Chehab |
2007-02-21 | V4L/DVB (5104): Moved several stuff that were at cx88-video to cx88-blackbird.c | Mauro Carvalho Chehab |
2007-02-21 | V4L/DVB (5103): Fix vidioc_g_tuner handling | Mauro Carvalho Chehab |
2007-02-21 | V4L/DVB (5102): make videodev to auto-generate standards | Mauro Carvalho Chehab |
2007-02-21 | V4L/DVB (5101): Renamed video_mux to cx88_video_mux | Mauro Carvalho Chehab |
2007-02-21 | V4L/DVB (5100): Make cx88-blackbird to work again | Mauro Carvalho Chehab |
2007-02-21 | V4L/DVB (5099): Uncommented NTSC/443 video standard | Mauro Carvalho Chehab |
2007-02-21 | V4L/DVB (5098): Added support for V4L2_STD_NTSC_443 | Mauro Carvalho Chehab |
2007-02-21 | V4L/DVB (5097): Convert cx8800 driver to video_ioctl2 handler | Mauro Carvalho Chehab |
2007-02-21 | V4L/DVB (5095): Pvrusb2: Allow VIDIOC_S_FMT with -1 for resolution values | Pantelis Koukousoulas |
2007-02-21 | V4L/DVB (5094): Pvrusb2: Introduce fake audio input selection | Pantelis Koukousoulas |
2007-02-21 | V4L/DVB (5093): Pvrusb2: Emit VIDIOC_S_TUNER correctly | Mike Isely |
2007-02-21 | V4L/DVB (5092): Pvrusb2: Use ARRAY_SIZE wherever possible | Mike Isely |
2007-02-21 | V4L/DVB (5091): Pvrusb2: Use kzalloc in place of kmalloc/memset pairs | Mike Isely |
2007-02-21 | V4L/DVB (5090): Pvrusb2: A patch to use ARRAY_SIZE macro when appropriate | Ahmed S. Darwish |
2007-02-21 | V4L/DVB (5089): Pvrusb2: V4L EXT_CTRLS fixup | Mike Isely |
2007-02-21 | V4L/DVB (5088): Pvrusb2: Minor dead code / comment cleanups | Mike Isely |
2007-02-21 | V4L/DVB (5087): Pvrusb2: Fix sizeof() calculation foul-up | Mike Isely |
2007-02-21 | V4L/DVB (5086): Pvrusb2: Fix missing break statement on VIDIOC_S_TUNER | Mike Isely |
2007-02-21 | V4L/DVB (5085): Pvrusb2: trace print added | Mike Isely |
2007-02-21 | V4L/DVB (5084): Pvrusb2: Stop hardcoding frequency ranges | Mike Isely |
2007-02-21 | V4L/DVB (5083): Pvrusb2: Remove automodeswitch control | Mike Isely |
2007-02-21 | V4L/DVB (5082): Pvrusb2: Slight debug printing efficiency fixup | Mike Isely |
2007-02-21 | V4L/DVB (5081): Pvrusb2: VIDIOC_G_TUNER cleanup | Mike Isely |
2007-02-21 | V4L/DVB (5080): Pvrusb2: Allow streaming from /dev/radioX | Mike Isely |
2007-02-21 | V4L/DVB (5079): Pvrusb2: Use kzalloc instead of kmalloc+memset pairs | Mike Isely |
2007-02-21 | V4L/DVB (5078): Pvrusb2: It's safe to kfree() a null pointer | Mike Isely |
2007-02-21 | V4L/DVB (5077): Bttv cropping support | Michael Schimek |
2007-02-21 | V4L/DVB (5076): Cpia.c: buffer overflow | Alexey Dobriyan |
2007-02-21 | V4L/DVB (5059): Pvrusb2: Be smarter about mode restoration | Mike Isely |
2007-02-21 | V4L/DVB (5058): Pvrusb2: bug fix involving switch into radio mode | Mike Isely |
2007-02-21 | V4L/DVB (5057): Pvrusb2: Stream configuration cleanups | Mike Isely |
2007-02-21 | V4L/DVB (5056): Pvrusb2: Fix cut/paste bug in auto_mode_switch control | Mike Isely |
2007-02-21 | V4L/DVB (5054): Pvrusb2: cosmetic comment tweak | Mike Isely |
2007-02-21 | V4L/DVB (5053): Pvrusb2: Change default volume to something sane | Mike Isely |
2007-02-21 | V4L/DVB (5052): Pvrusb2: Remove stream claiming hack from /dev/radio | Mike Isely |
2007-02-21 | V4L/DVB (5051): Pvrusb2: Better radio versus tv frequency handling | Mike Isely |
2007-02-21 | V4L/DVB (5050): Pvrusb2: Newer frequency range checking | Mike Isely |
2007-02-21 | V4L/DVB (5049): Pvrusb2: Enable radio mode for 24xxx devices | Mike Isely |
2007-02-21 | V4L/DVB (5048): Pvrusb2: v4l2 API implementation frequency tweaks | Mike Isely |
2007-02-21 | V4L/DVB (5047): Pvrusb2: Fix tuning calculation when in radio mode | Mike Isely |
2007-02-21 | V4L/DVB (5046): Pvrusb2: Fix tuner frequency calculation | Mike Isely |
2007-02-21 | V4L/DVB (5045): Pvrusb2: Fix heap corruption introduced by radio mods | Mike Isely |
2007-02-21 | V4L/DVB (5044): Pvrusb2: Allow overriding vbi and radio device minor numbers | Mike Isely |
2007-02-21 | V4L/DVB (5043): Pvrusb2: video standard broadcast fix for radio mode | Mike Isely |
2007-02-21 | V4L/DVB (5042): Pvrusb2: Make units uniform when tracking tuning frequency | Mike Isely |
2007-02-21 | V4L/DVB (5041): Pvrusb2: Use separate enumeration for get/store of minor number | Mike Isely |
2007-02-21 | V4L/DVB (5040): Pvrusb2: Use enumeration for minor number get / store code | Mike Isely |
2007-02-21 | V4L/DVB (5039): Pvrusb2: Implement /dev/radioX | Pantelis Koukousoulas |