[vlc-devel] [PATCH 0/7] [V2] Handle MediaCodec SPS/PPS changes

Thomas Guillem thomas at gllm.fr
Mon Apr 27 15:16:44 CEST 2015


Second set of patches, only for mediacodec since I didn't touch the h264
packetizer patches.

MediaCodec module is now able to handle  video size and a SPS/PPS change during
playback.

Thomas Guillem (7):
  mediacodec: renome p_extra_buffer to p_csd0_buffer
  mediacodec: add a second way to send codec specific data
  mediacodec: parse SPS/PPS, fix H264 via live streaming
  mediacodec: fix LocalRef leaks
  mediacodec: factor GetMediaCodecName
  mediacodec: allow interlaced picture only after API 21
  mediacodec: add decoder_UpdateVideoFormat call

 modules/codec/omxil/android_mediacodec.c | 537 ++++++++++++++++++++++++-------
 1 file changed, 424 insertions(+), 113 deletions(-)

-- 
2.1.4




More information about the vlc-devel mailing list