linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] mem2mem changes
@ 2015-12-18 17:22 Kamil Debski
  0 siblings, 0 replies; 5+ messages in thread
From: Kamil Debski @ 2015-12-18 17:22 UTC (permalink / raw)
  To: 'open list:ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC)...'
  Cc: kamil

The following changes since commit ecc2fe20e63a21b7db23065ff061b66fbc08e08b:

  [media] cx23885: video instead of vbi register used (2015-12-18 13:37:12
-0200)

are available in the git repository at:

  git://linuxtv.org/kdebski/media_tree_2.git for-4.5

for you to fetch changes up to 64d8dc83df6bbd58e1782670d6adaf2ff6be9141:

  coda: enable MPEG-2 ES decoding (2015-12-18 17:31:03 +0100)

----------------------------------------------------------------
Andrzej Hajda (6):
      s5p-mfc: use one implementation of s5p_mfc_get_new_ctx
      s5p-mfc: make queue cleanup code common
      s5p-mfc: remove unnecessary callbacks
      s5p-mfc: use spinlock to protect MFC context
      s5p-mfc: merge together s5p_mfc_hw_call and s5p_mfc_hw_call_void
      s5p-mfc: remove volatile attribute from MFC register addresses

Julia Lawall (1):
      s5p-mfc: constify s5p_mfc_codec_ops structures

Philipp Zabel (5):
      coda: make to_coda_video_device static
      coda: relax coda_jpeg_check_buffer for trailing bytes
      coda: hook up vidioc_prepare_buf
      coda: don't start streaming without queued buffers
      coda: enable MPEG-2 ES decoding

 drivers/media/platform/coda/coda-bit.c          |   2 +-
 drivers/media/platform/coda/coda-common.c       |  21 +-
 drivers/media/platform/coda/coda-jpeg.c         |  26 +-
 drivers/media/platform/coda/coda.h              |   2 +-
 drivers/media/platform/s5p-mfc/s5p_mfc.c        |  99 +++--
 drivers/media/platform/s5p-mfc/s5p_mfc_common.h |  14 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c   |  16 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c    |  35 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_dec.h    |   2 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c    |  44 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_enc.h    |   2 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_opr.h    | 507
++++++++++++------------
 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c |  94 -----
 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c | 121 +-----
 14 files changed, 390 insertions(+), 595 deletions(-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL] mem2mem changes
@ 2016-07-01 12:41 Kamil Debski
  0 siblings, 0 replies; 5+ messages in thread
From: Kamil Debski @ 2016-07-01 12:41 UTC (permalink / raw)
  To: linux-media

The following changes since commit 0db5c79989de2c68d5abb7ba891bfdb3cd3b7e05:

  [media] media-devnode.h: Fix documentation (2016-06-16 08:14:56 -0300)

are available in the git repository at:

  git://linuxtv.org/kdebski/media_tree_2.git master-20160627

for you to fetch changes up to 54fd06bfa3aed1c14731a372be92c15d3cdd6998:

  exynos4-is: Fix buffer release issue on fimc m2m video nodes (2016-06-30
16:03:02 +0200)

----------------------------------------------------------------
Javier Martinez Canillas (5):
      s5p-mfc: fix typo in s5p_mfc_dec function comment
      s5p-mfc: don't print errors on VIDIOC_REQBUFS unsupported mem type
      s5p-mfc: use vb2_is_streaming() to check vb2 queue status
      s5p-mfc: set capablity bus_info as required by VIDIOC_QUERYCAP
      s5p-mfc: improve v4l2_capability driver and card fields

Marek Szyprowski (1):
      media: s5p-mfc: fix error path in driver probe

Shuah Khan (3):
      media: s5p-mfc fix video device release double release in probe error
path
      media: s5p-mfc fix memory leak in s5p_mfc_remove()
      media: s5p-mfc fix null pointer deference in clk_core_enable()

Sylwester Nawrocki (1):
      exynos4-is: Fix buffer release issue on fimc m2m video nodes

 drivers/media/platform/exynos4-is/fimc-m2m.c    | 24
++++++++++--------------
 drivers/media/platform/s5p-mfc/s5p_mfc.c        | 19 +++++++++++--------
 drivers/media/platform/s5p-mfc/s5p_mfc_common.h |  2 ++
 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c    | 15 ++++++++-------
 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c    |  7 ++++---
 drivers/media/platform/s5p-mfc/s5p_mfc_pm.c     | 12 +++++++++---
 6 files changed, 44 insertions(+), 35 deletions(-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL] mem2mem changes
@ 2016-06-07 15:31 Kamil Debski
  0 siblings, 0 replies; 5+ messages in thread
From: Kamil Debski @ 2016-06-07 15:31 UTC (permalink / raw)
  To: linux-media

The following changes since commit 9bd5d8696fd50a10d830e2ad7f9d4e67e0bbbae2:

  [media] s5p-mfc: don't close instance after free OUTPUT buffers
(2016-06-07 10:45:37 -0300)

are available in the git repository at:

  git://linuxtv.org/kdebski/media_tree_2.git master-20160607

for you to fetch changes up to 8bc18e6d9b0b97ff32eab2563d94f9f758bc93d4:

  s5p-mfc: fix a typo in s5p_mfc_dec (2016-06-07 16:29:55 +0200)

----------------------------------------------------------------
ayaka (3):
      s5p-mfc: Add handling of buffer freeing reqbufs request
      s5p-mfc: remove unnecessary check in try_fmt
      s5p-mfc: fix a typo in s5p_mfc_dec

 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c |  2 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c | 12 +++---------
 2 files changed, 4 insertions(+), 10 deletions(-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL] mem2mem changes
@ 2015-01-30 14:45 Kamil Debski
  0 siblings, 0 replies; 5+ messages in thread
From: Kamil Debski @ 2015-01-30 14:45 UTC (permalink / raw)
  To: linux-media

The following changes since commit a5f43c18fceb2b96ec9fddb4348f5282a71cf2b0:

  [media] Documentation/video4linux: remove obsolete text files (2015-01-29
19:16:30 -0200)

are available in the git repository at:

  git://linuxtv.org/kdebski/media_tree_2.git for-3.20-a

for you to fetch changes up to 403655cc66ee4497cdd7045d71bf1376e88c5909:

  coda: simplify check in coda_buf_queue (2015-01-30 15:14:55 +0100)

----------------------------------------------------------------
Fabian Frederick (2):
      s5p-g2d: remove unnecessary version.h inclusion
      s5p-mfc: remove unnecessary version.h inclusion

Lucas Stach (1):
      coda: adjust sequence offset after unexpected decoded frame

Markus Pargmann (1):
      coda: fix width validity check when starting to decode

Nicolas Dufresne (3):
      s5p-mfc-v6+: Use display_delay_enable CID
      s5p-mfc-dec: Don't use encoder stop command
      media-doc: Fix MFC display delay control doc

Philipp Zabel (18):
      coda: fix encoder rate control parameter masks
      coda: remove context debugfs entry last
      coda: move meta out of padding
      coda: fix job_ready debug reporting for bitstream decoding
      coda: fix try_fmt_vid_out colorspace setting
      coda: properly clear f_cap in coda_s_fmt_vid_out
      coda: initialize SRAM on probe
      coda: clear RET_DEC_PIC_SUCCESS flag in prepare_decode
      coda: remove unused isequence, reset qsequence in stop_streaming
      coda: issue seq_end_work during stop_streaming
      coda: don't ever use subsampling ping-pong buffers as reconstructed
reference buffers
      coda: add coda_estimate_sizeimage and use it in set_defaults
      coda: switch BIT decoder source queue to vmalloc
      coda: make seq_end_work optional
      coda: free context buffers under buffer mutex
      coda: add support for contexts that do not use the BIT processor
      coda: allocate bitstream ringbuffer only for BIT decoder
      coda: simplify check in coda_buf_queue

 Documentation/DocBook/media/v4l/controls.xml    |   11 +-
 drivers/media/platform/Kconfig                  |    1 +
 drivers/media/platform/coda/coda-bit.c          |   25 +++-
 drivers/media/platform/coda/coda-common.c       |  159
+++++++++++++++--------
 drivers/media/platform/coda/coda.h              |    2 +-
 drivers/media/platform/coda/coda_regs.h         |    4 +-
 drivers/media/platform/s5p-g2d/g2d.c            |    1 -
 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c    |    3 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c    |    1 -
 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c |    6 +-
 10 files changed, 136 insertions(+), 77 deletions(-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL] mem2mem changes
@ 2014-11-05 10:19 Kamil Debski
  0 siblings, 0 replies; 5+ messages in thread
From: Kamil Debski @ 2014-11-05 10:19 UTC (permalink / raw)
  To: linux-media

The following changes since commit a8f29e89f2b54fbf2c52be341f149bc195b63a8b:

  [media] media/rc: Send sync space information on the lirc device
(2014-11-04 20:41:42 -0200)

are available in the git repository at:

  git://linuxtv.org/kdebski/media_tree_2.git for-3.19-2

for you to fetch changes up to 9a130b69b89ea646bcd44d415e286eaf899bc573:

  s5p-mfc: fix sparse error (2014-11-05 11:09:25 +0100)

----------------------------------------------------------------
Hans Verkuil (1):
      s5p-mfc: fix sparse error

Rasmus Villemoes (1):
      s5p_mfc: Remove redundant casts

 drivers/media/platform/s5p-mfc/s5p_mfc.c     |    4 ++--
 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-07-01 12:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-18 17:22 [GIT PULL] mem2mem changes Kamil Debski
  -- strict thread matches above, loose matches on Subject: below --
2016-07-01 12:41 Kamil Debski
2016-06-07 15:31 Kamil Debski
2015-01-30 14:45 Kamil Debski
2014-11-05 10:19 Kamil Debski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).