Hi Mauro, Somehow the patch adding another way of ending video stream decoding was lost. I am not sure if this should be regarded as a fix or adding new functionality. It adds the ability to finish video decoding with an EOS command and notify the application with an event that the last frame was decoded. This is the recommended way to end decoding. It was originally sent in January as a part of a 3 patch series. Other patches were pure fixes and already got merged. In addition, I included a recent fix by Hans Verkuil. Best wishes, -- Kamil Debski Linux Platform Group Samsung Poland R&D Center The following changes since commit 53faa685fa7df0e12751eebbda30bc7e7bb5e71a: [media] siano: Fix array boundary at smscore_translate_msg() (2013-04-04 14:35:40 -0300) are available in the git repository at: git://linuxtv.org/kdebski/media.git media_tree for you to fetch changes up to 3d79b910d83f561bdf6c9c80083ee7ad529a4e4c: s5c73m3: Fix s5c73m3-core.c compiler warning (2013-04-08 15:09:25 +0200) ---------------------------------------------------------------- Hans Verkuil (1): s5c73m3: Fix s5c73m3-core.c compiler warning Kamil Debski (1): s5p-mfc: Add support for EOS command and EOS event in video decoder drivers/media/i2c/s5c73m3/s5c73m3-core.c | 2 +- drivers/media/platform/s5p-mfc/s5p_mfc.c | 2 + drivers/media/platform/s5p-mfc/s5p_mfc_dec.c | 76 +++++++++++++++++++++-- drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c | 9 +++ drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c | 10 ++- 5 files changed, 93 insertions(+), 6 deletions(-) -- 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