[vlc-devel] [PATCH 00/10] avcodec module refactoring on video-decoding

ileoo at videolan.org ileoo at videolan.org
Sun Sep 4 14:30:04 CEST 2016


From: Ilkka Ollakka <ileoo at videolan.org>

Set of small commits to reorder avcodec-video module littlebit. Shouldn't
cause regression, and I didn't spot any use regressions with these changes.

Ilkka Ollakka (10):
  avcodec: refactor video decoding DecodeVideo function
  avcodec: fix warning to mention correct late frame amount
  avcodec: rename b_drawpicture to what I assume it is used for
  avcodec: don't call mdate() so often in video decoding
  avcodec: refactor hurry_up handling
  avcodec: refactor late frame count from decodevideo
  avcodec: remove unnecessary condition
  avcodec: skip nonref-frames if we don't need output picture
  avcodec: video: fix comparing signed/unsigned resolutions
  avcodec: video: add default handling for skip_loop_filter

 modules/codec/avcodec/video.c | 273 ++++++++++++++++++++++++------------------
 1 file changed, 158 insertions(+), 115 deletions(-)

-- 
2.6.6



More information about the vlc-devel mailing list