This is the last one.

Look forward to the real thing Soon(tm).

Anton Khirnov (23):
      txd: return meaningful error codes.
      cyuv: return meaningful error codes.
      eatgv: return meaningful error codes.
      eatgv: cosmetics, reformat
      eatgv: use fixed-width types where appropriate.
      eatgq: return meaningful error codes.
      eatgq: cosmetics, reformat.
      dxa: return meaningful error codes.
      pngdec: cosmetics, reformat.
      iff: drop ff_ prefix from a static function.
      mdec: merge mdec_common_init() into decode_init().
      mdec: cosmetics, reformat
      mdec: return meaningful error codes.
      mimic: cosmetics, reformat
      mimic: return meaningful error codes.
      mimic: remove a pointless cast.
      rawdec: cosmetics, reformat
      rawdec: use AVPALETTE_SIZE instead of magic constants.
      mvi: set framerate
      pthread: make ff_thread_release_buffer idempotent.
      mjpegdec: fix indentation
      mpegvideo_enc: do not modify the input frame.
      mpegvideo_enc: fix indentation in load_input_picture()

 libavcodec/cyuv.c          |    9 ++-
 libavcodec/dxa.c           |   14 ++--
 libavcodec/eatgq.c         |  112 ++++++++++++++------------
 libavcodec/eatgv.c         |  189 +++++++++++++++++++++++---------------------
 libavcodec/iff.c           |    6 +-
 libavcodec/mdec.c          |  175 ++++++++++++++++++++--------------------
 libavcodec/mimic.c         |  148 ++++++++++++++++++----------------
 libavcodec/mjpegdec.c      |   36 ++++-----
 libavcodec/mpegvideo_enc.c |  152 +++++++++++++++++------------------
 libavcodec/pngdec.c        |  146 +++++++++++++++++-----------------
 libavcodec/pthread.c       |    3 +
 libavcodec/rawdec.c        |  123 +++++++++++++++-------------
 libavcodec/txd.c           |   15 ++--
 libavformat/mvi.c          |    1 +
 14 files changed, 586 insertions(+), 543 deletions(-)

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to