Re: [PATCH v2 8/8] [media] coda: add CODA7541 decoding support

2013-06-27 Thread Philipp Zabel
Hi Kamil, Am Donnerstag, den 27.06.2013, 12:10 +0200 schrieb Kamil Debski: > Hi Philipp, > > This patch did not apply well on my tree. I find this quite strange. > I did try and applied it manually, but please check here if it is > correct: > http://git.linuxtv.org/kdebski/media.git/shortlog/refs

RE: [PATCH v2 8/8] [media] coda: add CODA7541 decoding support

2013-06-27 Thread Kamil Debski
ct: [PATCH v2 8/8] [media] coda: add CODA7541 decoding support > > This patch enables decoding of h.264 and mpeg4 streams on CODA7541. > Queued output buffers are immediately copied into the bitstream > ringbuffer. A device_run can be scheduled whenever there is either > enough comp

[PATCH v2 8/8] [media] coda: add CODA7541 decoding support

2013-06-21 Thread Philipp Zabel
This patch enables decoding of h.264 and mpeg4 streams on CODA7541. Queued output buffers are immediately copied into the bitstream ringbuffer. A device_run can be scheduled whenever there is either enough compressed bitstream data, or the CODA is in stream end mode. Each successful device_run, da