]> git.sesse.net Git - ffmpeg/commitdiff
Merge commit '8f12ef9860d0e164e4647fd5d5cebdb3cfb34a79'
authorHendrik Leppkes <h.leppkes@gmail.com>
Sat, 5 Sep 2015 15:31:45 +0000 (17:31 +0200)
committerHendrik Leppkes <h.leppkes@gmail.com>
Sat, 5 Sep 2015 15:31:45 +0000 (17:31 +0200)
* commit '8f12ef9860d0e164e4647fd5d5cebdb3cfb34a79':
  lavu: Drop deprecated duplicated AVFrame/AVCodecContext parameters

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
1  2 
libavcodec/avcodec.h
libavcodec/utils.c
libavutil/frame.c
libavutil/frame.h
libavutil/version.h

diff --combined libavcodec/avcodec.h
index 6a918e904a7b5a518bf1bf95cc9dec7dc44eb757,379311f29b997bc0dd0d2263294decf04898295d..22aeca361fef76f0953397e715f494c16bf52e4e
@@@ -1,20 -1,20 +1,20 @@@
  /*
   * copyright (c) 2001 Fabrice Bellard
   *
 - * This file is part of Libav.
 + * This file is part of FFmpeg.
   *
 - * Libav is free software; you can redistribute it and/or
 + * FFmpeg is free software; you can redistribute it and/or
   * modify it under the terms of the GNU Lesser General Public
   * License as published by the Free Software Foundation; either
   * version 2.1 of the License, or (at your option) any later version.
   *
 - * Libav is distributed in the hope that it will be useful,
 + * FFmpeg is distributed in the hope that it will be useful,
   * but WITHOUT ANY WARRANTY; without even the implied warranty of
   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   * Lesser General Public License for more details.
   *
   * You should have received a copy of the GNU Lesser General Public
 - * License along with Libav; if not, write to the Free Software
 + * License along with FFmpeg; if not, write to the Free Software
   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
   */
  
@@@ -33,7 -33,6 +33,7 @@@
  #include "libavutil/avutil.h"
  #include "libavutil/buffer.h"
  #include "libavutil/cpu.h"
 +#include "libavutil/channel_layout.h"
  #include "libavutil/dict.h"
  #include "libavutil/frame.h"
  #include "libavutil/log.h"
  
  #include "version.h"
  
 -#if FF_API_FAST_MALLOC
 -// to provide fast_*alloc
 -#include "libavutil/mem.h"
 -#endif
 -
  /**
   * @defgroup libavc Encoding/Decoding Library
   * @{
@@@ -93,8 -97,7 +93,8 @@@
   *
   * If you add a codec ID to this list, add it so that
   * 1. no value of a existing codec ID changes (that would break ABI),
 - * 2. it is as close as possible to similar codecs.
 + * 2. Give it a value which when taken as ASCII is recognized uniquely by a human as this specific codec.
 + *    This ensures that 2 forks can independently add AVCodecIDs without producing conflicts.
   *
   * After adding new codec IDs, do not forget to add an entry to the codec
   * descriptor list and bump libavcodec minor version.
@@@ -275,57 -278,27 +275,57 @@@ enum AVCodecID 
      AV_CODEC_ID_MSS2,
      AV_CODEC_ID_VP9,
      AV_CODEC_ID_AIC,
 -    AV_CODEC_ID_ESCAPE130,
 -    AV_CODEC_ID_G2M,
 -    AV_CODEC_ID_WEBP,
 +    AV_CODEC_ID_ESCAPE130_DEPRECATED,
 +    AV_CODEC_ID_G2M_DEPRECATED,
 +    AV_CODEC_ID_WEBP_DEPRECATED,
      AV_CODEC_ID_HNM4_VIDEO,
 -    AV_CODEC_ID_HEVC,
 +    AV_CODEC_ID_HEVC_DEPRECATED,
      AV_CODEC_ID_FIC,
      AV_CODEC_ID_ALIAS_PIX,
 -    AV_CODEC_ID_BRENDER_PIX,
 -    AV_CODEC_ID_PAF_VIDEO,
 -    AV_CODEC_ID_EXR,
 -    AV_CODEC_ID_VP7,
 -    AV_CODEC_ID_SANM,
 -    AV_CODEC_ID_SGIRLE,
 -    AV_CODEC_ID_MVC1,
 -    AV_CODEC_ID_MVC2,
 +    AV_CODEC_ID_BRENDER_PIX_DEPRECATED,
 +    AV_CODEC_ID_PAF_VIDEO_DEPRECATED,
 +    AV_CODEC_ID_EXR_DEPRECATED,
 +    AV_CODEC_ID_VP7_DEPRECATED,
 +    AV_CODEC_ID_SANM_DEPRECATED,
 +    AV_CODEC_ID_SGIRLE_DEPRECATED,
 +    AV_CODEC_ID_MVC1_DEPRECATED,
 +    AV_CODEC_ID_MVC2_DEPRECATED,
      AV_CODEC_ID_HQX,
      AV_CODEC_ID_TDSC,
      AV_CODEC_ID_HQ_HQA,
      AV_CODEC_ID_HAP,
      AV_CODEC_ID_DDS,
  
 +    AV_CODEC_ID_BRENDER_PIX= MKBETAG('B','P','I','X'),
 +    AV_CODEC_ID_Y41P       = MKBETAG('Y','4','1','P'),
 +    AV_CODEC_ID_ESCAPE130  = MKBETAG('E','1','3','0'),
 +    AV_CODEC_ID_EXR        = MKBETAG('0','E','X','R'),
 +    AV_CODEC_ID_AVRP       = MKBETAG('A','V','R','P'),
 +
 +    AV_CODEC_ID_012V       = MKBETAG('0','1','2','V'),
 +    AV_CODEC_ID_G2M        = MKBETAG( 0 ,'G','2','M'),
 +    AV_CODEC_ID_AVUI       = MKBETAG('A','V','U','I'),
 +    AV_CODEC_ID_AYUV       = MKBETAG('A','Y','U','V'),
 +    AV_CODEC_ID_TARGA_Y216 = MKBETAG('T','2','1','6'),
 +    AV_CODEC_ID_V308       = MKBETAG('V','3','0','8'),
 +    AV_CODEC_ID_V408       = MKBETAG('V','4','0','8'),
 +    AV_CODEC_ID_YUV4       = MKBETAG('Y','U','V','4'),
 +    AV_CODEC_ID_SANM       = MKBETAG('S','A','N','M'),
 +    AV_CODEC_ID_PAF_VIDEO  = MKBETAG('P','A','F','V'),
 +    AV_CODEC_ID_AVRN       = MKBETAG('A','V','R','n'),
 +    AV_CODEC_ID_CPIA       = MKBETAG('C','P','I','A'),
 +    AV_CODEC_ID_XFACE      = MKBETAG('X','F','A','C'),
 +    AV_CODEC_ID_SGIRLE     = MKBETAG('S','G','I','R'),
 +    AV_CODEC_ID_MVC1       = MKBETAG('M','V','C','1'),
 +    AV_CODEC_ID_MVC2       = MKBETAG('M','V','C','2'),
 +    AV_CODEC_ID_SNOW       = MKBETAG('S','N','O','W'),
 +    AV_CODEC_ID_WEBP       = MKBETAG('W','E','B','P'),
 +    AV_CODEC_ID_SMVJPEG    = MKBETAG('S','M','V','J'),
 +    AV_CODEC_ID_HEVC       = MKBETAG('H','2','6','5'),
 +#define AV_CODEC_ID_H265 AV_CODEC_ID_HEVC
 +    AV_CODEC_ID_VP7        = MKBETAG('V','P','7','0'),
 +    AV_CODEC_ID_APNG       = MKBETAG('A','P','N','G'),
 +
      /* various PCM "codecs" */
      AV_CODEC_ID_FIRST_AUDIO = 0x10000,     ///< A dummy id pointing at the start of audio codecs
      AV_CODEC_ID_PCM_S16LE = 0x10000,
      AV_CODEC_ID_PCM_LXF,
      AV_CODEC_ID_S302M,
      AV_CODEC_ID_PCM_S8_PLANAR,
 -    AV_CODEC_ID_PCM_S24LE_PLANAR,
 -    AV_CODEC_ID_PCM_S32LE_PLANAR,
 -    AV_CODEC_ID_PCM_S16BE_PLANAR,
 +    AV_CODEC_ID_PCM_S24LE_PLANAR_DEPRECATED,
 +    AV_CODEC_ID_PCM_S32LE_PLANAR_DEPRECATED,
 +    AV_CODEC_ID_PCM_S16BE_PLANAR_DEPRECATED,
 +    AV_CODEC_ID_PCM_S24LE_PLANAR = MKBETAG(24,'P','S','P'),
 +    AV_CODEC_ID_PCM_S32LE_PLANAR = MKBETAG(32,'P','S','P'),
 +    AV_CODEC_ID_PCM_S16BE_PLANAR = MKBETAG('P','S','P',16),
  
      /* various ADPCM codecs */
      AV_CODEC_ID_ADPCM_IMA_QT = 0x11000,
      AV_CODEC_ID_ADPCM_IMA_ISS,
      AV_CODEC_ID_ADPCM_G722,
      AV_CODEC_ID_ADPCM_IMA_APC,
 -    AV_CODEC_ID_ADPCM_VIMA,
 +    AV_CODEC_ID_ADPCM_VIMA_DEPRECATED,
 +    AV_CODEC_ID_ADPCM_VIMA = MKBETAG('V','I','M','A'),
 +#if FF_API_VIMA_DECODER
 +    AV_CODEC_ID_VIMA       = MKBETAG('V','I','M','A'),
 +#endif
 +    AV_CODEC_ID_ADPCM_AFC  = MKBETAG('A','F','C',' '),
 +    AV_CODEC_ID_ADPCM_IMA_OKI = MKBETAG('O','K','I',' '),
 +    AV_CODEC_ID_ADPCM_DTK  = MKBETAG('D','T','K',' '),
 +    AV_CODEC_ID_ADPCM_IMA_RAD = MKBETAG('R','A','D',' '),
 +    AV_CODEC_ID_ADPCM_G726LE = MKBETAG('6','2','7','G'),
 +    AV_CODEC_ID_ADPCM_THP_LE = MKBETAG('T','H','P','L'),
  
      /* AMR */
      AV_CODEC_ID_AMR_NB = 0x12000,
      AV_CODEC_ID_RALF,
      AV_CODEC_ID_IAC,
      AV_CODEC_ID_ILBC,
 -    AV_CODEC_ID_OPUS,
 +    AV_CODEC_ID_OPUS_DEPRECATED,
      AV_CODEC_ID_COMFORT_NOISE,
 -    AV_CODEC_ID_TAK,
 +    AV_CODEC_ID_TAK_DEPRECATED,
      AV_CODEC_ID_METASOUND,
 -    AV_CODEC_ID_PAF_AUDIO,
 +    AV_CODEC_ID_PAF_AUDIO_DEPRECATED,
      AV_CODEC_ID_ON2AVC,
      AV_CODEC_ID_DSS_SP,
 +    AV_CODEC_ID_FFWAVESYNTH = MKBETAG('F','F','W','S'),
 +    AV_CODEC_ID_SONIC       = MKBETAG('S','O','N','C'),
 +    AV_CODEC_ID_SONIC_LS    = MKBETAG('S','O','N','L'),
 +    AV_CODEC_ID_PAF_AUDIO   = MKBETAG('P','A','F','A'),
 +    AV_CODEC_ID_OPUS        = MKBETAG('O','P','U','S'),
 +    AV_CODEC_ID_TAK         = MKBETAG('t','B','a','K'),
 +    AV_CODEC_ID_EVRC        = MKBETAG('s','e','v','c'),
 +    AV_CODEC_ID_SMV         = MKBETAG('s','s','m','v'),
 +    AV_CODEC_ID_DSD_LSBF    = MKBETAG('D','S','D','L'),
 +    AV_CODEC_ID_DSD_MSBF    = MKBETAG('D','S','D','M'),
 +    AV_CODEC_ID_DSD_LSBF_PLANAR = MKBETAG('D','S','D','1'),
 +    AV_CODEC_ID_DSD_MSBF_PLANAR = MKBETAG('D','S','D','8'),
 +    AV_CODEC_ID_4GV         = MKBETAG('s','4','g','v'),
  
      /* subtitle codecs */
      AV_CODEC_ID_FIRST_SUBTITLE = 0x17000,          ///< A dummy ID pointing at the start of subtitle codecs.
      AV_CODEC_ID_HDMV_PGS_SUBTITLE,
      AV_CODEC_ID_DVB_TELETEXT,
      AV_CODEC_ID_SRT,
 +    AV_CODEC_ID_MICRODVD   = MKBETAG('m','D','V','D'),
 +    AV_CODEC_ID_EIA_608    = MKBETAG('c','6','0','8'),
 +    AV_CODEC_ID_JACOSUB    = MKBETAG('J','S','U','B'),
 +    AV_CODEC_ID_SAMI       = MKBETAG('S','A','M','I'),
 +    AV_CODEC_ID_REALTEXT   = MKBETAG('R','T','X','T'),
 +    AV_CODEC_ID_STL        = MKBETAG('S','p','T','L'),
 +    AV_CODEC_ID_SUBVIEWER1 = MKBETAG('S','b','V','1'),
 +    AV_CODEC_ID_SUBVIEWER  = MKBETAG('S','u','b','V'),
 +    AV_CODEC_ID_SUBRIP     = MKBETAG('S','R','i','p'),
 +    AV_CODEC_ID_WEBVTT     = MKBETAG('W','V','T','T'),
 +    AV_CODEC_ID_MPL2       = MKBETAG('M','P','L','2'),
 +    AV_CODEC_ID_VPLAYER    = MKBETAG('V','P','l','r'),
 +    AV_CODEC_ID_PJS        = MKBETAG('P','h','J','S'),
 +    AV_CODEC_ID_ASS        = MKBETAG('A','S','S',' '),  ///< ASS as defined in Matroska
 +    AV_CODEC_ID_HDMV_TEXT_SUBTITLE = MKBETAG('B','D','T','X'),
  
      /* other specific kind of codecs (generally used for attachments) */
      AV_CODEC_ID_FIRST_UNKNOWN = 0x18000,           ///< A dummy ID pointing at the start of various fake codecs.
      AV_CODEC_ID_TTF = 0x18000,
 +    AV_CODEC_ID_BINTEXT    = MKBETAG('B','T','X','T'),
 +    AV_CODEC_ID_XBIN       = MKBETAG('X','B','I','N'),
 +    AV_CODEC_ID_IDF        = MKBETAG( 0 ,'I','D','F'),
 +    AV_CODEC_ID_OTF        = MKBETAG( 0 ,'O','T','F'),
 +    AV_CODEC_ID_SMPTE_KLV  = MKBETAG('K','L','V','A'),
 +    AV_CODEC_ID_DVD_NAV    = MKBETAG('D','N','A','V'),
 +    AV_CODEC_ID_TIMED_ID3  = MKBETAG('T','I','D','3'),
 +    AV_CODEC_ID_BIN_DATA   = MKBETAG('D','A','T','A'),
 +
  
      AV_CODEC_ID_PROBE = 0x19000, ///< codec_id is not known (like AV_CODEC_ID_NONE) but lavf should attempt to identify it
  
      AV_CODEC_ID_MPEG4SYSTEMS = 0x20001, /**< _FAKE_ codec to indicate a MPEG-4 Systems
                                  * stream (only used by libavformat) */
      AV_CODEC_ID_FFMETADATA = 0x21000,   ///< Dummy codec for streams containing only metadata information.
 +
 +#if FF_API_CODEC_ID
 +#include "old_codec_ids.h"
 +#endif
  };
  
  /**
@@@ -580,13 -499,6 +580,13 @@@ typedef struct AVCodecDescriptor 
       * Codec properties, a combination of AV_CODEC_PROP_* flags.
       */
      int             props;
 +
 +    /**
 +     * MIME type(s) associated with the codec.
 +     * May be NULL; if not, a NULL-terminated array of MIME types.
 +     * The first item is always non-NULL and is the preferred MIME type.
 +     */
 +    const char *const *mime_types;
  } AVCodecDescriptor;
  
  /**
   * equal.
   */
  #define AV_CODEC_PROP_REORDER       (1 << 3)
 +/**
 + * Subtitle codec is bitmap based
 + * Decoded AVSubtitle data can be read from the AVSubtitleRect->pict field.
 + */
 +#define AV_CODEC_PROP_BITMAP_SUB    (1 << 16)
 +/**
 + * Subtitle codec is text based.
 + * Decoded AVSubtitle data can be read from the AVSubtitleRect->ass field.
 + */
 +#define AV_CODEC_PROP_TEXT_SUB      (1 << 17)
  
  /**
   * @ingroup lavc_decoding
   * Note: If the first 23 bits of the additional bytes are not 0, then damaged
   * MPEG bitstreams could cause overread and segfault.
   */
 -#define AV_INPUT_BUFFER_PADDING_SIZE 8
 +#define AV_INPUT_BUFFER_PADDING_SIZE 32
  
  /**
   * @ingroup lavc_encoding
  /**
   * @deprecated use AV_INPUT_BUFFER_PADDING_SIZE instead
   */
 -#define FF_INPUT_BUFFER_PADDING_SIZE 8
 +#define FF_INPUT_BUFFER_PADDING_SIZE 32
  
  /**
   * @deprecated use AV_INPUT_BUFFER_MIN_SIZE instead
@@@ -670,7 -572,6 +670,7 @@@ enum Motion_Est_ID 
      ME_HEX,         ///< hexagon based search
      ME_UMH,         ///< uneven multi-hexagon search
      ME_TESA,        ///< transformed exhaustive search algorithm
 +    ME_ITER=50,     ///< iterative search
  };
  #endif
  
@@@ -684,7 -585,6 +684,7 @@@ enum AVDiscard
      AVDISCARD_DEFAULT =  0, ///< discard useless packets like 0 size packets in avi
      AVDISCARD_NONREF  =  8, ///< discard all non reference
      AVDISCARD_BIDIR   = 16, ///< discard all bidirectional frames
 +    AVDISCARD_NONINTRA= 24, ///< discard all non intra frames
      AVDISCARD_NONKEY  = 32, ///< discard all frames except keyframes
      AVDISCARD_ALL     = 48, ///< discard all
  };
@@@ -798,7 -698,7 +798,7 @@@ typedef struct RcOverride
  /**
   * Allow non spec compliant speedup tricks.
   */
 -#define AV_CODEC_FLAG_CLOSED_GOP      (1 << 31)
 +#define AV_CODEC_FLAG_CLOSED_GOP      (1U << 31)
  
  #define AV_CODEC_FLAG2_FAST           (1 <<  0)
  /**
   * Place global headers at every keyframe instead of in extradata.
   */
  #define AV_CODEC_FLAG2_LOCAL_HEADER   (1 <<  3)
 +
 +/**
 + * timecode is in drop frame format. DEPRECATED!!!!
 + */
 +#define AV_CODEC_FLAG2_DROP_FRAME_TIMECODE (1 << 13)
 +
  /**
   * Input bitstream might be truncated at a packet boundaries
   * instead of only at frame boundaries.
   */
  #define AV_CODEC_FLAG2_IGNORE_CROP    (1 << 16)
  
 +/**
 + * Show all frames before the first keyframe
 + */
 +#define AV_CODEC_FLAG2_SHOW_ALL       (1 << 22)
 +/**
 + * Export motion vectors through frame side data
 + */
 +#define AV_CODEC_FLAG2_EXPORT_MVS     (1 << 28)
 +/**
 + * Do not skip samples and export skip information as frame side data
 + */
 +#define AV_CODEC_FLAG2_SKIP_MANUAL    (1 << 29)
 +
  /* Unsupported options :
   *              Syntax Arithmetic coding (SAC)
   *              Reference Picture Selection
   * This can be used to prevent truncation of the last audio samples.
   */
  #define AV_CODEC_CAP_SMALL_LAST_FRAME    (1 <<  6)
 +
 +#if FF_API_CAP_VDPAU
 +/**
 + * Codec can export data for HW decoding (VDPAU).
 + */
 +#define AV_CODEC_CAP_HWACCEL_VDPAU       (1 <<  7)
 +#endif
 +
  /**
   * Codec can output multiple frames per AVPacket
   * Normally demuxers return one frame at a time, demuxers which do not do
   * Audio encoder supports receiving a different number of samples in each call.
   */
  #define AV_CODEC_CAP_VARIABLE_FRAME_SIZE (1 << 16)
 +/**
 + * Codec is intra only.
 + */
 +#define AV_CODEC_CAP_INTRA_ONLY       0x40000000
 +/**
 + * Codec is lossless.
 + */
 +#define AV_CODEC_CAP_LOSSLESS         0x80000000
 +
  
  #if FF_API_WITHOUT_PREFIX
  /**
   * Allow decoders to produce frames with data planes that are not aligned
   * to CPU requirements (e.g. due to cropping).
   */
 -#define CODEC_FLAG_UNALIGNED 0x0001
 -#define CODEC_FLAG_QSCALE 0x0002  ///< Use fixed qscale.
 -#define CODEC_FLAG_4MV    0x0004  ///< 4 MV per MB allowed / advanced prediction for H.263.
 -#define CODEC_FLAG_OUTPUT_CORRUPT 0x0008 ///< Output even those frames that might be corrupted
 -#define CODEC_FLAG_QPEL   0x0010  ///< Use qpel MC.
 +#define CODEC_FLAG_UNALIGNED AV_CODEC_FLAG_UNALIGNED
 +#define CODEC_FLAG_QSCALE AV_CODEC_FLAG_QSCALE
 +#define CODEC_FLAG_4MV    AV_CODEC_FLAG_4MV
 +#define CODEC_FLAG_OUTPUT_CORRUPT AV_CODEC_FLAG_OUTPUT_CORRUPT
 +#define CODEC_FLAG_QPEL   AV_CODEC_FLAG_QPEL
  #if FF_API_GMC
  /**
   * @deprecated use the "gmc" private option of the libxvid encoder
   */
  #define CODEC_FLAG_INPUT_PRESERVED 0x0100
  #endif
 -#define CODEC_FLAG_PASS1           0x0200   ///< Use internal 2pass ratecontrol in first pass mode.
 -#define CODEC_FLAG_PASS2           0x0400   ///< Use internal 2pass ratecontrol in second pass mode.
 -#define CODEC_FLAG_GRAY            0x2000   ///< Only decode/encode grayscale.
 +#define CODEC_FLAG_PASS1           AV_CODEC_FLAG_PASS1
 +#define CODEC_FLAG_PASS2           AV_CODEC_FLAG_PASS2
 +#define CODEC_FLAG_GRAY            AV_CODEC_FLAG_GRAY
  #if FF_API_EMU_EDGE
  /**
   * @deprecated edges are not used/required anymore. I.e. this flag is now always
   */
  #define CODEC_FLAG_EMU_EDGE        0x4000
  #endif
 -#define CODEC_FLAG_PSNR            0x8000   ///< error[?] variables will be set during encoding.
 -#define CODEC_FLAG_TRUNCATED       0x00010000 /** Input bitstream might be truncated at a random
 -                                                  location instead of only at frame boundaries. */
 +#define CODEC_FLAG_PSNR            AV_CODEC_FLAG_PSNR
 +#define CODEC_FLAG_TRUNCATED       AV_CODEC_FLAG_TRUNCATED
 +
  #if FF_API_NORMALIZE_AQP
  /**
   * @deprecated use the flag "naq" in the "mpv_flags" private option of the
   */
  #define CODEC_FLAG_NORMALIZE_AQP  0x00020000
  #endif
 -#define CODEC_FLAG_INTERLACED_DCT 0x00040000 ///< Use interlaced DCT.
 -#define CODEC_FLAG_LOW_DELAY      0x00080000 ///< Force low delay.
 -#define CODEC_FLAG_GLOBAL_HEADER  0x00400000 ///< Place global headers in extradata instead of every keyframe.
 -#define CODEC_FLAG_BITEXACT       0x00800000 ///< Use only bitexact stuff (except (I)DCT).
 -/* Fx : Flag for h263+ extra options */
 -#define CODEC_FLAG_AC_PRED        0x01000000 ///< H.263 advanced intra coding / MPEG-4 AC prediction
 -#define CODEC_FLAG_LOOP_FILTER    0x00000800 ///< loop filter
 -#define CODEC_FLAG_INTERLACED_ME  0x20000000 ///< interlaced motion estimation
 -#define CODEC_FLAG_CLOSED_GOP     0x80000000
 -#define CODEC_FLAG2_FAST          0x00000001 ///< Allow non spec compliant speedup tricks.
 -#define CODEC_FLAG2_NO_OUTPUT     0x00000004 ///< Skip bitstream encoding.
 -#define CODEC_FLAG2_LOCAL_HEADER  0x00000008 ///< Place global headers at every keyframe instead of in extradata.
 -#define CODEC_FLAG2_IGNORE_CROP   0x00010000 ///< Discard cropping information from SPS.
 -
 -#define CODEC_FLAG2_CHUNKS        0x00008000 ///< Input bitstream might be truncated at a packet boundaries instead of only at frame boundaries.
 +#define CODEC_FLAG_INTERLACED_DCT AV_CODEC_FLAG_INTERLACED_DCT
 +#define CODEC_FLAG_LOW_DELAY      AV_CODEC_FLAG_LOW_DELAY
 +#define CODEC_FLAG_GLOBAL_HEADER  AV_CODEC_FLAG_GLOBAL_HEADER
 +#define CODEC_FLAG_BITEXACT       AV_CODEC_FLAG_BITEXACT
 +#define CODEC_FLAG_AC_PRED        AV_CODEC_FLAG_AC_PRED
 +#define CODEC_FLAG_LOOP_FILTER    AV_CODEC_FLAG_LOOP_FILTER
 +#define CODEC_FLAG_INTERLACED_ME  AV_CODEC_FLAG_INTERLACED_ME
 +#define CODEC_FLAG_CLOSED_GOP     AV_CODEC_FLAG_CLOSED_GOP
 +#define CODEC_FLAG2_FAST          AV_CODEC_FLAG2_FAST
 +#define CODEC_FLAG2_NO_OUTPUT     AV_CODEC_FLAG2_NO_OUTPUT
 +#define CODEC_FLAG2_LOCAL_HEADER  AV_CODEC_FLAG2_LOCAL_HEADER
 +#define CODEC_FLAG2_DROP_FRAME_TIMECODE AV_CODEC_FLAG2_DROP_FRAME_TIMECODE
 +#define CODEC_FLAG2_IGNORE_CROP   AV_CODEC_FLAG2_IGNORE_CROP
 +
 +#define CODEC_FLAG2_CHUNKS        AV_CODEC_FLAG2_CHUNKS
 +#define CODEC_FLAG2_SHOW_ALL      AV_CODEC_FLAG2_SHOW_ALL
 +#define CODEC_FLAG2_EXPORT_MVS    AV_CODEC_FLAG2_EXPORT_MVS
 +#define CODEC_FLAG2_SKIP_MANUAL   AV_CODEC_FLAG2_SKIP_MANUAL
  
  /* Unsupported options :
   *              Syntax Arithmetic coding (SAC)
  /* /Fx */
  /* codec capabilities */
  
 -#define CODEC_CAP_DRAW_HORIZ_BAND 0x0001 ///< Decoder can use draw_horiz_band callback.
 +#define CODEC_CAP_DRAW_HORIZ_BAND AV_CODEC_CAP_DRAW_HORIZ_BAND ///< Decoder can use draw_horiz_band callback.
  /**
   * Codec uses get_buffer() for allocating buffers and supports custom allocators.
   * If not set, it might not use get_buffer() at all or use operations that
   * assume the buffer was allocated by avcodec_default_get_buffer.
   */
 -#define CODEC_CAP_DR1             0x0002
 -#define CODEC_CAP_TRUNCATED       0x0008
 +#define CODEC_CAP_DR1             AV_CODEC_CAP_DR1
 +#define CODEC_CAP_TRUNCATED       AV_CODEC_CAP_TRUNCATED
  #if FF_API_XVMC
 -/* Codec can export data for HW decoding (XvMC). */
 +/* Codec can export data for HW decoding. This flag indicates that
 + * the codec would call get_format() with list that might contain HW accelerated
 + * pixel formats (XvMC, VDPAU, VAAPI, etc). The application can pick any of them
 + * including raw image format.
 + * The application can use the passed context to determine bitstream version,
 + * chroma format, resolution etc.
 + */
  #define CODEC_CAP_HWACCEL         0x0010
  #endif /* FF_API_XVMC */
  /**
   *       each output packet. If this flag is not set, the pts and duration will
   *       be determined by libavcodec from the input frame.
   */
 -#define CODEC_CAP_DELAY           0x0020
 +#define CODEC_CAP_DELAY           AV_CODEC_CAP_DELAY
  /**
   * Codec can be fed a final frame with a smaller size.
   * This can be used to prevent truncation of the last audio samples.
   */
 -#define CODEC_CAP_SMALL_LAST_FRAME 0x0040
 +#define CODEC_CAP_SMALL_LAST_FRAME AV_CODEC_CAP_SMALL_LAST_FRAME
  #if FF_API_CAP_VDPAU
  /**
   * Codec can export data for HW decoding (VDPAU).
   */
 -#define CODEC_CAP_HWACCEL_VDPAU    0x0080
 +#define CODEC_CAP_HWACCEL_VDPAU    AV_CODEC_CAP_HWACCEL_VDPAU
  #endif
  /**
   * Codec can output multiple frames per AVPacket
   * prohibiting stream copy in many cases thus it should only be considered
   * as a last resort.
   */
 -#define CODEC_CAP_SUBFRAMES        0x0100
 +#define CODEC_CAP_SUBFRAMES        AV_CODEC_CAP_SUBFRAMES
  /**
   * Codec is experimental and is thus avoided in favor of non experimental
   * encoders
   */
 -#define CODEC_CAP_EXPERIMENTAL     0x0200
 +#define CODEC_CAP_EXPERIMENTAL     AV_CODEC_CAP_EXPERIMENTAL
  /**
   * Codec should fill in channel configuration and samplerate instead of container
   */
 -#define CODEC_CAP_CHANNEL_CONF     0x0400
 +#define CODEC_CAP_CHANNEL_CONF     AV_CODEC_CAP_CHANNEL_CONF
  #if FF_API_NEG_LINESIZES
  /**
   * @deprecated no codecs use this capability
  /**
   * Codec supports frame-level multithreading.
   */
 -#define CODEC_CAP_FRAME_THREADS    0x1000
 +#define CODEC_CAP_FRAME_THREADS    AV_CODEC_CAP_FRAME_THREADS
  /**
   * Codec supports slice-based (or partition-based) multithreading.
   */
 -#define CODEC_CAP_SLICE_THREADS    0x2000
 +#define CODEC_CAP_SLICE_THREADS    AV_CODEC_CAP_SLICE_THREADS
  /**
   * Codec supports changed parameters at any point.
   */
 -#define CODEC_CAP_PARAM_CHANGE     0x4000
 +#define CODEC_CAP_PARAM_CHANGE     AV_CODEC_CAP_PARAM_CHANGE
  /**
   * Codec supports avctx->thread_count == 0 (auto).
   */
 -#define CODEC_CAP_AUTO_THREADS     0x8000
 +#define CODEC_CAP_AUTO_THREADS     AV_CODEC_CAP_AUTO_THREADS
  /**
   * Audio encoder supports receiving a different number of samples in each call.
   */
 -#define CODEC_CAP_VARIABLE_FRAME_SIZE 0x10000
 +#define CODEC_CAP_VARIABLE_FRAME_SIZE AV_CODEC_CAP_VARIABLE_FRAME_SIZE
 +/**
 + * Codec is intra only.
 + */
 +#define CODEC_CAP_INTRA_ONLY       AV_CODEC_CAP_INTRA_ONLY
 +/**
 + * Codec is lossless.
 + */
 +#define CODEC_CAP_LOSSLESS         AV_CODEC_CAP_LOSSLESS
 +
 +/**
 + * HWAccel is experimental and is thus avoided in favor of non experimental
 + * codecs
 + */
 +#define HWACCEL_CODEC_CAP_EXPERIMENTAL     0x0200
  #endif /* FF_API_WITHOUT_PREFIX */
  
  #if FF_API_MB_TYPE
@@@ -1279,84 -1120,13 +1279,84 @@@ enum AVPacketSideDataType 
      AV_PKT_DATA_AUDIO_SERVICE_TYPE,
  
      /**
 -     * This side data contains an integer value representing the quality
 -     * factor of the compressed frame. Allowed range is between 1 (good)
 -     * and FF_LAMBDA_MAX (bad).
 +     * This side data contains quality related information from the encoder.
 +     * @code
 +     * u32le quality factor of the compressed frame. Allowed range is between 1 (good) and FF_LAMBDA_MAX (bad).
 +     * u8    picture type
 +     * u8    error count
 +     * u16   reserved
 +     * u64le[error count] sum of squared differences between encoder in and output
 +     * @endcode
 +     */
 +    AV_PKT_DATA_QUALITY_STATS,
 +
 +    /**
 +     * Recommmends skipping the specified number of samples
 +     * @code
 +     * u32le number of samples to skip from start of this packet
 +     * u32le number of samples to skip from end of this packet
 +     * u8    reason for start skip
 +     * u8    reason for end   skip (0=padding silence, 1=convergence)
 +     * @endcode
 +     */
 +    AV_PKT_DATA_SKIP_SAMPLES=70,
 +
 +    /**
 +     * An AV_PKT_DATA_JP_DUALMONO side data packet indicates that
 +     * the packet may contain "dual mono" audio specific to Japanese DTV
 +     * and if it is true, recommends only the selected channel to be used.
 +     * @code
 +     * u8    selected channels (0=mail/left, 1=sub/right, 2=both)
 +     * @endcode
 +     */
 +    AV_PKT_DATA_JP_DUALMONO,
 +
 +    /**
 +     * A list of zero terminated key/value strings. There is no end marker for
 +     * the list, so it is required to rely on the side data size to stop.
 +     */
 +    AV_PKT_DATA_STRINGS_METADATA,
 +
 +    /**
 +     * Subtitle event position
 +     * @code
 +     * u32le x1
 +     * u32le y1
 +     * u32le x2
 +     * u32le y2
 +     * @endcode
 +     */
 +    AV_PKT_DATA_SUBTITLE_POSITION,
 +
 +    /**
 +     * Data found in BlockAdditional element of matroska container. There is
 +     * no end marker for the data, so it is required to rely on the side data
 +     * size to recognize the end. 8 byte id (as found in BlockAddId) followed
 +     * by data.
 +     */
 +    AV_PKT_DATA_MATROSKA_BLOCKADDITIONAL,
 +
 +    /**
 +     * The optional first identifier line of a WebVTT cue.
 +     */
 +    AV_PKT_DATA_WEBVTT_IDENTIFIER,
 +
 +    /**
 +     * The optional settings (rendering instructions) that immediately
 +     * follow the timestamp specifier of a WebVTT cue.
 +     */
 +    AV_PKT_DATA_WEBVTT_SETTINGS,
 +
 +    /**
 +     * A list of zero terminated key/value strings. There is no end marker for
 +     * the list, so it is required to rely on the side data size to stop. This
 +     * side data includes updated metadata which appeared in the stream.
       */
 -    AV_PKT_DATA_QUALITY_FACTOR,
 +    AV_PKT_DATA_METADATA_UPDATE,
  };
  
 +#define AV_PKT_DATA_QUALITY_FACTOR AV_PKT_DATA_QUALITY_STATS //DEPRECATED
 +
  typedef struct AVPacketSideData {
      uint8_t *data;
      int      size;
   * For video, it should typically contain one compressed frame. For audio it may
   * contain several compressed frames.
   *
 - * AVPacket is one of the few structs in Libav, whose size is a part of public
 + * AVPacket is one of the few structs in FFmpeg, whose size is a part of public
   * ABI. Thus it may be allocated on stack and no new fields can be added to it
   * without libavcodec and libavformat major bump.
   *
@@@ -1478,8 -1248,6 +1478,8 @@@ enum AVFieldOrder 
   * New fields can be added to the end with minor version bumps.
   * Removal, reordering and changes to existing fields require a major
   * version bump.
 + * Please use AVOptions (av_opt* / av_set/get*()) to access these fields from user
 + * applications.
   * sizeof(AVCodecContext) must not be used outside libav*.
   */
  typedef struct AVCodecContext {
      /**
       * the average bitrate
       * - encoding: Set by user; unused for constant quantizer encoding.
 -     * - decoding: Set by libavcodec. 0 or some bitrate if this info is available in the stream.
 +     * - decoding: Set by user, may be overwritten by libavcodec
 +     *             if this info is available in the stream
       */
      int bit_rate;
  
       * rv10: additional flags
       * mpeg4: global headers (they can be in the bitstream or here)
       * The allocated memory should be AV_INPUT_BUFFER_PADDING_SIZE bytes larger
 -     * than extradata_size to avoid prolems if it is read with the bitstream reader.
 +     * than extradata_size to avoid problems if it is read with the bitstream reader.
       * The bytewise contents of extradata must not depend on the architecture or CPU endianness.
       * - encoding: Set/allocated/freed by libavcodec.
       * - decoding: Set/allocated/freed by user.
       * of which frame timestamps are represented. For fixed-fps content,
       * timebase should be 1/framerate and timestamp increments should be
       * identically 1.
 +     * This often, but not always is the inverse of the frame rate or field rate
 +     * for video.
       * - encoding: MUST be set by user.
       * - decoding: the use of this field for decoding is deprecated.
       *             Use framerate instead.
      /**
       * Codec delay.
       *
 +     * Encoding: Number of frames delay there will be from the encoder input to
 +     *           the decoder output. (we assume the decoder matches the spec)
 +     * Decoding: Number of frames delay in addition to what a standard decoder
 +     *           as specified in the spec would produce.
 +     *
       * Video:
       *   Number of frames the decoded output will be delayed relative to the
       *   encoded input.
  
      /**
       * Bitstream width / height, may be different from width/height e.g. when
 -     * the decoded frame is cropped before being output.
 +     * the decoded frame is cropped before being output or lowres is enabled.
       *
       * @note Those field may not match the value of the last
       * AVFrame outputted by avcodec_decode_video2 due frame
      /**
       * Pixel format, see AV_PIX_FMT_xxx.
       * May be set by the demuxer if known from headers.
 -     * May be overriden by the decoder if it knows better.
 +     * May be overridden by the decoder if it knows better.
       *
       * @note This field may not match the value of the last
       * AVFrame outputted by avcodec_decode_video2 due frame
  #define FF_CMP_VSAD   8
  #define FF_CMP_VSSE   9
  #define FF_CMP_NSSE   10
 +#define FF_CMP_W53    11
 +#define FF_CMP_W97    12
  #define FF_CMP_DCTMAX 13
  #define FF_CMP_DCT264 14
  #define FF_CMP_CHROMA 256
       * XVideo Motion Acceleration
       * - encoding: forbidden
       * - decoding: set by decoder
 -     * @deprecated XvMC support is slated for removal.
 +     * @deprecated XvMC doesn't need it anymore.
       */
      attribute_deprecated int xvmc_acceleration;
  #endif /* FF_API_XVMC */
      /**
       * precision of the intra DC coefficient - 8
       * - encoding: Set by user.
 -     * - decoding: unused
 +     * - decoding: Set by libavcodec
       */
      int intra_dc_precision;
  
  
      /** Field order
       * - encoding: set by libavcodec
 -     * - decoding: Set by libavcodec
 +     * - decoding: Set by user.
       */
      enum AVFieldOrder field_order;
  
      /**
       * Audio channel layout.
       * - encoding: set by user.
 -     * - decoding: set by libavcodec.
 +     * - decoding: set by user, may be overwritten by libavcodec.
       */
      uint64_t channel_layout;
  
      enum AVAudioServiceType audio_service_type;
  
      /**
 -     * Used to request a sample format from the decoder.
 -     * - encoding: unused.
 +     * desired sample format
 +     * - encoding: Not used.
       * - decoding: Set by user.
 +     * Decoder will decode to this format if it can.
       */
      enum AVSampleFormat request_sample_fmt;
  
       * avcodec_align_dimensions2() should be used to find the required width and
       * height, as they normally need to be rounded up to the next multiple of 16.
       *
 +     * Some decoders do not support linesizes changing between frames.
 +     *
       * If frame multithreading is used and thread_safe_callbacks is set,
       * this callback may be called from a different thread, but not from more
       * than one at once. Does not need to be reentrant.
      /**
       * maximum bitrate
       * - encoding: Set by user.
 -     * - decoding: unused
 +     * - decoding: Set by user, may be overwritten by libavcodec.
       */
      int rc_max_rate;
  
      int max_prediction_order;
  
      /**
 -     * GOP timecode frame start number, in non drop frame format
 -     * - encoding: Set by user.
 -     * - decoding: unused
 +     * GOP timecode frame start number
 +     * - encoding: Set by user, in non drop frame format
 +     * - decoding: Set by libavcodec (timecode in the 25 bits format, -1 if unset)
       */
      int64_t timecode_frame_start;
  
      int error_concealment;
  #define FF_EC_GUESS_MVS   1
  #define FF_EC_DEBLOCK     2
 +#define FF_EC_FAVOR_INTER 256
  
      /**
       * debug
  #define FF_DEBUG_MMCO        0x00000800
  #define FF_DEBUG_BUGS        0x00001000
  #if FF_API_DEBUG_MV
 -#define FF_DEBUG_VIS_QP      0x00002000
 -#define FF_DEBUG_VIS_MB_TYPE 0x00004000
 +#define FF_DEBUG_VIS_QP      0x00002000 ///< only access through AVOptions from outside libavcodec
 +#define FF_DEBUG_VIS_MB_TYPE 0x00004000 ///< only access through AVOptions from outside libavcodec
  #endif
  #define FF_DEBUG_BUFFERS     0x00008000
  #define FF_DEBUG_THREADS     0x00010000
 +#define FF_DEBUG_GREEN_MD    0x00800000
 +#define FF_DEBUG_NOMC        0x01000000
  
  #if FF_API_DEBUG_MV
      /**
 -     * @deprecated this option does not have any effect
 +     * debug
 +     * Code outside libavcodec should access this field using AVOptions
 +     * - encoding: Set by user.
 +     * - decoding: Set by user.
       */
 -    attribute_deprecated
      int debug_mv;
  #define FF_DEBUG_VIS_MV_P_FOR  0x00000001 //visualize forward predicted MVs of P frames
  #define FF_DEBUG_VIS_MV_B_FOR  0x00000002 //visualize forward predicted MVs of B frames
   * decoder returning an error.
   */
  #define AV_EF_CRCCHECK  (1<<0)
 -#define AV_EF_BITSTREAM (1<<1)
 -#define AV_EF_BUFFER    (1<<2)
 -#define AV_EF_EXPLODE   (1<<3)
 +#define AV_EF_BITSTREAM (1<<1)          ///< detect bitstream specification deviations
 +#define AV_EF_BUFFER    (1<<2)          ///< detect improper bitstream length
 +#define AV_EF_EXPLODE   (1<<3)          ///< abort decoding on minor error detection
 +
 +#define AV_EF_IGNORE_ERR (1<<15)        ///< ignore errors and continue
 +#define AV_EF_CAREFUL    (1<<16)        ///< consider things that violate the spec, are fast to calculate and have not been seen in the wild as errors
 +#define AV_EF_COMPLIANT  (1<<17)        ///< consider all spec non compliances as errors
 +#define AV_EF_AGGRESSIVE (1<<18)        ///< consider things that a sane encoder should not do as an error
 +
  
      /**
       * opaque 64bit number (generally a PTS) that will be reordered and
       * Hardware accelerator context.
       * For some hardware accelerators, a global context needs to be
       * provided by the user. In that case, this holds display-dependent
 -     * data Libav cannot instantiate itself. Please refer to the
 -     * Libav HW accelerator documentation to know how to fill this
 +     * data FFmpeg cannot instantiate itself. Please refer to the
 +     * FFmpeg HW accelerator documentation to know how to fill this
       * is. e.g. for VA API, this is a struct vaapi_context.
       * - encoding: unused
       * - decoding: Set by user
      int dct_algo;
  #define FF_DCT_AUTO    0
  #define FF_DCT_FASTINT 1
 -#if FF_API_UNUSED_MEMBERS
  #define FF_DCT_INT     2
 -#endif /* FF_API_UNUSED_MEMBERS */
  #define FF_DCT_MMX     3
  #define FF_DCT_ALTIVEC 5
  #define FF_DCT_FAAN    6
  #if FF_API_ARCH_ALPHA
  #define FF_IDCT_SIMPLEALPHA   23
  #endif
 +#define FF_IDCT_SIMPLEAUTO    128
  
      /**
       * bits per sample/pixel from the demuxer (needed for huffyuv).
       * low resolution decoding, 1-> 1/2 size, 2->1/4 size
       * - encoding: unused
       * - decoding: Set by user.
 -     *
 -     * @deprecated use decoder private options instead
 +     * Code outside libavcodec should access this field using:
 +     * av_codec_{get,set}_lowres(avctx)
       */
 -    attribute_deprecated int lowres;
 +     int lowres;
  #endif
  
  #if FF_API_CODED_FRAME
      int (*execute2)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg, int jobnr, int threadnr), void *arg2, int *ret, int count);
  
      /**
 -     * noise vs. sse weight for the nsse comparsion function
 +     * noise vs. sse weight for the nsse comparison function
       * - encoding: Set by user.
       * - decoding: unused
       */
  #define FF_PROFILE_HEVC_MAIN                        1
  #define FF_PROFILE_HEVC_MAIN_10                     2
  #define FF_PROFILE_HEVC_MAIN_STILL_PICTURE          3
 +#define FF_PROFILE_HEVC_REXT                        4
  
      /**
       * level
  #define FF_LEVEL_UNKNOWN -99
  
      /**
 -     *
 +     * Skip loop filtering for selected frames.
       * - encoding: unused
       * - decoding: Set by user.
       */
      enum AVDiscard skip_loop_filter;
  
      /**
 -     *
 +     * Skip IDCT/dequantization for selected frames.
       * - encoding: unused
       * - decoding: Set by user.
       */
      enum AVDiscard skip_idct;
  
      /**
 -     *
 +     * Skip decoding for selected frames.
       * - encoding: unused
       * - decoding: Set by user.
       */
       */
      int initial_padding;
  
 -    /*
 +    /**
       * - decoding: For codecs that store a framerate value in the compressed
       *             bitstream, the decoder may export it here. { 0, 1} when
       *             unknown.
       * - decoding: Set by libavcodec before calling get_format()
       */
      enum AVPixelFormat sw_pix_fmt;
 +
 +    /**
 +     * Timebase in which pkt_dts/pts and AVPacket.dts/pts are.
 +     * Code outside libavcodec should access this field using:
 +     * av_codec_{get,set}_pkt_timebase(avctx)
 +     * - encoding unused.
 +     * - decoding set by user.
 +     */
 +    AVRational pkt_timebase;
 +
 +    /**
 +     * AVCodecDescriptor
 +     * Code outside libavcodec should access this field using:
 +     * av_codec_{get,set}_codec_descriptor(avctx)
 +     * - encoding: unused.
 +     * - decoding: set by libavcodec.
 +     */
 +    const AVCodecDescriptor *codec_descriptor;
 +
 +#if !FF_API_LOWRES
 +    /**
 +     * low resolution decoding, 1-> 1/2 size, 2->1/4 size
 +     * - encoding: unused
 +     * - decoding: Set by user.
 +     * Code outside libavcodec should access this field using:
 +     * av_codec_{get,set}_lowres(avctx)
 +     */
 +     int lowres;
 +#endif
 +
 +    /**
 +     * Current statistics for PTS correction.
 +     * - decoding: maintained and used by libavcodec, not intended to be used by user apps
 +     * - encoding: unused
 +     */
 +    int64_t pts_correction_num_faulty_pts; /// Number of incorrect PTS values so far
 +    int64_t pts_correction_num_faulty_dts; /// Number of incorrect DTS values so far
 +    int64_t pts_correction_last_pts;       /// PTS of the last frame
 +    int64_t pts_correction_last_dts;       /// DTS of the last frame
 +
 +    /**
 +     * Character encoding of the input subtitles file.
 +     * - decoding: set by user
 +     * - encoding: unused
 +     */
 +    char *sub_charenc;
 +
 +    /**
 +     * Subtitles character encoding mode. Formats or codecs might be adjusting
 +     * this setting (if they are doing the conversion themselves for instance).
 +     * - decoding: set by libavcodec
 +     * - encoding: unused
 +     */
 +    int sub_charenc_mode;
 +#define FF_SUB_CHARENC_MODE_DO_NOTHING  -1  ///< do nothing (demuxer outputs a stream supposed to be already in UTF-8, or the codec is bitmap for instance)
 +#define FF_SUB_CHARENC_MODE_AUTOMATIC    0  ///< libavcodec will select the mode itself
 +#define FF_SUB_CHARENC_MODE_PRE_DECODER  1  ///< the AVPacket data needs to be recoded to UTF-8 before being fed to the decoder, requires iconv
 +
 +    /**
 +     * Skip processing alpha if supported by codec.
 +     * Note that if the format uses pre-multiplied alpha (common with VP6,
 +     * and recommended due to better video quality/compression)
 +     * the image will look as if alpha-blended onto a black background.
 +     * However for formats that do not use pre-multiplied alpha
 +     * there might be serious artefacts (though e.g. libswscale currently
 +     * assumes pre-multiplied alpha anyway).
 +     * Code outside libavcodec should access this field using AVOptions
 +     *
 +     * - decoding: set by user
 +     * - encoding: unused
 +     */
 +    int skip_alpha;
 +
 +    /**
 +     * Number of samples to skip after a discontinuity
 +     * - decoding: unused
 +     * - encoding: set by libavcodec
 +     */
 +    int seek_preroll;
 +
 +#if !FF_API_DEBUG_MV
 +    /**
 +     * debug motion vectors
 +     * Code outside libavcodec should access this field using AVOptions
 +     * - encoding: Set by user.
 +     * - decoding: Set by user.
 +     */
 +    int debug_mv;
 +#define FF_DEBUG_VIS_MV_P_FOR  0x00000001 //visualize forward predicted MVs of P frames
 +#define FF_DEBUG_VIS_MV_B_FOR  0x00000002 //visualize forward predicted MVs of B frames
 +#define FF_DEBUG_VIS_MV_B_BACK 0x00000004 //visualize backward predicted MVs of B frames
 +#endif
 +
 +    /**
 +     * custom intra quantization matrix
 +     * Code outside libavcodec should access this field using av_codec_g/set_chroma_intra_matrix()
 +     * - encoding: Set by user, can be NULL.
 +     * - decoding: unused.
 +     */
 +    uint16_t *chroma_intra_matrix;
 +
 +    /**
 +     * dump format separator.
 +     * can be ", " or "\n      " or anything else
 +     * Code outside libavcodec should access this field using AVOptions
 +     * (NO direct access).
 +     * - encoding: Set by user.
 +     * - decoding: Set by user.
 +     */
 +    uint8_t *dump_separator;
 +
 +    /**
 +     * ',' separated list of allowed decoders.
 +     * If NULL then all are allowed
 +     * - encoding: unused
 +     * - decoding: set by user through AVOPtions (NO direct access)
 +     */
 +    char *codec_whitelist;
 +
 +    /*
 +     * Properties of the stream that gets decoded
 +     * To be accessed through av_codec_get_properties() (NO direct access)
 +     * - encoding: unused
 +     * - decoding: set by libavcodec
 +     */
 +    unsigned properties;
 +#define FF_CODEC_PROPERTY_LOSSLESS        0x00000001
 +#define FF_CODEC_PROPERTY_CLOSED_CAPTIONS 0x00000002
  } AVCodecContext;
  
 +AVRational av_codec_get_pkt_timebase         (const AVCodecContext *avctx);
 +void       av_codec_set_pkt_timebase         (AVCodecContext *avctx, AVRational val);
 +
 +const AVCodecDescriptor *av_codec_get_codec_descriptor(const AVCodecContext *avctx);
 +void                     av_codec_set_codec_descriptor(AVCodecContext *avctx, const AVCodecDescriptor *desc);
 +
 +unsigned av_codec_get_codec_properties(const AVCodecContext *avctx);
 +
 +int  av_codec_get_lowres(const AVCodecContext *avctx);
 +void av_codec_set_lowres(AVCodecContext *avctx, int val);
 +
 +int  av_codec_get_seek_preroll(const AVCodecContext *avctx);
 +void av_codec_set_seek_preroll(AVCodecContext *avctx, int val);
 +
 +uint16_t *av_codec_get_chroma_intra_matrix(const AVCodecContext *avctx);
 +void av_codec_set_chroma_intra_matrix(AVCodecContext *avctx, uint16_t *val);
 +
  /**
   * AVProfile.
   */
@@@ -3355,7 -2954,9 +3355,7 @@@ typedef struct AVCodec 
      const int *supported_samplerates;       ///< array of supported audio samplerates, or NULL if unknown, array is terminated by 0
      const enum AVSampleFormat *sample_fmts; ///< array of supported sample formats, or NULL if unknown, array is terminated by -1
      const uint64_t *channel_layouts;         ///< array of support channel layouts, or NULL if unknown. array is terminated by 0
 -#if FF_API_LOWRES
 -    attribute_deprecated uint8_t max_lowres; ///< maximum value for lowres supported by the decoder
 -#endif
 +    uint8_t max_lowres;                     ///< maximum value for lowres supported by the decoder, no direct access, use av_codec_get_max_lowres()
      const AVClass *priv_class;              ///< AVClass for the private context
      const AVProfile *profiles;              ///< array of recognized profiles, or NULL if unknown, array is terminated by {FF_PROFILE_UNKNOWN}
  
      int caps_internal;
  } AVCodec;
  
 +int av_codec_get_max_lowres(const AVCodec *codec);
 +
 +struct MpegEncContext;
 +
  /**
   * @defgroup lavc_hwaccel AVHWAccel
   * @{
@@@ -3466,7 -3063,7 +3466,7 @@@ typedef struct AVHWAccel 
  
      /**
       * Hardware accelerated codec capabilities.
 -     * see FF_HWACCEL_CODEC_CAP_*
 +     * see HWACCEL_CODEC_CAP_*
       */
      int capabilities;
  
       *
       * Meaningful slice information (codec specific) is guaranteed to
       * be parsed at this point. This function is mandatory.
 +     * The only exception is XvMC, that works on MB level.
       *
       * @param avctx the codec context
       * @param buf the slice data buffer base
       */
      int frame_priv_data_size;
  
 +    /**
 +     * Called for every Macroblock in a slice.
 +     *
 +     * XvMC uses it to replace the ff_mpv_decode_mb().
 +     * Instead of decoding to raw picture, MB parameters are
 +     * stored in an array provided by the video driver.
 +     *
 +     * @param s the mpeg context
 +     */
 +    void (*decode_mb)(struct MpegEncContext *s);
 +
      /**
       * Initialize the hwaccel private data.
       *
   * Hardware acceleration should be used for decoding even if the codec level
   * used is unknown or higher than the maximum supported level reported by the
   * hardware driver.
 + *
 + * It's generally a good idea to pass this flag unless you have a specific
 + * reason not to, as hardware tends to under-report supported levels.
   */
  #define AV_HWACCEL_FLAG_IGNORE_LEVEL (1 << 0)
  
   */
  
  /**
 - * four components are given, that's all.
 - * the last component is alpha
 + * Picture data structure.
 + *
 + * Up to four components can be stored into it, the last component is
 + * alpha.
   */
  typedef struct AVPicture {
 -    uint8_t *data[AV_NUM_DATA_POINTERS];
 +    uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
      int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
  } AVPicture;
  
   * @}
   */
  
 -#define AVPALETTE_SIZE 1024
 -#define AVPALETTE_COUNT 256
 -
  enum AVSubtitleType {
      SUBTITLE_NONE,
  
@@@ -3640,7 -3223,7 +3640,7 @@@ typedef struct AVSubtitleRect 
  
      /**
       * data+linesize for the bitmap of this subtitle.
 -     * can be set for text/ass as well once they where rendered
 +     * can be set for text/ass as well once they are rendered
       */
      AVPicture pict;
      enum AVSubtitleType type;
  
      /**
       * 0 terminated ASS/SSA compatible event line.
 -     * The pressentation of this is unaffected by the other values in this
 +     * The presentation of this is unaffected by the other values in this
       * struct.
       */
      char *ass;
 +
      int flags;
  } AVSubtitleRect;
  
@@@ -3751,22 -3333,6 +3751,22 @@@ int avcodec_get_context_defaults3(AVCod
   */
  const AVClass *avcodec_get_class(void);
  
 +/**
 + * Get the AVClass for AVFrame. It can be used in combination with
 + * AV_OPT_SEARCH_FAKE_OBJ for examining options.
 + *
 + * @see av_opt_find().
 + */
 +const AVClass *avcodec_get_frame_class(void);
 +
 +/**
 + * Get the AVClass for AVSubtitleRect. It can be used in combination with
 + * AV_OPT_SEARCH_FAKE_OBJ for examining options.
 + *
 + * @see av_opt_find().
 + */
 +const AVClass *avcodec_get_subtitle_rect_class(void);
 +
  /**
   * Copy the settings of the source AVCodecContext into the destination
   * AVCodecContext. The resulting destination codec context will be
   * can use this AVCodecContext to decode/encode video/audio data.
   *
   * @param dest target codec context, should be initialized with
 - *             avcodec_alloc_context3(), but otherwise uninitialized
 + *             avcodec_alloc_context3(NULL), but otherwise uninitialized
   * @param src source codec context
   * @return AVERROR() on error (e.g. memory allocation error), 0 on success
   */
  int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src);
  
- #if FF_API_AVFRAME_LAVC
- /**
-  * @deprecated use av_frame_alloc()
-  */
- attribute_deprecated
- AVFrame *avcodec_alloc_frame(void);
- /**
-  * Set the fields of the given AVFrame to default values.
-  *
-  * @param frame The AVFrame of which the fields should be set to default values.
-  *
-  * @deprecated use av_frame_unref()
-  */
- attribute_deprecated
- void avcodec_get_frame_defaults(AVFrame *frame);
- /**
-  * Free the frame and any dynamically allocated objects in it,
-  * e.g. extended_data.
-  *
-  * @param frame frame to be freed. The pointer will be set to NULL.
-  *
-  * @warning this function does NOT free the data buffers themselves
-  * (it does not know how, since they might have been allocated with
-  *  a custom get_buffer()).
-  *
-  * @deprecated use av_frame_free()
-  */
- attribute_deprecated
- void avcodec_free_frame(AVFrame **frame);
- #endif
  /**
   * Initialize the AVCodecContext to use the given AVCodec. Prior to using this
   * function the context has to be allocated with avcodec_alloc_context3().
@@@ -3938,20 -3471,6 +3905,20 @@@ int av_packet_from_data(AVPacket *pkt, 
   */
  int av_dup_packet(AVPacket *pkt);
  
 +/**
 + * Copy packet, including contents
 + *
 + * @return 0 on success, negative AVERROR on fail
 + */
 +int av_copy_packet(AVPacket *dst, const AVPacket *src);
 +
 +/**
 + * Copy packet side data
 + *
 + * @return 0 on success, negative AVERROR on fail
 + */
 +int av_copy_packet_side_data(AVPacket *dst, const AVPacket *src);
 +
  /**
   * Free a packet.
   *
@@@ -3992,31 -3511,6 +3959,31 @@@ int av_packet_shrink_side_data(AVPacke
  uint8_t* av_packet_get_side_data(AVPacket *pkt, enum AVPacketSideDataType type,
                                   int *size);
  
 +int av_packet_merge_side_data(AVPacket *pkt);
 +
 +int av_packet_split_side_data(AVPacket *pkt);
 +
 +const char *av_packet_side_data_name(enum AVPacketSideDataType type);
 +
 +/**
 + * Pack a dictionary for use in side_data.
 + *
 + * @param dict The dictionary to pack.
 + * @param size pointer to store the size of the returned data
 + * @return pointer to data if successful, NULL otherwise
 + */
 +uint8_t *av_packet_pack_dictionary(AVDictionary *dict, int *size);
 +/**
 + * Unpack a dictionary from side_data.
 + *
 + * @param data data from side_data
 + * @param size size of the data
 + * @param dict the metadata storage dictionary
 + * @return 0 on success, < 0 on failure
 + */
 +int av_packet_unpack_dictionary(const uint8_t *data, int size, AVDictionary **dict);
 +
 +
  /**
   * Convenience function to free all the side data stored.
   * All the other fields stay untouched.
@@@ -4041,7 -3535,7 +4008,7 @@@ void av_packet_free_side_data(AVPacket 
   *
   * @return 0 on success, a negative AVERROR on error.
   */
 -int av_packet_ref(AVPacket *dst, AVPacket *src);
 +int av_packet_ref(AVPacket *dst, const AVPacket *src);
  
  /**
   * Wipe the packet.
@@@ -4156,88 -3650,6 +4123,88 @@@ void avcodec_align_dimensions(AVCodecCo
  void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
                                 int linesize_align[AV_NUM_DATA_POINTERS]);
  
 +/**
 + * Converts AVChromaLocation to swscale x/y chroma position.
 + *
 + * The positions represent the chroma (0,0) position in a coordinates system
 + * with luma (0,0) representing the origin and luma(1,1) representing 256,256
 + *
 + * @param xpos  horizontal chroma sample position
 + * @param ypos  vertical   chroma sample position
 + */
 +int avcodec_enum_to_chroma_pos(int *xpos, int *ypos, enum AVChromaLocation pos);
 +
 +/**
 + * Converts swscale x/y chroma position to AVChromaLocation.
 + *
 + * The positions represent the chroma (0,0) position in a coordinates system
 + * with luma (0,0) representing the origin and luma(1,1) representing 256,256
 + *
 + * @param xpos  horizontal chroma sample position
 + * @param ypos  vertical   chroma sample position
 + */
 +enum AVChromaLocation avcodec_chroma_pos_to_enum(int xpos, int ypos);
 +
 +#if FF_API_OLD_DECODE_AUDIO
 +/**
 + * Wrapper function which calls avcodec_decode_audio4.
 + *
 + * @deprecated Use avcodec_decode_audio4 instead.
 + *
 + * Decode the audio frame of size avpkt->size from avpkt->data into samples.
 + * Some decoders may support multiple frames in a single AVPacket, such
 + * decoders would then just decode the first frame. In this case,
 + * avcodec_decode_audio3 has to be called again with an AVPacket that contains
 + * the remaining data in order to decode the second frame etc.
 + * If no frame
 + * could be outputted, frame_size_ptr is zero. Otherwise, it is the
 + * decompressed frame size in bytes.
 + *
 + * @warning You must set frame_size_ptr to the allocated size of the
 + * output buffer before calling avcodec_decode_audio3().
 + *
 + * @warning The input buffer must be FF_INPUT_BUFFER_PADDING_SIZE larger than
 + * the actual read bytes because some optimized bitstream readers read 32 or 64
 + * bits at once and could read over the end.
 + *
 + * @warning The end of the input buffer avpkt->data should be set to 0 to ensure that
 + * no overreading happens for damaged MPEG streams.
 + *
 + * @warning You must not provide a custom get_buffer() when using
 + * avcodec_decode_audio3().  Doing so will override it with
 + * avcodec_default_get_buffer.  Use avcodec_decode_audio4() instead,
 + * which does allow the application to provide a custom get_buffer().
 + *
 + * @note You might have to align the input buffer avpkt->data and output buffer
 + * samples. The alignment requirements depend on the CPU: On some CPUs it isn't
 + * necessary at all, on others it won't work at all if not aligned and on others
 + * it will work but it will have an impact on performance.
 + *
 + * In practice, avpkt->data should have 4 byte alignment at minimum and
 + * samples should be 16 byte aligned unless the CPU doesn't need it
 + * (AltiVec and SSE do).
 + *
 + * @note Codecs which have the CODEC_CAP_DELAY capability set have a delay
 + * between input and output, these need to be fed with avpkt->data=NULL,
 + * avpkt->size=0 at the end to return the remaining frames.
 + *
 + * @param avctx the codec context
 + * @param[out] samples the output buffer, sample type in avctx->sample_fmt
 + *                     If the sample format is planar, each channel plane will
 + *                     be the same size, with no padding between channels.
 + * @param[in,out] frame_size_ptr the output buffer size in bytes
 + * @param[in] avpkt The input AVPacket containing the input buffer.
 + *            You can create such packet with av_init_packet() and by then setting
 + *            data and size, some decoders might in addition need other fields.
 + *            All decoders are designed to use the least fields possible though.
 + * @return On error a negative value is returned, otherwise the number of bytes
 + * used or zero if no frame data was decompressed (used) from the input AVPacket.
 + */
 +attribute_deprecated int avcodec_decode_audio3(AVCodecContext *avctx, int16_t *samples,
 +                         int *frame_size_ptr,
 +                         AVPacket *avpkt);
 +#endif
 +
  /**
   * Decode the audio frame of size avpkt->size from avpkt->data into frame.
   *
   *         AVPacket is returned.
   */
  int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
 -                          int *got_frame_ptr, AVPacket *avpkt);
 +                          int *got_frame_ptr, const AVPacket *avpkt);
  
  /**
   * Decode the video frame of size avpkt->size from avpkt->data into picture.
   *             next call to this function or until closing or flushing the
   *             decoder. The caller may not write to it.
   *
 - * @param[in] avpkt The input AVpacket containing the input buffer.
 + * @param[in] avpkt The input AVPacket containing the input buffer.
   *            You can create such packet with av_init_packet() and by then setting
   *            data and size, some decoders might in addition need other fields like
   *            flags&AV_PKT_FLAG_KEY. All decoders are designed to use the least
   */
  int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
                           int *got_picture_ptr,
 -                         AVPacket *avpkt);
 +                         const AVPacket *avpkt);
  
  /**
   * Decode a subtitle message.
   * and reusing a get_buffer written for video codecs would probably perform badly
   * due to a potentially very different allocation pattern.
   *
 + * Some decoders (those marked with CODEC_CAP_DELAY) have a delay between input
 + * and output. This means that for some packets they will not immediately
 + * produce decoded output and need to be flushed at the end of decoding to get
 + * all the decoded data. Flushing is done by calling this function with packets
 + * with avpkt->data set to NULL and avpkt->size set to 0 until it stops
 + * returning subtitles. It is safe to flush even those decoders that are not
 + * marked with CODEC_CAP_DELAY, then no subtitles will be returned.
 + *
   * @note The AVCodecContext MUST have been opened with @ref avcodec_open2()
   * before packets may be fed to the decoder.
   *
   * @param avctx the codec context
 - * @param[out] sub The AVSubtitle in which the decoded subtitle will be stored, must be
 -                   freed with avsubtitle_free if *got_sub_ptr is set.
 + * @param[out] sub The Preallocated AVSubtitle in which the decoded subtitle will be stored,
 + *                 must be freed with avsubtitle_free if *got_sub_ptr is set.
   * @param[in,out] got_sub_ptr Zero if no subtitle could be decompressed, otherwise, it is nonzero.
   * @param[in] avpkt The input AVPacket containing the input buffer.
   */
@@@ -4420,7 -3824,6 +4387,7 @@@ typedef struct AVCodecParserContext 
  #define PARSER_FLAG_ONCE                      0x0002
  /// Set if the parser has a valid file offset
  #define PARSER_FLAG_FETCHED_OFFSET            0x0004
 +#define PARSER_FLAG_USE_CODEC_TS              0x1000
  
      int64_t offset;      ///< byte offset from starting packet start
      int64_t cur_frame_end[AV_PARSER_PTS_NB];
@@@ -4617,7 -4020,7 +4584,7 @@@ int av_parser_parse2(AVCodecParserConte
  
  /**
   * @return 0 if the output buffer is a subset of the input, 1 if it is allocated and must be freed
 - * @deprecated use AVBitstreamFilter
 + * @deprecated use AVBitStreamFilter
   */
  int av_parser_change(AVCodecParserContext *s,
                       AVCodecContext *avctx,
@@@ -4651,36 -4054,6 +4618,36 @@@ AVCodec *avcodec_find_encoder(enum AVCo
   */
  AVCodec *avcodec_find_encoder_by_name(const char *name);
  
 +#if FF_API_OLD_ENCODE_AUDIO
 +/**
 + * Encode an audio frame from samples into buf.
 + *
 + * @deprecated Use avcodec_encode_audio2 instead.
 + *
 + * @note The output buffer should be at least FF_MIN_BUFFER_SIZE bytes large.
 + * However, for codecs with avctx->frame_size equal to 0 (e.g. PCM) the user
 + * will know how much space is needed because it depends on the value passed
 + * in buf_size as described below. In that case a lower value can be used.
 + *
 + * @param avctx the codec context
 + * @param[out] buf the output buffer
 + * @param[in] buf_size the output buffer size
 + * @param[in] samples the input buffer containing the samples
 + * The number of samples read from this buffer is frame_size*channels,
 + * both of which are defined in avctx.
 + * For codecs which have avctx->frame_size equal to 0 (e.g. PCM) the number of
 + * samples read from samples is equal to:
 + * buf_size * 8 / (avctx->channels * av_get_bits_per_sample(avctx->codec_id))
 + * This also implies that av_get_bits_per_sample() must not return 0 for these
 + * codecs.
 + * @return On error a negative value is returned, on success zero or the number
 + * of bytes used to encode the data read from the input buffer.
 + */
 +int attribute_deprecated avcodec_encode_audio(AVCodecContext *avctx,
 +                                              uint8_t *buf, int buf_size,
 +                                              const short *samples);
 +#endif
 +
  /**
   * Encode a frame of audio.
   *
   *                  The user can supply an output buffer by setting
   *                  avpkt->data and avpkt->size prior to calling the
   *                  function, but if the size of the user-provided data is not
 - *                  large enough, encoding will fail. All other AVPacket fields
 - *                  will be reset by the encoder using av_init_packet(). If
 - *                  avpkt->data is NULL, the encoder will allocate it.
 - *                  The encoder will set avpkt->size to the size of the
 - *                  output packet.
 + *                  large enough, encoding will fail. If avpkt->data and
 + *                  avpkt->size are set, avpkt->destruct must also be set. All
 + *                  other AVPacket fields will be reset by the encoder using
 + *                  av_init_packet(). If avpkt->data is NULL, the encoder will
 + *                  allocate it. The encoder will set avpkt->size to the size
 + *                  of the output packet.
   *
   *                  If this function fails or produces no output, avpkt will be
   *                  freed using av_free_packet() (i.e. avpkt->destruct will be
  int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt,
                            const AVFrame *frame, int *got_packet_ptr);
  
 +#if FF_API_OLD_ENCODE_VIDEO
 +/**
 + * @deprecated use avcodec_encode_video2() instead.
 + *
 + * Encode a video frame from pict into buf.
 + * The input picture should be
 + * stored using a specific format, namely avctx.pix_fmt.
 + *
 + * @param avctx the codec context
 + * @param[out] buf the output buffer for the bitstream of encoded frame
 + * @param[in] buf_size the size of the output buffer in bytes
 + * @param[in] pict the input picture to encode
 + * @return On error a negative value is returned, on success zero or the number
 + * of bytes used from the output buffer.
 + */
 +attribute_deprecated
 +int avcodec_encode_video(AVCodecContext *avctx, uint8_t *buf, int buf_size,
 +                         const AVFrame *pict);
 +#endif
 +
  /**
   * Encode a frame of video.
   *
@@@ -4788,121 -4140,21 +4755,121 @@@ int avcodec_encode_subtitle(AVCodecCont
   * @}
   */
  
 +#if FF_API_AVCODEC_RESAMPLE
 +/**
 + * @defgroup lavc_resample Audio resampling
 + * @ingroup libavc
 + * @deprecated use libswresample instead
 + *
 + * @{
 + */
 +struct ReSampleContext;
 +struct AVResampleContext;
 +
 +typedef struct ReSampleContext ReSampleContext;
 +
 +/**
 + *  Initialize audio resampling context.
 + *
 + * @param output_channels  number of output channels
 + * @param input_channels   number of input channels
 + * @param output_rate      output sample rate
 + * @param input_rate       input sample rate
 + * @param sample_fmt_out   requested output sample format
 + * @param sample_fmt_in    input sample format
 + * @param filter_length    length of each FIR filter in the filterbank relative to the cutoff frequency
 + * @param log2_phase_count log2 of the number of entries in the polyphase filterbank
 + * @param linear           if 1 then the used FIR filter will be linearly interpolated
 +                           between the 2 closest, if 0 the closest will be used
 + * @param cutoff           cutoff frequency, 1.0 corresponds to half the output sampling rate
 + * @return allocated ReSampleContext, NULL if error occurred
 + */
 +attribute_deprecated
 +ReSampleContext *av_audio_resample_init(int output_channels, int input_channels,
 +                                        int output_rate, int input_rate,
 +                                        enum AVSampleFormat sample_fmt_out,
 +                                        enum AVSampleFormat sample_fmt_in,
 +                                        int filter_length, int log2_phase_count,
 +                                        int linear, double cutoff);
 +
 +attribute_deprecated
 +int audio_resample(ReSampleContext *s, short *output, short *input, int nb_samples);
 +
 +/**
 + * Free resample context.
 + *
 + * @param s a non-NULL pointer to a resample context previously
 + *          created with av_audio_resample_init()
 + */
 +attribute_deprecated
 +void audio_resample_close(ReSampleContext *s);
 +
 +
 +/**
 + * Initialize an audio resampler.
 + * Note, if either rate is not an integer then simply scale both rates up so they are.
 + * @param filter_length length of each FIR filter in the filterbank relative to the cutoff freq
 + * @param log2_phase_count log2 of the number of entries in the polyphase filterbank
 + * @param linear If 1 then the used FIR filter will be linearly interpolated
 +                 between the 2 closest, if 0 the closest will be used
 + * @param cutoff cutoff frequency, 1.0 corresponds to half the output sampling rate
 + */
 +attribute_deprecated
 +struct AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_length, int log2_phase_count, int linear, double cutoff);
 +
 +/**
 + * Resample an array of samples using a previously configured context.
 + * @param src an array of unconsumed samples
 + * @param consumed the number of samples of src which have been consumed are returned here
 + * @param src_size the number of unconsumed samples available
 + * @param dst_size the amount of space in samples available in dst
 + * @param update_ctx If this is 0 then the context will not be modified, that way several channels can be resampled with the same context.
 + * @return the number of samples written in dst or -1 if an error occurred
 + */
 +attribute_deprecated
 +int av_resample(struct AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx);
 +
 +
 +/**
 + * Compensate samplerate/timestamp drift. The compensation is done by changing
 + * the resampler parameters, so no audible clicks or similar distortions occur
 + * @param compensation_distance distance in output samples over which the compensation should be performed
 + * @param sample_delta number of output samples which should be output less
 + *
 + * example: av_resample_compensate(c, 10, 500)
 + * here instead of 510 samples only 500 samples would be output
 + *
 + * note, due to rounding the actual compensation might be slightly different,
 + * especially if the compensation_distance is large and the in_rate used during init is small
 + */
 +attribute_deprecated
 +void av_resample_compensate(struct AVResampleContext *c, int sample_delta, int compensation_distance);
 +attribute_deprecated
 +void av_resample_close(struct AVResampleContext *c);
 +
 +/**
 + * @}
 + */
 +#endif
 +
  /**
   * @addtogroup lavc_picture
   * @{
   */
  
  /**
 - * Allocate memory for a picture.  Call avpicture_free() to free it.
 + * Allocate memory for the pixels of a picture and setup the AVPicture
 + * fields for it.
 + *
 + * Call avpicture_free() to free it.
   *
 - * @see avpicture_fill()
 + * @param picture            the picture structure to be filled in
 + * @param pix_fmt            the pixel format of the picture
 + * @param width              the width of the picture
 + * @param height             the height of the picture
 + * @return zero if successful, a negative error code otherwise
   *
 - * @param picture the picture to be filled in
 - * @param pix_fmt the format of the picture
 - * @param width the width of the picture
 - * @param height the height of the picture
 - * @return zero if successful, a negative value if not
 + * @see av_image_alloc(), avpicture_fill()
   */
  int avpicture_alloc(AVPicture *picture, enum AVPixelFormat pix_fmt, int width, int height);
  
  void avpicture_free(AVPicture *picture);
  
  /**
 - * Fill in the AVPicture fields, always assume a linesize alignment of 1.
 + * Setup the picture fields based on the specified image parameters
 + * and the provided image data buffer.
 + *
 + * The picture fields are filled in by using the image data buffer
 + * pointed to by ptr.
 + *
 + * If ptr is NULL, the function will fill only the picture linesize
 + * array and return the required size for the image buffer.
 + *
 + * To allocate an image buffer and fill the picture data in one call,
 + * use avpicture_alloc().
 + *
 + * @param picture       the picture to be filled in
 + * @param ptr           buffer where the image data is stored, or NULL
 + * @param pix_fmt       the pixel format of the image
 + * @param width         the width of the image in pixels
 + * @param height        the height of the image in pixels
 + * @return the size in bytes required for src, a negative error code
 + * in case of failure
   *
 - * @see av_image_fill_arrays().
 + * @see av_image_fill_arrays()
   */
 -int avpicture_fill(AVPicture *picture, uint8_t *ptr,
 +int avpicture_fill(AVPicture *picture, const uint8_t *ptr,
                     enum AVPixelFormat pix_fmt, int width, int height);
  
  /**
 - * Copy pixel data from an AVPicture into a buffer, always assume a
 - * linesize alignment of 1.
 + * Copy pixel data from an AVPicture into a buffer.
   *
 - * @see av_image_copy_to_buffer().
 + * avpicture_get_size() can be used to compute the required size for
 + * the buffer to fill.
 + *
 + * @param src        source picture with filled data
 + * @param pix_fmt    picture pixel format
 + * @param width      picture width
 + * @param height     picture height
 + * @param dest       destination buffer
 + * @param dest_size  destination buffer size in bytes
 + * @return the number of bytes written to dest, or a negative value
 + * (error code) on error, for example if the destination buffer is not
 + * big enough
 + *
 + * @see av_image_copy_to_buffer()
   */
 -int avpicture_layout(const AVPicturesrc, enum AVPixelFormat pix_fmt,
 +int avpicture_layout(const AVPicture *src, enum AVPixelFormat pix_fmt,
                       int width, int height,
                       unsigned char *dest, int dest_size);
  
  /**
   * Calculate the size in bytes that a picture of the given width and height
   * would occupy if stored in the given picture format.
 - * Always assume a linesize alignment of 1.
 + *
 + * @param pix_fmt    picture pixel format
 + * @param width      picture width
 + * @param height     picture height
 + * @return the computed picture buffer size or a negative error code
 + * in case of error
   *
   * @see av_image_get_buffer_size().
   */
  int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height);
  
  /**
 - * Copy image src to dst. Wraps av_picture_data_copy() above.
 + * Copy image src to dst. Wraps av_image_copy().
   */
  void av_picture_copy(AVPicture *dst, const AVPicture *src,
                       enum AVPixelFormat pix_fmt, int width, int height);
@@@ -5016,21 -4233,10 +4983,21 @@@ int av_picture_pad(AVPicture *dst, cons
   */
  
  /**
 - * @deprecated Use av_pix_fmt_get_chroma_sub_sample
 + * Utility function to access log2_chroma_w log2_chroma_h from
 + * the pixel format AVPixFmtDescriptor.
 + *
 + * This function asserts that pix_fmt is valid. See av_pix_fmt_get_chroma_sub_sample
 + * for one that returns a failure code and continues in case of invalid
 + * pix_fmts.
 + *
 + * @param[in]  pix_fmt the pixel format
 + * @param[out] h_shift store log2_chroma_w
 + * @param[out] v_shift store log2_chroma_h
 + *
 + * @see av_pix_fmt_get_chroma_sub_sample
   */
  
 -void attribute_deprecated avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift);
 +void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift);
  
  /**
   * Return a value representing the fourCC code associated to the
   */
  unsigned int avcodec_pix_fmt_to_codec_tag(enum AVPixelFormat pix_fmt);
  
 -#define FF_LOSS_RESOLUTION  0x0001 /**< loss due to resolution change */
 -#define FF_LOSS_DEPTH       0x0002 /**< loss due to color depth change */
 -#define FF_LOSS_COLORSPACE  0x0004 /**< loss due to color space conversion */
 -#define FF_LOSS_ALPHA       0x0008 /**< loss of alpha bits */
 -#define FF_LOSS_COLORQUANT  0x0010 /**< loss due to color quantization */
 -#define FF_LOSS_CHROMA      0x0020 /**< loss of chroma (e.g. RGB to gray conversion) */
 -
 -/**
 - * Compute what kind of losses will occur when converting from one specific
 - * pixel format to another.
 - * When converting from one pixel format to another, information loss may occur.
 - * For example, when converting from RGB24 to GRAY, the color information will
 - * be lost. Similarly, other losses occur when converting from some formats to
 - * other formats. These losses can involve loss of chroma, but also loss of
 - * resolution, loss of color depth, loss due to the color space conversion, loss
 - * of the alpha bits or loss due to color quantization.
 - * avcodec_get_fix_fmt_loss() informs you about the various types of losses
 - * which will occur when converting from one pixel format to another.
 - *
 - * @param[in] dst_pix_fmt destination pixel format
 - * @param[in] src_pix_fmt source pixel format
 - * @param[in] has_alpha Whether the source pixel format alpha channel is used.
 - * @return Combination of flags informing you what kind of losses will occur.
 +/**
 + * @deprecated see av_get_pix_fmt_loss()
   */
  int avcodec_get_pix_fmt_loss(enum AVPixelFormat dst_pix_fmt, enum AVPixelFormat src_pix_fmt,
                               int has_alpha);
   * format.  When converting from one pixel format to another, information loss
   * may occur.  For example, when converting from RGB24 to GRAY, the color
   * information will be lost. Similarly, other losses occur when converting from
 - * some formats to other formats. avcodec_find_best_pix_fmt2() searches which of
 + * some formats to other formats. avcodec_find_best_pix_fmt_of_2() searches which of
   * the given pixel formats should be used to suffer the least amount of loss.
   * The pixel formats from which it chooses one, are determined by the
   * pix_fmt_list parameter.
   * @param[out] loss_ptr Combination of flags informing you what kind of losses will occur.
   * @return The best pixel format to convert to or -1 if none was found.
   */
 -enum AVPixelFormat avcodec_find_best_pix_fmt2(enum AVPixelFormat *pix_fmt_list,
 +enum AVPixelFormat avcodec_find_best_pix_fmt_of_list(const enum AVPixelFormat *pix_fmt_list,
 +                                            enum AVPixelFormat src_pix_fmt,
 +                                            int has_alpha, int *loss_ptr);
 +
 +/**
 + * @deprecated see av_find_best_pix_fmt_of_2()
 + */
 +enum AVPixelFormat avcodec_find_best_pix_fmt_of_2(enum AVPixelFormat dst_pix_fmt1, enum AVPixelFormat dst_pix_fmt2,
 +                                            enum AVPixelFormat src_pix_fmt, int has_alpha, int *loss_ptr);
 +
 +attribute_deprecated
 +#if AV_HAVE_INCOMPATIBLE_LIBAV_ABI
 +enum AVPixelFormat avcodec_find_best_pix_fmt2(const enum AVPixelFormat *pix_fmt_list,
                                                enum AVPixelFormat src_pix_fmt,
                                                int has_alpha, int *loss_ptr);
 +#else
 +enum AVPixelFormat avcodec_find_best_pix_fmt2(enum AVPixelFormat dst_pix_fmt1, enum AVPixelFormat dst_pix_fmt2,
 +                                            enum AVPixelFormat src_pix_fmt, int has_alpha, int *loss_ptr);
 +#endif
 +
  
  enum AVPixelFormat avcodec_default_get_format(struct AVCodecContext *s, const enum AVPixelFormat * fmt);
  
@@@ -5124,12 -4334,7 +5091,12 @@@ int avcodec_default_execute2(AVCodecCon
  //FIXME func typedef
  
  /**
 - * Fill audio frame data and linesize.
 + * Fill AVFrame audio data and linesize pointers.
 + *
 + * The buffer buf must be a preallocated buffer with a size big enough
 + * to contain the specified samples amount. The filled AVFrame data
 + * pointers will point to this buffer.
 + *
   * AVFrame extended_data channel pointers are allocated if necessary for
   * planar audio.
   *
   * @param buf         buffer to use for frame data
   * @param buf_size    size of buffer
   * @param align       plane size sample alignment (0 = default)
 - * @return            0 on success, negative error code on failure
 + * @return            >=0 on success, negative error code on failure
 + * @todo return the size in bytes required to store the samples in
 + * case of success, at the next libavutil bump
   */
  int avcodec_fill_audio_frame(AVFrame *frame, int nb_channels,
                               enum AVSampleFormat sample_fmt, const uint8_t *buf,
@@@ -5169,14 -4372,6 +5136,14 @@@ void avcodec_flush_buffers(AVCodecConte
   */
  int av_get_bits_per_sample(enum AVCodecID codec_id);
  
 +/**
 + * Return the PCM codec associated with a sample format.
 + * @param be  endianness, 0 for little, 1 for big,
 + *            -1 (or anything else) for native
 + * @return  AV_CODEC_ID_PCM_* or AV_CODEC_ID_NONE
 + */
 +enum AVCodecID av_get_pcm_codec(enum AVSampleFormat fmt, int be);
 +
  /**
   * Return codec bits per sample.
   * Only return non-zero if the bits per sample is exactly correct, not an
@@@ -5217,97 -4412,27 +5184,97 @@@ typedef struct AVBitStreamFilter 
      struct AVBitStreamFilter *next;
  } AVBitStreamFilter;
  
 +/**
 + * Register a bitstream filter.
 + *
 + * The filter will be accessible to the application code through
 + * av_bitstream_filter_next() or can be directly initialized with
 + * av_bitstream_filter_init().
 + *
 + * @see avcodec_register_all()
 + */
  void av_register_bitstream_filter(AVBitStreamFilter *bsf);
 +
 +/**
 + * Create and initialize a bitstream filter context given a bitstream
 + * filter name.
 + *
 + * The returned context must be freed with av_bitstream_filter_close().
 + *
 + * @param name    the name of the bitstream filter
 + * @return a bitstream filter context if a matching filter was found
 + * and successfully initialized, NULL otherwise
 + */
  AVBitStreamFilterContext *av_bitstream_filter_init(const char *name);
 +
 +/**
 + * Filter bitstream.
 + *
 + * This function filters the buffer buf with size buf_size, and places the
 + * filtered buffer in the buffer pointed to by poutbuf.
 + *
 + * The output buffer must be freed by the caller.
 + *
 + * @param bsfc            bitstream filter context created by av_bitstream_filter_init()
 + * @param avctx           AVCodecContext accessed by the filter, may be NULL.
 + *                        If specified, this must point to the encoder context of the
 + *                        output stream the packet is sent to.
 + * @param args            arguments which specify the filter configuration, may be NULL
 + * @param poutbuf         pointer which is updated to point to the filtered buffer
 + * @param poutbuf_size    pointer which is updated to the filtered buffer size in bytes
 + * @param buf             buffer containing the data to filter
 + * @param buf_size        size in bytes of buf
 + * @param keyframe        set to non-zero if the buffer to filter corresponds to a key-frame packet data
 + * @return >= 0 in case of success, or a negative error code in case of failure
 + *
 + * If the return value is positive, an output buffer is allocated and
 + * is available in *poutbuf, and is distinct from the input buffer.
 + *
 + * If the return value is 0, the output buffer is not allocated and
 + * should be considered identical to the input buffer, or in case
 + * *poutbuf was set it points to the input buffer (not necessarily to
 + * its starting address).
 + */
  int av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc,
                                 AVCodecContext *avctx, const char *args,
                                 uint8_t **poutbuf, int *poutbuf_size,
                                 const uint8_t *buf, int buf_size, int keyframe);
 +
 +/**
 + * Release bitstream filter context.
 + *
 + * @param bsf the bitstream filter context created with
 + * av_bitstream_filter_init(), can be NULL
 + */
  void av_bitstream_filter_close(AVBitStreamFilterContext *bsf);
  
 +/**
 + * If f is NULL, return the first registered bitstream filter,
 + * if f is non-NULL, return the next registered bitstream filter
 + * after f, or NULL if f is the last one.
 + *
 + * This function can be used to iterate over all registered bitstream
 + * filters.
 + */
  AVBitStreamFilter *av_bitstream_filter_next(const AVBitStreamFilter *f);
  
  /* memory */
  
  /**
 - * Allocate a buffer with padding, reusing the given one if large enough.
 - *
   * Same behaviour av_fast_malloc but the buffer has additional
 - * AV_INPUT_PADDING_SIZE at the end which will always memset to 0.
 + * AV_INPUT_BUFFER_PADDING_SIZE at the end which will always be 0.
   *
 + * In addition the whole buffer will initially and after resizes
 + * be 0-initialized so that no uninitialized data will ever appear.
   */
  void av_fast_padded_malloc(void *ptr, unsigned int *size, size_t min_size);
  
 +/**
 + * Same behaviour av_fast_padded_malloc except that buffer will always
 + * be 0-initialized after call.
 + */
 +void av_fast_padded_mallocz(void *ptr, unsigned int *size, size_t min_size);
 +
  /**
   * Encode extradata length to a buffer. Used by xiph codecs.
   *
@@@ -5320,7 -4445,7 +5287,7 @@@ unsigned int av_xiphlacing(unsigned cha
  #if FF_API_MISSING_SAMPLE
  /**
   * Log a generic warning message about a missing feature. This function is
 - * intended to be used internally by Libav (libavcodec, libavformat, etc.)
 + * intended to be used internally by FFmpeg (libavcodec, libavformat, etc.)
   * only, and would normally not be used by applications.
   * @param[in] avc a pointer to an arbitrary struct of which the first field is
   * a pointer to an AVClass struct
@@@ -5336,7 -4461,7 +5303,7 @@@ void av_log_missing_feature(void *avc, 
  
  /**
   * Log a generic warning message asking for a sample. This function is
 - * intended to be used internally by Libav (libavcodec, libavformat, etc.)
 + * intended to be used internally by FFmpeg (libavcodec, libavformat, etc.)
   * only, and would normally not be used by applications.
   * @param[in] avc a pointer to an arbitrary struct of which the first field is
   * a pointer to an AVClass struct
@@@ -5400,12 -4525,6 +5367,12 @@@ int av_lockmgr_register(int (*cb)(void 
   */
  enum AVMediaType avcodec_get_type(enum AVCodecID codec_id);
  
 +/**
 + * Get the name of a codec.
 + * @return  a static string identifying the codec; never NULL
 + */
 +const char *avcodec_get_name(enum AVCodecID id);
 +
  /**
   * @return a positive value if s is open (i.e. avcodec_open2() was called on it
   * with no corresponding avcodec_close()), 0 otherwise.
diff --combined libavcodec/utils.c
index 18d86e3385d8979974596929d999216fecacf419,1d718b288c86ccd7270bf3775e2abf51e479735d..cfc561346f03d5f5fef670987f11d4b52bee1d9e
@@@ -3,20 -3,20 +3,20 @@@
   * Copyright (c) 2001 Fabrice Bellard
   * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
   *
 - * This file is part of Libav.
 + * This file is part of FFmpeg.
   *
 - * Libav is free software; you can redistribute it and/or
 + * FFmpeg is free software; you can redistribute it and/or
   * modify it under the terms of the GNU Lesser General Public
   * License as published by the Free Software Foundation; either
   * version 2.1 of the License, or (at your option) any later version.
   *
 - * Libav is distributed in the hope that it will be useful,
 + * FFmpeg is distributed in the hope that it will be useful,
   * but WITHOUT ANY WARRANTY; without even the implied warranty of
   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   * Lesser General Public License for more details.
   *
   * You should have received a copy of the GNU Lesser General Public
 - * License along with Libav; if not, write to the Free Software
 + * License along with FFmpeg; if not, write to the Free Software
   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
   */
  
   */
  
  #include "config.h"
 +#include "libavutil/atomic.h"
  #include "libavutil/attributes.h"
  #include "libavutil/avassert.h"
  #include "libavutil/avstring.h"
 +#include "libavutil/bprint.h"
  #include "libavutil/channel_layout.h"
  #include "libavutil/crc.h"
  #include "libavutil/frame.h"
  #include "libavutil/internal.h"
  #include "libavutil/mathematics.h"
 +#include "libavutil/mem_internal.h"
  #include "libavutil/pixdesc.h"
  #include "libavutil/imgutils.h"
  #include "libavutil/samplefmt.h"
  #include "me_cmp.h"
  #include "mpegvideo.h"
  #include "thread.h"
 +#include "frame_thread_encoder.h"
  #include "internal.h"
 +#include "raw.h"
  #include "bytestream.h"
  #include "version.h"
  #include <stdlib.h>
  #include <stdarg.h>
  #include <limits.h>
  #include <float.h>
 +#if CONFIG_ICONV
 +# include <iconv.h>
 +#endif
 +
 +#if HAVE_PTHREADS
 +#include <pthread.h>
 +#elif HAVE_W32THREADS
 +#include "compat/w32pthreads.h"
 +#elif HAVE_OS2THREADS
 +#include "compat/os2threads.h"
 +#endif
 +
 +#include "libavutil/ffversion.h"
 +const char av_codec_ffversion[] = "FFmpeg version " FFMPEG_VERSION;
 +
 +#if HAVE_PTHREADS || HAVE_W32THREADS || HAVE_OS2THREADS
 +static int default_lockmgr_cb(void **arg, enum AVLockOp op)
 +{
 +    void * volatile * mutex = arg;
 +    int err;
 +
 +    switch (op) {
 +    case AV_LOCK_CREATE:
 +        return 0;
 +    case AV_LOCK_OBTAIN:
 +        if (!*mutex) {
 +            pthread_mutex_t *tmp = av_malloc(sizeof(pthread_mutex_t));
 +            if (!tmp)
 +                return AVERROR(ENOMEM);
 +            if ((err = pthread_mutex_init(tmp, NULL))) {
 +                av_free(tmp);
 +                return AVERROR(err);
 +            }
 +            if (avpriv_atomic_ptr_cas(mutex, NULL, tmp)) {
 +                pthread_mutex_destroy(tmp);
 +                av_free(tmp);
 +            }
 +        }
 +
 +        if ((err = pthread_mutex_lock(*mutex)))
 +            return AVERROR(err);
 +
 +        return 0;
 +    case AV_LOCK_RELEASE:
 +        if ((err = pthread_mutex_unlock(*mutex)))
 +            return AVERROR(err);
 +
 +        return 0;
 +    case AV_LOCK_DESTROY:
 +        if (*mutex)
 +            pthread_mutex_destroy(*mutex);
 +        av_free(*mutex);
 +        avpriv_atomic_ptr_cas(mutex, *mutex, NULL);
 +        return 0;
 +    }
 +    return 1;
 +}
 +static int (*lockmgr_cb)(void **mutex, enum AVLockOp op) = default_lockmgr_cb;
 +#else
 +static int (*lockmgr_cb)(void **mutex, enum AVLockOp op) = NULL;
 +#endif
  
 +
 +volatile int ff_avcodec_locked;
  static int volatile entangled_thread_counter = 0;
 -static int (*lockmgr_cb)(void **mutex, enum AVLockOp op);
  static void *codec_mutex;
  static void *avformat_mutex;
  
  void av_fast_padded_malloc(void *ptr, unsigned int *size, size_t min_size)
  {
 -    void **p = ptr;
 +    uint8_t **p = ptr;
 +    if (min_size > SIZE_MAX - AV_INPUT_BUFFER_PADDING_SIZE) {
 +        av_freep(p);
 +        *size = 0;
 +        return;
 +    }
 +    if (!ff_fast_malloc(p, size, min_size + AV_INPUT_BUFFER_PADDING_SIZE, 1))
 +        memset(*p + min_size, 0, AV_INPUT_BUFFER_PADDING_SIZE);
 +}
 +
 +void av_fast_padded_mallocz(void *ptr, unsigned int *size, size_t min_size)
 +{
 +    uint8_t **p = ptr;
      if (min_size > SIZE_MAX - AV_INPUT_BUFFER_PADDING_SIZE) {
          av_freep(p);
          *size = 0;
          return;
      }
 -    av_fast_malloc(p, size, min_size + AV_INPUT_BUFFER_PADDING_SIZE);
 -    if (*size)
 -        memset((uint8_t *)*p + min_size, 0, AV_INPUT_BUFFER_PADDING_SIZE);
 +    if (!ff_fast_malloc(p, size, min_size + AV_INPUT_BUFFER_PADDING_SIZE, 1))
 +        memset(*p, 0, min_size + AV_INPUT_BUFFER_PADDING_SIZE);
  }
  
  /* encoder management */
  static AVCodec *first_avcodec = NULL;
 +static AVCodec **last_avcodec = &first_avcodec;
  
  AVCodec *av_codec_next(const AVCodec *c)
  {
@@@ -185,13 -106,12 +185,13 @@@ av_cold void avcodec_register(AVCodec *
  {
      AVCodec **p;
      avcodec_init();
 -    p = &first_avcodec;
 -    while (*p)
 -        p = &(*p)->next;
 -    *p          = codec;
 +    p = last_avcodec;
      codec->next = NULL;
  
 +    while(*p || avpriv_atomic_ptr_cas((void * volatile *)p, NULL, codec))
 +        p = &(*p)->next;
 +    last_avcodec = &codec->next;
 +
      if (codec->init_static_data)
          codec->init_static_data(codec);
  }
@@@ -206,10 -126,7 +206,10 @@@ unsigned avcodec_get_edge_width(void
  #if FF_API_SET_DIMENSIONS
  void avcodec_set_dimensions(AVCodecContext *s, int width, int height)
  {
 -    ff_set_dimensions(s, width, height);
 +    int ret = ff_set_dimensions(s, width, height);
 +    if (ret < 0) {
 +        av_log(s, AV_LOG_WARNING, "Failed to set dimensions %d %d\n", width, height);
 +    }
  }
  #endif
  
@@@ -219,11 -136,8 +219,11 @@@ int ff_set_dimensions(AVCodecContext *s
  
      if (ret < 0)
          width = height = 0;
 -    s->width  = s->coded_width  = width;
 -    s->height = s->coded_height = height;
 +
 +    s->coded_width  = width;
 +    s->coded_height = height;
 +    s->width        = FF_CEIL_RSHIFT(width,  s->lowres);
 +    s->height       = FF_CEIL_RSHIFT(height, s->lowres);
  
      return ret;
  }
@@@ -263,18 -177,18 +263,18 @@@ int ff_side_data_update_matrix_encoding
      return 0;
  }
  
 -#if HAVE_SIMD_ALIGN_16
 -#   define STRIDE_ALIGN 16
 -#else
 -#   define STRIDE_ALIGN 8
 -#endif
 -
  void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
                                 int linesize_align[AV_NUM_DATA_POINTERS])
  {
      int i;
      int w_align = 1;
      int h_align = 1;
 +    AVPixFmtDescriptor const *desc = av_pix_fmt_desc_get(s->pix_fmt);
 +
 +    if (desc) {
 +        w_align = 1 << desc->log2_chroma_w;
 +        h_align = 1 << desc->log2_chroma_h;
 +    }
  
      switch (s->pix_fmt) {
      case AV_PIX_FMT_YUV420P:
      case AV_PIX_FMT_YUV420P9BE:
      case AV_PIX_FMT_YUV420P10LE:
      case AV_PIX_FMT_YUV420P10BE:
 +    case AV_PIX_FMT_YUV420P12LE:
 +    case AV_PIX_FMT_YUV420P12BE:
 +    case AV_PIX_FMT_YUV420P14LE:
 +    case AV_PIX_FMT_YUV420P14BE:
 +    case AV_PIX_FMT_YUV420P16LE:
 +    case AV_PIX_FMT_YUV420P16BE:
 +    case AV_PIX_FMT_YUVA420P9LE:
 +    case AV_PIX_FMT_YUVA420P9BE:
 +    case AV_PIX_FMT_YUVA420P10LE:
 +    case AV_PIX_FMT_YUVA420P10BE:
 +    case AV_PIX_FMT_YUVA420P16LE:
 +    case AV_PIX_FMT_YUVA420P16BE:
      case AV_PIX_FMT_YUV422P9LE:
      case AV_PIX_FMT_YUV422P9BE:
      case AV_PIX_FMT_YUV422P10LE:
      case AV_PIX_FMT_YUV422P10BE:
 +    case AV_PIX_FMT_YUV422P12LE:
 +    case AV_PIX_FMT_YUV422P12BE:
 +    case AV_PIX_FMT_YUV422P14LE:
 +    case AV_PIX_FMT_YUV422P14BE:
 +    case AV_PIX_FMT_YUV422P16LE:
 +    case AV_PIX_FMT_YUV422P16BE:
 +    case AV_PIX_FMT_YUVA422P9LE:
 +    case AV_PIX_FMT_YUVA422P9BE:
      case AV_PIX_FMT_YUVA422P10LE:
      case AV_PIX_FMT_YUVA422P10BE:
 +    case AV_PIX_FMT_YUVA422P16LE:
 +    case AV_PIX_FMT_YUVA422P16BE:
 +    case AV_PIX_FMT_YUV440P10LE:
 +    case AV_PIX_FMT_YUV440P10BE:
 +    case AV_PIX_FMT_YUV440P12LE:
 +    case AV_PIX_FMT_YUV440P12BE:
      case AV_PIX_FMT_YUV444P9LE:
      case AV_PIX_FMT_YUV444P9BE:
      case AV_PIX_FMT_YUV444P10LE:
      case AV_PIX_FMT_YUV444P10BE:
 +    case AV_PIX_FMT_YUV444P12LE:
 +    case AV_PIX_FMT_YUV444P12BE:
 +    case AV_PIX_FMT_YUV444P14LE:
 +    case AV_PIX_FMT_YUV444P14BE:
 +    case AV_PIX_FMT_YUV444P16LE:
 +    case AV_PIX_FMT_YUV444P16BE:
 +    case AV_PIX_FMT_YUVA444P9LE:
 +    case AV_PIX_FMT_YUVA444P9BE:
      case AV_PIX_FMT_YUVA444P10LE:
      case AV_PIX_FMT_YUVA444P10BE:
 +    case AV_PIX_FMT_YUVA444P16LE:
 +    case AV_PIX_FMT_YUVA444P16BE:
      case AV_PIX_FMT_GBRP9LE:
      case AV_PIX_FMT_GBRP9BE:
      case AV_PIX_FMT_GBRP10LE:
      case AV_PIX_FMT_GBRP10BE:
 +    case AV_PIX_FMT_GBRP12LE:
 +    case AV_PIX_FMT_GBRP12BE:
 +    case AV_PIX_FMT_GBRP14LE:
 +    case AV_PIX_FMT_GBRP14BE:
 +    case AV_PIX_FMT_GBRP16LE:
 +    case AV_PIX_FMT_GBRP16BE:
          w_align = 16; //FIXME assume 16 pixel per macroblock
          h_align = 16 * 2; // interlaced needs 2 macroblocks height
          break;
      case AV_PIX_FMT_YUV411P:
 +    case AV_PIX_FMT_YUVJ411P:
      case AV_PIX_FMT_UYYVYY411:
          w_align = 32;
 -        h_align = 8;
 +        h_align = 16 * 2;
          break;
      case AV_PIX_FMT_YUV410P:
          if (s->codec_id == AV_CODEC_ID_SVQ1) {
              w_align = 64;
              h_align = 64;
          }
 +        break;
      case AV_PIX_FMT_RGB555:
          if (s->codec_id == AV_CODEC_ID_RPZA) {
              w_align = 4;
              h_align = 4;
          }
 +        break;
      case AV_PIX_FMT_PAL8:
      case AV_PIX_FMT_BGR8:
      case AV_PIX_FMT_RGB8:
 -        if (s->codec_id == AV_CODEC_ID_SMC) {
 +        if (s->codec_id == AV_CODEC_ID_SMC ||
 +            s->codec_id == AV_CODEC_ID_CINEPAK) {
              w_align = 4;
              h_align = 4;
          }
 +        if (s->codec_id == AV_CODEC_ID_JV) {
 +            w_align = 8;
 +            h_align = 8;
 +        }
          break;
      case AV_PIX_FMT_BGR24:
          if ((s->codec_id == AV_CODEC_ID_MSZH) ||
              h_align = 4;
          }
          break;
 +    case AV_PIX_FMT_RGB24:
 +        if (s->codec_id == AV_CODEC_ID_CINEPAK) {
 +            w_align = 4;
 +            h_align = 4;
 +        }
 +        break;
      default:
 -        w_align = 1;
 -        h_align = 1;
          break;
      }
  
 +    if (s->codec_id == AV_CODEC_ID_IFF_ILBM || s->codec_id == AV_CODEC_ID_IFF_BYTERUN1) {
 +        w_align = FFMAX(w_align, 8);
 +    }
 +
      *width  = FFALIGN(*width, w_align);
      *height = FFALIGN(*height, h_align);
 -    if (s->codec_id == AV_CODEC_ID_H264)
 +    if (s->codec_id == AV_CODEC_ID_H264 || s->lowres) {
          // some of the optimized chroma MC reads one line too much
 +        // which is also done in mpeg decoders with lowres > 0
          *height += 2;
  
 +        // H.264 uses edge emulation for out of frame motion vectors, for this
 +        // it requires a temporary area large enough to hold a 21x21 block,
 +        // increasing witdth ensure that the temporary area is large enough,
 +        // the next rounded up width is 32
 +        *width = FFMAX(*width, 32);
 +    }
 +
      for (i = 0; i < 4; i++)
          linesize_align[i] = STRIDE_ALIGN;
  }
@@@ -446,29 -294,6 +446,29 @@@ void avcodec_align_dimensions(AVCodecCo
      *width              = FFALIGN(*width, align);
  }
  
 +int avcodec_enum_to_chroma_pos(int *xpos, int *ypos, enum AVChromaLocation pos)
 +{
 +    if (pos <= AVCHROMA_LOC_UNSPECIFIED || pos >= AVCHROMA_LOC_NB)
 +        return AVERROR(EINVAL);
 +    pos--;
 +
 +    *xpos = (pos&1) * 128;
 +    *ypos = ((pos>>1)^(pos<4)) * 128;
 +
 +    return 0;
 +}
 +
 +enum AVChromaLocation avcodec_chroma_pos_to_enum(int xpos, int ypos)
 +{
 +    int pos, xout, yout;
 +
 +    for (pos = AVCHROMA_LOC_UNSPECIFIED + 1; pos < AVCHROMA_LOC_NB; pos++) {
 +        if (avcodec_enum_to_chroma_pos(&xout, &yout, pos) == 0 && xout == xpos && yout == ypos)
 +            return pos;
 +    }
 +    return AVCHROMA_LOC_UNSPECIFIED;
 +}
 +
  int avcodec_fill_audio_frame(AVFrame *frame, int nb_channels,
                               enum AVSampleFormat sample_fmt, const uint8_t *buf,
                               int buf_size, int align)
  
      planar = av_sample_fmt_is_planar(sample_fmt);
      if (planar && nb_channels > AV_NUM_DATA_POINTERS) {
 -        if (!(frame->extended_data = av_mallocz(nb_channels *
 +        if (!(frame->extended_data = av_mallocz_array(nb_channels,
                                                  sizeof(*frame->extended_data))))
              return AVERROR(ENOMEM);
      } else {
      }
  
      if ((ret = av_samples_fill_arrays(frame->extended_data, &frame->linesize[0],
 -                                      buf, nb_channels, frame->nb_samples,
 +                                      (uint8_t *)(intptr_t)buf, nb_channels, frame->nb_samples,
                                        sample_fmt, align)) < 0) {
          if (frame->extended_data != frame->data)
 -            av_free(frame->extended_data);
 +            av_freep(&frame->extended_data);
          return ret;
      }
      if (frame->extended_data != frame->data) {
@@@ -549,10 -374,7 +549,10 @@@ static int update_frame_pool(AVCodecCon
              av_buffer_pool_uninit(&pool->pools[i]);
              pool->linesize[i] = picture.linesize[i];
              if (size[i]) {
 -                pool->pools[i] = av_buffer_pool_init(size[i] + 16, NULL);
 +                pool->pools[i] = av_buffer_pool_init(size[i] + 16 + STRIDE_ALIGN - 1,
 +                                                     CONFIG_MEMORY_POISONING ?
 +                                                        NULL :
 +                                                        av_buffer_allocz);
                  if (!pool->pools[i]) {
                      ret = AVERROR(ENOMEM);
                      goto fail;
          break;
          }
      case AVMEDIA_TYPE_AUDIO: {
 -        int ch     = av_get_channel_layout_nb_channels(frame->channel_layout);
 +        int ch     = av_frame_get_channels(frame); //av_get_channel_layout_nb_channels(frame->channel_layout);
          int planar = av_sample_fmt_is_planar(frame->format);
          int planes = planar ? ch : 1;
  
@@@ -613,19 -435,17 +613,19 @@@ static int audio_get_buffer(AVCodecCont
      frame->linesize[0] = pool->linesize[0];
  
      if (planes > AV_NUM_DATA_POINTERS) {
 -        frame->extended_data = av_mallocz(planes * sizeof(*frame->extended_data));
 +        frame->extended_data = av_mallocz_array(planes, sizeof(*frame->extended_data));
          frame->nb_extended_buf = planes - AV_NUM_DATA_POINTERS;
 -        frame->extended_buf  = av_mallocz(frame->nb_extended_buf *
 +        frame->extended_buf  = av_mallocz_array(frame->nb_extended_buf,
                                            sizeof(*frame->extended_buf));
          if (!frame->extended_data || !frame->extended_buf) {
              av_freep(&frame->extended_data);
              av_freep(&frame->extended_buf);
              return AVERROR(ENOMEM);
          }
 -    } else
 +    } else {
          frame->extended_data = frame->data;
 +        av_assert0(frame->nb_extended_buf == 0);
 +    }
  
      for (i = 0; i < FFMIN(planes, AV_NUM_DATA_POINTERS); i++) {
          frame->buf[i] = av_buffer_pool_get(pool->pools[0]);
@@@ -687,29 -507,6 +687,29 @@@ fail
      return AVERROR(ENOMEM);
  }
  
 +void avpriv_color_frame(AVFrame *frame, const int c[4])
 +{
 +    const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(frame->format);
 +    int p, y, x;
 +
 +    av_assert0(desc->flags & AV_PIX_FMT_FLAG_PLANAR);
 +
 +    for (p = 0; p<desc->nb_components; p++) {
 +        uint8_t *dst = frame->data[p];
 +        int is_chroma = p == 1 || p == 2;
 +        int bytes  = is_chroma ? FF_CEIL_RSHIFT(frame->width,  desc->log2_chroma_w) : frame->width;
 +        int height = is_chroma ? FF_CEIL_RSHIFT(frame->height, desc->log2_chroma_h) : frame->height;
 +        for (y = 0; y < height; y++) {
 +            if (desc->comp[0].depth_minus1 >= 8) {
 +                for (x = 0; x<bytes; x++)
 +                    ((uint16_t*)dst)[x] = c[p];
 +            }else
 +                memset(dst, c[p], bytes);
 +            dst += frame->linesize[p];
 +        }
 +    }
 +}
 +
  int avcodec_default_get_buffer2(AVCodecContext *avctx, AVFrame *frame, int flags)
  {
      int ret;
      }
  }
  
 -int ff_decode_frame_props(AVCodecContext *avctx, AVFrame *frame)
 +static int add_metadata_from_side_data(AVPacket *avpkt, AVFrame *frame)
 +{
 +    int size;
 +    const uint8_t *side_metadata;
 +
 +    AVDictionary **frame_md = avpriv_frame_get_metadatap(frame);
 +
 +    side_metadata = av_packet_get_side_data(avpkt,
 +                                            AV_PKT_DATA_STRINGS_METADATA, &size);
 +    return av_packet_unpack_dictionary(side_metadata, size, frame_md);
 +}
 +
 +int ff_init_buffer_info(AVCodecContext *avctx, AVFrame *frame)
  {
      AVPacket *pkt = avctx->internal->pkt;
      int i;
 -    struct {
 +    static const struct {
          enum AVPacketSideDataType packet;
          enum AVFrameSideDataType frame;
      } sd[] = {
          { AV_PKT_DATA_AUDIO_SERVICE_TYPE, AV_FRAME_DATA_AUDIO_SERVICE_TYPE },
      };
  
 -    frame->color_primaries = avctx->color_primaries;
 -    frame->color_trc       = avctx->color_trc;
 -    frame->colorspace      = avctx->colorspace;
 -    frame->color_range     = avctx->color_range;
 -    frame->chroma_location = avctx->chroma_sample_location;
 -
 -    frame->reordered_opaque = avctx->reordered_opaque;
 -    if (!pkt) {
 -        frame->pkt_pts = AV_NOPTS_VALUE;
 -        return 0;
 -    }
 -
 -    frame->pkt_pts = pkt->pts;
 -
 -    for (i = 0; i < FF_ARRAY_ELEMS(sd); i++) {
 -        int size;
 -        uint8_t *packet_sd = av_packet_get_side_data(pkt, sd[i].packet, &size);
 -        if (packet_sd) {
 -            AVFrameSideData *frame_sd = av_frame_new_side_data(frame,
 -                                                               sd[i].frame,
 -                                                               size);
 -            if (!frame_sd)
 -                return AVERROR(ENOMEM);
 -
 -            memcpy(frame_sd->data, packet_sd, size);
 +    if (pkt) {
 +        frame->pkt_pts = pkt->pts;
 +        av_frame_set_pkt_pos     (frame, pkt->pos);
 +        av_frame_set_pkt_duration(frame, pkt->duration);
 +        av_frame_set_pkt_size    (frame, pkt->size);
 +
 +        for (i = 0; i < FF_ARRAY_ELEMS(sd); i++) {
 +            int size;
 +            uint8_t *packet_sd = av_packet_get_side_data(pkt, sd[i].packet, &size);
 +            if (packet_sd) {
 +                AVFrameSideData *frame_sd = av_frame_new_side_data(frame,
 +                                                                   sd[i].frame,
 +                                                                   size);
 +                if (!frame_sd)
 +                    return AVERROR(ENOMEM);
 +
 +                memcpy(frame_sd->data, packet_sd, size);
 +            }
          }
 +        add_metadata_from_side_data(pkt, frame);
 +    } else {
 +        frame->pkt_pts = AV_NOPTS_VALUE;
 +        av_frame_set_pkt_pos     (frame, -1);
 +        av_frame_set_pkt_duration(frame, 0);
 +        av_frame_set_pkt_size    (frame, -1);
      }
 +    frame->reordered_opaque = avctx->reordered_opaque;
  
 -    return 0;
 -}
 -
 -int ff_get_buffer(AVCodecContext *avctx, AVFrame *frame, int flags)
 -{
 -    const AVHWAccel *hwaccel = avctx->hwaccel;
 -    int override_dimensions = 1;
 -    int ret;
 -
 -    switch (avctx->codec_type) {
 +    if (frame->color_primaries == AVCOL_PRI_UNSPECIFIED)
 +        frame->color_primaries = avctx->color_primaries;
 +    if (frame->color_trc == AVCOL_TRC_UNSPECIFIED)
 +        frame->color_trc = avctx->color_trc;
 +    if (av_frame_get_colorspace(frame) == AVCOL_SPC_UNSPECIFIED)
 +        av_frame_set_colorspace(frame, avctx->colorspace);
 +    if (av_frame_get_color_range(frame) == AVCOL_RANGE_UNSPECIFIED)
 +        av_frame_set_color_range(frame, avctx->color_range);
 +    if (frame->chroma_location == AVCHROMA_LOC_UNSPECIFIED)
 +        frame->chroma_location = avctx->chroma_sample_location;
 +
 +    switch (avctx->codec->type) {
      case AVMEDIA_TYPE_VIDEO:
 -        if (frame->width <= 0 || frame->height <= 0) {
 -            frame->width  = FFMAX(avctx->width, avctx->coded_width);
 -            frame->height = FFMAX(avctx->height, avctx->coded_height);
 -            override_dimensions = 0;
 -        }
 -        if (frame->format < 0)
 -            frame->format              = avctx->pix_fmt;
 +        frame->format              = avctx->pix_fmt;
          if (!frame->sample_aspect_ratio.num)
              frame->sample_aspect_ratio = avctx->sample_aspect_ratio;
  
 -        if (av_image_check_sar(frame->width, frame->height,
 +        if (frame->width && frame->height &&
 +            av_image_check_sar(frame->width, frame->height,
                                 frame->sample_aspect_ratio) < 0) {
              av_log(avctx, AV_LOG_WARNING, "ignoring invalid SAR: %u/%u\n",
                     frame->sample_aspect_ratio.num,
              frame->sample_aspect_ratio = (AVRational){ 0, 1 };
          }
  
 -        if ((ret = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0)
 -            return ret;
          break;
      case AVMEDIA_TYPE_AUDIO:
          if (!frame->sample_rate)
                             avctx->channels);
                      return AVERROR(ENOSYS);
                  }
 -
 -                frame->channel_layout = av_get_default_channel_layout(avctx->channels);
 -                if (!frame->channel_layout)
 -                    frame->channel_layout = (1ULL << avctx->channels) - 1;
              }
          }
 +        av_frame_set_channels(frame, avctx->channels);
          break;
 -    default: return AVERROR(EINVAL);
      }
 +    return 0;
 +}
 +
 +int ff_decode_frame_props(AVCodecContext *avctx, AVFrame *frame)
 +{
 +    return ff_init_buffer_info(avctx, frame);
 +}
 +
 +static int get_buffer_internal(AVCodecContext *avctx, AVFrame *frame, int flags)
 +{
 +    const AVHWAccel *hwaccel = avctx->hwaccel;
 +    int override_dimensions = 1;
 +    int ret;
  
 +    if (avctx->codec_type == AVMEDIA_TYPE_VIDEO) {
 +        if ((ret = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0 || avctx->pix_fmt<0) {
 +            av_log(avctx, AV_LOG_ERROR, "video_get_buffer: image parameters invalid\n");
 +            return AVERROR(EINVAL);
 +        }
 +    }
 +    if (avctx->codec_type == AVMEDIA_TYPE_VIDEO) {
 +        if (frame->width <= 0 || frame->height <= 0) {
 +            frame->width  = FFMAX(avctx->width,  FF_CEIL_RSHIFT(avctx->coded_width,  avctx->lowres));
 +            frame->height = FFMAX(avctx->height, FF_CEIL_RSHIFT(avctx->coded_height, avctx->lowres));
 +            override_dimensions = 0;
 +        }
 +    }
      ret = ff_decode_frame_props(avctx, frame);
      if (ret < 0)
          return ret;
@@@ -884,29 -652,13 +884,29 @@@ end
      return ret;
  }
  
 -int ff_reget_buffer(AVCodecContext *avctx, AVFrame *frame)
 +int ff_get_buffer(AVCodecContext *avctx, AVFrame *frame, int flags)
 +{
 +    int ret = get_buffer_internal(avctx, frame, flags);
 +    if (ret < 0)
 +        av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
 +    return ret;
 +}
 +
 +static int reget_buffer_internal(AVCodecContext *avctx, AVFrame *frame)
  {
      AVFrame *tmp;
      int ret;
  
      av_assert0(avctx->codec_type == AVMEDIA_TYPE_VIDEO);
  
 +    if (frame->data[0] && (frame->width != avctx->width || frame->height != avctx->height || frame->format != avctx->pix_fmt)) {
 +        av_log(avctx, AV_LOG_WARNING, "Picture changed from size:%dx%d fmt:%s to size:%dx%d fmt:%s in reget buffer()\n",
 +               frame->width, frame->height, av_get_pix_fmt_name(frame->format), avctx->width, avctx->height, av_get_pix_fmt_name(avctx->pix_fmt));
 +        av_frame_unref(frame);
 +    }
 +
 +    ff_init_buffer_info(avctx, frame);
 +
      if (!frame->data[0])
          return ff_get_buffer(avctx, frame, AV_GET_BUFFER_FLAG_REF);
  
      return 0;
  }
  
 +int ff_reget_buffer(AVCodecContext *avctx, AVFrame *frame)
 +{
 +    int ret = reget_buffer_internal(avctx, frame);
 +    if (ret < 0)
 +        av_log(avctx, AV_LOG_ERROR, "reget_buffer() failed\n");
 +    return ret;
 +}
 +
  int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2), void *arg, int *ret, int count, int size)
  {
      int i;
@@@ -963,17 -707,6 +963,17 @@@ int avcodec_default_execute2(AVCodecCon
      return 0;
  }
  
 +enum AVPixelFormat avpriv_find_pix_fmt(const PixelFormatTag *tags,
 +                                       unsigned int fourcc)
 +{
 +    while (tags->pix_fmt >= 0) {
 +        if (tags->fourcc == fourcc)
 +            return tags->pix_fmt;
 +        tags++;
 +    }
 +    return AV_PIX_FMT_NONE;
 +}
 +
  static int is_hwaccel_pix_fmt(enum AVPixelFormat pix_fmt)
  {
      const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(pix_fmt);
@@@ -1013,13 -746,6 +1013,13 @@@ static int setup_hwaccel(AVCodecContex
          return AVERROR(ENOENT);
      }
  
 +    if (hwa->capabilities & HWACCEL_CODEC_CAP_EXPERIMENTAL &&
 +        avctx->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL) {
 +        av_log(avctx, AV_LOG_WARNING, "Ignoring experimental hwaccel: %s\n",
 +               hwa->name);
 +        return AVERROR_PATCHWELCOME;
 +    }
 +
      if (hwa->priv_data_size) {
          avctx->internal->hwaccel_priv_data = av_mallocz(hwa->priv_data_size);
          if (!avctx->internal->hwaccel_priv_data)
@@@ -1075,10 -801,6 +1075,10 @@@ int ff_get_format(AVCodecContext *avctx
  
          if (!(desc->flags & AV_PIX_FMT_FLAG_HWACCEL))
              break;
 +#if FF_API_CAP_VDPAU
 +        if (avctx->codec->capabilities&AV_CODEC_CAP_HWACCEL_VDPAU)
 +            break;
 +#endif
  
          if (!setup_hwaccel(avctx, ret, desc->name))
              break;
      return ret;
  }
  
- #if FF_API_AVFRAME_LAVC
- void avcodec_get_frame_defaults(AVFrame *frame)
- {
- #if LIBAVCODEC_VERSION_MAJOR >= 55
-      // extended_data should explicitly be freed when needed, this code is unsafe currently
-      // also this is not compatible to the <55 ABI/API
-     if (frame->extended_data != frame->data && 0)
-         av_freep(&frame->extended_data);
- #endif
-     memset(frame, 0, sizeof(AVFrame));
-     av_frame_unref(frame);
- }
- AVFrame *avcodec_alloc_frame(void)
- {
-     return av_frame_alloc();
- }
- void avcodec_free_frame(AVFrame **frame)
- {
-     av_frame_free(frame);
- }
- #endif
 +MAKE_ACCESSORS(AVCodecContext, codec, AVRational, pkt_timebase)
 +MAKE_ACCESSORS(AVCodecContext, codec, const AVCodecDescriptor *, codec_descriptor)
 +MAKE_ACCESSORS(AVCodecContext, codec, int, lowres)
 +MAKE_ACCESSORS(AVCodecContext, codec, int, seek_preroll)
 +MAKE_ACCESSORS(AVCodecContext, codec, uint16_t*, chroma_intra_matrix)
 +
 +unsigned av_codec_get_codec_properties(const AVCodecContext *codec)
 +{
 +    return codec->properties;
 +}
 +
 +int av_codec_get_max_lowres(const AVCodec *codec)
 +{
 +    return codec->max_lowres;
 +}
 +
 +static void get_subtitle_defaults(AVSubtitle *sub)
 +{
 +    memset(sub, 0, sizeof(*sub));
 +    sub->pts = AV_NOPTS_VALUE;
 +}
 +
 +static int get_bit_rate(AVCodecContext *ctx)
 +{
 +    int bit_rate;
 +    int bits_per_sample;
 +
 +    switch (ctx->codec_type) {
 +    case AVMEDIA_TYPE_VIDEO:
 +    case AVMEDIA_TYPE_DATA:
 +    case AVMEDIA_TYPE_SUBTITLE:
 +    case AVMEDIA_TYPE_ATTACHMENT:
 +        bit_rate = ctx->bit_rate;
 +        break;
 +    case AVMEDIA_TYPE_AUDIO:
 +        bits_per_sample = av_get_bits_per_sample(ctx->codec_id);
 +        bit_rate = bits_per_sample ? ctx->sample_rate * ctx->channels * bits_per_sample : ctx->bit_rate;
 +        break;
 +    default:
 +        bit_rate = 0;
 +        break;
 +    }
 +    return bit_rate;
 +}
 +
 +int attribute_align_arg ff_codec_open2_recursive(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options)
 +{
 +    int ret = 0;
 +
 +    ff_unlock_avcodec();
 +
 +    ret = avcodec_open2(avctx, codec, options);
 +
 +    ff_lock_avcodec(avctx, codec);
 +    return ret;
 +}
 +
  int attribute_align_arg avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options)
  {
      int ret = 0;
          return 0;
  
      if ((!codec && !avctx->codec)) {
 -        av_log(avctx, AV_LOG_ERROR, "No codec provided to avcodec_open2().\n");
 +        av_log(avctx, AV_LOG_ERROR, "No codec provided to avcodec_open2()\n");
          return AVERROR(EINVAL);
      }
      if ((codec && avctx->codec && codec != avctx->codec)) {
          av_log(avctx, AV_LOG_ERROR, "This AVCodecContext was allocated for %s, "
 -                                    "but %s passed to avcodec_open2().\n", avctx->codec->name, codec->name);
 +                                    "but %s passed to avcodec_open2()\n", avctx->codec->name, codec->name);
          return AVERROR(EINVAL);
      }
      if (!codec)
      if (options)
          av_dict_copy(&tmp, *options, 0);
  
 -    /* If there is a user-supplied mutex locking routine, call it. */
 -    if (lockmgr_cb) {
 -        if ((*lockmgr_cb)(&codec_mutex, AV_LOCK_OBTAIN))
 -            return -1;
 -    }
 -
 -    entangled_thread_counter++;
 -    if (entangled_thread_counter != 1 &&
 -        !(codec->caps_internal & FF_CODEC_CAP_INIT_THREADSAFE)) {
 -        av_log(avctx, AV_LOG_ERROR,
 -               "Insufficient thread locking. At least %d threads are "
 -               "calling avcodec_open2() at the same time right now.\n",
 -               entangled_thread_counter);
 -        ret = -1;
 -        goto end;
 -    }
 +    ret = ff_lock_avcodec(avctx, codec);
 +    if (ret < 0)
 +        return ret;
  
      avctx->internal = av_mallocz(sizeof(AVCodecInternal));
      if (!avctx->internal) {
      if ((ret = av_opt_set_dict(avctx, &tmp)) < 0)
          goto free_and_end;
  
 -    if (avctx->coded_width && avctx->coded_height && !avctx->width && !avctx->height)
 +    if (avctx->codec_whitelist && av_match_list(codec->name, avctx->codec_whitelist, ',') <= 0) {
 +        av_log(avctx, AV_LOG_ERROR, "Codec (%s) not on whitelist\n", codec->name);
 +        ret = AVERROR(EINVAL);
 +        goto free_and_end;
 +    }
 +
 +    // only call ff_set_dimensions() for non H.264/VP6F codecs so as not to overwrite previously setup dimensions
 +    if (!(avctx->coded_width && avctx->coded_height && avctx->width && avctx->height &&
 +          (avctx->codec_id == AV_CODEC_ID_H264 || avctx->codec_id == AV_CODEC_ID_VP6F))) {
 +    if (avctx->coded_width && avctx->coded_height)
          ret = ff_set_dimensions(avctx, avctx->coded_width, avctx->coded_height);
      else if (avctx->width && avctx->height)
          ret = ff_set_dimensions(avctx, avctx->width, avctx->height);
      if (ret < 0)
          goto free_and_end;
 +    }
  
      if ((avctx->coded_width || avctx->coded_height || avctx->width || avctx->height)
          && (  av_image_check_size(avctx->coded_width, avctx->coded_height, 0, avctx) < 0
             || av_image_check_size(avctx->width,       avctx->height,       0, avctx) < 0)) {
 -        av_log(avctx, AV_LOG_WARNING, "ignoring invalid width/height values\n");
 +        av_log(avctx, AV_LOG_WARNING, "Ignoring invalid width/height values\n");
          ff_set_dimensions(avctx, 0, 0);
      }
  
      }
      if (avctx->codec_id != codec->id || (avctx->codec_type != codec->type
                                           && avctx->codec_type != AVMEDIA_TYPE_ATTACHMENT)) {
 -        av_log(avctx, AV_LOG_ERROR, "codec type or id mismatches\n");
 +        av_log(avctx, AV_LOG_ERROR, "Codec type or id mismatches\n");
          ret = AVERROR(EINVAL);
          goto free_and_end;
      }
      avctx->frame_number = 0;
 +    avctx->codec_descriptor = avcodec_descriptor_get(avctx->codec_id);
  
      if ((avctx->codec->capabilities & AV_CODEC_CAP_EXPERIMENTAL) &&
          avctx->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL) {
 +        const char *codec_string = av_codec_is_encoder(codec) ? "encoder" : "decoder";
 +        AVCodec *codec2;
 +        av_log(avctx, AV_LOG_ERROR,
 +               "The %s '%s' is experimental but experimental codecs are not enabled, "
 +               "add '-strict %d' if you want to use it.\n",
 +               codec_string, codec->name, FF_COMPLIANCE_EXPERIMENTAL);
 +        codec2 = av_codec_is_encoder(codec) ? avcodec_find_encoder(codec->id) : avcodec_find_decoder(codec->id);
 +        if (!(codec2->capabilities & AV_CODEC_CAP_EXPERIMENTAL))
 +            av_log(avctx, AV_LOG_ERROR, "Alternatively use the non experimental %s '%s'.\n",
 +                codec_string, codec2->name);
          ret = AVERROR_EXPERIMENTAL;
          goto free_and_end;
      }
          avctx->time_base.den = avctx->sample_rate;
      }
  
 -    if (HAVE_THREADS) {
 +    if (!HAVE_THREADS)
 +        av_log(avctx, AV_LOG_WARNING, "Warning: not compiled with thread support, using thread emulation\n");
 +
 +    if (CONFIG_FRAME_THREAD_ENCODER) {
 +        ff_unlock_avcodec(); //we will instanciate a few encoders thus kick the counter to prevent false detection of a problem
 +        ret = ff_frame_thread_encoder_init(avctx, options ? *options : NULL);
 +        ff_lock_avcodec(avctx, codec);
 +        if (ret < 0)
 +            goto free_and_end;
 +    }
 +
 +    if (HAVE_THREADS
 +        && !(avctx->internal->frame_thread_encoder && (avctx->active_thread_type&FF_THREAD_FRAME))) {
          ret = ff_thread_init(avctx);
          if (ret < 0) {
              goto free_and_end;
      if (!HAVE_THREADS && !(codec->capabilities & AV_CODEC_CAP_AUTO_THREADS))
          avctx->thread_count = 1;
  
 +    if (avctx->codec->max_lowres < avctx->lowres || avctx->lowres < 0) {
 +        av_log(avctx, AV_LOG_ERROR, "The maximum value for lowres supported by the decoder is %d\n",
 +               avctx->codec->max_lowres);
 +        ret = AVERROR(EINVAL);
 +        goto free_and_end;
 +    }
 +
 +#if FF_API_VISMV
 +    if (avctx->debug_mv)
 +        av_log(avctx, AV_LOG_WARNING, "The 'vismv' option is deprecated, "
 +               "see the codecview filter instead.\n");
 +#endif
 +
      if (av_codec_is_encoder(avctx->codec)) {
          int i;
  #if FF_API_CODED_FRAME
@@@ -1384,10 -991,7 +1359,10 @@@ FF_ENABLE_DEPRECATION_WARNING
                  }
              }
              if (avctx->codec->sample_fmts[i] == AV_SAMPLE_FMT_NONE) {
 -                av_log(avctx, AV_LOG_ERROR, "Specified sample_fmt is not supported.\n");
 +                char buf[128];
 +                snprintf(buf, sizeof(buf), "%d", avctx->sample_fmt);
 +                av_log(avctx, AV_LOG_ERROR, "Specified sample format %s is invalid or not supported\n",
 +                       (char *)av_x_if_null(av_get_sample_fmt_name(avctx->sample_fmt), buf));
                  ret = AVERROR(EINVAL);
                  goto free_and_end;
              }
              for (i = 0; avctx->codec->pix_fmts[i] != AV_PIX_FMT_NONE; i++)
                  if (avctx->pix_fmt == avctx->codec->pix_fmts[i])
                      break;
 -            if (avctx->codec->pix_fmts[i] == AV_PIX_FMT_NONE) {
 -                av_log(avctx, AV_LOG_ERROR, "Specified pix_fmt is not supported\n");
 +            if (avctx->codec->pix_fmts[i] == AV_PIX_FMT_NONE
 +                && !((avctx->codec_id == AV_CODEC_ID_MJPEG || avctx->codec_id == AV_CODEC_ID_LJPEG)
 +                     && avctx->strict_std_compliance <= FF_COMPLIANCE_UNOFFICIAL)) {
 +                char buf[128];
 +                snprintf(buf, sizeof(buf), "%d", avctx->pix_fmt);
 +                av_log(avctx, AV_LOG_ERROR, "Specified pixel format %s is invalid or not supported\n",
 +                       (char *)av_x_if_null(av_get_pix_fmt_name(avctx->pix_fmt), buf));
                  ret = AVERROR(EINVAL);
                  goto free_and_end;
              }
              if (avctx->codec->pix_fmts[i] == AV_PIX_FMT_YUVJ420P ||
 +                avctx->codec->pix_fmts[i] == AV_PIX_FMT_YUVJ411P ||
                  avctx->codec->pix_fmts[i] == AV_PIX_FMT_YUVJ422P ||
                  avctx->codec->pix_fmts[i] == AV_PIX_FMT_YUVJ440P ||
                  avctx->codec->pix_fmts[i] == AV_PIX_FMT_YUVJ444P)
                  if (avctx->sample_rate == avctx->codec->supported_samplerates[i])
                      break;
              if (avctx->codec->supported_samplerates[i] == 0) {
 -                av_log(avctx, AV_LOG_ERROR, "Specified sample_rate is not supported\n");
 +                av_log(avctx, AV_LOG_ERROR, "Specified sample rate %d is not supported\n",
 +                       avctx->sample_rate);
                  ret = AVERROR(EINVAL);
                  goto free_and_end;
              }
          }
 +        if (avctx->sample_rate < 0) {
 +            av_log(avctx, AV_LOG_ERROR, "Specified sample rate %d is not supported\n",
 +                    avctx->sample_rate);
 +            ret = AVERROR(EINVAL);
 +            goto free_and_end;
 +        }
          if (avctx->codec->channel_layouts) {
              if (!avctx->channel_layout) {
 -                av_log(avctx, AV_LOG_WARNING, "channel_layout not specified\n");
 +                av_log(avctx, AV_LOG_WARNING, "Channel layout not specified\n");
              } else {
                  for (i = 0; avctx->codec->channel_layouts[i] != 0; i++)
                      if (avctx->channel_layout == avctx->codec->channel_layouts[i])
                          break;
                  if (avctx->codec->channel_layouts[i] == 0) {
 -                    av_log(avctx, AV_LOG_ERROR, "Specified channel_layout is not supported\n");
 +                    char buf[512];
 +                    av_get_channel_layout_string(buf, sizeof(buf), -1, avctx->channel_layout);
 +                    av_log(avctx, AV_LOG_ERROR, "Specified channel layout '%s' is not supported\n", buf);
                      ret = AVERROR(EINVAL);
                      goto free_and_end;
                  }
              }
          }
          if (avctx->channel_layout && avctx->channels) {
 -            if (av_get_channel_layout_nb_channels(avctx->channel_layout) != avctx->channels) {
 -                av_log(avctx, AV_LOG_ERROR, "channel layout does not match number of channels\n");
 +            int channels = av_get_channel_layout_nb_channels(avctx->channel_layout);
 +            if (channels != avctx->channels) {
 +                char buf[512];
 +                av_get_channel_layout_string(buf, sizeof(buf), -1, avctx->channel_layout);
 +                av_log(avctx, AV_LOG_ERROR,
 +                       "Channel layout '%s' with %d channels does not match number of specified channels %d\n",
 +                       buf, channels, avctx->channels);
                  ret = AVERROR(EINVAL);
                  goto free_and_end;
              }
          } else if (avctx->channel_layout) {
              avctx->channels = av_get_channel_layout_nb_channels(avctx->channel_layout);
          }
 +        if (avctx->channels < 0) {
 +            av_log(avctx, AV_LOG_ERROR, "Specified number of channels %d is not supported\n",
 +                    avctx->channels);
 +            ret = AVERROR(EINVAL);
 +            goto free_and_end;
 +        }
 +        if(avctx->codec_type == AVMEDIA_TYPE_VIDEO) {
 +            if (avctx->width <= 0 || avctx->height <= 0) {
 +                av_log(avctx, AV_LOG_ERROR, "dimensions not set\n");
 +                ret = AVERROR(EINVAL);
 +                goto free_and_end;
 +            }
 +        }
 +        if (   (avctx->codec_type == AVMEDIA_TYPE_VIDEO || avctx->codec_type == AVMEDIA_TYPE_AUDIO)
 +            && avctx->bit_rate>0 && avctx->bit_rate<1000) {
 +            av_log(avctx, AV_LOG_WARNING, "Bitrate %d is extremely low, maybe you mean %dk\n", avctx->bit_rate, avctx->bit_rate);
 +        }
  
          if (!avctx->rc_initial_buffer_occupancy)
              avctx->rc_initial_buffer_occupancy = avctx->rc_buffer_size * 3 / 4;
      }
  
 -    if (avctx->codec->init && !(avctx->active_thread_type & FF_THREAD_FRAME)) {
 +    avctx->pts_correction_num_faulty_pts =
 +    avctx->pts_correction_num_faulty_dts = 0;
 +    avctx->pts_correction_last_pts =
 +    avctx->pts_correction_last_dts = INT64_MIN;
 +
 +    if (   !CONFIG_GRAY && avctx->flags & AV_CODEC_FLAG_GRAY
 +        && avctx->codec_descriptor->type == AVMEDIA_TYPE_VIDEO)
 +        av_log(avctx, AV_LOG_WARNING,
 +               "gray decoding requested but not enabled at configuration time\n");
 +
 +    if (   avctx->codec->init && (!(avctx->active_thread_type&FF_THREAD_FRAME)
 +        || avctx->internal->frame_thread_encoder)) {
          ret = avctx->codec->init(avctx);
          if (ret < 0) {
              goto free_and_end;
          }
      }
  
 +    ret=0;
 +
  #if FF_API_AUDIOENC_DELAY
      if (av_codec_is_encoder(avctx->codec))
          avctx->delay = avctx->initial_padding;
  #endif
  
      if (av_codec_is_decoder(avctx->codec)) {
 +        if (!avctx->bit_rate)
 +            avctx->bit_rate = get_bit_rate(avctx);
          /* validate channel layout from the decoder */
          if (avctx->channel_layout) {
              int channels = av_get_channel_layout_nb_channels(avctx->channel_layout);
              if (!avctx->channels)
                  avctx->channels = channels;
              else if (channels != avctx->channels) {
 +                char buf[512];
 +                av_get_channel_layout_string(buf, sizeof(buf), -1, avctx->channel_layout);
                  av_log(avctx, AV_LOG_WARNING,
 -                       "channel layout does not match number of channels\n");
 +                       "Channel layout '%s' with %d channels does not match specified number of channels %d: "
 +                       "ignoring specified channel layout\n",
 +                       buf, channels, avctx->channels);
                  avctx->channel_layout = 0;
              }
          }
              ret = AVERROR(EINVAL);
              goto free_and_end;
          }
 +        if (avctx->sub_charenc) {
 +            if (avctx->codec_type != AVMEDIA_TYPE_SUBTITLE) {
 +                av_log(avctx, AV_LOG_ERROR, "Character encoding is only "
 +                       "supported with subtitles codecs\n");
 +                ret = AVERROR(EINVAL);
 +                goto free_and_end;
 +            } else if (avctx->codec_descriptor->props & AV_CODEC_PROP_BITMAP_SUB) {
 +                av_log(avctx, AV_LOG_WARNING, "Codec '%s' is bitmap-based, "
 +                       "subtitles character encoding will be ignored\n",
 +                       avctx->codec_descriptor->name);
 +                avctx->sub_charenc_mode = FF_SUB_CHARENC_MODE_DO_NOTHING;
 +            } else {
 +                /* input character encoding is set for a text based subtitle
 +                 * codec at this point */
 +                if (avctx->sub_charenc_mode == FF_SUB_CHARENC_MODE_AUTOMATIC)
 +                    avctx->sub_charenc_mode = FF_SUB_CHARENC_MODE_PRE_DECODER;
 +
 +                if (avctx->sub_charenc_mode == FF_SUB_CHARENC_MODE_PRE_DECODER) {
 +#if CONFIG_ICONV
 +                    iconv_t cd = iconv_open("UTF-8", avctx->sub_charenc);
 +                    if (cd == (iconv_t)-1) {
 +                        ret = AVERROR(errno);
 +                        av_log(avctx, AV_LOG_ERROR, "Unable to open iconv context "
 +                               "with input character encoding \"%s\"\n", avctx->sub_charenc);
 +                        goto free_and_end;
 +                    }
 +                    iconv_close(cd);
 +#else
 +                    av_log(avctx, AV_LOG_ERROR, "Character encoding subtitles "
 +                           "conversion needs a libavcodec built with iconv support "
 +                           "for this codec\n");
 +                    ret = AVERROR(ENOSYS);
 +                    goto free_and_end;
 +#endif
 +                }
 +            }
 +        }
  
  #if FF_API_AVCTX_TIMEBASE
          if (avctx->framerate.num > 0 && avctx->framerate.den > 0)
 -            avctx->time_base = av_inv_q(avctx->framerate);
 +            avctx->time_base = av_inv_q(av_mul_q(avctx->framerate, (AVRational){avctx->ticks_per_frame, 1}));
  #endif
      }
 -end:
 -    entangled_thread_counter--;
 -
 -    /* Release any user-supplied mutex. */
 -    if (lockmgr_cb) {
 -        (*lockmgr_cb)(&codec_mutex, AV_LOCK_RELEASE);
 +    if (codec->priv_data_size > 0 && avctx->priv_data && codec->priv_class) {
 +        av_assert0(*(const AVClass **)avctx->priv_data == codec->priv_class);
      }
 +
 +end:
 +    ff_unlock_avcodec();
      if (options) {
          av_dict_free(options);
          *options = tmp;
@@@ -1590,7 -1102,7 +1565,7 @@@ free_and_end
          (avctx->codec->caps_internal & FF_CODEC_CAP_INIT_CLEANUP))
          avctx->codec->close(avctx);
  
 -    if (avctx->priv_data && avctx->codec && avctx->codec->priv_class)
 +    if (codec->priv_class && codec->priv_data_size)
          av_opt_free(avctx->priv_data);
      av_opt_free(avctx);
  
@@@ -1611,52 -1123,26 +1586,52 @@@ FF_ENABLE_DEPRECATION_WARNING
      goto end;
  }
  
 -int ff_alloc_packet(AVPacket *avpkt, int size)
 +int ff_alloc_packet2(AVCodecContext *avctx, AVPacket *avpkt, int64_t size, int64_t min_size)
  {
 -    if (size > INT_MAX - AV_INPUT_BUFFER_PADDING_SIZE)
 +    if (avpkt->size < 0) {
 +        av_log(avctx, AV_LOG_ERROR, "Invalid negative user packet size %d\n", avpkt->size);
 +        return AVERROR(EINVAL);
 +    }
 +    if (size < 0 || size > INT_MAX - AV_INPUT_BUFFER_PADDING_SIZE) {
 +        av_log(avctx, AV_LOG_ERROR, "Invalid minimum required packet size %"PRId64" (max allowed is %d)\n",
 +               size, INT_MAX - AV_INPUT_BUFFER_PADDING_SIZE);
          return AVERROR(EINVAL);
 +    }
 +
 +    if (avctx && 2*min_size < size) { // FIXME The factor needs to be finetuned
 +        av_assert0(!avpkt->data || avpkt->data != avctx->internal->byte_buffer);
 +        if (!avpkt->data || avpkt->size < size) {
 +            av_fast_padded_malloc(&avctx->internal->byte_buffer, &avctx->internal->byte_buffer_size, size);
 +            avpkt->data = avctx->internal->byte_buffer;
 +            avpkt->size = avctx->internal->byte_buffer_size;
 +        }
 +    }
  
      if (avpkt->data) {
          AVBufferRef *buf = avpkt->buf;
  
 -        if (avpkt->size < size)
 +        if (avpkt->size < size) {
 +            av_log(avctx, AV_LOG_ERROR, "User packet is too small (%d < %"PRId64")\n", avpkt->size, size);
              return AVERROR(EINVAL);
 +        }
  
          av_init_packet(avpkt);
          avpkt->buf      = buf;
          avpkt->size     = size;
          return 0;
      } else {
 -        return av_new_packet(avpkt, size);
 +        int ret = av_new_packet(avpkt, size);
 +        if (ret < 0)
 +            av_log(avctx, AV_LOG_ERROR, "Failed to allocate packet of size %"PRId64"\n", size);
 +        return ret;
      }
  }
  
 +int ff_alloc_packet(AVPacket *avpkt, int size)
 +{
 +    return ff_alloc_packet2(NULL, avpkt, size, 0);
 +}
 +
  /**
   * Pad last frame with silence.
   */
@@@ -1670,7 -1156,6 +1645,7 @@@ static int pad_last_frame(AVCodecContex
  
      frame->format         = src->format;
      frame->channel_layout = src->channel_layout;
 +    av_frame_set_channels(frame, av_frame_get_channels(src));
      frame->nb_samples     = s->frame_size;
      ret = av_frame_get_buffer(frame, 32);
      if (ret < 0)
@@@ -1702,11 -1187,10 +1677,11 @@@ int attribute_align_arg avcodec_encode_
                                                const AVFrame *frame,
                                                int *got_packet_ptr)
  {
 -    AVFrame tmp;
 +    AVFrame *extended_frame = NULL;
      AVFrame *padded_frame = NULL;
      int ret;
 -    int user_packet = !!avpkt->data;
 +    AVPacket user_pkt = *avpkt;
 +    int needs_realloc = !user_pkt.data;
  
      *got_packet_ptr = 0;
  
          }
          av_log(avctx, AV_LOG_WARNING, "extended_data is not set.\n");
  
 -        tmp = *frame;
 -        tmp.extended_data = tmp.data;
 -        frame = &tmp;
 +        extended_frame = av_frame_alloc();
 +        if (!extended_frame)
 +            return AVERROR(ENOMEM);
 +
 +        memcpy(extended_frame, frame, sizeof(AVFrame));
 +        extended_frame->extended_data = extended_frame->data;
 +        frame = extended_frame;
      }
  
      /* extract audio service type metadata */
      /* check for valid frame size */
      if (frame) {
          if (avctx->codec->capabilities & AV_CODEC_CAP_SMALL_LAST_FRAME) {
 -            if (frame->nb_samples > avctx->frame_size)
 -                return AVERROR(EINVAL);
 +            if (frame->nb_samples > avctx->frame_size) {
 +                av_log(avctx, AV_LOG_ERROR, "more samples than frame size (avcodec_encode_audio2)\n");
 +                ret = AVERROR(EINVAL);
 +                goto end;
 +            }
          } else if (!(avctx->codec->capabilities & AV_CODEC_CAP_VARIABLE_FRAME_SIZE)) {
              if (frame->nb_samples < avctx->frame_size &&
                  !avctx->internal->last_audio_frame) {
                  ret = pad_last_frame(avctx, &padded_frame, frame);
                  if (ret < 0)
 -                    return ret;
 +                    goto end;
  
                  frame = padded_frame;
                  avctx->internal->last_audio_frame = 1;
              }
  
              if (frame->nb_samples != avctx->frame_size) {
 +                av_log(avctx, AV_LOG_ERROR, "nb_samples (%d) != frame_size (%d) (avcodec_encode_audio2)\n", frame->nb_samples, avctx->frame_size);
                  ret = AVERROR(EINVAL);
                  goto end;
              }
          }
      }
  
 +    av_assert0(avctx->codec->encode2);
 +
      ret = avctx->codec->encode2(avctx, avpkt, frame, got_packet_ptr);
      if (!ret) {
          if (*got_packet_ptr) {
          } else {
              avpkt->size = 0;
          }
 +    }
 +    if (avpkt->data && avpkt->data == avctx->internal->byte_buffer) {
 +        needs_realloc = 0;
 +        if (user_pkt.data) {
 +            if (user_pkt.size >= avpkt->size) {
 +                memcpy(user_pkt.data, avpkt->data, avpkt->size);
 +            } else {
 +                av_log(avctx, AV_LOG_ERROR, "Provided packet is too small, needs to be %d\n", avpkt->size);
 +                avpkt->size = user_pkt.size;
 +                ret = -1;
 +            }
 +            avpkt->buf      = user_pkt.buf;
 +            avpkt->data     = user_pkt.data;
 +        } else {
 +            if (av_dup_packet(avpkt) < 0) {
 +                ret = AVERROR(ENOMEM);
 +            }
 +        }
 +    }
  
 -        if (!user_packet && avpkt->size) {
 -            ret = av_buffer_realloc(&avpkt->buf, avpkt->size);
 +    if (!ret) {
 +        if (needs_realloc && avpkt->data) {
 +            ret = av_buffer_realloc(&avpkt->buf, avpkt->size + AV_INPUT_BUFFER_PADDING_SIZE);
              if (ret >= 0)
                  avpkt->data = avpkt->buf->data;
          }
  
  end:
      av_frame_free(&padded_frame);
 +    av_free(extended_frame);
  
  #if FF_API_AUDIOENC_DELAY
      avctx->delay = avctx->initial_padding;
      return ret;
  }
  
 +#if FF_API_OLD_ENCODE_AUDIO
 +int attribute_align_arg avcodec_encode_audio(AVCodecContext *avctx,
 +                                             uint8_t *buf, int buf_size,
 +                                             const short *samples)
 +{
 +    AVPacket pkt;
 +    AVFrame *frame;
 +    int ret, samples_size, got_packet;
 +
 +    av_init_packet(&pkt);
 +    pkt.data = buf;
 +    pkt.size = buf_size;
 +
 +    if (samples) {
 +        frame = av_frame_alloc();
 +        if (!frame)
 +            return AVERROR(ENOMEM);
 +
 +        if (avctx->frame_size) {
 +            frame->nb_samples = avctx->frame_size;
 +        } else {
 +            /* if frame_size is not set, the number of samples must be
 +             * calculated from the buffer size */
 +            int64_t nb_samples;
 +            if (!av_get_bits_per_sample(avctx->codec_id)) {
 +                av_log(avctx, AV_LOG_ERROR, "avcodec_encode_audio() does not "
 +                                            "support this codec\n");
 +                av_frame_free(&frame);
 +                return AVERROR(EINVAL);
 +            }
 +            nb_samples = (int64_t)buf_size * 8 /
 +                         (av_get_bits_per_sample(avctx->codec_id) *
 +                          avctx->channels);
 +            if (nb_samples >= INT_MAX) {
 +                av_frame_free(&frame);
 +                return AVERROR(EINVAL);
 +            }
 +            frame->nb_samples = nb_samples;
 +        }
 +
 +        /* it is assumed that the samples buffer is large enough based on the
 +         * relevant parameters */
 +        samples_size = av_samples_get_buffer_size(NULL, avctx->channels,
 +                                                  frame->nb_samples,
 +                                                  avctx->sample_fmt, 1);
 +        if ((ret = avcodec_fill_audio_frame(frame, avctx->channels,
 +                                            avctx->sample_fmt,
 +                                            (const uint8_t *)samples,
 +                                            samples_size, 1)) < 0) {
 +            av_frame_free(&frame);
 +            return ret;
 +        }
 +
 +        /* fabricate frame pts from sample count.
 +         * this is needed because the avcodec_encode_audio() API does not have
 +         * a way for the user to provide pts */
 +        if (avctx->sample_rate && avctx->time_base.num)
 +            frame->pts = ff_samples_to_time_base(avctx,
 +                                                 avctx->internal->sample_count);
 +        else
 +            frame->pts = AV_NOPTS_VALUE;
 +        avctx->internal->sample_count += frame->nb_samples;
 +    } else {
 +        frame = NULL;
 +    }
 +
 +    got_packet = 0;
 +    ret = avcodec_encode_audio2(avctx, &pkt, frame, &got_packet);
 +#if FF_API_CODED_FRAME
 +FF_DISABLE_DEPRECATION_WARNINGS
 +    if (!ret && got_packet && avctx->coded_frame) {
 +        avctx->coded_frame->pts       = pkt.pts;
 +        avctx->coded_frame->key_frame = !!(pkt.flags & AV_PKT_FLAG_KEY);
 +    }
 +FF_ENABLE_DEPRECATION_WARNINGS
 +#endif
 +
 +    /* free any side data since we cannot return it */
 +    av_packet_free_side_data(&pkt);
 +
 +    if (frame && frame->extended_data != frame->data)
 +        av_freep(&frame->extended_data);
 +
 +    av_frame_free(&frame);
 +    return ret ? ret : pkt.size;
 +}
 +
 +#endif
 +
 +#if FF_API_OLD_ENCODE_VIDEO
 +int attribute_align_arg avcodec_encode_video(AVCodecContext *avctx, uint8_t *buf, int buf_size,
 +                                             const AVFrame *pict)
 +{
 +    AVPacket pkt;
 +    int ret, got_packet = 0;
 +
 +    if (buf_size < AV_INPUT_BUFFER_MIN_SIZE) {
 +        av_log(avctx, AV_LOG_ERROR, "buffer smaller than minimum size\n");
 +        return -1;
 +    }
 +
 +    av_init_packet(&pkt);
 +    pkt.data = buf;
 +    pkt.size = buf_size;
 +
 +    ret = avcodec_encode_video2(avctx, &pkt, pict, &got_packet);
 +#if FF_API_CODED_FRAME
 +FF_DISABLE_DEPRECATION_WARNINGS
 +    if (!ret && got_packet && avctx->coded_frame) {
 +        avctx->coded_frame->pts       = pkt.pts;
 +        avctx->coded_frame->key_frame = !!(pkt.flags & AV_PKT_FLAG_KEY);
 +        if (avctx->codec->capabilities & AV_CODEC_CAP_INTRA_ONLY)
 +            avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
 +    }
 +FF_ENABLE_DEPRECATION_WARNINGS
 +#endif
 +
 +    /* free any side data since we cannot return it */
 +    if (pkt.side_data_elems > 0) {
 +        int i;
 +        for (i = 0; i < pkt.side_data_elems; i++)
 +            av_free(pkt.side_data[i].data);
 +        av_freep(&pkt.side_data);
 +        pkt.side_data_elems = 0;
 +    }
 +
 +    return ret ? ret : pkt.size;
 +}
 +
 +#endif
 +
  int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx,
                                                AVPacket *avpkt,
                                                const AVFrame *frame,
                                                int *got_packet_ptr)
  {
      int ret;
 -    int user_packet = !!avpkt->data;
 +    AVPacket user_pkt = *avpkt;
 +    int needs_realloc = !user_pkt.data;
  
      *got_packet_ptr = 0;
  
 +    if(CONFIG_FRAME_THREAD_ENCODER &&
 +       avctx->internal->frame_thread_encoder && (avctx->active_thread_type&FF_THREAD_FRAME))
 +        return ff_thread_video_encode_frame(avctx, avpkt, frame, got_packet_ptr);
 +
 +    if ((avctx->flags&AV_CODEC_FLAG_PASS1) && avctx->stats_out)
 +        avctx->stats_out[0] = '\0';
 +
      if (!(avctx->codec->capabilities & AV_CODEC_CAP_DELAY) && !frame) {
          av_free_packet(avpkt);
          av_init_packet(avpkt);
      if (av_image_check_size(avctx->width, avctx->height, 0, avctx))
          return AVERROR(EINVAL);
  
 +    if (frame && frame->format == AV_PIX_FMT_NONE)
 +        av_log(avctx, AV_LOG_WARNING, "AVFrame.format is not set\n");
 +    if (frame && (frame->width == 0 || frame->height == 0))
 +        av_log(avctx, AV_LOG_WARNING, "AVFrame.width or height is not set\n");
 +
      av_assert0(avctx->codec->encode2);
  
      ret = avctx->codec->encode2(avctx, avpkt, frame, got_packet_ptr);
 +    av_assert0(ret <= 0);
 +
 +    if (avpkt->data && avpkt->data == avctx->internal->byte_buffer) {
 +        needs_realloc = 0;
 +        if (user_pkt.data) {
 +            if (user_pkt.size >= avpkt->size) {
 +                memcpy(user_pkt.data, avpkt->data, avpkt->size);
 +            } else {
 +                av_log(avctx, AV_LOG_ERROR, "Provided packet is too small, needs to be %d\n", avpkt->size);
 +                avpkt->size = user_pkt.size;
 +                ret = -1;
 +            }
 +            avpkt->buf      = user_pkt.buf;
 +            avpkt->data     = user_pkt.data;
 +        } else {
 +            if (av_dup_packet(avpkt) < 0) {
 +                ret = AVERROR(ENOMEM);
 +            }
 +        }
 +    }
 +
      if (!ret) {
          if (!*got_packet_ptr)
              avpkt->size = 0;
          else if (!(avctx->codec->capabilities & AV_CODEC_CAP_DELAY))
              avpkt->pts = avpkt->dts = frame->pts;
  
 -        if (!user_packet && avpkt->size) {
 -            ret = av_buffer_realloc(&avpkt->buf, avpkt->size);
 +        if (needs_realloc && avpkt->data) {
 +            ret = av_buffer_realloc(&avpkt->buf, avpkt->size + AV_INPUT_BUFFER_PADDING_SIZE);
              if (ret >= 0)
                  avpkt->data = avpkt->buf->data;
          }
@@@ -2056,54 -1344,18 +2031,54 @@@ int avcodec_encode_subtitle(AVCodecCont
          av_log(avctx, AV_LOG_ERROR, "start_display_time must be 0.\n");
          return -1;
      }
 -    if (sub->num_rects == 0 || !sub->rects)
 -        return -1;
 +
      ret = avctx->codec->encode_sub(avctx, buf, buf_size, sub);
      avctx->frame_number++;
      return ret;
  }
  
 +/**
 + * Attempt to guess proper monotonic timestamps for decoded video frames
 + * which might have incorrect times. Input timestamps may wrap around, in
 + * which case the output will as well.
 + *
 + * @param pts the pts field of the decoded AVPacket, as passed through
 + * AVFrame.pkt_pts
 + * @param dts the dts field of the decoded AVPacket
 + * @return one of the input values, may be AV_NOPTS_VALUE
 + */
 +static int64_t guess_correct_pts(AVCodecContext *ctx,
 +                                 int64_t reordered_pts, int64_t dts)
 +{
 +    int64_t pts = AV_NOPTS_VALUE;
 +
 +    if (dts != AV_NOPTS_VALUE) {
 +        ctx->pts_correction_num_faulty_dts += dts <= ctx->pts_correction_last_dts;
 +        ctx->pts_correction_last_dts = dts;
 +    } else if (reordered_pts != AV_NOPTS_VALUE)
 +        ctx->pts_correction_last_dts = reordered_pts;
 +
 +    if (reordered_pts != AV_NOPTS_VALUE) {
 +        ctx->pts_correction_num_faulty_pts += reordered_pts <= ctx->pts_correction_last_pts;
 +        ctx->pts_correction_last_pts = reordered_pts;
 +    } else if(dts != AV_NOPTS_VALUE)
 +        ctx->pts_correction_last_pts = dts;
 +
 +    if ((ctx->pts_correction_num_faulty_pts<=ctx->pts_correction_num_faulty_dts || dts == AV_NOPTS_VALUE)
 +       && reordered_pts != AV_NOPTS_VALUE)
 +        pts = reordered_pts;
 +    else
 +        pts = dts;
 +
 +    return pts;
 +}
 +
  static int apply_param_change(AVCodecContext *avctx, AVPacket *avpkt)
  {
      int size = 0, ret;
      const uint8_t *data;
      uint32_t flags;
 +    int64_t val;
  
      data = av_packet_get_side_data(avpkt, AV_PKT_DATA_PARAM_CHANGE, &size);
      if (!data)
      if (flags & AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_COUNT) {
          if (size < 4)
              goto fail;
 -        avctx->channels = bytestream_get_le32(&data);
 +        val = bytestream_get_le32(&data);
 +        if (val <= 0 || val > INT_MAX) {
 +            av_log(avctx, AV_LOG_ERROR, "Invalid channel count");
 +            return AVERROR_INVALIDDATA;
 +        }
 +        avctx->channels = val;
          size -= 4;
      }
      if (flags & AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_LAYOUT) {
      if (flags & AV_SIDE_DATA_PARAM_CHANGE_SAMPLE_RATE) {
          if (size < 4)
              goto fail;
 -        avctx->sample_rate = bytestream_get_le32(&data);
 +        val = bytestream_get_le32(&data);
 +        if (val <= 0 || val > INT_MAX) {
 +            av_log(avctx, AV_LOG_ERROR, "Invalid sample rate");
 +            return AVERROR_INVALIDDATA;
 +        }
 +        avctx->sample_rate = val;
          size -= 4;
      }
      if (flags & AV_SIDE_DATA_PARAM_CHANGE_DIMENSIONS) {
@@@ -2184,7 -1426,7 +2159,7 @@@ static int unrefcount_frame(AVCodecInte
      memcpy(frame->data,     avci->to_free->data,     sizeof(frame->data));
      memcpy(frame->linesize, avci->to_free->linesize, sizeof(frame->linesize));
      if (avci->to_free->extended_data != avci->to_free->data) {
 -        int planes = av_get_channel_layout_nb_channels(avci->to_free->channel_layout);
 +        int planes = av_frame_get_channels(avci->to_free);
          int size   = planes * sizeof(*frame->extended_data);
  
          if (!size) {
      frame->height         = avci->to_free->height;
      frame->channel_layout = avci->to_free->channel_layout;
      frame->nb_samples     = avci->to_free->nb_samples;
 +    av_frame_set_channels(frame, av_frame_get_channels(avci->to_free));
  
      return 0;
  }
  
  int attribute_align_arg avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
                                                int *got_picture_ptr,
 -                                              AVPacket *avpkt)
 +                                              const AVPacket *avpkt)
  {
      AVCodecInternal *avci = avctx->internal;
      int ret;
 +    // copy to ensure we do not change avpkt
 +    AVPacket tmp = *avpkt;
 +
 +    if (!avctx->codec)
 +        return AVERROR(EINVAL);
 +    if (avctx->codec->type != AVMEDIA_TYPE_VIDEO) {
 +        av_log(avctx, AV_LOG_ERROR, "Invalid media type for video\n");
 +        return AVERROR(EINVAL);
 +    }
  
      *got_picture_ptr = 0;
      if ((avctx->coded_width || avctx->coded_height) && av_image_check_size(avctx->coded_width, avctx->coded_height, 0, avctx))
 -        return -1;
 -
 -    avctx->internal->pkt = avpkt;
 -    ret = apply_param_change(avctx, avpkt);
 -    if (ret < 0) {
 -        av_log(avctx, AV_LOG_ERROR, "Error applying parameter changes.\n");
 -        if (avctx->err_recognition & AV_EF_EXPLODE)
 -            return ret;
 -    }
 +        return AVERROR(EINVAL);
  
      av_frame_unref(picture);
  
      if ((avctx->codec->capabilities & AV_CODEC_CAP_DELAY) || avpkt->size ||
          (avctx->active_thread_type & FF_THREAD_FRAME)) {
 +        int did_split = av_packet_split_side_data(&tmp);
 +        ret = apply_param_change(avctx, &tmp);
 +        if (ret < 0) {
 +            av_log(avctx, AV_LOG_ERROR, "Error applying parameter changes.\n");
 +            if (avctx->err_recognition & AV_EF_EXPLODE)
 +                goto fail;
 +        }
 +
 +        avctx->internal->pkt = &tmp;
          if (HAVE_THREADS && avctx->active_thread_type & FF_THREAD_FRAME)
              ret = ff_thread_decode_frame(avctx, picture, got_picture_ptr,
 -                                         avpkt);
 +                                         &tmp);
          else {
              ret = avctx->codec->decode(avctx, picture, got_picture_ptr,
 -                                       avpkt);
 +                                       &tmp);
              picture->pkt_dts = avpkt->dts;
 +
 +            if(!avctx->has_b_frames){
 +                av_frame_set_pkt_pos(picture, avpkt->pos);
 +            }
 +            //FIXME these should be under if(!avctx->has_b_frames)
              /* get_buffer is supposed to set frame parameters */
              if (!(avctx->codec->capabilities & AV_CODEC_CAP_DR1)) {
 -                picture->sample_aspect_ratio = avctx->sample_aspect_ratio;
 -                picture->width               = avctx->width;
 -                picture->height              = avctx->height;
 -                picture->format              = avctx->pix_fmt;
 +                if (!picture->sample_aspect_ratio.num)    picture->sample_aspect_ratio = avctx->sample_aspect_ratio;
 +                if (!picture->width)                      picture->width               = avctx->width;
 +                if (!picture->height)                     picture->height              = avctx->height;
 +                if (picture->format == AV_PIX_FMT_NONE)   picture->format              = avctx->pix_fmt;
              }
          }
  
 +fail:
          emms_c(); //needed to avoid an emms_c() call before every return;
  
 +        avctx->internal->pkt = NULL;
 +        if (did_split) {
 +            av_packet_free_side_data(&tmp);
 +            if(ret == tmp.size)
 +                ret = avpkt->size;
 +        }
 +
          if (*got_picture_ptr) {
              if (!avctx->refcounted_frames) {
                  int err = unrefcount_frame(avci, picture);
              }
  
              avctx->frame_number++;
 +            av_frame_set_best_effort_timestamp(picture,
 +                                               guess_correct_pts(avctx,
 +                                                                 picture->pkt_pts,
 +                                                                 picture->pkt_dts));
          } else
              av_frame_unref(picture);
      } else
          ret = 0;
  
 +    /* many decoders assign whole AVFrames, thus overwriting extended_data;
 +     * make sure it's set correctly */
 +    av_assert0(!picture->extended_data || picture->extended_data == picture->data);
 +
  #if FF_API_AVCTX_TIMEBASE
      if (avctx->framerate.num > 0 && avctx->framerate.den > 0)
 -        avctx->time_base = av_inv_q(avctx->framerate);
 +        avctx->time_base = av_inv_q(av_mul_q(avctx->framerate, (AVRational){avctx->ticks_per_frame, 1}));
  #endif
  
      return ret;
  }
  
 +#if FF_API_OLD_DECODE_AUDIO
 +int attribute_align_arg avcodec_decode_audio3(AVCodecContext *avctx, int16_t *samples,
 +                                              int *frame_size_ptr,
 +                                              AVPacket *avpkt)
 +{
 +    AVFrame *frame = av_frame_alloc();
 +    int ret, got_frame = 0;
 +
 +    if (!frame)
 +        return AVERROR(ENOMEM);
 +
 +    ret = avcodec_decode_audio4(avctx, frame, &got_frame, avpkt);
 +
 +    if (ret >= 0 && got_frame) {
 +        int ch, plane_size;
 +        int planar    = av_sample_fmt_is_planar(avctx->sample_fmt);
 +        int data_size = av_samples_get_buffer_size(&plane_size, avctx->channels,
 +                                                   frame->nb_samples,
 +                                                   avctx->sample_fmt, 1);
 +        if (*frame_size_ptr < data_size) {
 +            av_log(avctx, AV_LOG_ERROR, "output buffer size is too small for "
 +                                        "the current frame (%d < %d)\n", *frame_size_ptr, data_size);
 +            av_frame_free(&frame);
 +            return AVERROR(EINVAL);
 +        }
 +
 +        memcpy(samples, frame->extended_data[0], plane_size);
 +
 +        if (planar && avctx->channels > 1) {
 +            uint8_t *out = ((uint8_t *)samples) + plane_size;
 +            for (ch = 1; ch < avctx->channels; ch++) {
 +                memcpy(out, frame->extended_data[ch], plane_size);
 +                out += plane_size;
 +            }
 +        }
 +        *frame_size_ptr = data_size;
 +    } else {
 +        *frame_size_ptr = 0;
 +    }
 +    av_frame_free(&frame);
 +    return ret;
 +}
 +
 +#endif
 +
  int attribute_align_arg avcodec_decode_audio4(AVCodecContext *avctx,
                                                AVFrame *frame,
                                                int *got_frame_ptr,
 -                                              AVPacket *avpkt)
 +                                              const AVPacket *avpkt)
  {
      AVCodecInternal *avci = avctx->internal;
      int ret = 0;
  
      *got_frame_ptr = 0;
  
 -    avctx->internal->pkt = avpkt;
 -
      if (!avpkt->data && avpkt->size) {
          av_log(avctx, AV_LOG_ERROR, "invalid packet: NULL data, size != 0\n");
          return AVERROR(EINVAL);
      }
 -
 -    ret = apply_param_change(avctx, avpkt);
 -    if (ret < 0) {
 -        av_log(avctx, AV_LOG_ERROR, "Error applying parameter changes.\n");
 -        if (avctx->err_recognition & AV_EF_EXPLODE)
 -            return ret;
 +    if (!avctx->codec)
 +        return AVERROR(EINVAL);
 +    if (avctx->codec->type != AVMEDIA_TYPE_AUDIO) {
 +        av_log(avctx, AV_LOG_ERROR, "Invalid media type for audio\n");
 +        return AVERROR(EINVAL);
      }
  
      av_frame_unref(frame);
  
 -    if ((avctx->codec->capabilities & AV_CODEC_CAP_DELAY) || avpkt->size) {
 -        ret = avctx->codec->decode(avctx, frame, got_frame_ptr, avpkt);
 +    if ((avctx->codec->capabilities & AV_CODEC_CAP_DELAY) || avpkt->size || (avctx->active_thread_type & FF_THREAD_FRAME)) {
 +        uint8_t *side;
 +        int side_size;
 +        uint32_t discard_padding = 0;
 +        uint8_t skip_reason = 0;
 +        uint8_t discard_reason = 0;
 +        // copy to ensure we do not change avpkt
 +        AVPacket tmp = *avpkt;
 +        int did_split = av_packet_split_side_data(&tmp);
 +        ret = apply_param_change(avctx, &tmp);
 +        if (ret < 0) {
 +            av_log(avctx, AV_LOG_ERROR, "Error applying parameter changes.\n");
 +            if (avctx->err_recognition & AV_EF_EXPLODE)
 +                goto fail;
 +        }
 +
 +        avctx->internal->pkt = &tmp;
 +        if (HAVE_THREADS && avctx->active_thread_type & FF_THREAD_FRAME)
 +            ret = ff_thread_decode_frame(avctx, frame, got_frame_ptr, &tmp);
 +        else {
 +            ret = avctx->codec->decode(avctx, frame, got_frame_ptr, &tmp);
 +            av_assert0(ret <= tmp.size);
 +            frame->pkt_dts = avpkt->dts;
 +        }
          if (ret >= 0 && *got_frame_ptr) {
              avctx->frame_number++;
 -            frame->pkt_dts = avpkt->dts;
 +            av_frame_set_best_effort_timestamp(frame,
 +                                               guess_correct_pts(avctx,
 +                                                                 frame->pkt_pts,
 +                                                                 frame->pkt_dts));
              if (frame->format == AV_SAMPLE_FMT_NONE)
                  frame->format = avctx->sample_fmt;
 +            if (!frame->channel_layout)
 +                frame->channel_layout = avctx->channel_layout;
 +            if (!av_frame_get_channels(frame))
 +                av_frame_set_channels(frame, avctx->channels);
 +            if (!frame->sample_rate)
 +                frame->sample_rate = avctx->sample_rate;
 +        }
 +
 +        side= av_packet_get_side_data(avctx->internal->pkt, AV_PKT_DATA_SKIP_SAMPLES, &side_size);
 +        if(side && side_size>=10) {
 +            avctx->internal->skip_samples = AV_RL32(side);
 +            discard_padding = AV_RL32(side + 4);
 +            av_log(avctx, AV_LOG_DEBUG, "skip %d / discard %d samples due to side data\n",
 +                   avctx->internal->skip_samples, (int)discard_padding);
 +            skip_reason = AV_RL8(side + 8);
 +            discard_reason = AV_RL8(side + 9);
 +        }
 +        if (avctx->internal->skip_samples && *got_frame_ptr &&
 +            !(avctx->flags2 & AV_CODEC_FLAG2_SKIP_MANUAL)) {
 +            if(frame->nb_samples <= avctx->internal->skip_samples){
 +                *got_frame_ptr = 0;
 +                avctx->internal->skip_samples -= frame->nb_samples;
 +                av_log(avctx, AV_LOG_DEBUG, "skip whole frame, skip left: %d\n",
 +                       avctx->internal->skip_samples);
 +            } else {
 +                av_samples_copy(frame->extended_data, frame->extended_data, 0, avctx->internal->skip_samples,
 +                                frame->nb_samples - avctx->internal->skip_samples, avctx->channels, frame->format);
 +                if(avctx->pkt_timebase.num && avctx->sample_rate) {
 +                    int64_t diff_ts = av_rescale_q(avctx->internal->skip_samples,
 +                                                   (AVRational){1, avctx->sample_rate},
 +                                                   avctx->pkt_timebase);
 +                    if(frame->pkt_pts!=AV_NOPTS_VALUE)
 +                        frame->pkt_pts += diff_ts;
 +                    if(frame->pkt_dts!=AV_NOPTS_VALUE)
 +                        frame->pkt_dts += diff_ts;
 +                    if (av_frame_get_pkt_duration(frame) >= diff_ts)
 +                        av_frame_set_pkt_duration(frame, av_frame_get_pkt_duration(frame) - diff_ts);
 +                } else {
 +                    av_log(avctx, AV_LOG_WARNING, "Could not update timestamps for skipped samples.\n");
 +                }
 +                av_log(avctx, AV_LOG_DEBUG, "skip %d/%d samples\n",
 +                       avctx->internal->skip_samples, frame->nb_samples);
 +                frame->nb_samples -= avctx->internal->skip_samples;
 +                avctx->internal->skip_samples = 0;
 +            }
 +        }
 +
 +        if (discard_padding > 0 && discard_padding <= frame->nb_samples && *got_frame_ptr &&
 +            !(avctx->flags2 & AV_CODEC_FLAG2_SKIP_MANUAL)) {
 +            if (discard_padding == frame->nb_samples) {
 +                *got_frame_ptr = 0;
 +            } else {
 +                if(avctx->pkt_timebase.num && avctx->sample_rate) {
 +                    int64_t diff_ts = av_rescale_q(frame->nb_samples - discard_padding,
 +                                                   (AVRational){1, avctx->sample_rate},
 +                                                   avctx->pkt_timebase);
 +                    if (av_frame_get_pkt_duration(frame) >= diff_ts)
 +                        av_frame_set_pkt_duration(frame, av_frame_get_pkt_duration(frame) - diff_ts);
 +                } else {
 +                    av_log(avctx, AV_LOG_WARNING, "Could not update timestamps for discarded samples.\n");
 +                }
 +                av_log(avctx, AV_LOG_DEBUG, "discard %d/%d samples\n",
 +                       (int)discard_padding, frame->nb_samples);
 +                frame->nb_samples -= discard_padding;
 +            }
 +        }
  
 +        if ((avctx->flags2 & AV_CODEC_FLAG2_SKIP_MANUAL) && *got_frame_ptr) {
 +            AVFrameSideData *fside = av_frame_new_side_data(frame, AV_FRAME_DATA_SKIP_SAMPLES, 10);
 +            if (fside) {
 +                AV_WL32(fside->data, avctx->internal->skip_samples);
 +                AV_WL32(fside->data + 4, discard_padding);
 +                AV_WL8(fside->data + 8, skip_reason);
 +                AV_WL8(fside->data + 9, discard_reason);
 +                avctx->internal->skip_samples = 0;
 +            }
 +        }
 +fail:
 +        avctx->internal->pkt = NULL;
 +        if (did_split) {
 +            av_packet_free_side_data(&tmp);
 +            if(ret == tmp.size)
 +                ret = avpkt->size;
 +        }
 +
 +        if (ret >= 0 && *got_frame_ptr) {
              if (!avctx->refcounted_frames) {
                  int err = unrefcount_frame(avci, frame);
                  if (err < 0)
              av_frame_unref(frame);
      }
  
 +    return ret;
 +}
 +
 +#define UTF8_MAX_BYTES 4 /* 5 and 6 bytes sequences should not be used */
 +static int recode_subtitle(AVCodecContext *avctx,
 +                           AVPacket *outpkt, const AVPacket *inpkt)
 +{
 +#if CONFIG_ICONV
 +    iconv_t cd = (iconv_t)-1;
 +    int ret = 0;
 +    char *inb, *outb;
 +    size_t inl, outl;
 +    AVPacket tmp;
 +#endif
 +
 +    if (avctx->sub_charenc_mode != FF_SUB_CHARENC_MODE_PRE_DECODER || inpkt->size == 0)
 +        return 0;
 +
 +#if CONFIG_ICONV
 +    cd = iconv_open("UTF-8", avctx->sub_charenc);
 +    av_assert0(cd != (iconv_t)-1);
 +
 +    inb = inpkt->data;
 +    inl = inpkt->size;
 +
 +    if (inl >= INT_MAX / UTF8_MAX_BYTES - AV_INPUT_BUFFER_PADDING_SIZE) {
 +        av_log(avctx, AV_LOG_ERROR, "Subtitles packet is too big for recoding\n");
 +        ret = AVERROR(ENOMEM);
 +        goto end;
 +    }
 +
 +    ret = av_new_packet(&tmp, inl * UTF8_MAX_BYTES);
 +    if (ret < 0)
 +        goto end;
 +    outpkt->buf  = tmp.buf;
 +    outpkt->data = tmp.data;
 +    outpkt->size = tmp.size;
 +    outb = outpkt->data;
 +    outl = outpkt->size;
 +
 +    if (iconv(cd, &inb, &inl, &outb, &outl) == (size_t)-1 ||
 +        iconv(cd, NULL, NULL, &outb, &outl) == (size_t)-1 ||
 +        outl >= outpkt->size || inl != 0) {
 +        ret = FFMIN(AVERROR(errno), -1);
 +        av_log(avctx, AV_LOG_ERROR, "Unable to recode subtitle event \"%s\" "
 +               "from %s to UTF-8\n", inpkt->data, avctx->sub_charenc);
 +        av_free_packet(&tmp);
 +        goto end;
 +    }
 +    outpkt->size -= outl;
 +    memset(outpkt->data + outpkt->size, 0, outl);
  
 +end:
 +    if (cd != (iconv_t)-1)
 +        iconv_close(cd);
      return ret;
 +#else
 +    av_log(avctx, AV_LOG_ERROR, "requesting subtitles recoding without iconv");
 +    return AVERROR(EINVAL);
 +#endif
 +}
 +
 +static int utf8_check(const uint8_t *str)
 +{
 +    const uint8_t *byte;
 +    uint32_t codepoint, min;
 +
 +    while (*str) {
 +        byte = str;
 +        GET_UTF8(codepoint, *(byte++), return 0;);
 +        min = byte - str == 1 ? 0 : byte - str == 2 ? 0x80 :
 +              1 << (5 * (byte - str) - 4);
 +        if (codepoint < min || codepoint >= 0x110000 ||
 +            codepoint == 0xFFFE /* BOM */ ||
 +            codepoint >= 0xD800 && codepoint <= 0xDFFF /* surrogates */)
 +            return 0;
 +        str = byte;
 +    }
 +    return 1;
  }
  
  int avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub,
                               int *got_sub_ptr,
                               AVPacket *avpkt)
  {
 -    int ret;
 +    int i, ret = 0;
 +
 +    if (!avpkt->data && avpkt->size) {
 +        av_log(avctx, AV_LOG_ERROR, "invalid packet: NULL data, size != 0\n");
 +        return AVERROR(EINVAL);
 +    }
 +    if (!avctx->codec)
 +        return AVERROR(EINVAL);
 +    if (avctx->codec->type != AVMEDIA_TYPE_SUBTITLE) {
 +        av_log(avctx, AV_LOG_ERROR, "Invalid media type for subtitles\n");
 +        return AVERROR(EINVAL);
 +    }
  
 -    avctx->internal->pkt = avpkt;
      *got_sub_ptr = 0;
 -    ret = avctx->codec->decode(avctx, sub, got_sub_ptr, avpkt);
 -    if (*got_sub_ptr)
 -        avctx->frame_number++;
 +    get_subtitle_defaults(sub);
 +
 +    if ((avctx->codec->capabilities & AV_CODEC_CAP_DELAY) || avpkt->size) {
 +        AVPacket pkt_recoded;
 +        AVPacket tmp = *avpkt;
 +        int did_split = av_packet_split_side_data(&tmp);
 +        //apply_param_change(avctx, &tmp);
 +
 +        if (did_split) {
 +            /* FFMIN() prevents overflow in case the packet wasn't allocated with
 +             * proper padding.
 +             * If the side data is smaller than the buffer padding size, the
 +             * remaining bytes should have already been filled with zeros by the
 +             * original packet allocation anyway. */
 +            memset(tmp.data + tmp.size, 0,
 +                   FFMIN(avpkt->size - tmp.size, AV_INPUT_BUFFER_PADDING_SIZE));
 +        }
 +
 +        pkt_recoded = tmp;
 +        ret = recode_subtitle(avctx, &pkt_recoded, &tmp);
 +        if (ret < 0) {
 +            *got_sub_ptr = 0;
 +        } else {
 +            avctx->internal->pkt = &pkt_recoded;
 +
 +            if (avctx->pkt_timebase.den && avpkt->pts != AV_NOPTS_VALUE)
 +                sub->pts = av_rescale_q(avpkt->pts,
 +                                        avctx->pkt_timebase, AV_TIME_BASE_Q);
 +            ret = avctx->codec->decode(avctx, sub, got_sub_ptr, &pkt_recoded);
 +            av_assert1((ret >= 0) >= !!*got_sub_ptr &&
 +                       !!*got_sub_ptr >= !!sub->num_rects);
 +
 +            if (sub->num_rects && !sub->end_display_time && avpkt->duration &&
 +                avctx->pkt_timebase.num) {
 +                AVRational ms = { 1, 1000 };
 +                sub->end_display_time = av_rescale_q(avpkt->duration,
 +                                                     avctx->pkt_timebase, ms);
 +            }
 +
 +            for (i = 0; i < sub->num_rects; i++) {
 +                if (sub->rects[i]->ass && !utf8_check(sub->rects[i]->ass)) {
 +                    av_log(avctx, AV_LOG_ERROR,
 +                           "Invalid UTF-8 in decoded subtitles text; "
 +                           "maybe missing -sub_charenc option\n");
 +                    avsubtitle_free(sub);
 +                    return AVERROR_INVALIDDATA;
 +                }
 +            }
 +
 +            if (tmp.data != pkt_recoded.data) { // did we recode?
 +                /* prevent from destroying side data from original packet */
 +                pkt_recoded.side_data = NULL;
 +                pkt_recoded.side_data_elems = 0;
 +
 +                av_free_packet(&pkt_recoded);
 +            }
 +            if (avctx->codec_descriptor->props & AV_CODEC_PROP_BITMAP_SUB)
 +                sub->format = 0;
 +            else if (avctx->codec_descriptor->props & AV_CODEC_PROP_TEXT_SUB)
 +                sub->format = 1;
 +            avctx->internal->pkt = NULL;
 +        }
 +
 +        if (did_split) {
 +            av_packet_free_side_data(&tmp);
 +            if(ret == tmp.size)
 +                ret = avpkt->size;
 +        }
 +
 +        if (*got_sub_ptr)
 +            avctx->frame_number++;
 +    }
 +
      return ret;
  }
  
@@@ -2696,22 -1597,13 +2671,22 @@@ void avsubtitle_free(AVSubtitle *sub
  
  av_cold int avcodec_close(AVCodecContext *avctx)
  {
 +    if (!avctx)
 +        return 0;
 +
      if (avcodec_is_open(avctx)) {
          FramePool *pool = avctx->internal->pool;
          int i;
 +        if (CONFIG_FRAME_THREAD_ENCODER &&
 +            avctx->internal->frame_thread_encoder && avctx->thread_count > 1) {
 +            ff_frame_thread_encoder_free(avctx);
 +        }
          if (HAVE_THREADS && avctx->internal->thread_ctx)
              ff_thread_free(avctx);
          if (avctx->codec && avctx->codec->close)
              avctx->codec->close(avctx);
 +        avctx->internal->byte_buffer_size = 0;
 +        av_freep(&avctx->internal->byte_buffer);
          av_frame_free(&avctx->internal->to_free);
          for (i = 0; i < FF_ARRAY_ELEMS(pool->pools); i++)
              av_buffer_pool_uninit(&pool->pools[i]);
@@@ -2742,40 -1634,10 +2717,40 @@@ FF_ENABLE_DEPRECATION_WARNING
      return 0;
  }
  
 +static enum AVCodecID remap_deprecated_codec_id(enum AVCodecID id)
 +{
 +    switch(id){
 +        //This is for future deprecatec codec ids, its empty since
 +        //last major bump but will fill up again over time, please don't remove it
 +//         case AV_CODEC_ID_UTVIDEO_DEPRECATED: return AV_CODEC_ID_UTVIDEO;
 +        case AV_CODEC_ID_BRENDER_PIX_DEPRECATED         : return AV_CODEC_ID_BRENDER_PIX;
 +        case AV_CODEC_ID_OPUS_DEPRECATED                : return AV_CODEC_ID_OPUS;
 +        case AV_CODEC_ID_TAK_DEPRECATED                 : return AV_CODEC_ID_TAK;
 +        case AV_CODEC_ID_PAF_AUDIO_DEPRECATED           : return AV_CODEC_ID_PAF_AUDIO;
 +        case AV_CODEC_ID_PCM_S16BE_PLANAR_DEPRECATED    : return AV_CODEC_ID_PCM_S16BE_PLANAR;
 +        case AV_CODEC_ID_PCM_S24LE_PLANAR_DEPRECATED    : return AV_CODEC_ID_PCM_S24LE_PLANAR;
 +        case AV_CODEC_ID_PCM_S32LE_PLANAR_DEPRECATED    : return AV_CODEC_ID_PCM_S32LE_PLANAR;
 +        case AV_CODEC_ID_ADPCM_VIMA_DEPRECATED          : return AV_CODEC_ID_ADPCM_VIMA;
 +        case AV_CODEC_ID_ESCAPE130_DEPRECATED           : return AV_CODEC_ID_ESCAPE130;
 +        case AV_CODEC_ID_EXR_DEPRECATED                 : return AV_CODEC_ID_EXR;
 +        case AV_CODEC_ID_G2M_DEPRECATED                 : return AV_CODEC_ID_G2M;
 +        case AV_CODEC_ID_PAF_VIDEO_DEPRECATED           : return AV_CODEC_ID_PAF_VIDEO;
 +        case AV_CODEC_ID_WEBP_DEPRECATED                : return AV_CODEC_ID_WEBP;
 +        case AV_CODEC_ID_HEVC_DEPRECATED                : return AV_CODEC_ID_HEVC;
 +        case AV_CODEC_ID_MVC1_DEPRECATED                : return AV_CODEC_ID_MVC1;
 +        case AV_CODEC_ID_MVC2_DEPRECATED                : return AV_CODEC_ID_MVC2;
 +        case AV_CODEC_ID_SANM_DEPRECATED                : return AV_CODEC_ID_SANM;
 +        case AV_CODEC_ID_SGIRLE_DEPRECATED              : return AV_CODEC_ID_SGIRLE;
 +        case AV_CODEC_ID_VP7_DEPRECATED                 : return AV_CODEC_ID_VP7;
 +        default                                         : return id;
 +    }
 +}
 +
  static AVCodec *find_encdec(enum AVCodecID id, int encoder)
  {
      AVCodec *p, *experimental = NULL;
      p = first_avcodec;
 +    id= remap_deprecated_codec_id(id);
      while (p) {
          if ((encoder ? av_codec_is_encoder(p) : av_codec_is_decoder(p)) &&
              p->id == id) {
@@@ -2827,24 -1689,27 +2802,24 @@@ AVCodec *avcodec_find_decoder_by_name(c
      return NULL;
  }
  
 -static int get_bit_rate(AVCodecContext *ctx)
 +const char *avcodec_get_name(enum AVCodecID id)
  {
 -    int bit_rate;
 -    int bits_per_sample;
 +    const AVCodecDescriptor *cd;
 +    AVCodec *codec;
  
 -    switch (ctx->codec_type) {
 -    case AVMEDIA_TYPE_VIDEO:
 -    case AVMEDIA_TYPE_DATA:
 -    case AVMEDIA_TYPE_SUBTITLE:
 -    case AVMEDIA_TYPE_ATTACHMENT:
 -        bit_rate = ctx->bit_rate;
 -        break;
 -    case AVMEDIA_TYPE_AUDIO:
 -        bits_per_sample = av_get_bits_per_sample(ctx->codec_id);
 -        bit_rate = bits_per_sample ? ctx->sample_rate * ctx->channels * bits_per_sample : ctx->bit_rate;
 -        break;
 -    default:
 -        bit_rate = 0;
 -        break;
 -    }
 -    return bit_rate;
 +    if (id == AV_CODEC_ID_NONE)
 +        return "none";
 +    cd = avcodec_descriptor_get(id);
 +    if (cd)
 +        return cd->name;
 +    av_log(NULL, AV_LOG_WARNING, "Codec 0x%x is not in the full list.\n", id);
 +    codec = avcodec_find_decoder(id);
 +    if (codec)
 +        return codec->name;
 +    codec = avcodec_find_encoder(id);
 +    if (codec)
 +        return codec->name;
 +    return "unknown_codec";
  }
  
  size_t av_get_codec_tag_string(char *buf, size_t buf_size, unsigned int codec_tag)
  #define TAG_PRINT(x)                                              \
      (((x) >= '0' && (x) <= '9') ||                                \
       ((x) >= 'a' && (x) <= 'z') || ((x) >= 'A' && (x) <= 'Z') ||  \
 -     ((x) == '.' || (x) == ' '))
 +     ((x) == '.' || (x) == ' ' || (x) == '-' || (x) == '_'))
  
      for (i = 0; i < 4; i++) {
          len = snprintf(buf, buf_size,
  
  void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode)
  {
 +    const char *codec_type;
      const char *codec_name;
      const char *profile = NULL;
      const AVCodec *p;
 -    char buf1[32];
      int bitrate;
      int new_line = 0;
      AVRational display_aspect_ratio;
 +    const char *separator = enc->dump_separator ? (const char *)enc->dump_separator : ", ";
  
 -    if (enc->codec)
 -        p = enc->codec;
 -    else if (encode)
 -        p = avcodec_find_encoder(enc->codec_id);
 -    else
 -        p = avcodec_find_decoder(enc->codec_id);
 -
 -    if (p) {
 -        codec_name = p->name;
 -        profile = av_get_profile_name(p, enc->profile);
 -    } else if (enc->codec_id == AV_CODEC_ID_MPEG2TS) {
 -        /* fake mpeg2 transport stream codec (currently not
 -         * registered) */
 -        codec_name = "mpeg2ts";
 -    } else {
 -        /* output avi tags */
 +    if (!buf || buf_size <= 0)
 +        return;
 +    codec_type = av_get_media_type_string(enc->codec_type);
 +    codec_name = avcodec_get_name(enc->codec_id);
 +    if (enc->profile != FF_PROFILE_UNKNOWN) {
 +        if (enc->codec)
 +            p = enc->codec;
 +        else
 +            p = encode ? avcodec_find_encoder(enc->codec_id) :
 +                        avcodec_find_decoder(enc->codec_id);
 +        if (p)
 +            profile = av_get_profile_name(p, enc->profile);
 +    }
 +
 +    snprintf(buf, buf_size, "%s: %s", codec_type ? codec_type : "unknown",
 +             codec_name);
 +    buf[0] ^= 'a' ^ 'A'; /* first letter in uppercase */
 +
 +    if (enc->codec && strcmp(enc->codec->name, codec_name))
 +        snprintf(buf + strlen(buf), buf_size - strlen(buf), " (%s)", enc->codec->name);
 +
 +    if (profile)
 +        snprintf(buf + strlen(buf), buf_size - strlen(buf), " (%s)", profile);
 +    if (   enc->codec_type == AVMEDIA_TYPE_VIDEO
 +        && av_log_get_level() >= AV_LOG_VERBOSE
 +        && enc->refs)
 +        snprintf(buf + strlen(buf), buf_size - strlen(buf),
 +                 ", %d reference frame%s",
 +                 enc->refs, enc->refs > 1 ? "s" : "");
 +
 +    if (enc->codec_tag) {
          char tag_buf[32];
          av_get_codec_tag_string(tag_buf, sizeof(tag_buf), enc->codec_tag);
 -        snprintf(buf1, sizeof(buf1), "%s / 0x%04X", tag_buf, enc->codec_tag);
 -        codec_name = buf1;
 +        snprintf(buf + strlen(buf), buf_size - strlen(buf),
 +                 " (%s / 0x%04X)", tag_buf, enc->codec_tag);
      }
  
      switch (enc->codec_type) {
      case AVMEDIA_TYPE_VIDEO:
 -        snprintf(buf, buf_size,
 -                 "Video: %s%s",
 -                 codec_name, enc->mb_decision ? " (hq)" : "");
 -        if (profile)
 -            snprintf(buf + strlen(buf), buf_size - strlen(buf),
 -                     " (%s)", profile);
 -        if (enc->codec_tag) {
 -            char tag_buf[32];
 -            av_get_codec_tag_string(tag_buf, sizeof(tag_buf), enc->codec_tag);
 -            snprintf(buf + strlen(buf), buf_size - strlen(buf),
 -                     " [%s / 0x%04X]", tag_buf, enc->codec_tag);
 -        }
 +        {
 +            char detail[256] = "(";
  
 -        av_strlcat(buf, "\n      ", buf_size);
 -        snprintf(buf + strlen(buf), buf_size - strlen(buf),
 +            av_strlcat(buf, separator, buf_size);
 +
 +            snprintf(buf + strlen(buf), buf_size - strlen(buf),
                   "%s", enc->pix_fmt == AV_PIX_FMT_NONE ? "none" :
                       av_get_pix_fmt_name(enc->pix_fmt));
 +            if (enc->bits_per_raw_sample && enc->pix_fmt != AV_PIX_FMT_NONE &&
 +                enc->bits_per_raw_sample <= av_pix_fmt_desc_get(enc->pix_fmt)->comp[0].depth_minus1)
 +                av_strlcatf(detail, sizeof(detail), "%d bpc, ", enc->bits_per_raw_sample);
 +            if (enc->color_range != AVCOL_RANGE_UNSPECIFIED)
 +                av_strlcatf(detail, sizeof(detail), "%s, ",
 +                            av_color_range_name(enc->color_range));
 +
 +            if (enc->colorspace != AVCOL_SPC_UNSPECIFIED ||
 +                enc->color_primaries != AVCOL_PRI_UNSPECIFIED ||
 +                enc->color_trc != AVCOL_TRC_UNSPECIFIED) {
 +                if (enc->colorspace != (int)enc->color_primaries ||
 +                    enc->colorspace != (int)enc->color_trc) {
 +                    new_line = 1;
 +                    av_strlcatf(detail, sizeof(detail), "%s/%s/%s, ",
 +                                av_color_space_name(enc->colorspace),
 +                                av_color_primaries_name(enc->color_primaries),
 +                                av_color_transfer_name(enc->color_trc));
 +                } else
 +                    av_strlcatf(detail, sizeof(detail), "%s, ",
 +                                av_get_colorspace_name(enc->colorspace));
 +            }
 +
 +            if (av_log_get_level() >= AV_LOG_DEBUG &&
 +                enc->chroma_sample_location != AVCHROMA_LOC_UNSPECIFIED)
 +                av_strlcatf(detail, sizeof(detail), "%s, ",
 +                            av_chroma_location_name(enc->chroma_sample_location));
  
 -        if (enc->color_range != AVCOL_RANGE_UNSPECIFIED)
 -            snprintf(buf + strlen(buf), buf_size - strlen(buf), ", %s",
 -                     av_color_range_name(enc->color_range));
 -        if (enc->colorspace != AVCOL_SPC_UNSPECIFIED ||
 -            enc->color_primaries != AVCOL_PRI_UNSPECIFIED ||
 -            enc->color_trc != AVCOL_TRC_UNSPECIFIED) {
 -            new_line = 1;
 -            snprintf(buf + strlen(buf), buf_size - strlen(buf), ", %s/%s/%s",
 -                     av_color_space_name(enc->colorspace),
 -                     av_color_primaries_name(enc->color_primaries),
 -                     av_color_transfer_name(enc->color_trc));
 -        }
 -        if (av_log_get_level() >= AV_LOG_DEBUG &&
 -            enc->chroma_sample_location != AVCHROMA_LOC_UNSPECIFIED)
 -            snprintf(buf + strlen(buf), buf_size - strlen(buf), ", %s",
 -                     av_chroma_location_name(enc->chroma_sample_location));
 +            if (strlen(detail) > 1) {
 +                detail[strlen(detail) - 2] = 0;
 +                av_strlcatf(buf, buf_size, "%s)", detail);
 +            }
 +        }
  
          if (enc->width) {
 -            av_strlcat(buf, new_line ? "\n      " : ", ", buf_size);
 +            av_strlcat(buf, new_line ? separator : ", ", buf_size);
  
              snprintf(buf + strlen(buf), buf_size - strlen(buf),
                       "%dx%d",
                            enc->height * enc->sample_aspect_ratio.den,
                            1024 * 1024);
                  snprintf(buf + strlen(buf), buf_size - strlen(buf),
 -                         " [PAR %d:%d DAR %d:%d]",
 +                         " [SAR %d:%d DAR %d:%d]",
                           enc->sample_aspect_ratio.num, enc->sample_aspect_ratio.den,
                           display_aspect_ratio.num, display_aspect_ratio.den);
              }
          if (encode) {
              snprintf(buf + strlen(buf), buf_size - strlen(buf),
                       ", q=%d-%d", enc->qmin, enc->qmax);
 +        } else {
 +            if (enc->properties & FF_CODEC_PROPERTY_CLOSED_CAPTIONS)
 +                snprintf(buf + strlen(buf), buf_size - strlen(buf),
 +                         ", Closed Captions");
 +            if (enc->properties & FF_CODEC_PROPERTY_LOSSLESS)
 +                snprintf(buf + strlen(buf), buf_size - strlen(buf),
 +                         ", lossless");
          }
          break;
      case AVMEDIA_TYPE_AUDIO:
 -        snprintf(buf, buf_size,
 -                 "Audio: %s",
 -                 codec_name);
 -        if (profile)
 -            snprintf(buf + strlen(buf), buf_size - strlen(buf),
 -                     " (%s)", profile);
 -        if (enc->codec_tag) {
 -            char tag_buf[32];
 -            av_get_codec_tag_string(tag_buf, sizeof(tag_buf), enc->codec_tag);
 -            snprintf(buf + strlen(buf), buf_size - strlen(buf),
 -                     " [%s / 0x%04X]", tag_buf, enc->codec_tag);
 -        }
 +        av_strlcat(buf, separator, buf_size);
  
 -        av_strlcat(buf, "\n      ", buf_size);
          if (enc->sample_rate) {
              snprintf(buf + strlen(buf), buf_size - strlen(buf),
                       "%d Hz, ", enc->sample_rate);
              snprintf(buf + strlen(buf), buf_size - strlen(buf),
                       ", %s", av_get_sample_fmt_name(enc->sample_fmt));
          }
 +        if (   enc->bits_per_raw_sample > 0
 +            && enc->bits_per_raw_sample != av_get_bytes_per_sample(enc->sample_fmt) * 8)
 +            snprintf(buf + strlen(buf), buf_size - strlen(buf),
 +                     " (%d bit)", enc->bits_per_raw_sample);
          break;
      case AVMEDIA_TYPE_DATA:
 -        snprintf(buf, buf_size, "Data: %s", codec_name);
 +        if (av_log_get_level() >= AV_LOG_DEBUG) {
 +            int g = av_gcd(enc->time_base.num, enc->time_base.den);
 +            if (g)
 +                snprintf(buf + strlen(buf), buf_size - strlen(buf),
 +                         ", %d/%d",
 +                         enc->time_base.num / g, enc->time_base.den / g);
 +        }
          break;
      case AVMEDIA_TYPE_SUBTITLE:
 -        snprintf(buf, buf_size, "Subtitle: %s", codec_name);
 -        break;
 -    case AVMEDIA_TYPE_ATTACHMENT:
 -        snprintf(buf, buf_size, "Attachment: %s", codec_name);
 +        if (enc->width)
 +            snprintf(buf + strlen(buf), buf_size - strlen(buf),
 +                     ", %dx%d", enc->width, enc->height);
          break;
      default:
 -        snprintf(buf, buf_size, "Invalid Codec type %d", enc->codec_type);
          return;
      }
      if (encode) {
      if (bitrate != 0) {
          snprintf(buf + strlen(buf), buf_size - strlen(buf),
                   ", %d kb/s", bitrate / 1000);
 +    } else if (enc->rc_max_rate > 0) {
 +        snprintf(buf + strlen(buf), buf_size - strlen(buf),
 +                 ", max. %d kb/s", enc->rc_max_rate / 1000);
      }
  }
  
@@@ -3067,32 -1904,18 +3042,32 @@@ const char *av_get_profile_name(const A
  
  unsigned avcodec_version(void)
  {
 +//    av_assert0(AV_CODEC_ID_V410==164);
 +    av_assert0(AV_CODEC_ID_PCM_S8_PLANAR==65563);
 +    av_assert0(AV_CODEC_ID_ADPCM_G722==69660);
 +//     av_assert0(AV_CODEC_ID_BMV_AUDIO==86071);
 +    av_assert0(AV_CODEC_ID_SRT==94216);
 +    av_assert0(LIBAVCODEC_VERSION_MICRO >= 100);
 +
 +#if FF_API_CODEC_ID
 +    av_assert0(CODEC_ID_CLLC == AV_CODEC_ID_CLLC);
 +    av_assert0(CODEC_ID_PCM_S8_PLANAR == AV_CODEC_ID_PCM_S8_PLANAR);
 +    av_assert0(CODEC_ID_ADPCM_IMA_APC == AV_CODEC_ID_ADPCM_IMA_APC);
 +    av_assert0(CODEC_ID_ILBC == AV_CODEC_ID_ILBC);
 +    av_assert0(CODEC_ID_SRT == AV_CODEC_ID_SRT);
 +#endif
      return LIBAVCODEC_VERSION_INT;
  }
  
  const char *avcodec_configuration(void)
  {
 -    return LIBAV_CONFIGURATION;
 +    return FFMPEG_CONFIGURATION;
  }
  
  const char *avcodec_license(void)
  {
  #define LICENSE_PREFIX "libavcodec license: "
 -    return LICENSE_PREFIX LIBAV_LICENSE + sizeof(LICENSE_PREFIX) - 1;
 +    return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1;
  }
  
  void avcodec_flush_buffers(AVCodecContext *avctx)
      else if (avctx->codec->flush)
          avctx->codec->flush(avctx);
  
 +    avctx->pts_correction_last_pts =
 +    avctx->pts_correction_last_dts = INT64_MIN;
 +
      if (!avctx->refcounted_frames)
          av_frame_unref(avctx->internal->to_free);
  }
  int av_get_exact_bits_per_sample(enum AVCodecID codec_id)
  {
      switch (codec_id) {
 +    case AV_CODEC_ID_8SVX_EXP:
 +    case AV_CODEC_ID_8SVX_FIB:
      case AV_CODEC_ID_ADPCM_CT:
      case AV_CODEC_ID_ADPCM_IMA_APC:
      case AV_CODEC_ID_ADPCM_IMA_EA_SEAD:
 +    case AV_CODEC_ID_ADPCM_IMA_OKI:
      case AV_CODEC_ID_ADPCM_IMA_WS:
      case AV_CODEC_ID_ADPCM_G722:
      case AV_CODEC_ID_ADPCM_YAMAHA:
          return 4;
 +    case AV_CODEC_ID_DSD_LSBF:
 +    case AV_CODEC_ID_DSD_MSBF:
 +    case AV_CODEC_ID_DSD_LSBF_PLANAR:
 +    case AV_CODEC_ID_DSD_MSBF_PLANAR:
      case AV_CODEC_ID_PCM_ALAW:
      case AV_CODEC_ID_PCM_MULAW:
      case AV_CODEC_ID_PCM_S8:
 +    case AV_CODEC_ID_PCM_S8_PLANAR:
      case AV_CODEC_ID_PCM_U8:
      case AV_CODEC_ID_PCM_ZORK:
          return 8;
      }
  }
  
 +enum AVCodecID av_get_pcm_codec(enum AVSampleFormat fmt, int be)
 +{
 +    static const enum AVCodecID map[AV_SAMPLE_FMT_NB][2] = {
 +        [AV_SAMPLE_FMT_U8  ] = { AV_CODEC_ID_PCM_U8,    AV_CODEC_ID_PCM_U8    },
 +        [AV_SAMPLE_FMT_S16 ] = { AV_CODEC_ID_PCM_S16LE, AV_CODEC_ID_PCM_S16BE },
 +        [AV_SAMPLE_FMT_S32 ] = { AV_CODEC_ID_PCM_S32LE, AV_CODEC_ID_PCM_S32BE },
 +        [AV_SAMPLE_FMT_FLT ] = { AV_CODEC_ID_PCM_F32LE, AV_CODEC_ID_PCM_F32BE },
 +        [AV_SAMPLE_FMT_DBL ] = { AV_CODEC_ID_PCM_F64LE, AV_CODEC_ID_PCM_F64BE },
 +        [AV_SAMPLE_FMT_U8P ] = { AV_CODEC_ID_PCM_U8,    AV_CODEC_ID_PCM_U8    },
 +        [AV_SAMPLE_FMT_S16P] = { AV_CODEC_ID_PCM_S16LE, AV_CODEC_ID_PCM_S16BE },
 +        [AV_SAMPLE_FMT_S32P] = { AV_CODEC_ID_PCM_S32LE, AV_CODEC_ID_PCM_S32BE },
 +        [AV_SAMPLE_FMT_FLTP] = { AV_CODEC_ID_PCM_F32LE, AV_CODEC_ID_PCM_F32BE },
 +        [AV_SAMPLE_FMT_DBLP] = { AV_CODEC_ID_PCM_F64LE, AV_CODEC_ID_PCM_F64BE },
 +    };
 +    if (fmt < 0 || fmt >= AV_SAMPLE_FMT_NB)
 +        return AV_CODEC_ID_NONE;
 +    if (be < 0 || be > 1)
 +        be = AV_NE(1, 0);
 +    return map[fmt][be];
 +}
 +
  int av_get_bits_per_sample(enum AVCodecID codec_id)
  {
      switch (codec_id) {
@@@ -3214,8 -2005,8 +3189,8 @@@ int av_get_audio_frame_duration(AVCodec
      bps = av_get_exact_bits_per_sample(avctx->codec_id);
  
      /* codecs with an exact constant bits per sample */
 -    if (bps > 0 && ch > 0 && frame_bytes > 0)
 -        return (frame_bytes * 8) / (bps * ch);
 +    if (bps > 0 && ch > 0 && frame_bytes > 0 && ch < 32768 && bps < 32768)
 +        return (frame_bytes * 8LL) / (bps * ch);
      bps = avctx->bits_per_coded_sample;
  
      /* codecs with a fixed packet duration */
      case AV_CODEC_ID_ADPCM_IMA_QT: return   64;
      case AV_CODEC_ID_ADPCM_EA_XAS: return  128;
      case AV_CODEC_ID_AMR_NB:
 +    case AV_CODEC_ID_EVRC:
      case AV_CODEC_ID_GSM:
      case AV_CODEC_ID_QCELP:
 -    case AV_CODEC_ID_RA_144:
      case AV_CODEC_ID_RA_288:       return  160;
 -    case AV_CODEC_ID_IMC:          return  256;
      case AV_CODEC_ID_AMR_WB:
      case AV_CODEC_ID_GSM_MS:       return  320;
      case AV_CODEC_ID_MP1:          return  384;
      case AV_CODEC_ID_ATRAC1:       return  512;
      case AV_CODEC_ID_ATRAC3:       return 1024;
 +    case AV_CODEC_ID_ATRAC3P:      return 2048;
      case AV_CODEC_ID_MP2:
      case AV_CODEC_ID_MUSEPACK7:    return 1152;
      case AV_CODEC_ID_AC3:          return 1536;
              return 240 * (frame_bytes / 32);
          if (id == AV_CODEC_ID_NELLYMOSER)
              return 256 * (frame_bytes / 64);
 +        if (id == AV_CODEC_ID_RA_144)
 +            return 160 * (frame_bytes / 20);
 +        if (id == AV_CODEC_ID_G723_1)
 +            return 240 * (frame_bytes / 24);
  
          if (bps > 0) {
              /* calc from frame_bytes and bits_per_coded_sample */
          if (ch > 0) {
              /* calc from frame_bytes and channels */
              switch (id) {
 +            case AV_CODEC_ID_ADPCM_AFC:
 +                return frame_bytes / (9 * ch) * 16;
 +            case AV_CODEC_ID_ADPCM_DTK:
 +                return frame_bytes / (16 * ch) * 28;
              case AV_CODEC_ID_ADPCM_4XM:
              case AV_CODEC_ID_ADPCM_IMA_ISS:
                  return (frame_bytes - 4 * ch) * 2 / ch;
                  return (frame_bytes - 4) * 2 / ch;
              case AV_CODEC_ID_ADPCM_IMA_AMV:
                  return (frame_bytes - 8) * 2 / ch;
 +            case AV_CODEC_ID_ADPCM_THP:
 +            case AV_CODEC_ID_ADPCM_THP_LE:
 +                if (avctx->extradata)
 +                    return frame_bytes * 14 / (8 * ch);
 +                break;
              case AV_CODEC_ID_ADPCM_XA:
                  return (frame_bytes / 128) * 224 / ch;
              case AV_CODEC_ID_INTERPLAY_DPCM:
                  return 6 * frame_bytes / ch;
              case AV_CODEC_ID_PCM_LXF:
                  return 2 * (frame_bytes / (5 * ch));
 +            case AV_CODEC_ID_IAC:
 +            case AV_CODEC_ID_IMC:
 +                return 4 * frame_bytes / ch;
              }
  
              if (tag) {
                  int blocks = frame_bytes / ba;
                  switch (avctx->codec_id) {
                  case AV_CODEC_ID_ADPCM_IMA_WAV:
 -                    return blocks * (1 + (ba - 4 * ch) / (4 * ch) * 8);
 +                    if (bps < 2 || bps > 5)
 +                        return 0;
 +                    return blocks * (1 + (ba - 4 * ch) / (bps * ch) * 8);
                  case AV_CODEC_ID_ADPCM_IMA_DK3:
                      return blocks * (((ba - 16) * 2 / 3 * 4) / ch);
                  case AV_CODEC_ID_ADPCM_IMA_DK4:
                      return blocks * (1 + (ba - 4 * ch) * 2 / ch);
 +                case AV_CODEC_ID_ADPCM_IMA_RAD:
 +                    return blocks * ((ba - 4 * ch) * 2 / ch);
                  case AV_CODEC_ID_ADPCM_MS:
                      return blocks * (2 + (ba - 7 * ch) * 2 / ch);
                  }
                  /* calc from frame_bytes, channels, and bits_per_coded_sample */
                  switch (avctx->codec_id) {
                  case AV_CODEC_ID_PCM_DVD:
 +                    if(bps<4)
 +                        return 0;
                      return 2 * (frame_bytes / ((bps * 2 / 8) * ch));
                  case AV_CODEC_ID_PCM_BLURAY:
 +                    if(bps<4)
 +                        return 0;
                      return frame_bytes / ((FFALIGN(ch, 2) * bps) / 8);
                  case AV_CODEC_ID_S302M:
                      return 2 * (frame_bytes / ((bps + 4) / 4)) / ch;
          }
      }
  
 +    /* Fall back on using frame_size */
 +    if (avctx->frame_size > 1 && frame_bytes)
 +        return avctx->frame_size;
 +
 +    //For WMA we currently have no other means to calculate duration thus we
 +    //do it here by assuming CBR, which is true for all known cases.
 +    if (avctx->bit_rate>0 && frame_bytes>0 && avctx->sample_rate>0 && avctx->block_align>1) {
 +        if (avctx->codec_id == AV_CODEC_ID_WMAV1 || avctx->codec_id == AV_CODEC_ID_WMAV2)
 +            return  (frame_bytes * 8LL * avctx->sample_rate) / avctx->bit_rate;
 +    }
 +
      return 0;
  }
  
@@@ -3417,7 -2173,7 +3392,7 @@@ int ff_match_2uint16(const uint16_t(*ta
  FF_DISABLE_DEPRECATION_WARNINGS
  void av_log_missing_feature(void *avc, const char *feature, int want_sample)
  {
 -    av_log(avc, AV_LOG_WARNING, "%s is not implemented. Update your Libav "
 +    av_log(avc, AV_LOG_WARNING, "%s is not implemented. Update your FFmpeg "
              "version to the newest one from Git. If the problem still "
              "occurs, it means that your file has a feature which has not "
              "been implemented.\n", feature);
@@@ -3434,8 -2190,8 +3409,8 @@@ void av_log_ask_for_sample(void *avc, c
      if (msg)
          av_vlog(avc, AV_LOG_WARNING, msg, argument_list);
      av_log(avc, AV_LOG_WARNING, "If you want to help, upload a sample "
 -            "of this file to ftp://upload.libav.org/incoming/ "
 -            "and contact the libav-devel mailing list.\n");
 +            "of this file to ftp://upload.ffmpeg.org/incoming/ "
 +            "and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)\n");
  
      va_end(argument_list);
  }
@@@ -3443,15 -2199,14 +3418,15 @@@ FF_ENABLE_DEPRECATION_WARNING
  #endif /* FF_API_MISSING_SAMPLE */
  
  static AVHWAccel *first_hwaccel = NULL;
 +static AVHWAccel **last_hwaccel = &first_hwaccel;
  
  void av_register_hwaccel(AVHWAccel *hwaccel)
  {
 -    AVHWAccel **p = &first_hwaccel;
 -    while (*p)
 -        p = &(*p)->next;
 -    *p = hwaccel;
 +    AVHWAccel **p = last_hwaccel;
      hwaccel->next = NULL;
 +    while(*p || avpriv_atomic_ptr_cas((void * volatile *)p, NULL, hwaccel))
 +        p = &(*p)->next;
 +    last_hwaccel = &hwaccel->next;
  }
  
  AVHWAccel *av_hwaccel_next(const AVHWAccel *hwaccel)
@@@ -3491,43 -2246,6 +3466,43 @@@ int av_lockmgr_register(int (*cb)(void 
      return 0;
  }
  
 +int ff_lock_avcodec(AVCodecContext *log_ctx, const AVCodec *codec)
 +{
 +    if (lockmgr_cb) {
 +        if ((*lockmgr_cb)(&codec_mutex, AV_LOCK_OBTAIN))
 +            return -1;
 +    }
 +
 +    if (avpriv_atomic_int_add_and_fetch(&entangled_thread_counter, 1) != 1 &&
 +        !(codec->caps_internal & FF_CODEC_CAP_INIT_THREADSAFE)) {
 +        av_log(log_ctx, AV_LOG_ERROR,
 +               "Insufficient thread locking. At least %d threads are "
 +               "calling avcodec_open2() at the same time right now.\n",
 +               entangled_thread_counter);
 +        if (!lockmgr_cb)
 +            av_log(log_ctx, AV_LOG_ERROR, "No lock manager is set, please see av_lockmgr_register()\n");
 +        ff_avcodec_locked = 1;
 +        ff_unlock_avcodec();
 +        return AVERROR(EINVAL);
 +    }
 +    av_assert0(!ff_avcodec_locked);
 +    ff_avcodec_locked = 1;
 +    return 0;
 +}
 +
 +int ff_unlock_avcodec(void)
 +{
 +    av_assert0(ff_avcodec_locked);
 +    ff_avcodec_locked = 0;
 +    avpriv_atomic_int_add_and_fetch(&entangled_thread_counter, -1);
 +    if (lockmgr_cb) {
 +        if ((*lockmgr_cb)(&codec_mutex, AV_LOCK_RELEASE))
 +            return -1;
 +    }
 +
 +    return 0;
 +}
 +
  int avpriv_lock_avformat(void)
  {
      if (lockmgr_cb) {
@@@ -3551,7 -2269,7 +3526,7 @@@ unsigned int avpriv_toupper4(unsigned i
      return av_toupper(x & 0xFF) +
            (av_toupper((x >>  8) & 0xFF) << 8)  +
            (av_toupper((x >> 16) & 0xFF) << 16) +
 -          (av_toupper((x >> 24) & 0xFF) << 24);
 +((unsigned)av_toupper((x >> 24) & 0xFF) << 24);
  }
  
  int ff_thread_ref_frame(ThreadFrame *dst, ThreadFrame *src)
      if (ret < 0)
          return ret;
  
 +    av_assert0(!dst->progress);
 +
      if (src->progress &&
          !(dst->progress = av_buffer_ref(src->progress))) {
          ff_thread_release_buffer(dst->owner, dst);
  
  #if !HAVE_THREADS
  
 +enum AVPixelFormat ff_thread_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt)
 +{
 +    return ff_get_format(avctx, fmt);
 +}
 +
  int ff_thread_get_buffer(AVCodecContext *avctx, ThreadFrame *f, int flags)
  {
      f->owner = avctx;
@@@ -3606,38 -2317,10 +3581,38 @@@ void ff_thread_await_progress(ThreadFra
  {
  }
  
 +int ff_thread_can_start_frame(AVCodecContext *avctx)
 +{
 +    return 1;
 +}
 +
 +int ff_alloc_entries(AVCodecContext *avctx, int count)
 +{
 +    return 0;
 +}
 +
 +void ff_reset_entries(AVCodecContext *avctx)
 +{
 +}
 +
 +void ff_thread_await_progress2(AVCodecContext *avctx, int field, int thread, int shift)
 +{
 +}
 +
 +void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n)
 +{
 +}
 +
  #endif
  
  enum AVMediaType avcodec_get_type(enum AVCodecID codec_id)
  {
 +    AVCodec *c= avcodec_find_decoder(codec_id);
 +    if(!c)
 +        c= avcodec_find_encoder(codec_id);
 +    if(c)
 +        return c->type;
 +
      if (codec_id <= AV_CODEC_ID_NONE)
          return AVMEDIA_TYPE_UNKNOWN;
      else if (codec_id < AV_CODEC_ID_FIRST_AUDIO)
@@@ -3655,36 -2338,13 +3630,36 @@@ int avcodec_is_open(AVCodecContext *s
      return !!s->internal;
  }
  
 -const uint8_t *avpriv_find_start_code(const uint8_t *restrict p,
 +int avpriv_bprint_to_extradata(AVCodecContext *avctx, struct AVBPrint *buf)
 +{
 +    int ret;
 +    char *str;
 +
 +    ret = av_bprint_finalize(buf, &str);
 +    if (ret < 0)
 +        return ret;
 +    if (!av_bprint_is_complete(buf)) {
 +        av_free(str);
 +        return AVERROR(ENOMEM);
 +    }
 +
 +    avctx->extradata = str;
 +    /* Note: the string is NUL terminated (so extradata can be read as a
 +     * string), but the ending character is not accounted in the size (in
 +     * binary formats you are likely not supposed to mux that character). When
 +     * extradata is copied, it is also padded with AV_INPUT_BUFFER_PADDING_SIZE
 +     * zeros. */
 +    avctx->extradata_size = buf->len;
 +    return 0;
 +}
 +
 +const uint8_t *avpriv_find_start_code(const uint8_t *av_restrict p,
                                        const uint8_t *end,
 -                                      uint32_t * restrict state)
 +                                      uint32_t *av_restrict state)
  {
      int i;
  
 -    assert(p <= end);
 +    av_assert0(p <= end);
      if (p >= end)
          return end;
  
diff --combined libavutil/frame.c
index 3a84811b874bdc3a0c53576531dd90c42f0e66d3,32ec47066b90f08523220fa3695232ff7f0d3dc5..f403fd75ddfdf67a758daa911fb9fd6b5825e434
@@@ -1,24 -1,23 +1,24 @@@
  /*
   *
 - * This file is part of Libav.
 + * This file is part of FFmpeg.
   *
 - * Libav is free software; you can redistribute it and/or
 + * FFmpeg is free software; you can redistribute it and/or
   * modify it under the terms of the GNU Lesser General Public
   * License as published by the Free Software Foundation; either
   * version 2.1 of the License, or (at your option) any later version.
   *
 - * Libav is distributed in the hope that it will be useful,
 + * FFmpeg is distributed in the hope that it will be useful,
   * but WITHOUT ANY WARRANTY; without even the implied warranty of
   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   * Lesser General Public License for more details.
   *
   * You should have received a copy of the GNU Lesser General Public
 - * License along with Libav; if not, write to the Free Software
 + * License along with FFmpeg; if not, write to the Free Software
   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
   */
  
  #include "channel_layout.h"
 +#include "avassert.h"
  #include "buffer.h"
  #include "common.h"
  #include "dict.h"
  #include "mem.h"
  #include "samplefmt.h"
  
 +MAKE_ACCESSORS(AVFrame, frame, int64_t, best_effort_timestamp)
 +MAKE_ACCESSORS(AVFrame, frame, int64_t, pkt_duration)
 +MAKE_ACCESSORS(AVFrame, frame, int64_t, pkt_pos)
 +MAKE_ACCESSORS(AVFrame, frame, int64_t, channel_layout)
 +MAKE_ACCESSORS(AVFrame, frame, int,     channels)
 +MAKE_ACCESSORS(AVFrame, frame, int,     sample_rate)
 +MAKE_ACCESSORS(AVFrame, frame, AVDictionary *, metadata)
 +MAKE_ACCESSORS(AVFrame, frame, int,     decode_error_flags)
 +MAKE_ACCESSORS(AVFrame, frame, int,     pkt_size)
 +MAKE_ACCESSORS(AVFrame, frame, enum AVColorSpace, colorspace)
 +MAKE_ACCESSORS(AVFrame, frame, enum AVColorRange, color_range)
 +
 +#define CHECK_CHANNELS_CONSISTENCY(frame) \
 +    av_assert2(!(frame)->channel_layout || \
 +               (frame)->channels == \
 +               av_get_channel_layout_nb_channels((frame)->channel_layout))
 +
 +AVDictionary **avpriv_frame_get_metadatap(AVFrame *frame) {return &frame->metadata;};
 +
 +int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int qp_type)
 +{
 +    av_buffer_unref(&f->qp_table_buf);
 +
 +    f->qp_table_buf = buf;
 +
 +    f->qscale_table = buf->data;
 +    f->qstride      = stride;
 +    f->qscale_type  = qp_type;
 +
 +    return 0;
 +}
 +
 +int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type)
 +{
 +    *stride = f->qstride;
 +    *type   = f->qscale_type;
 +
 +    if (!f->qp_table_buf)
 +        return NULL;
 +
 +    return f->qp_table_buf->data;
 +}
 +
 +const char *av_get_colorspace_name(enum AVColorSpace val)
 +{
 +    static const char * const name[] = {
 +        [AVCOL_SPC_RGB]       = "GBR",
 +        [AVCOL_SPC_BT709]     = "bt709",
 +        [AVCOL_SPC_FCC]       = "fcc",
 +        [AVCOL_SPC_BT470BG]   = "bt470bg",
 +        [AVCOL_SPC_SMPTE170M] = "smpte170m",
 +        [AVCOL_SPC_SMPTE240M] = "smpte240m",
 +        [AVCOL_SPC_YCOCG]     = "YCgCo",
 +    };
 +    if ((unsigned)val >= FF_ARRAY_ELEMS(name))
 +        return NULL;
 +    return name[val];
 +}
 +
  static void get_frame_defaults(AVFrame *frame)
  {
      if (frame->extended_data != frame->data)
  
      memset(frame, 0, sizeof(*frame));
  
 -    frame->pts                 = AV_NOPTS_VALUE;
 +    frame->pts                   =
 +    frame->pkt_dts               =
 +    frame->pkt_pts               = AV_NOPTS_VALUE;
 +    av_frame_set_best_effort_timestamp(frame, AV_NOPTS_VALUE);
 +    av_frame_set_pkt_duration         (frame, 0);
 +    av_frame_set_pkt_pos              (frame, -1);
 +    av_frame_set_pkt_size             (frame, -1);
      frame->key_frame           = 1;
      frame->sample_aspect_ratio = (AVRational){ 0, 1 };
      frame->format              = -1; /* unknown */
@@@ -115,7 -49,7 +115,7 @@@ static void free_side_data(AVFrameSideD
  {
      AVFrameSideData *sd = *ptr_sd;
  
 -    av_freep(&sd->data);
 +    av_buffer_unref(&sd->buf);
      av_dict_free(&sd->metadata);
      av_freep(ptr_sd);
  }
@@@ -139,7 -73,6 +139,7 @@@ AVFrame *av_frame_alloc(void
      if (!frame)
          return NULL;
  
 +    frame->extended_data = NULL;
      get_frame_defaults(frame);
  
      return frame;
@@@ -166,25 -99,21 +166,25 @@@ static int get_video_buffer(AVFrame *fr
          return ret;
  
      if (!frame->linesize[0]) {
 -        ret = av_image_fill_linesizes(frame->linesize, frame->format,
 -                                      frame->width);
 -        if (ret < 0)
 -            return ret;
 +        for(i=1; i<=align; i+=i) {
 +            ret = av_image_fill_linesizes(frame->linesize, frame->format,
 +                                          FFALIGN(frame->width, i));
 +            if (ret < 0)
 +                return ret;
 +            if (!(frame->linesize[0] & (align-1)))
 +                break;
 +        }
  
          for (i = 0; i < 4 && frame->linesize[i]; i++)
              frame->linesize[i] = FFALIGN(frame->linesize[i], align);
      }
  
      for (i = 0; i < 4 && frame->linesize[i]; i++) {
 -        int h = frame->height;
 +        int h = FFALIGN(frame->height, 32);
          if (i == 1 || i == 2)
 -            h = -((-h) >> desc->log2_chroma_h);
 +            h = FF_CEIL_RSHIFT(h, desc->log2_chroma_h);
  
 -        frame->buf[i] = av_buffer_alloc(frame->linesize[i] * h);
 +        frame->buf[i] = av_buffer_alloc(frame->linesize[i] * h + 16 + 16/*STRIDE_ALIGN*/ - 1);
          if (!frame->buf[i])
              goto fail;
  
@@@ -208,18 -137,11 +208,18 @@@ fail
  
  static int get_audio_buffer(AVFrame *frame, int align)
  {
 -    int channels = av_get_channel_layout_nb_channels(frame->channel_layout);
 +    int channels;
      int planar   = av_sample_fmt_is_planar(frame->format);
 -    int planes   = planar ? channels : 1;
 +    int planes;
      int ret, i;
  
 +    if (!frame->channels)
 +        frame->channels = av_get_channel_layout_nb_channels(frame->channel_layout);
 +
 +    channels = frame->channels;
 +    planes = planar ? channels : 1;
 +
 +    CHECK_CHANNELS_CONSISTENCY(frame);
      if (!frame->linesize[0]) {
          ret = av_samples_get_buffer_size(&frame->linesize[0], channels,
                                           frame->nb_samples, frame->format,
      }
  
      if (planes > AV_NUM_DATA_POINTERS) {
 -        frame->extended_data = av_mallocz(planes *
 +        frame->extended_data = av_mallocz_array(planes,
                                            sizeof(*frame->extended_data));
 -        frame->extended_buf  = av_mallocz((planes - AV_NUM_DATA_POINTERS) *
 +        frame->extended_buf  = av_mallocz_array((planes - AV_NUM_DATA_POINTERS),
                                            sizeof(*frame->extended_buf));
          if (!frame->extended_data || !frame->extended_buf) {
              av_freep(&frame->extended_data);
@@@ -269,99 -191,12 +269,94 @@@ int av_frame_get_buffer(AVFrame *frame
  
      if (frame->width > 0 && frame->height > 0)
          return get_video_buffer(frame, align);
 -    else if (frame->nb_samples > 0 && frame->channel_layout)
 +    else if (frame->nb_samples > 0 && (frame->channel_layout || frame->channels > 0))
          return get_audio_buffer(frame, align);
  
      return AVERROR(EINVAL);
  }
  
- #if FF_API_AVFRAME_LAVC
- FF_DISABLE_DEPRECATION_WARNINGS
-     dst->type                   = src->type;
- FF_ENABLE_DEPRECATION_WARNINGS
- #endif
 +static int frame_copy_props(AVFrame *dst, const AVFrame *src, int force_copy)
 +{
 +    int i;
 +
 +    dst->key_frame              = src->key_frame;
 +    dst->pict_type              = src->pict_type;
 +    dst->sample_aspect_ratio    = src->sample_aspect_ratio;
 +    dst->pts                    = src->pts;
 +    dst->repeat_pict            = src->repeat_pict;
 +    dst->interlaced_frame       = src->interlaced_frame;
 +    dst->top_field_first        = src->top_field_first;
 +    dst->palette_has_changed    = src->palette_has_changed;
 +    dst->sample_rate            = src->sample_rate;
 +    dst->opaque                 = src->opaque;
 +    dst->pkt_pts                = src->pkt_pts;
 +    dst->pkt_dts                = src->pkt_dts;
 +    dst->pkt_pos                = src->pkt_pos;
 +    dst->pkt_size               = src->pkt_size;
 +    dst->pkt_duration           = src->pkt_duration;
 +    dst->reordered_opaque       = src->reordered_opaque;
 +    dst->quality                = src->quality;
 +    dst->best_effort_timestamp  = src->best_effort_timestamp;
 +    dst->coded_picture_number   = src->coded_picture_number;
 +    dst->display_picture_number = src->display_picture_number;
 +    dst->flags                  = src->flags;
 +    dst->decode_error_flags     = src->decode_error_flags;
 +    dst->color_primaries        = src->color_primaries;
 +    dst->color_trc              = src->color_trc;
 +    dst->colorspace             = src->colorspace;
 +    dst->color_range            = src->color_range;
 +    dst->chroma_location        = src->chroma_location;
 +
 +    av_dict_copy(&dst->metadata, src->metadata, 0);
 +
 +    memcpy(dst->error, src->error, sizeof(dst->error));
 +
 +    for (i = 0; i < src->nb_side_data; i++) {
 +        const AVFrameSideData *sd_src = src->side_data[i];
 +        AVFrameSideData *sd_dst;
 +        if (   sd_src->type == AV_FRAME_DATA_PANSCAN
 +            && (src->width != dst->width || src->height != dst->height))
 +            continue;
 +        if (force_copy) {
 +            sd_dst = av_frame_new_side_data(dst, sd_src->type,
 +                                            sd_src->size);
 +            if (!sd_dst) {
 +                wipe_side_data(dst);
 +                return AVERROR(ENOMEM);
 +            }
 +            memcpy(sd_dst->data, sd_src->data, sd_src->size);
 +        } else {
 +            sd_dst = av_frame_new_side_data(dst, sd_src->type, 0);
 +            if (!sd_dst) {
 +                wipe_side_data(dst);
 +                return AVERROR(ENOMEM);
 +            }
 +            sd_dst->buf = av_buffer_ref(sd_src->buf);
 +            if (!sd_dst->buf) {
 +                wipe_side_data(dst);
 +                return AVERROR(ENOMEM);
 +            }
 +            sd_dst->data = sd_dst->buf->data;
 +            sd_dst->size = sd_dst->buf->size;
 +        }
 +        av_dict_copy(&sd_dst->metadata, sd_src->metadata, 0);
 +    }
 +
 +    dst->qscale_table = NULL;
 +    dst->qstride      = 0;
 +    dst->qscale_type  = 0;
 +    if (src->qp_table_buf) {
 +        dst->qp_table_buf = av_buffer_ref(src->qp_table_buf);
 +        if (dst->qp_table_buf) {
 +            dst->qscale_table = dst->qp_table_buf->data;
 +            dst->qstride      = src->qstride;
 +            dst->qscale_type  = src->qscale_type;
 +        }
 +    }
 +
 +    return 0;
 +}
 +
  int av_frame_ref(AVFrame *dst, const AVFrame *src)
  {
      int i, ret = 0;
      dst->format         = src->format;
      dst->width          = src->width;
      dst->height         = src->height;
 +    dst->channels       = src->channels;
      dst->channel_layout = src->channel_layout;
      dst->nb_samples     = src->nb_samples;
  
 -    ret = av_frame_copy_props(dst, src);
 +    ret = frame_copy_props(dst, src, 0);
      if (ret < 0)
          return ret;
  
      }
  
      /* ref the buffers */
 -    for (i = 0; i < FF_ARRAY_ELEMS(src->buf) && src->buf[i]; i++) {
 +    for (i = 0; i < FF_ARRAY_ELEMS(src->buf); i++) {
 +        if (!src->buf[i])
 +            continue;
          dst->buf[i] = av_buffer_ref(src->buf[i]);
          if (!dst->buf[i]) {
              ret = AVERROR(ENOMEM);
      }
  
      if (src->extended_buf) {
 -        dst->extended_buf = av_mallocz(sizeof(*dst->extended_buf) *
 +        dst->extended_buf = av_mallocz_array(sizeof(*dst->extended_buf),
                                         src->nb_extended_buf);
          if (!dst->extended_buf) {
              ret = AVERROR(ENOMEM);
  
      /* duplicate extended data */
      if (src->extended_data != src->data) {
 -        int ch = av_get_channel_layout_nb_channels(src->channel_layout);
 +        int ch = src->channels;
  
          if (!ch) {
              ret = AVERROR(EINVAL);
              goto fail;
          }
 +        CHECK_CHANNELS_CONSISTENCY(src);
  
 -        dst->extended_data = av_malloc(sizeof(*dst->extended_data) * ch);
 +        dst->extended_data = av_malloc_array(sizeof(*dst->extended_data), ch);
          if (!dst->extended_data) {
              ret = AVERROR(ENOMEM);
              goto fail;
@@@ -465,9 -296,6 +460,9 @@@ void av_frame_unref(AVFrame *frame
  {
      int i;
  
 +    if (!frame)
 +        return;
 +
      wipe_side_data(frame);
  
      for (i = 0; i < FF_ARRAY_ELEMS(frame->buf); i++)
      for (i = 0; i < frame->nb_extended_buf; i++)
          av_buffer_unref(&frame->extended_buf[i]);
      av_freep(&frame->extended_buf);
 +    av_dict_free(&frame->metadata);
 +    av_buffer_unref(&frame->qp_table_buf);
 +
      get_frame_defaults(frame);
  }
  
@@@ -498,9 -323,8 +493,9 @@@ int av_frame_is_writable(AVFrame *frame
      if (!frame->buf[0])
          return 0;
  
 -    for (i = 0; i < FF_ARRAY_ELEMS(frame->buf) && frame->buf[i]; i++)
 -        ret &= !!av_buffer_is_writable(frame->buf[i]);
 +    for (i = 0; i < FF_ARRAY_ELEMS(frame->buf); i++)
 +        if (frame->buf[i])
 +            ret &= !!av_buffer_is_writable(frame->buf[i]);
      for (i = 0; i < frame->nb_extended_buf; i++)
          ret &= !!av_buffer_is_writable(frame->extended_buf[i]);
  
@@@ -522,7 -346,6 +517,7 @@@ int av_frame_make_writable(AVFrame *fra
      tmp.format         = frame->format;
      tmp.width          = frame->width;
      tmp.height         = frame->height;
 +    tmp.channels       = frame->channels;
      tmp.channel_layout = frame->channel_layout;
      tmp.nb_samples     = frame->nb_samples;
      ret = av_frame_get_buffer(&tmp, 32);
  
  int av_frame_copy_props(AVFrame *dst, const AVFrame *src)
  {
 -    int i;
 -
 -    dst->key_frame              = src->key_frame;
 -    dst->pict_type              = src->pict_type;
 -    dst->sample_aspect_ratio    = src->sample_aspect_ratio;
 -    dst->pts                    = src->pts;
 -    dst->repeat_pict            = src->repeat_pict;
 -    dst->interlaced_frame       = src->interlaced_frame;
 -    dst->top_field_first        = src->top_field_first;
 -    dst->palette_has_changed    = src->palette_has_changed;
 -    dst->sample_rate            = src->sample_rate;
 -    dst->opaque                 = src->opaque;
 -    dst->pkt_pts                = src->pkt_pts;
 -    dst->pkt_dts                = src->pkt_dts;
 -    dst->reordered_opaque       = src->reordered_opaque;
 -    dst->quality                = src->quality;
 -    dst->coded_picture_number   = src->coded_picture_number;
 -    dst->display_picture_number = src->display_picture_number;
 -    dst->flags                  = src->flags;
 -    dst->color_primaries        = src->color_primaries;
 -    dst->color_trc              = src->color_trc;
 -    dst->colorspace             = src->colorspace;
 -    dst->color_range            = src->color_range;
 -    dst->chroma_location        = src->chroma_location;
 -
 -    memcpy(dst->error, src->error, sizeof(dst->error));
 -
 -    for (i = 0; i < src->nb_side_data; i++) {
 -        const AVFrameSideData *sd_src = src->side_data[i];
 -        AVFrameSideData *sd_dst = av_frame_new_side_data(dst, sd_src->type,
 -                                                         sd_src->size);
 -        if (!sd_dst) {
 -            wipe_side_data(dst);
 -            return AVERROR(ENOMEM);
 -        }
 -        memcpy(sd_dst->data, sd_src->data, sd_src->size);
 -        av_dict_copy(&sd_dst->metadata, sd_src->metadata, 0);
 -    }
 -
 -    return 0;
 +    return frame_copy_props(dst, src, 1);
  }
  
  AVBufferRef *av_frame_get_plane_buffer(AVFrame *frame, int plane)
      int planes, i;
  
      if (frame->nb_samples) {
 -        int channels = av_get_channel_layout_nb_channels(frame->channel_layout);
 +        int channels = frame->channels;
          if (!channels)
              return NULL;
 +        CHECK_CHANNELS_CONSISTENCY(frame);
          planes = av_sample_fmt_is_planar(frame->format) ? channels : 1;
      } else
          planes = 4;
@@@ -605,16 -466,13 +600,16 @@@ AVFrameSideData *av_frame_new_side_data
      if (!ret)
          return NULL;
  
 -    ret->data = av_malloc(size);
 -    if (!ret->data) {
 -        av_freep(&ret);
 -        return NULL;
 -    }
 +    if (size > 0) {
 +        ret->buf = av_buffer_alloc(size);
 +        if (!ret->buf) {
 +            av_freep(&ret);
 +            return NULL;
 +        }
  
 -    ret->size = size;
 +        ret->data = ret->buf->data;
 +        ret->size = size;
 +    }
      ret->type = type;
  
      frame->side_data[frame->nb_side_data++] = ret;
@@@ -639,8 -497,8 +634,8 @@@ static int frame_copy_video(AVFrame *ds
      const uint8_t *src_data[4];
      int i, planes;
  
 -    if (dst->width  != src->width ||
 -        dst->height != src->height)
 +    if (dst->width  < src->width ||
 +        dst->height < src->height)
          return AVERROR(EINVAL);
  
      planes = av_pix_fmt_count_planes(dst->format);
      memcpy(src_data, src->data, sizeof(src_data));
      av_image_copy(dst->data, dst->linesize,
                    src_data, src->linesize,
 -                  dst->format, dst->width, dst->height);
 +                  dst->format, src->width, src->height);
  
      return 0;
  }
  static int frame_copy_audio(AVFrame *dst, const AVFrame *src)
  {
      int planar   = av_sample_fmt_is_planar(dst->format);
 -    int channels = av_get_channel_layout_nb_channels(dst->channel_layout);
 +    int channels = dst->channels;
      int planes   = planar ? channels : 1;
      int i;
  
      if (dst->nb_samples     != src->nb_samples ||
 +        dst->channels       != src->channels ||
          dst->channel_layout != src->channel_layout)
          return AVERROR(EINVAL);
  
 +    CHECK_CHANNELS_CONSISTENCY(src);
 +
      for (i = 0; i < planes; i++)
          if (!dst->extended_data[i] || !src->extended_data[i])
              return AVERROR(EINVAL);
@@@ -706,18 -561,3 +701,18 @@@ void av_frame_remove_side_data(AVFrame 
          }
      }
  }
 +
 +const char *av_frame_side_data_name(enum AVFrameSideDataType type)
 +{
 +    switch(type) {
 +    case AV_FRAME_DATA_PANSCAN:         return "AVPanScan";
 +    case AV_FRAME_DATA_A53_CC:          return "ATSC A53 Part 4 Closed Captions";
 +    case AV_FRAME_DATA_STEREO3D:        return "Stereoscopic 3d metadata";
 +    case AV_FRAME_DATA_MATRIXENCODING:  return "AVMatrixEncoding";
 +    case AV_FRAME_DATA_DOWNMIX_INFO:    return "Metadata relevant to a downmix procedure";
 +    case AV_FRAME_DATA_REPLAYGAIN:      return "AVReplayGain";
 +    case AV_FRAME_DATA_DISPLAYMATRIX:   return "3x3 displaymatrix";
 +    case AV_FRAME_DATA_MOTION_VECTORS:  return "Motion vectors";
 +    }
 +    return NULL;
 +}
diff --combined libavutil/frame.h
index 196b578af4c754a04a7983bd8a4f08fce52cd6c2,d231ff3966f38aa977846d2ff1f1c2415868333d..f5e89376badda882c2f0a21cc5b06fc935607865
@@@ -1,19 -1,19 +1,19 @@@
  /*
   *
 - * This file is part of Libav.
 + * This file is part of FFmpeg.
   *
 - * Libav is free software; you can redistribute it and/or
 + * FFmpeg is free software; you can redistribute it and/or
   * modify it under the terms of the GNU Lesser General Public
   * License as published by the Free Software Foundation; either
   * version 2.1 of the License, or (at your option) any later version.
   *
 - * Libav is distributed in the hope that it will be useful,
 + * FFmpeg is distributed in the hope that it will be useful,
   * but WITHOUT ANY WARRANTY; without even the implied warranty of
   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   * Lesser General Public License for more details.
   *
   * You should have received a copy of the GNU Lesser General Public
 - * License along with Libav; if not, write to the Free Software
 + * License along with FFmpeg; if not, write to the Free Software
   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
   */
  
@@@ -84,28 -84,9 +84,28 @@@ enum AVFrameSideDataType 
      AV_FRAME_DATA_DISPLAYMATRIX,
      /**
       * Active Format Description data consisting of a single byte as specified
 -     * in ETSI TS 101 154 using enum AVActiveFormatDescription.
 +     * in ETSI TS 101 154 using AVActiveFormatDescription enum.
       */
      AV_FRAME_DATA_AFD,
 +    /**
 +     * Motion vectors exported by some codecs (on demand through the export_mvs
 +     * flag set in the libavcodec AVCodecContext flags2 option).
 +     * The data is the AVMotionVector struct defined in
 +     * libavutil/motion_vector.h.
 +     */
 +    AV_FRAME_DATA_MOTION_VECTORS,
 +    /**
 +     * Recommmends skipping the specified number of samples. This is exported
 +     * only if the "skip_manual" AVOption is set in libavcodec.
 +     * This has the same format as AV_PKT_DATA_SKIP_SAMPLES.
 +     * @code
 +     * u32le number of samples to skip from start of this packet
 +     * u32le number of samples to skip from end of this packet
 +     * u8    reason for start skip
 +     * u8    reason for end   skip (0=padding silence, 1=convergence)
 +     * @endcode
 +     */
 +    AV_FRAME_DATA_SKIP_SAMPLES,
  
      /**
       * This side data must be associated with an audio frame and corresponds to
@@@ -124,19 -105,11 +124,19 @@@ enum AVActiveFormatDescription 
      AV_AFD_SP_4_3       = 15,
  };
  
 +
 +/**
 + * Structure to hold side data for an AVFrame.
 + *
 + * sizeof(AVFrameSideData) is not a part of the public ABI, so new fields may be added
 + * to the end with a minor bump.
 + */
  typedef struct AVFrameSideData {
      enum AVFrameSideDataType type;
      uint8_t *data;
      int      size;
      AVDictionary *metadata;
 +    AVBufferRef *buf;
  } AVFrameSideData;
  
  /**
   *
   * sizeof(AVFrame) is not a part of the public ABI, so new fields may be added
   * to the end with a minor bump.
 + * Similarly fields that are marked as to be only accessed by
 + * av_opt_ptr() can be reordered. This allows 2 forks to add fields
 + * without breaking compatibility with each other.
   */
  typedef struct AVFrame {
  #define AV_NUM_DATA_POINTERS 8
      /**
       * pointer to the picture/channel planes.
       * This might be different from the first allocated byte
 +     *
 +     * Some decoders access areas outside 0,0 - width,height, please
 +     * see avcodec_align_dimensions2(). Some filters and swscale can read
 +     * up to 16 bytes beyond the planes, if these filters are to be used,
 +     * then 16 extra bytes must be allocated.
       */
      uint8_t *data[AV_NUM_DATA_POINTERS];
  
       * For audio, only linesize[0] may be set. For planar audio, each channel
       * plane must be the same size.
       *
 +     * For video the linesizes should be multiples of the CPUs alignment
 +     * preference, this is 16 or 32 for modern desktop CPUs.
 +     * Some code requires such alignment other code can be slower without
 +     * correct alignment, for yet other it makes no difference.
 +     *
       * @note The linesize may be larger than the size of usable data -- there
       * may be extra padding present for performance reasons.
       */
       */
      enum AVPictureType pict_type;
  
- #if FF_API_AVFRAME_LAVC
-     attribute_deprecated
-     uint8_t *base[AV_NUM_DATA_POINTERS];
- #endif
      /**
       * Sample aspect ratio for the video frame, 0/1 if unknown/unspecified.
       */
      int64_t pkt_pts;
  
      /**
 -     * DTS copied from the AVPacket that triggered returning this frame.
 +     * DTS copied from the AVPacket that triggered returning this frame. (if frame threading isn't used)
 +     * This is also the Presentation time of this AVFrame calculated from
 +     * only AVPacket.dts values without pts values.
       */
      int64_t pkt_dts;
  
       */
      int quality;
  
- #if FF_API_AVFRAME_LAVC
-     attribute_deprecated
-     int reference;
-     /**
-      * QP table
-      */
-     attribute_deprecated
-     int8_t *qscale_table;
-     /**
-      * QP store stride
-      */
-     attribute_deprecated
-     int qstride;
-     attribute_deprecated
-     int qscale_type;
-     /**
-      * mbskip_table[mb]>=1 if MB didn't change
-      * stride= mb_width = (width+15)>>4
-      */
-     attribute_deprecated
-     uint8_t *mbskip_table;
-     /**
-      * motion vector table
-      * @code
-      * example:
-      * int mv_sample_log2= 4 - motion_subsample_log2;
-      * int mb_width= (width+15)>>4;
-      * int mv_stride= (mb_width << mv_sample_log2) + 1;
-      * motion_val[direction][x + y*mv_stride][0->mv_x, 1->mv_y];
-      * @endcode
-      */
-     int16_t (*motion_val[2])[2];
-     /**
-      * macroblock type table
-      * mb_type_base + mb_width + 2
-      */
-     attribute_deprecated
-     uint32_t *mb_type;
-     /**
-      * DCT coefficients
-      */
-     attribute_deprecated
-     short *dct_coeff;
-     /**
-      * motion reference frame index
-      * the order in which these are stored can depend on the codec.
-      */
-     attribute_deprecated
-     int8_t *ref_index[2];
- #endif
      /**
       * for some private data of the user
       */
       */
      uint64_t error[AV_NUM_DATA_POINTERS];
  
- #if FF_API_AVFRAME_LAVC
-     attribute_deprecated
-     int type;
- #endif
      /**
       * When decoding, this signals how much the picture must be delayed.
       * extra_delay = repeat_pict / (2*fps)
       */
      int palette_has_changed;
  
- #if FF_API_AVFRAME_LAVC
-     attribute_deprecated
-     int buffer_hints;
-     /**
-      * Pan scan.
-      */
-     attribute_deprecated
-     struct AVPanScan *pan_scan;
- #endif
      /**
       * reordered opaque 64bit (generally an integer or a double precision float
       * PTS but can be anything).
       */
      int64_t reordered_opaque;
  
- #if FF_API_AVFRAME_LAVC
-     /**
-      * @deprecated this field is unused
-      */
-     attribute_deprecated void *hwaccel_picture_private;
-     attribute_deprecated
-     struct AVCodecContext *owner;
-     attribute_deprecated
-     void *thread_opaque;
-     /**
-      * log2 of the size of the block which a single vector in motion_val represents:
-      * (4->16x16, 3->8x8, 2-> 4x4, 1-> 2x2)
-      */
-     uint8_t motion_subsample_log2;
- #endif
      /**
       * Sample rate of the audio data.
       */
       */
      int flags;
  
 +    /**
 +     * MPEG vs JPEG YUV range.
 +     * It must be accessed using av_frame_get_color_range() and
 +     * av_frame_set_color_range().
 +     * - encoding: Set by user
 +     * - decoding: Set by libavcodec
 +     */
      enum AVColorRange color_range;
  
      enum AVColorPrimaries color_primaries;
  
      enum AVColorTransferCharacteristic color_trc;
  
 +    /**
 +     * YUV colorspace type.
 +     * It must be accessed using av_frame_get_colorspace() and
 +     * av_frame_set_colorspace().
 +     * - encoding: Set by user
 +     * - decoding: Set by libavcodec
 +     */
      enum AVColorSpace colorspace;
  
      enum AVChromaLocation chroma_location;
 +
 +    /**
 +     * frame timestamp estimated using various heuristics, in stream time base
 +     * Code outside libavutil should access this field using:
 +     * av_frame_get_best_effort_timestamp(frame)
 +     * - encoding: unused
 +     * - decoding: set by libavcodec, read by user.
 +     */
 +    int64_t best_effort_timestamp;
 +
 +    /**
 +     * reordered pos from the last AVPacket that has been input into the decoder
 +     * Code outside libavutil should access this field using:
 +     * av_frame_get_pkt_pos(frame)
 +     * - encoding: unused
 +     * - decoding: Read by user.
 +     */
 +    int64_t pkt_pos;
 +
 +    /**
 +     * duration of the corresponding packet, expressed in
 +     * AVStream->time_base units, 0 if unknown.
 +     * Code outside libavutil should access this field using:
 +     * av_frame_get_pkt_duration(frame)
 +     * - encoding: unused
 +     * - decoding: Read by user.
 +     */
 +    int64_t pkt_duration;
 +
 +    /**
 +     * metadata.
 +     * Code outside libavutil should access this field using:
 +     * av_frame_get_metadata(frame)
 +     * - encoding: Set by user.
 +     * - decoding: Set by libavcodec.
 +     */
 +    AVDictionary *metadata;
 +
 +    /**
 +     * decode error flags of the frame, set to a combination of
 +     * FF_DECODE_ERROR_xxx flags if the decoder produced a frame, but there
 +     * were errors during the decoding.
 +     * Code outside libavutil should access this field using:
 +     * av_frame_get_decode_error_flags(frame)
 +     * - encoding: unused
 +     * - decoding: set by libavcodec, read by user.
 +     */
 +    int decode_error_flags;
 +#define FF_DECODE_ERROR_INVALID_BITSTREAM   1
 +#define FF_DECODE_ERROR_MISSING_REFERENCE   2
 +
 +    /**
 +     * number of audio channels, only used for audio.
 +     * Code outside libavutil should access this field using:
 +     * av_frame_get_channels(frame)
 +     * - encoding: unused
 +     * - decoding: Read by user.
 +     */
 +    int channels;
 +
 +    /**
 +     * size of the corresponding packet containing the compressed
 +     * frame. It must be accessed using av_frame_get_pkt_size() and
 +     * av_frame_set_pkt_size().
 +     * It is set to a negative value if unknown.
 +     * - encoding: unused
 +     * - decoding: set by libavcodec, read by user.
 +     */
 +    int pkt_size;
 +
++    /**
++     * QP table
++     * Not to be accessed directly from outside libavutil
++     */
++    attribute_deprecated
++    int8_t *qscale_table;
++    /**
++     * QP store stride
++     * Not to be accessed directly from outside libavutil
++     */
++    attribute_deprecated
++    int qstride;
++
++    attribute_deprecated
++    int qscale_type;
++
 +    /**
 +     * Not to be accessed directly from outside libavutil
 +     */
 +    AVBufferRef *qp_table_buf;
  } AVFrame;
  
 +/**
 + * Accessors for some AVFrame fields.
 + * The position of these field in the structure is not part of the ABI,
 + * they should not be accessed directly outside libavutil.
 + */
 +int64_t av_frame_get_best_effort_timestamp(const AVFrame *frame);
 +void    av_frame_set_best_effort_timestamp(AVFrame *frame, int64_t val);
 +int64_t av_frame_get_pkt_duration         (const AVFrame *frame);
 +void    av_frame_set_pkt_duration         (AVFrame *frame, int64_t val);
 +int64_t av_frame_get_pkt_pos              (const AVFrame *frame);
 +void    av_frame_set_pkt_pos              (AVFrame *frame, int64_t val);
 +int64_t av_frame_get_channel_layout       (const AVFrame *frame);
 +void    av_frame_set_channel_layout       (AVFrame *frame, int64_t val);
 +int     av_frame_get_channels             (const AVFrame *frame);
 +void    av_frame_set_channels             (AVFrame *frame, int     val);
 +int     av_frame_get_sample_rate          (const AVFrame *frame);
 +void    av_frame_set_sample_rate          (AVFrame *frame, int     val);
 +AVDictionary *av_frame_get_metadata       (const AVFrame *frame);
 +void          av_frame_set_metadata       (AVFrame *frame, AVDictionary *val);
 +int     av_frame_get_decode_error_flags   (const AVFrame *frame);
 +void    av_frame_set_decode_error_flags   (AVFrame *frame, int     val);
 +int     av_frame_get_pkt_size(const AVFrame *frame);
 +void    av_frame_set_pkt_size(AVFrame *frame, int val);
 +AVDictionary **avpriv_frame_get_metadatap(AVFrame *frame);
 +int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type);
 +int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
 +enum AVColorSpace av_frame_get_colorspace(const AVFrame *frame);
 +void    av_frame_set_colorspace(AVFrame *frame, enum AVColorSpace val);
 +enum AVColorRange av_frame_get_color_range(const AVFrame *frame);
 +void    av_frame_set_color_range(AVFrame *frame, enum AVColorRange val);
 +
 +/**
 + * Get the name of a colorspace.
 + * @return a static string identifying the colorspace; can be NULL.
 + */
 +const char *av_get_colorspace_name(enum AVColorSpace val);
 +
  /**
   * Allocate an AVFrame and set its fields to default values.  The resulting
   * struct must be freed using av_frame_free().
@@@ -666,7 -402,7 +585,7 @@@ AVFrame *av_frame_clone(const AVFrame *
  void av_frame_unref(AVFrame *frame);
  
  /**
 - * Move everythnig contained in src to dst and reset src.
 + * Move everything contained in src to dst and reset src.
   */
  void av_frame_move_ref(AVFrame *dst, AVFrame *src);
  
@@@ -775,11 -511,6 +694,11 @@@ AVFrameSideData *av_frame_get_side_data
   */
  void av_frame_remove_side_data(AVFrame *frame, enum AVFrameSideDataType type);
  
 +/**
 + * @return a string identifying the side data type
 + */
 +const char *av_frame_side_data_name(enum AVFrameSideDataType type);
 +
  /**
   * @}
   */
diff --combined libavutil/version.h
index 8b7d34940d7bbb78455ae52823edeb995ab16486,afb64ae0dfff5198234e825d62c9b8a0b4844aef..9fbdc7227c9110fbd26a55a3b090ebe5a6f1935b
@@@ -1,20 -1,18 +1,20 @@@
  /*
 - * This file is part of Libav.
 + * copyright (c) 2003 Fabrice Bellard
   *
 - * Libav is free software; you can redistribute it and/or
 + * This file is part of FFmpeg.
 + *
 + * FFmpeg is free software; you can redistribute it and/or
   * modify it under the terms of the GNU Lesser General Public
   * License as published by the Free Software Foundation; either
   * version 2.1 of the License, or (at your option) any later version.
   *
 - * Libav is distributed in the hope that it will be useful,
 + * FFmpeg is distributed in the hope that it will be useful,
   * but WITHOUT ANY WARRANTY; without even the implied warranty of
   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   * Lesser General Public License for more details.
   *
   * You should have received a copy of the GNU Lesser General Public
 - * License along with Libav; if not, write to the Free Software
 + * License along with FFmpeg; if not, write to the Free Software
   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
   */
  
@@@ -24,7 -22,7 +24,7 @@@
  #include "macros.h"
  
  /**
 - * @defgroup version_utils Library Version Macros
 + * @addtogroup version_utils
   *
   * Useful to check and match library version in order to maintain
   * backward compatibility.
@@@ -32,7 -30,7 +32,7 @@@
   * @{
   */
  
 -#define AV_VERSION_INT(a, b, c) (a<<16 | b<<8 | c)
 +#define AV_VERSION_INT(a, b, c) ((a)<<16 | (b)<<8 | (c))
  #define AV_VERSION_DOT(a, b, c) a ##.## b ##.## c
  #define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c)
  
@@@ -55,9 -53,9 +55,9 @@@
   * @{
   */
  
 -#define LIBAVUTIL_VERSION_MAJOR 54
 -#define LIBAVUTIL_VERSION_MINOR 17
 -#define LIBAVUTIL_VERSION_MICRO  0
 +#define LIBAVUTIL_VERSION_MAJOR  54
 +#define LIBAVUTIL_VERSION_MINOR  31
 +#define LIBAVUTIL_VERSION_MICRO 100
  
  #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
                                                 LIBAVUTIL_VERSION_MINOR, \
   * dropped at a future version bump. The defines themselves are not part of
   * the public API and may change, break or disappear at any time.
   *
 + * @note, when bumping the major version it is recommended to manually
 + * disable each FF_API_* in its own commit instead of disabling them all
 + * at once through the bump. This improves the git bisect-ability of the change.
 + *
   * @{
   */
  
 +#ifndef FF_API_OLD_AVOPTIONS
 +#define FF_API_OLD_AVOPTIONS            (LIBAVUTIL_VERSION_MAJOR < 55)
 +#endif
  #ifndef FF_API_CONTEXT_SIZE
  #define FF_API_CONTEXT_SIZE             (LIBAVUTIL_VERSION_MAJOR < 55)
  #endif
  #ifndef FF_API_LLS_PRIVATE
  #define FF_API_LLS_PRIVATE              (LIBAVUTIL_VERSION_MAJOR < 55)
  #endif
- #ifndef FF_API_AVFRAME_LAVC
- #define FF_API_AVFRAME_LAVC             (LIBAVUTIL_VERSION_MAJOR < 55)
- #endif
  #ifndef FF_API_VDPAU
  #define FF_API_VDPAU                    (LIBAVUTIL_VERSION_MAJOR < 55)
  #endif
 +#ifndef FF_API_GET_CHANNEL_LAYOUT_COMPAT
 +#define FF_API_GET_CHANNEL_LAYOUT_COMPAT (LIBAVUTIL_VERSION_MAJOR < 55)
 +#endif
  #ifndef FF_API_XVMC
  #define FF_API_XVMC                     (LIBAVUTIL_VERSION_MAJOR < 55)
  #endif
  #ifndef FF_API_DLOG
  #define FF_API_DLOG                     (LIBAVUTIL_VERSION_MAJOR < 55)
  #endif
 +#ifndef FF_API_HMAC
 +#define FF_API_HMAC                     (LIBAVUTIL_VERSION_MAJOR < 55)
 +#endif
  #ifndef FF_API_CRYPTO_CONTEXT
  #define FF_API_CRYPTO_CONTEXT           (LIBAVUTIL_VERSION_MAJOR < 56)
  #endif
 +#ifndef FF_API_VAAPI
 +#define FF_API_VAAPI                    (LIBAVUTIL_VERSION_MAJOR < 56)
 +#endif
  
 +#ifndef FF_CONST_AVUTIL55
 +#if LIBAVUTIL_VERSION_MAJOR >= 55
 +#define FF_CONST_AVUTIL55 const
 +#else
 +#define FF_CONST_AVUTIL55
 +#endif
 +#endif
  
  /**
   * @}
   */
  
  #endif /* AVUTIL_VERSION_H */
 +