linux/drivers/media
Philipp Zabel 121cacf445 [media] coda: split userspace interface into encoder and decoder device
Userspace has a hard time making sense of format enumerations on V4L2
mem2mem devices if there are restrictions on which input and output
formats can be used together. Alleviate the problem by splitting the
video4linux device into separate encoder and decoder devices which list
only raw formats on one side and only encoded formats on the other side.
With this patch, the instance type (encoder or decoder) is already
determined by the open file operation.

Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-08-21 15:25:20 -05:00
..
common media: use pci_zalloc_consistent 2014-08-08 15:57:28 -07:00
dvb-core [media] dvb-frontend: add core support for tuner suspend/resume 2014-08-21 15:25:09 -05:00
dvb-frontends si2135: Declare the structs even if frontend is not enabled 2014-07-28 10:37:08 -03:00
firewire
i2c [media] smiapp: Implement the test pattern control 2014-08-21 15:25:12 -05:00
mmc
parport [media] v4l: Support extending the v4l2_pix_format structure 2014-07-17 12:44:47 -03:00
pci media: use pci_zalloc_consistent 2014-08-08 15:57:28 -07:00
platform [media] coda: split userspace interface into encoder and decoder device 2014-08-21 15:25:20 -05:00
radio [media] radio-miropcm20: fix sparse NULL pointer warning 2014-07-30 19:50:09 -03:00
rc [media] ir-rc5-decoder: print where decoding fails 2014-07-30 15:49:35 -03:00
tuners [media] xc5000: be sure that the firmware is there before set params 2014-08-21 15:25:11 -05:00
usb [media] au0828: Fix DVB resume when streaming 2014-08-21 15:25:10 -05:00
v4l2-core [media] v4l: subdev: Extend default link validation to cover field order 2014-08-21 15:25:12 -05:00
Kconfig [media] Kconfig: sub-driver auto-select SPI bus 2014-07-21 20:34:12 -03:00
Makefile
media-device.c [media] media-device: Remove duplicated memset() in media_enum_entities() 2014-07-22 01:02:52 -03:00
media-devnode.c [media] media: Use a better owner for the media device 2014-05-13 13:39:00 -03:00
media-entity.c