The following changes since commit 8783b9c50400c6279d7c3b716637b98e83d3c933: [media] SMI PCIe IR driver for DVBSky cards (2015-07-06 08:26:16 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git coda for you to fetch changes up to 841847fa5b355add85a0d925ad63156347d422e5: coda: make NV12 format default (2015-07-17 11:54:04 +0200) ---------------------------------------------------------------- Lucas Stach (1): coda: clamp frame sequence counters to 16 bit Philipp Zabel (15): coda: fix mvcol buffer for MPEG4 decoding coda: fix bitstream preloading for MPEG4 decoding coda: keep buffers on the queue in bitstream end mode coda: avoid calling SEQ_END twice coda: reset stream end in stop_streaming coda: drop custom list of pixel format descriptions coda: use event class to deduplicate v4l2 trace events coda: reuse src_bufs in coda_job_ready coda: rework meta counting and add separate lock coda: reset CODA960 hardware after sequence end coda: implement VBV delay and buffer size controls coda: Use S_PARM to set nominal framerate for h.264 encoder coda: move cache setup into coda9_set_frame_cache, also use it in start_encoding coda: add macroblock tiling support coda: make NV12 format default drivers/media/platform/coda/Makefile | 2 +- drivers/media/platform/coda/coda-bit.c | 140 +++++++++++++++++++++++++--------- drivers/media/platform/coda/coda-common.c | 336 ++++++++++++++++++++++++++++++++++++++++++++-------------------------------------- drivers/media/platform/coda/coda-gdi.c | 150 +++++++++++++++++++++++++++++++++++++ drivers/media/platform/coda/coda.h | 15 ++-- drivers/media/platform/coda/coda_regs.h | 10 +++ drivers/media/platform/coda/trace.h | 89 +++++++--------------- 7 files changed, 478 insertions(+), 264 deletions(-) create mode 100644 drivers/media/platform/coda/coda-gdi.c -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html