History log of /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/frameparser.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7f3c89a88e9fad370f57981d10eec553c88f0735 14-Sep-2013 Praveen Chavan <pchavan@codeaurora.org> mm-video: vidc: Fix frameparser behavior on EOS with data

The frameparser currently holds back any bytes that may be part of
the next frame's start code. In general, this results in frames
ending in 0x00 or 0x00,0x00 being marked as partial and properly
flushed on the next parse_sc_frame call. If an EOS is received
with data, this flush never occurs. In that case, this change
copies the missing bytes to the destination frame.
author: Leena Winterrowd <lenhardw@codeaurora.org>

Bug: 10668205

Change-Id: Ia7f1d795b2459da86f1bf6cdb5f8ca8e21c306bd
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/frameparser.cpp
61a2c6a19dbd06a317a419623020e02056661876 26-Jul-2013 Praveen Chavan <pchavan@codeaurora.org> Merge up to tip (906de570) of hardware/qcom/media from codeaurora.org

Change-Id: Iee6f5ea3781748209b02725b30f2c09a8f1392fa
Signed-off-by: Ajay Dudani <adudani@codeaurora.org>
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/frameparser.cpp
6eec4d1ea65df853450a6e158718981cba900bf6 30-Apr-2013 Shashank Mittal <mittals@codeaurora.org> Update mm-video to get legacy and v4l2 interfaces to co-exist

* Move mm-video to mm-video-legacy
* Add mm-video-v4l2 from codeaurora.org

Change-Id: Idf13fa2780fd0359ccefc8b004286c5a356d3546
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/frameparser.cpp