summaryrefslogtreecommitdiff
path: root/drivers/media/platform/coda.c
AgeCommit message (Expand)Author
2014-08-21[media] coda: move coda driver into its own directoryPhilipp Zabel
2014-08-21[media] coda: mark constant structures as suchPhilipp Zabel
2014-08-21[media] coda: default to h.264 decoder on invalid formatsPhilipp Zabel
2014-08-21[media] coda: split format enumeration for encoder end decoder devicePhilipp Zabel
2014-08-21[media] coda: split userspace interface into encoder and decoder devicePhilipp Zabel
2014-08-21[media] coda: lock capture frame size to output frame size when streamingPhilipp Zabel
2014-08-21[media] coda: delay coda_fill_bitstream()Michael Olbrich
2014-08-21[media] coda: use CODA_MAX_FRAME_SIZE everywhereMichael Olbrich
2014-08-21[media] coda: remove VB2_USERPTR from queue io_modesPhilipp Zabel
2014-08-21[media] coda: remove CAPTURE and OUTPUT capsPhilipp Zabel
2014-08-21[media] coda: initialize hardware on pm runtime resume only if firmware avail...Philipp Zabel
2014-08-21[media] coda: fix CODA7541 hardware resetPhilipp Zabel
2014-08-01[media] coda: fix build error by making reset control optionalPhilipp Zabel
2014-07-26[media] coda: Propagate the correct error on devm_request_threaded_irq()Fabio Estevam
2014-07-26[media] coda: Return the real error on platform_get_irq()Fabio Estevam
2014-07-22[media] coda: store IRAM size in struct coda_devtypePhilipp Zabel
2014-07-22[media] coda: store global temporary buffer size in struct coda_devtypePhilipp Zabel
2014-07-22[media] coda: store per-context work buffer size in struct coda_devtypePhilipp Zabel
2014-07-22[media] coda: export auxiliary buffers via debugfsPhilipp Zabel
2014-07-22[media] coda: increase frame stride to 16 for h.264Philipp Zabel
2014-07-22[media] coda: round up internal frames to multiples of macroblock size for h.264Philipp Zabel
2014-07-22[media] coda: allow odd width, but still round up bytesperlinePhilipp Zabel
2014-07-22[media] coda: add bytesperline to queue dataPhilipp Zabel
2014-07-22[media] coda: add reset control supportPhilipp Zabel
2014-07-22[media] coda: rename prescan_failed to hold and stop stream after timeoutPhilipp Zabel
2014-07-22[media] coda: add sequence counter offsetPhilipp Zabel
2014-07-22[media] coda: alert userspace about macroblock errorsPhilipp Zabel
2014-07-22[media] coda: add decoder timestamp queuePhilipp Zabel
2014-07-22[media] coda: try to schedule a decode run after a stop commandMichael Olbrich
2014-07-22[media] coda: add cyclic intra refresh controlPhilipp Zabel
2014-07-22[media] coda: add h.264 deblocking filter controlsPhilipp Zabel
2014-07-22[media] coda: add h.264 min/max qp controlsPhilipp Zabel
2014-07-22[media] coda: split firmware version check out of coda_hw_initPhilipp Zabel
2014-07-22[media] coda: Add runtime pm supportPhilipp Zabel
2014-07-22[media] coda: use ctx->fh.m2m_ctx instead of ctx->m2m_ctxPhilipp Zabel
2014-07-22[media] coda: Use mem-to-mem ioctl helpersPhilipp Zabel
2014-07-22[media] coda: add workqueue to serialize hardware commandsPhilipp Zabel
2014-07-22[media] coda: add selection API support for h.264 decoderPhilipp Zabel
2014-07-22[media] coda: remove BUG() in get_q_dataPhilipp Zabel
2014-07-22[media] coda: Add encoder/decoder support for CODA960Philipp Zabel
2014-07-21[media] coda: simplify IRAM setupPhilipp Zabel
2014-07-21[media] coda: fix internal framebuffer allocation sizePhilipp Zabel
2014-07-21[media] coda: fix h.264 quantization parameter rangePhilipp Zabel
2014-07-21[media] coda: fix readback of CODA_RET_DEC_SEQ_FRAME_NEEDPhilipp Zabel
2014-07-21[media] coda: fix decoder I/P/B frame detectionPhilipp Zabel
2014-07-17[media] v4l: Support extending the v4l2_pix_format structureLaurent Pinchart
2014-05-23[media] media: coda: Use full device name for request_irq()Alexander Shiyan
2014-04-23[media] vb2: stop_streaming should return voidHans Verkuil
2014-03-05[media] v4l: Copy timestamp source flags to destination on m2m devicesSakari Ailus
2014-03-05[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus