Skip to content
Snippets Groups Projects
APIchanges 111 KiB
Newer Older
  • Learn to ignore specific revisions
  • Never assume the API of libav* to be stable unless at least 1 month has passed
    
    since the last major version increase or the API was added.
    
    libavcodec:    2015-08-28
    libavdevice:   2015-08-28
    libavfilter:   2015-08-28
    libavformat:   2015-08-28
    libavresample: 2015-08-28
    
    libpostproc:   2015-08-28
    libswresample: 2015-08-28
    
    libswscale:    2015-08-28
    libavutil:     2015-08-28
    
    2017-09-28 - xxxxxxx - lavc 57.106.104 - avcodec.h
      Add AV_PKT_DATA_A53_CC packet side data, to export closed captions
    
    
    2017-09-27 - xxxxxxx - lavu 55.77.101 / lavu 55.31.1 - frame.h
    
      Allow passing the value of 0 (meaning "automatic") as the required alignment
      to av_frame_get_buffer().
    
    
    2017-09-27 - xxxxxxx - lavu 55.77.100 / lavu 55.31.0 - cpu.h
    
      Add av_cpu_max_align() for querying maximum required data alignment.
    
    
    2017-09-26 - xxxxxxx - lavc 57.106.102 - avcodec.h
    
      Deprecate AVCodecContext.refcounted_frames. This was useful for deprecated
      API only (avcodec_decode_video2/avcodec_decode_audio4). The new decode APIs
      (avcodec_send_packet/avcodec_receive_frame) always work with reference
      counted frames.
    
    
    2017-xx-xx - xxxxxxx - lavu 55.76.100 / 56.6.0 - pixdesc.h
      Add av_color_range_from_name(), av_color_primaries_from_name(),
      av_color_transfer_from_name(), av_color_space_from_name(), and
      av_chroma_location_from_name().
    
    
    2017-09-13 - xxxxxxx - lavc 57.106.100 - avcodec.h
      Add AV_PKT_FLAG_TRUSTED.
    
    
    Mark Thompson's avatar
    Mark Thompson committed
    2017-09-13 - xxxxxxx - lavu 55.75.100 - hwcontext.h hwcontext_drm.h
      Add AV_HWDEVICE_TYPE_DRM and implementation.
    
    
    2017-09-08 - xxxxxxx - lavfi 6.103.100 - buffersrc.h
      Add av_buffersrc_close().
    
    
    2017-09-04 - xxxxxxx - lavc 57.105.100 - avcodec.h
      Add AV_HWACCEL_CODEC_CAP_EXPERIMENTAL, replacing the deprecated
      HWACCEL_CODEC_CAP_EXPERIMENTAL flag.
    
    
    2017-09-01 - xxxxxxx - lavf 57.81.100 - avio.h
      Add avio_read_partial().
    
    
    2017-09-01 - xxxxxxx - lavf 57.80.100 / 57.11.0 - avio.h
      Add avio_context_free(). From now on it must be used for freeing AVIOContext.
    
    
    2017-08-08 - xxxxxxx - lavu 55.74.100 - pixdesc.h
      Add AV_PIX_FMT_FLAG_FLOAT pixel format flag.
    
    
    2017-08-08 - xxxxxxx - lavu 55.72.100 - imgutils.h
      Add av_image_fill_black().
    
    
    2017-08-08 - xxxxxxx - lavu 55.71.100 - frame.h
      Add av_frame_apply_cropping().
    
    
    2017-07-25 - 24de4fddca - lavu 55.69.100 - frame.h
      Add AV_FRAME_DATA_ICC_PROFILE side data type.
    
    
    2017-xx-xx - xxxxxxx - lavc 57.100.100 - avcodec.h
      DXVA2 and D3D11 hardware accelerated decoding now supports the new hwaccel API,
      which can create the decoder context and allocate hardware frame automatically.
      See AVCodecContext.hw_device_ctx and AVCodecContext.hw_frames_ctx. For D3D11,
      the new AV_PIX_FMT_D3D11 pixfmt must be used with the new API.
    
    
    2017-xx-xx - xxxxxxx - lavu 56.67.100 - hwcontext.h
      Add AV_HWDEVICE_TYPE_D3D11VA and AV_PIX_FMT_D3D11.
    
    
    2017-06-24 - xxxxxxx - lavf 57.75.100 - avio.h
      Add AVIO_DATA_MARKER_FLUSH_POINT to signal preferred flush points to aviobuf.
    
    
    2017-06-14 - xxxxxxx - lavu 55.66.100 - hwcontext.h
      av_hwframe_ctx_create_derived() now takes some AV_HWFRAME_MAP_* combination
      as its flags argument (which was previously unused).
    
    
    2017-06-14 - xxxxxxx - lavc 57.99.100 - avcodec.h
      Add AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH.
    
    
    2017-06-14 - xxxxxxx - lavu 55.65.100 - hwcontext.h
      Add AV_HWDEVICE_TYPE_NONE, av_hwdevice_find_type_by_name(),
      av_hwdevice_get_type_name() and av_hwdevice_iterate_types().
    
    
    2017-06-14 - xxxxxxx - lavu 55.64.100 - hwcontext.h
      Add av_hwdevice_ctx_create_derived().
    
    
    2017-05-15 - xxxxxxxxxx - lavc 57.96.100 - avcodec.h
      VideoToolbox hardware-accelerated decoding now supports the new hwaccel API,
      which can create the decoder context and allocate hardware frames automatically.
      See AVCodecContext.hw_device_ctx and AVCodecContext.hw_frames_ctx.
    
    2017-05-15 - xxxxxxxxxx - lavu 57.63.100 - hwcontext.h
      Add AV_HWDEVICE_TYPE_VIDEOTOOLBOX and implementation.
    
    
    2017-xx-xx - xxxxxxx - lavc 57.95.100 / 57.31.0 - avcodec.h
    
      Add AVCodecContext.apply_cropping to control whether cropping
      is handled by libavcodec or the caller.
    
    
    2017-xx-xx - xxxxxxx - lavu 55.62.100 / 55.30.0 - frame.h
    
      Add AVFrame.crop_left/right/top/bottom fields for attaching cropping
      information to video frames.
    
    
      Change av_sha_update(), av_sha512_update() and av_md5_sum()/av_md5_update() length
    
      parameter type to size_t at next major bump.
    
    
    2017-05-05 - xxxxxxxxxx - lavc 57.94.100 - avcodec.h
      The cuvid decoders now support AVCodecContext.hw_device_ctx, which removes
      the requirement to set an incomplete AVCodecContext.hw_frames_ctx only to
      set the Cuda device handle.
    
    
    2017-04-11 - 8378466507 - lavu 55.61.100 - avstring.h
    
      Add av_strireplace().
    
    
    2016-04-06 - 157e57a181 - lavc 57.92.100 - avcodec.h
    
      Add AV_PKT_DATA_CONTENT_LIGHT_LEVEL packet side data.
    
    
    2016-04-06 - b378f5bd64 - lavu 55.60.100 - mastering_display_metadata.h
    
      Add AV_FRAME_DATA_CONTENT_LIGHT_LEVEL value, av_content_light_metadata_alloc()
      and av_content_light_metadata_create_side_data() API, and AVContentLightMetadata
      type to export content light level video properties.
    
    
    2017-03-31 - 9033e8723c - lavu 55.57.100 - spherical.h
    
      Add av_spherical_projection_name().
      Add av_spherical_from_name().
    
    
    2017-03-30 - 4cda23f1f1 - lavu 55.53.100 / 55.27.0 - hwcontext.h
    
      Add av_hwframe_map() and associated AV_HWFRAME_MAP_* flags.
      Add av_hwframe_ctx_create_derived().
    
    
    2017-03-29 - bfdcdd6d82 - lavu 55.52.100 - avutil.h
    
      add av_fourcc_make_string() function and av_fourcc2str() macro to replace
      av_get_codec_tag_string() from lavc.
    
    
    2017-03-27 - ddef3d902f - lavf 57.68.100 - avformat.h
    
      Deprecate that demuxers export the stream rotation angle in AVStream.metadata
      (via an entry named "rotate"). Use av_stream_get_side_data() with
      AV_PKT_DATA_DISPLAYMATRIX instead, and read the rotation angle with
      av_display_rotation_get(). The same is done for muxing. Instead of adding a
      "rotate" entry to AVStream.metadata, AV_PKT_DATA_DISPLAYMATRIX side data has
      to be added to the AVStream.
    
    
    2017-03-23 - 7e4ba776a2 - lavc 57.85.101 - avcodec.h
    
      vdpau hardware accelerated decoding now supports the new hwaccel API, which
      can create the decoder context and allocate hardware frame automatically.
      See AVCodecContext.hw_device_ctx and AVCodecContext.hw_frames_ctx.
    
    
    2017-03-23 - 156bd8278f - lavc 57.85.100 - avcodec.h
    
      Add AVCodecContext.hwaccel_flags field. This will control some hwaccels at
      a later point.
    
    
    2017-03-21 - fc9f14c7de - lavf 57.67.100 / 57.08.0 - avio.h
    
    2017-03-21 - d682ae70b4 - lavf 57.66.105, lavc 57.83.101 - avformat.h, avcodec.h
    
      Deprecate AVFMT_FLAG_KEEP_SIDE_DATA. It will be ignored after the next major
      bump, and libavformat will behave as if it were always set.
      Deprecate av_packet_merge_side_data() and av_packet_split_side_data().
    
    
    2016-03-20 - 8200b16a9c - lavu 55.50.100 / 55.21.0 - imgutils.h
    
      Add av_image_copy_uc_from(), a version of av_image_copy() for copying
      from GPU mapped memory.
    
    
    2017-03-20 - 9c2436e - lavu 55.49.100 - pixdesc.h
    
      Add AV_PIX_FMT_FLAG_BAYER pixel format flag.
    
    
    2017-03-18 - 3796fb2692 - lavfi 6.77.100 - avfilter.h
    
      Deprecate AVFilterGraph.resample_lavr_opts
      It's never been used by avfilter nor passed to anything.
    
    
    2017-02-10 - 1b7ffddb3a - lavu 55.48.100 / 55.33.0 - spherical.h
    
      Add AV_SPHERICAL_EQUIRECTANGULAR_TILE, av_spherical_tile_bounds(),
      and projection-specific properties (bound_left, bound_top, bound_right,
      bound_bottom, padding) to AVSphericalMapping.
    
    
    2017-03-02 - ade7c1a232 - lavc 57.81.104 - videotoolbox.h
    
      AVVideotoolboxContext.cv_pix_fmt_type can now be set to 0 to output the
      native decoder format. (The default value is not changed.)
    
    
    2017-03-02 - 554bc4eea8 - lavu 55.47.101, lavc 57.81.102, lavf 57.66.103
    
      Remove requirement to use AVOption or accessors to access certain fields
      in AVFrame, AVCodecContext, and AVFormatContext that were previously
      documented as "no direct access" allowed.
    
    
    2017-02-13 - c1a5fca06f - lavc 57.80.100 - avcodec.h
    
      Add AVCodecContext.hw_device_ctx.
    
    
    2017-02-11 - e3af49b14b - lavu 55.47.100 - frame.h
    
    wm4's avatar
    wm4 committed
      Add AVFrame.opaque_ref.
    
    
    2017-01-31 - 2eab48177d - lavu 55.46.100 / 55.20.0 - cpu.h
    
    2017-01-24 - c4618f842a - lavu 55.45.100 - channel_layout.h
    
      Add av_get_extended_channel_layout()
    
    
    2017-01-22 - 76c5a69e26 - lavu 55.44.100 - lfg.h
    
      Add av_lfg_init_from_data().
    
    
    2017-01-17 - 2a4a8653b6 - lavc 57.74.100 - vaapi.h
    
      Deprecate struct vaapi_context and the vaapi.h installed header.
      Callers should set AVCodecContext.hw_frames_ctx instead.
    
    
    2017-01-12 - dbe9dbed31 - lavfi 6.69.100 - buffersink.h
    
      Add av_buffersink_get_*() functions.
    
    
    2017-01-06 - 9488032e10 - lavf 57.62.100 - avio.h
    
      Add avio_get_dyn_buf()
    
    
    2016-12-10 - f542b152aa - lavu 55.43.100 - imgutils.h
    
      Add av_image_check_size2()
    
    
    2016-12-07 - e7a6f8c972 - lavc 57.67.100 / 57.29.0 - avcodec.h
    
      Add AV_PKT_DATA_SPHERICAL packet side data to export AVSphericalMapping
      information from containers.
    
    
    2016-12-07 - 8f58ecc344 - lavu 55.42.100 / 55.30.0 - spherical.h
    
      Add AV_FRAME_DATA_SPHERICAL value, av_spherical_alloc() API and
      AVSphericalMapping type to export and describe spherical video properties.
    
    
    2016-11-18 - 2ab50647ff - lavf 57.58.100 - avformat.h
    
      Add av_stream_add_side_data().
    
    2016-11-13 - 775a8477b7 - lavu 55.39.100 - hwcontext_vaapi.h
    
      Add AV_VAAPI_DRIVER_QUIRK_ATTRIB_MEMTYPE.
    
    
    2016-11-13 - a8d51bb424 - lavu 55.38.100 - hwcontext_vaapi.h
    
      Add driver quirks field to VAAPI-specific hwdevice and enum with
      members AV_VAAPI_DRIVER_QUIRK_* to represent its values.
    
    
    2016-11-10 - 638b216d4f - lavu 55.36.100 - pixfmt.h
    
    Luca Barbato's avatar
    Luca Barbato committed
      Add AV_PIX_FMT_GRAY12(LE/BE).
    
    
    -------- 8< --------- FFmpeg 3.2 was cut here -------- 8< ---------
    
    
    2016-10-24 - 73ead47 - lavf 57.55.100 - avformat.h
    
      Add AV_DISPOSITION_TIMED_THUMBNAILS
    
    
    2016-10-24 - a246fef - lavf 57.54.100 - avformat.h
    
      Add avformat_init_output() and AVSTREAM_INIT_IN_ macros
    
    
    2016-10-22 - f5495c9 - lavu 55.33.100 - avassert.h
    
      Add av_assert0_fpu() / av_assert2_fpu()
    
    
    2016-10-07 - 3f9137c / 32c8359 - lavc 57.61.100 / 57.24.0 - avcodec.h
    
      Decoders now export the frame timestamp as AVFrame.pts. It was
      previously exported as AVFrame.pkt_pts, which is now deprecated.
    
    
      Note: When decoding, AVFrame.pts uses the stream/packet timebase,
      and not the codec timebase.
    
    
    2016-09-28 - eba0414 - lavu 55.32.100 / 55.16.0 - hwcontext.h hwcontext_qsv.h
    
      Add AV_HWDEVICE_TYPE_QSV and a new installed header with QSV-specific
      hwcontext definitions.
    
    
    2016-09-26 - 32c25f0 - lavc 57.59.100 / 57.23.0 - avcodec.h
    
      AVCodecContext.hw_frames_ctx now may be used by decoders.
    
    
    2016-09-27 - f0b6f72 - lavf 57.51.100 - avformat.h
    
      Add av_stream_get_codec_timebase()
    
    
    2016-09-27 - 23c0779 - lswr 2.2.100 - swresample.h
      Add swr_build_matrix().
    
    
    2016-09-23 - 30d3e36 - lavc 57.58.100 - avcodec.h
    
      Add AV_CODEC_CAP_AVOID_PROBING codec capability flag.
    
    
    2016-09-14 - ae1dd0c - lavf 57.49.100 - avformat.h
    
      Add avformat_transfer_internal_stream_timing_info helper to help with stream
      copy.
    
    
    2016-08-29 - 4493390 - lavfi 6.58.100 - avfilter.h
      Add AVFilterContext.nb_threads.
    
    
    2016-08-15 - c3c4c72 - lavc 57.53.100 - avcodec.h
    
      Add trailing_padding to AVCodecContext to match the corresponding
      field in AVCodecParameters.
    
    
    2016-08-15 - b746ed7 - lavc 57.52.100 - avcodec.h
      Add a new API for chained BSF filters and passthrough (null) BSF --
      av_bsf_list_alloc(), av_bsf_list_free(), av_bsf_list_append(),
      av_bsf_list_append2(), av_bsf_list_finalize(), av_bsf_list_parse_str()
      and av_bsf_get_null_filter().
    
    
    2016-08-04 - 82a33c8 - lavf 57.46.100 - avformat.h
    
    2016-07-09 - 775389f / 90f469a - lavc 57.50.100 / 57.20.0 - avcodec.h
    
      Add FF_PROFILE_H264_MULTIVIEW_HIGH and FF_PROFILE_H264_STEREO_HIGH.
    
    
    2016-06-30 - c1c7e0ab - lavf 57.41.100 - avformat.h
      Moved codecpar field from AVStream to the end of the struct, so that
      the following private fields are in the same location as in FFmpeg 3.0 (lavf 57.25.100).
    
    2016-06-30 - 042fb69d - lavu 55.28.100 - frame.h
      Moved hw_frames_ctx field from AVFrame to the end of the struct, so that
      the following private fields are in the same location as in FFmpeg 3.0 (lavu 55.17.103).
    
    
    2016-06-29 - 1a751455 - lavfi 6.47.100 - avfilter.h
    
      Fix accidental ABI breakage in AVFilterContext.
      ABI was broken in 8688d3a, lavfi 6.42.100 and released as ffmpeg 3.1.
    
      Because of this, ffmpeg and ffplay built against lavfi>=6.42.100 will not be
      compatible with lavfi>=6.47.100. Potentially also affects other users of
      libavfilter if they are using one of the affected fields.
    
    
    -------- 8< --------- FFmpeg 3.1 was cut here -------- 8< ---------
    
    2016-06-26 - 481f320 / 1c9e861 - lavu 55.27.100 / 55.13.0 - hwcontext.h
    
      Add av_hwdevice_ctx_create().
    
    
    2016-06-26 - b95534b / e47b8bb - lavc 57.48.101 / 57.19.1 - avcodec.h
    
      Adjust values for JPEG 2000 profiles.
    
    
    2016-06-23 - 5d75e46 / db7968b - lavf 57.40.100 / 57.7.0 - avio.h
    
      Add AVIODataMarkerType, write_data_type, ignore_boundary_point and
      avio_write_marker.
    
    
    2016-06-23 - abb3cc4 / 0c4468d - lavu 55.26.100 / 55.12.0 - opt.h
    
      Add av_stereo3d_type_name() and av_stereo3d_from_name().
    
    
    2016-06-22 - 3689efe / c46db38 - lavu 55.25.100 / 55.11.0 - hwcontext_dxva2.h
    
      Add new installed header with DXVA2-specific hwcontext definitions.
    
    
    2016-04-27 - fb91871 - lavu 55.23.100 - log.h
    
      Add a new function av_log_format_line2() which returns number of bytes
      written to the target buffer.
    
    
    2016-04-21 - 7fc329e - lavc 57.37.100 - avcodec.h
    
      Add a new audio/video encoding and decoding API with decoupled input
      and output -- avcodec_send_packet(), avcodec_receive_frame(),
      avcodec_send_frame() and avcodec_receive_packet().
    
    
    2016-04-17 - af9cac1 / 33d1898 - lavc 57.35.100 / 57.15.0 - avcodec.h
    
      Add a new bitstream filtering API working with AVPackets.
    
      Deprecate the old bitstream filtering API.
    
    2016-04-14 - 8688d3a / 07a844f - lavfi 6.42.100 / 6.3.0 - avfilter.h
    
      Add AVFilterContext.hw_device_ctx.
    
    
    2016-04-14 - 28abb21 / 551c677 - lavu 55.22.100 / 55.9.0 - hwcontext_vaapi.h
    
      Add new installed header with VAAPI-specific hwcontext definitions.
    
    
    2016-04-14 - afccfaf / b1f01e8 - lavu 55.21.100 / 55.7.0 - hwcontext.h
    
      Add AVHWFramesConstraints and associated API.
    
    
    2016-04-11 - 6f69f7a / 9200514 - lavf 57.33.100 / 57.5.0 - avformat.h
    
      Add AVStream.codecpar, deprecate AVStream.codec.
    
    
    2016-04-02 - e8a9b64 - lavu 55.20.100 - base64.h
    
      Add AV_BASE64_DECODE_SIZE(x) macro.
    
    
    2016-xx-xx - lavc 57.33.100 / 57.14.0 - avcodec.h
      f9b1cf1 / 998e1b8 - Add AVCodecParameters and its related API.
      e6053b3 / a806834 - Add av_get_audio_frame_duration2().
    
    2016-03-11 - 6d8ab35 - lavf/lavc 57.28.101
    
      Add requirement to bitstream filtering API that returned packets with
      size == 0 and side_data_elems == 0 are to be skipped by the caller.
    
    
    2016-03-04 - 9362973 - lavf 57.28.100
    
      Add protocol blacklisting API
    
    
    2016-02-28 - 4dd4d53 - lavc 57.27.101
    
      Validate AVFrame returned by get_buffer2 to have required
      planes not NULL and unused planes set to NULL as crashes
      and buffer overflow are possible with certain streams if
      that is not the case.
    
    
    2016-02-26 - 30e7685 - lavc 57.27.100 - avcodec.h
    
      "flags2" decoding option now allows the flag "ass_ro_flush_noop" preventing
      the reset of the ASS ReadOrder field on flush. This affects the content of
      AVSubtitles.rects[N]->ass when "sub_text_format" is set to "ass" (see
      previous entry).
    
    
    2016-02-26 - 2941282 - lavc 57.26.100 - avcodec.h
    
      Add a "sub_text_format" subtitles decoding option allowing the values "ass"
      (recommended) and "ass_with_timings" (not recommended, deprecated, default).
      The default value for this option will change to "ass" at the next major
      libavcodec version bump.
    
      The current default is "ass_with_timings" for compatibility. This means that
      all subtitles text decoders currently still output ASS with timings printed
      as strings in the AVSubtitles.rects[N]->ass fields.
    
      Setting "sub_text_format" to "ass" allows a better timing accuracy (ASS
      timing is limited to a 1/100 time base, so this is relevant for any subtitles
      format needing a bigger one), ease timing adjustments, and prevents the need
      of removing the timing from the decoded string yourself. This form is also
      known as "the Matroska form". The timing information (start time, duration)
      can be found in the AVSubtitles fields.
    
    
    2016-02-24 - 7e49cdd / 7b3214d0 - lavc 57.25.100 / 57.13.0 - avcodec.h
    
      Add AVCodecContext.hw_frames_ctx.
    
    
    2016-02-24 - 1042402 / b3dd30d - lavfi 6.36.100 / 6.2.0 - avfilter.h
      avfilter.h - Add AVFilterLink.hw_frames_ctx.
      buffersrc.h - Add AVBufferSrcParameters and functions for handling it.
    
    2016-02-23 - 14f7a3d - lavc 57.25.100
    
      Add AV_PKT_DATA_MPEGTS_STREAM_ID for exporting the MPEGTS stream ID.
    
    
    2016-02-18 - 08acab8 - lavu 55.18.100 - audio_fifo.h
      Add av_audio_fifo_peek_at().
    
    2016-xx-xx - lavu 55.18.100 / 55.6.0
      26abd51 / 721a4ef buffer.h - Add av_buffer_pool_init2().
      1a70878 / 89923e4 hwcontext.h - Add a new installed header hwcontext.h with a new API
    
                            for handling hwaccel frames.
    
      6992276 / ad884d1 hwcontext_cuda.h - Add a new installed header hwcontext_cuda.h with
    
                                 CUDA-specific hwcontext definitions.
    
      d779d8d / a001ce3 hwcontext_vdpau.h - Add a new installed header hwcontext_vdpau.h with
    
                                  VDPAU-specific hwcontext definitions.
    
      63c3e35 / 7bc780c pixfmt.h - Add AV_PIX_FMT_CUDA.
    
    -------- 8< --------- FFmpeg 3.0 was cut here -------- 8< ---------
    
    
    2016-02-10 - bc9a596 / 9f61abc - lavf 57.25.100 / 57.3.0 - avformat.h
    
      Add AVFormatContext.opaque, io_open and io_close, allowing custom IO
    
    
    2016-02-01 - 1dba837 - lavf 57.24.100 - avformat.h, avio.h
    
      Add protocol_whitelist to AVFormatContext, AVIOContext
    
    
    2016-01-31 - 66e9d2f - lavu 55.17.100 - frame.h
    
      Add AV_FRAME_DATA_GOP_TIMECODE for exporting MPEG1/2 GOP timecodes.
    
    
    2016-01-01 - 5e8b053 / 2c68113 - lavc 57.21.100 / 57.12.0 - avcodec.h
    
      Add AVCodecDescriptor.profiles and avcodec_profile_name().
    
    
    2015-12-28 - 1f9139b - lavf 57.21.100 - avformat.h
    
      Add automatic bitstream filtering; add av_apply_bitstream_filters()
    
    
    2015-12-22 - 39a09e9 - lavfi 6.21.101 - avfilter.h
    
      Deprecate avfilter_link_set_closed().
      Applications are not supposed to mess with links,
      they should close the sinks.
    
    
    2015-12-17 - lavc 57.18.100 / 57.11.0 - avcodec.h dirac.h
    
      xxxxxxx - Add av_packet_add_side_data().
      xxxxxxx - Add AVCodecContext.coded_side_data.
    
      xxxxxxx - Add AVCPBProperties API.
    
      xxxxxxx - Add a new public header dirac.h containing
                av_dirac_parse_sequence_header()
    
    2015-12-11 - 676a93f - lavf 57.20.100 - avformat.h
    
      Add av_program_add_stream_index()
    
    
    2015-11-29 - 93fb4a4 - lavc 57.16.101 - avcodec.h
    
      Deprecate rtp_callback without replacement, i.e. it won't be possible to
      get image slices before the full frame is encoded any more. The libavformat
      rtpenc muxer can still be used for RFC-2190 packetization.
    
    
    2015-11-22 - fe20e34 - lavc 57.16.100 - avcodec.h
    
      Add AV_PKT_DATA_FALLBACK_TRACK for making fallback associations between
      streams.
    
    
    2015-11-22 - ad317c9 - lavf 57.19.100 - avformat.h
    
      Add av_stream_new_side_data().
    
    
    2015-11-22 - e12f403 - lavu 55.8.100 - xtea.h
    
        Add av_xtea_le_init and av_xtea_le_crypt
    
    2015-11-18 - lavu 55.7.100 - mem.h
      Add av_fast_mallocz()
    
    
    2015-10-29 - lavc 57.12.100 / 57.8.0 - avcodec.h
    
      xxxxxx - Deprecate av_free_packet(). Use av_packet_unref() as replacement,
               it resets the packet in a more consistent way.
      xxxxxx - Deprecate av_dup_packet(), it is a no-op for most cases.
               Use av_packet_ref() to make a non-refcounted AVPacket refcounted.
    
      xxxxxx - Add av_packet_alloc(), av_packet_clone(), av_packet_free().
               They match the AVFrame functions with the same name.
    
    2015-10-27 - 1e477a9 - lavu 55.5.100 - cpu.h
    
    Rodger Combs's avatar
    Rodger Combs committed
      Add AV_CPU_FLAG_AESNI.
    
    
    2015-10-22 - ee573b4 / a17a766 - lavc 57.9.100 / 57.5.0 - avcodec.h
    
      Add data and linesize array to AVSubtitleRect, to be used instead of
      the ones from the embedded AVPicture.
    
    
    2015-10-22 - 866a417 / dc923bc - lavc 57.8.100 / 57.0.0 - qsv.h
    
      Add an API for allocating opaque surfaces.
    
    
    2015-10-15 - 2c2d162 - lavf 57.4.100
    
      Remove the latm demuxer that was a duplicate of the loas demuxer.
    
    
    2015-10-14 - b994788 / 11c5f43 - lavu 55.4.100 / 55.2.0 - dict.h
    
      Change return type of av_dict_copy() from void to int, so that a proper
      error code can be reported.
    
    
    2015-09-29 - b01891a / 948f3c1 - lavc 57.3.100 / 57.2.0 - avcodec.h
    
      Change type of AVPacket.duration from int to int64_t.
    
    
    2015-09-17 - 7c46f24 / e3d4784 - lavc 57.3.100 / 57.2.0 - d3d11va.h
    
      Add av_d3d11va_alloc_context(). This function must from now on be used for
      allocating AVD3D11VAContext.
    
    
    2015-09-15 - lavf 57.2.100 - avformat.h
      probesize and max_analyze_duration switched to 64bit, both
      are only accessible through AVOptions
    
    
    2015-09-15 - lavf 57.1.100 - avformat.h
      bit_rate was changed to 64bit, make sure you update any
      printf() or other type sensitive code
    
    
    2015-09-15 - lavc 57.2.100 - avcodec.h
      bit_rate/rc_max_rate/rc_min_rate were changed to 64bit, make sure you update
      any printf() or other type sensitive code
    
    
    2015-09-07 - lavu 55.0.100 / 55.0.0
    
      c734b34 / b8b5d82 - Change type of AVPixFmtDescriptor.flags from uint8_t to uint64_t.
      f53569a / 6b3ef7f - Change type of AVComponentDescriptor fields from uint16_t to int
    
      151aa2e / 2268db2 - Add step, offset, and depth to AVComponentDescriptor to replace
    
                the deprecated step_minus1, offset_plus1, and depth_minus1.
    
    -------- 8< --------- FFmpeg 2.8 was cut here -------- 8< ---------
    
    
    2015-08-27 - 1dd854e1 - lavc 56.58.100 - vaapi.h
    
      Deprecate old VA-API context (vaapi_context) fields that were only
      set and used by libavcodec. They are all managed internally now.
    
    
    2015-08-19 - 9f8e57ef - lavu 54.31.100 - pixfmt.h
    
      Add a unique pixel format for VA-API (AV_PIX_FMT_VAAPI) that
      indicates the nature of the underlying storage: a VA surface. This
      yields the same value as AV_PIX_FMT_VAAPI_VLD.
      Deprecate old VA-API related pixel formats: AV_PIX_FMT_VAAPI_MOCO,
      AV_PIX_FMT_VAAPI_IDCT, AV_PIX_FMT_VAAPI_VLD.
    
    
    2015-08-02 - lavu 54.30.100 / 54.17.0
      9ed59f1 / 7a7df34c -  Add av_blowfish_alloc().
      a130ec9 / ae365453 -  Add av_rc4_alloc().
      9ca1997 / 5d8bea3b -  Add av_xtea_alloc().
      3cf08e9 / d9e8b47e -  Add av_des_alloc().
    
    2015-07-27 - lavc 56.56.100 / 56.35.0 - avcodec.h
      94d68a4 / 7c6eb0a1 - Rename CODEC_FLAG* defines to AV_CODEC_FLAG*.
      444e987 / def97856 - Rename CODEC_CAP_* defines to AV_CODEC_CAP_*.
      29d147c / 059a9348 - Rename FF_INPUT_BUFFER_PADDING_SIZE and FF_MIN_BUFFER_SIZE
    
                  to AV_INPUT_BUFFER_PADDING_SIZE and AV_INPUT_BUFFER_MIN_SIZE.
    
    
    2015-07-22 - c40ecff - lavc 56.51.100 - avcodec.h
    
      Add AV_PKT_DATA_QUALITY_STATS to export the quality value, PSNR, and pict_type
      of an AVPacket.
    
    2015-07-16 - 8dad213 - lavc 56.49.100
    
      Add av_codec_get_codec_properties(), FF_CODEC_PROPERTY_LOSSLESS
      and FF_CODEC_PROPERTY_CLOSED_CAPTIONS
    
    
    2015-07-03 - d563e13 / 83212943 - lavu 54.28.100 / 56.15.0
    
    -------- 8< --------- FFmpeg 2.7 was cut here -------- 8< ---------
    
    
    2015-06-04 - cc17b43 - lswr  1.2.100
    
      Add swr_get_out_samples()
    
    
    2015-05-27 - c312bfa - lavu 54.26.100 - cpu.h
    
      Add AV_CPU_FLAG_AVXSLOW.
    
    
    2015-05-26 - 1fb9b2a - lavu 54.25.100 - rational.h
    
      Add av_q2intfloat().
    
    
    2015-05-13 - cc48409 / e7c5e17 - lavc 56.39.100 / 56.23.0
    
    2015-05-11 - 541d75f - lavf 56.33.100 - avformat.h
    
      Add AVOpenCallback AVFormatContext.open_cb
    
    
    2015-05-07 - a7dd933 - 56.38.100 - avcodec.h
    
      Add av_packet_side_data_name().
    
    
    2015-05-07 - 01e59d4 - 56.37.102 - avcodec.h
      Add FF_PROFILE_VP9_2 and FF_PROFILE_VP9_3.
    
    
    2015-05-04 - 079b7f6 - 56.37.100 - avcodec.h
    
    James Almer's avatar
    James Almer committed
      Add FF_PROFILE_VP9_0 and FF_PROFILE_VP9_1.
    
    
    2015-04-22 - 748d481 - lavf 56.31.100 - avformat.h
    
      Add AVFMT_FLAG_FAST_SEEK flag. Some formats (initially mp3) use it to enable
      fast, but inaccurate seeking.
    
    
    2015-04-20 - 8e8219e / c253340 - lavu 54.23.100 / 54.12.0 - log.h
    
      Add AV_LOG_TRACE for extremely verbose debugging.
    
    
    2015-04-02 - 26e0e393 - lavf 56.29.100 - avio.h
    
      Add AVIODirEntryType.AVIO_ENTRY_SERVER.
      Add AVIODirEntryType.AVIO_ENTRY_SHARE.
      Add AVIODirEntryType.AVIO_ENTRY_WORKGROUP.
    
    
    2015-03-31 - 3188696 - lavu 54.22.100 - avstring.h
    
      Add av_append_path_component()
    
    
    2015-03-27 - 184084c - lavf 56.27.100 - avio.h url.h
      New directory listing API.
    
      Add AVIODirEntryType enum.
      Add AVIODirEntry, AVIODirContext structures.
      Add avio_open_dir(), avio_read_dir(), avio_close_dir(), avio_free_directory_entry().
      Add ff_alloc_dir_entry().
      Extend URLProtocol with url_open_dir(), url_read_dir(), url_close_dir().
    
    
    2015-03-29 - 268ff17 / c484561 - lavu 54.21.100 / 54.10.0 - pixfmt.h
    
      Add AV_PIX_FMT_MMAL for MMAL hardware acceleration.
    
    
    2015-03-19 - 11fe56c - 56.29.100 / lavc 56.22.0
    
      Add FF_PROFILE_DTS_EXPRESS.
    
    
    -------- 8< --------- FFmpeg 2.6 was cut here -------- 8< ---------
    
    
    2015-03-04 - cca4476 - lavf 56.25.100
    
    wm4's avatar
    wm4 committed
      Add avformat_flush()
    
    
    2015-03-03 - 81a9126 - lavf 56.24.100
    
      Add avio_put_str16be()
    
    
    2015-02-19 - 560eb71 / 31d2039 - lavc 56.23.100 / 56.13.0
    
      Add width, height, coded_width, coded_height and format to
      AVCodecParserContext.
    
    
    2015-02-19 - e375511 / 5b1d9ce - lavu 54.19.100 / 54.9.0
    
      Add AV_PIX_FMT_QSV for QSV hardware acceleration.
    
    
    2015-02-14 - ba22295 - lavc 56.21.102
    
      Deprecate VIMA decoder.
    
    
    2015-01-27 - 62a82c6 / 728685f - lavc 56.21.100 / 56.12.0, lavu 54.18.100 / 54.8.0 - avcodec.h, frame.h
    
      Add AV_PKT_DATA_AUDIO_SERVICE_TYPE and AV_FRAME_DATA_AUDIO_SERVICE_TYPE for
      storing the audio service type as side data.
    
    
    2015-01-16 - a47c933 - lavf 56.19.100 - avformat.h
      Add data_codec and data_codec_id for storing codec of data stream
    
    
    2015-01-11 - 007c33d - lavd 56.4.100 - avdevice.h
    
      Add avdevice_list_input_sources().
      Add avdevice_list_output_sinks().
    
    
    2014-12-25 - d7aaeea / c220a60 - lavc 56.19.100 / 56.10.0 - vdpau.h
    
      Add av_vdpau_get_surface_parameters().
    
    
    2014-12-25 - ddb9a24 / 6c99c92 - lavc 56.18.100 / 56.9.0 - avcodec.h
    
      Add AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH flag to av_vdpau_bind_context().
    
    
    2014-12-25 - d16079a / 57b6704 - lavc 56.17.100 / 56.8.0 - avcodec.h
    
      Add AVCodecContext.sw_pix_fmt.
    
    
    2014-12-04 - 6e9ac02 - lavc 56.14.100 - dv_profile.h
    
    -------- 8< --------- FFmpeg 2.5 was cut here -------- 8< ---------
    
    
    2014-11-21 - ab922f9 - lavu 54.15.100 - dict.h
    
       Add av_dict_get_string().
    
    
    2014-11-18 - a54a51c - lavu 54.14.100 - float_dsp.h
    
      Add avpriv_float_dsp_alloc().
    
    
    2014-11-16 - 6690d4c3 - lavf 56.13.100 - avformat.h
    
      Add AVStream.recommended_encoder_configuration with accessors.
    
    
    2014-11-16 - bee5844d - lavu 54.13.100 - opt.h
    
      Add av_opt_serialize().
    
    
    2014-11-16 - eec69332 - lavu 54.12.100 - opt.h
    
      Add av_opt_is_set_to_default().
    
    
    2014-11-06 - 44fa267 / 5e80fb7 - lavc 56.11.100 / 56.6.0 - vorbis_parser.h
    
      Add a public API for parsing vorbis packets.
    
    
    2014-10-15 - 17085a0 / 7ea1b34 - lavc 56.7.100 / 56.5.0 - avcodec.h
    
      Replace AVCodecContext.time_base used for decoding
      with AVCodecContext.framerate.
    
    
    2014-10-15 - 51c810e / d565fef1 - lavc 56.6.100 / 56.4.0 - avcodec.h
    
      Add AV_HWACCEL_FLAG_IGNORE_LEVEL flag to av_vdpau_bind_context().
    
    
    2014-10-13 - da21895 / 2df0c32e - lavc 56.5.100 / 56.3.0 - avcodec.h
    
      Add AVCodecContext.initial_padding. Deprecate the use of AVCodecContext.delay
      for audio encoding.
    
    
    2014-10-08 - bb44f7d / 5a419b2 - lavu 54.10.100 / 54.4.0 - pixdesc.h
    
      Add API to return the name of frame and context color properties.
    
    
    2014-10-06 - a61899a / e3e158e - lavc 56.3.100 / 56.2.0 - vdpau.h
    
      Add av_vdpau_bind_context(). This function should now be used for creating
      (or resetting) a AVVDPAUContext instead of av_vdpau_alloc_context().
    
    
    2014-10-02 - cdd6f05 - lavc 56.2.100 - avcodec.h
    2014-10-02 - cdd6f05 - lavu 54.9.100 - frame.h
    
      Add AV_FRAME_DATA_SKIP_SAMPLES. Add lavc CODEC_FLAG2_SKIP_MANUAL and
      AVOption "skip_manual", which makes lavc export skip information via
      AV_FRAME_DATA_SKIP_SAMPLES AVFrame side data, instead of skipping and
      discarding samples automatically.
    
    
    2014-10-02 - 0d92b0d - lavu 54.8.100 - avstring.h
    
    2014-09-24 - ac68295 - libpostproc 53.1.100
    
      Add visualization support
    
    2014-09-19 - 6edd6a4 - lavc 56.1.101 - dv_profile.h
    
      deprecate avpriv_dv_frame_profile2(), which was made public by accident.
    
    
    
    -------- 8< --------- FFmpeg 2.4 was cut here -------- 8< ---------
    
    
    2014-08-25 - 215db29 / b263f8f - lavf 56.3.100 / 56.3.0 - avformat.h
    
      Add AVFormatContext.max_ts_probe.
    
    
    2014-08-28 - f30a815 / 9301486 - lavc 56.1.100 / 56.1.0 - avcodec.h
    
      Add AV_PKT_DATA_STEREO3D to export container-level stereo3d information.
    
    
    2014-08-23 - 8fc9bd0 - lavu 54.7.100 - dict.h
    
      AV_DICT_DONT_STRDUP_KEY and AV_DICT_DONT_STRDUP_VAL arguments are now
      freed even on error. This is consistent with the behaviour all users
      of it we could find expect.
    
    
    2014-08-21 - 980a5b0 - lavu 54.6.100 - frame.h motion_vector.h
    
      Add AV_FRAME_DATA_MOTION_VECTORS side data and AVMotionVector structure
    
    
    2014-08-16 - b7d5e01 - lswr 1.1.100 - swresample.h
    
      Add AVFrame based API
    
    
    2014-08-16 - c2829dc - lavu 54.4.100 - dict.h
    
      Add av_dict_set_int helper function.
    
    
    2014-08-13 - c8571c6 / 8ddc326 - lavu 54.3.100 / 54.3.0 - mem.h
    
    2014-08-13 - 2ba4577 / a8c104a - lavu 54.2.100 / 54.2.0 - opt.h
    
      Add av_opt_get_dict_val/set_dict_val with AV_OPT_TYPE_DICT to support
      dictionary types being set as options.
    
    
    2014-08-13 - afbd4b8 - lavf 56.01.0 - avformat.h
    
      Add AVFormatContext.event_flags and AVStream.event_flags for signaling to
      the user when events happen in the file/stream.
    
    
    2014-08-10 - 78eaaa8 / fb1ddcd - lavr 2.1.0 - avresample.h
    
      Add avresample_convert_frame() and avresample_config().
    
    
    2014-08-10 - 78eaaa8 / fb1ddcd - lavu 54.1.100 / 54.1.0 - error.h
    
      Add AVERROR_INPUT_CHANGED and AVERROR_OUTPUT_CHANGED.
    
    
    2014-08-08 - 3841f2a / d35b94f - lavc 55.73.102 / 55.57.4 - avcodec.h
    
      Deprecate FF_IDCT_XVIDMMX define and xvidmmx idct option.
      Replaced by FF_IDCT_XVID and xvid respectively.
    
    
    2014-08-08 - 5c3c671 - lavf 55.53.100 - avio.h
    
      Add avio_feof() and deprecate url_feof().
    
    
    2014-08-07 - bb78903 - lsws 2.1.3 - swscale.h
    
      sws_getContext is not going to be removed in the future.
    
    2014-08-07 - a561662 / ad1ee5f - lavc 55.73.101 / 55.57.3 - avcodec.h
    
      reordered_opaque is not going to be removed in the future.
    
    
    2014-08-02 - 28a2107 - lavu 52.98.100 - pixelutils.h
    
      Add pixelutils API with SAD functions
    
    
    2014-08-04 - 6017c98 / e9abafc - lavu 52.97.100 / 53.22.0 - pixfmt.h
    
      Add AV_PIX_FMT_YA16 pixel format for 16 bit packed gray with alpha.
    
    
    2014-08-04 - 4c8bc6f / e96c3b8 - lavu 52.96.101 / 53.21.1 - avstring.h
    
      Rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 to better identify the format.
      An alias pixel format and color space name are provided for compatibility.
    
    
    2014-08-04 - 073c074 / d2962e9 - lavu 52.96.100 / 53.21.0 - pixdesc.h
    
      Support name aliases for pixel formats.
    
    
    2014-08-03 - 71d008e / 1ef9e83 - lavc 55.72.101 / 55.57.2 - avcodec.h
    2014-08-03 - 71d008e / 1ef9e83 - lavu 52.95.100 / 53.20.0 - frame.h
    
      Deprecate AVCodecContext.dtg_active_format and use side-data instead.
    
    2014-08-03 - e680c73 - lavc 55.72.100 - avcodec.h
    
      Add get_pixels() to AVDCT
    
    
    2014-08-03 - 9400603 / 9f17685 - lavc 55.71.101 / 55.57.1 - avcodec.h
    
      Deprecate unused FF_IDCT_IPP define and ipp avcodec option.
      Deprecate unused FF_DEBUG_PTS define and pts avcodec option.
      Deprecate unused FF_CODER_TYPE_DEFLATE define and deflate avcodec option.
      Deprecate unused FF_DCT_INT define and int avcodec option.
      Deprecate unused avcodec option scenechange_factor.
    
    
    2014-07-30 - ba3e331 - lavu 52.94.100 - frame.h
    
      Add av_frame_side_data_name()
    
    
    2014-07-29 - 80a3a66 / 3a19405 - lavf 56.01.100 / 56.01.0 - avformat.h
    
      Add mime_type field to AVProbeData, which now MUST be initialized in
      order to avoid uninitialized reads of the mime_type pointer, likely
      leading to crashes.
      Typically, this means you will do 'AVProbeData pd = { 0 };' instead of
      'AVProbeData pd;'.
    
    
    2014-07-29 - 31e0b5d / 69e7336 - lavu 52.92.100 / 53.19.0 - avstring.h
    
      Make name matching function from lavf public as av_match_name().
    
    
    2014-07-28 - 2e5c8b0 / c5fca01 - lavc 55.71.100 / 55.57.0 - avcodec.h
    
      Add AV_CODEC_PROP_REORDER to mark codecs supporting frame reordering.
    
    
    2014-07-27 - ff9a154 - lavf 55.50.100 - avformat.h
      New field int64_t probesize2 instead of deprecated
      field int probesize.
    
    2014-07-27 - 932ff70 - lavc 55.70.100 - avdct.h
    
    Michael Niedermayer's avatar
    Michael Niedermayer committed
      Add AVDCT / avcodec_dct_alloc() / avcodec_dct_init().
    
    
    2014-07-23 - 8a4c086 - lavf 55.49.100 - avio.h
    
    
    -------- 8< --------- FFmpeg 2.3 was cut here -------- 8< ---------
    
    
    2014-07-14 - 62227a7 - lavf 55.47.100 - avformat.h
    
    2014-07-09 - c67690f / a54f03b - lavu 52.92.100 / 53.18.0 - display.h
    
      Add av_display_matrix_flip() to flip the transformation matrix.
    
    
    2014-07-09 - 1b58f13 / f6ee61f - lavc 55.69.100 / 55.56.0 - dv_profile.h
    
      Add a public API for DV profile handling.
    
    
    2014-06-20 - 0dceefc / 9e500ef - lavu 52.90.100 / 53.17.0 - imgutils.h
    
    2014-06-20 - 4a99333 / 874390e - lavc 55.68.100 / 55.55.0 - avcodec.h
    
      Add av_packet_rescale_ts() to simplify timestamp conversion.
    
    
    2014-06-18 - ac293b6 / 194be1f - lavf 55.44.100 / 55.20.0 - avformat.h
    
      The proper way for providing a hint about the desired timebase to the muxers
      is now setting AVStream.time_base, instead of AVStream.codec.time_base as was
      done previously. The old method is now deprecated.
    
    
    2014-06-11 - 67d29da - lavc 55.66.101 - avcodec.h
      Increase FF_INPUT_BUFFER_PADDING_SIZE to 32 due to some corner cases needing
      it
    
    
    2014-06-10 - 5482780 - lavf 55.43.100 - avformat.h
    
      New field int64_t max_analyze_duration2 instead of deprecated
      int max_analyze_duration.
    
    
    2014-05-30 - 00759d7 - lavu 52.89.100 - opt.h
    
      Add av_opt_copy()
    
    
    2014-06-01 - 03bb99a / 0957b27 - lavc 55.66.100 / 55.54.0 - avcodec.h
    
      Add AVCodecContext.side_data_only_packets to allow encoders to output packets
      with only side data. This option may become mandatory in the future, so all
      users are recommended to update their code and enable this option.
    
    
    2014-06-01 - 6e8e9f1 / 8c02adc - lavu 52.88.100 / 53.16.0 - frame.h, pixfmt.h
    
      Move all color-related enums (AVColorPrimaries, AVColorSpace, AVColorRange,
      AVColorTransferCharacteristic, and AVChromaLocation) inside lavu.
    
      And add AVFrame fields for them.
    
    2014-05-29 - bdb2e80 / b2d4565 - lavr 1.3.0 - avresample.h
    
      Add avresample_max_output_samples
    
    
    2014-05-28 - d858ee7 / 6d21259 - lavf 55.42.100 / 55.19.0 - avformat.h
    
      Add strict_std_compliance and related AVOptions to support experimental
      muxing.
    
    
    2014-05-26 - 55cc60c - lavu 52.87.100 - threadmessage.h
    
      Add thread message queue API.
    
    
    2014-05-26 - c37d179 - lavf 55.41.100 - avformat.h
    
      Add format_probesize to AVFormatContext.
    
    
    2014-05-20 - 7d25af1 / c23c96b - lavf 55.39.100 / 55.18.0 - avformat.h
    
      Add av_stream_get_side_data() to access stream-level side data
      in the same way as av_packet_get_side_data().
    
    
    2014-05-20 - 7336e39 - lavu 52.86.100 - fifo.h
    
      Add av_fifo_alloc_array() function.
    
    
    2014-05-19 - ef1d4ee / bddd8cb - lavu 52.85.100 / 53.15.0 - frame.h, display.h
    
      Add AV_FRAME_DATA_DISPLAYMATRIX for exporting frame-level
      spatial rendering on video frames for proper display.
    
    
    2014-05-19 - ef1d4ee / bddd8cb - lavc 55.64.100 / 55.53.0 - avcodec.h
    
      Add AV_PKT_DATA_DISPLAYMATRIX for exporting packet-level
      spatial rendering on video frames for proper display.
    
    
    2014-05-19 - 999a99c / a312f71 - lavf 55.38.101 / 55.17.1 - avformat.h
    
      Deprecate AVStream.pts and the AVFrac struct, which was its only use case.
    
      See use av_stream_get_end_pts()
    
    2014-05-18 - 68c0518 / fd05602 - lavc 55.63.100 / 55.52.0 - avcodec.h
    
      Add avcodec_free_context(). From now on it should be used for freeing
      AVCodecContext.
    
    
    2014-05-17 - 0eec06e / 1bd0bdc - lavu 52.84.100 / 54.5.0 - time.h
    
      Add av_gettime_relative() av_gettime_relative_is_monotonic()
    
    
    2014-05-15 - eacf7d6 / 0c1959b - lavf 55.38.100 / 55.17.0 - avformat.h
    
    Gabriel Dume's avatar
    Gabriel Dume committed
      Add AVFMT_FLAG_BITEXACT flag. Muxers now use it instead of checking
    
      CODEC_FLAG_BITEXACT on the first stream.
    
    
    2014-05-15 - 96cb4c8 - lswr 0.19.100 - swresample.h
    
      Add swr_close()
    
    
    2014-05-11 - 14aef38 / 66e6c8a - lavu 52.83.100 / 53.14.0 - pixfmt.h
    
      Add AV_PIX_FMT_VDA for new-style VDA acceleration.
    
    
    2014-05-07 - 351f611 - lavu 52.82.100 - fifo.h
    
      Add av_fifo_freep() function.
    
    
    2014-05-02 - ba52fb11 - lavu 52.81.100 - opt.h
    
      Add av_opt_set_dict2() function.
    
    
    2014-05-01 - e77b985 / a2941c8 - lavc 55.60.103 / 55.50.3 - avcodec.h
    
      Deprecate CODEC_FLAG_MV0. It is replaced by the flag "mv0" in the
      "mpv_flags" private option of the mpegvideo encoders.
    
    
    2014-05-01 - e40ae8c / 6484149 - lavc 55.60.102 / 55.50.2 - avcodec.h
    
      Deprecate CODEC_FLAG_GMC. It is replaced by the "gmc" private option of the
      libxvid encoder.
    
    
    2014-05-01 - 1851643 / b2c3171 - lavc 55.60.101 / 55.50.1 - avcodec.h
    
      Deprecate CODEC_FLAG_NORMALIZE_AQP. It is replaced by the flag "naq" in the
      "mpv_flags" private option of the mpegvideo encoders.
    
    
    2014-05-01 - cac07d0 / 5fcceda - avcodec.h
    
      Deprecate CODEC_FLAG_INPUT_PRESERVED. Its functionality is replaced by passing
      reference-counted frames to encoders.
    
    
    2014-04-30 - 617e866 - lavu 52.81.100 - pixdesc.h
      Add av_find_best_pix_fmt_of_2(), av_get_pix_fmt_loss()
      Deprecate avcodec_get_pix_fmt_loss(), avcodec_find_best_pix_fmt_of_2()
    
    
    2014-04-29 - 1bf6396 - lavc 55.60.100 - avcodec.h
      Add AVCodecDescriptor.mime_types field.
    
    
    2014-04-29 - b804eb4 - lavu 52.80.100 - hash.h
    
      Add av_hash_final_bin(), av_hash_final_hex() and av_hash_final_b64().
    
    
    2014-03-07 - 8b2a130 - lavc 55.50.0 / 55.53.100 - dxva2.h
    
      Add FF_DXVA2_WORKAROUND_INTEL_CLEARVIDEO for old Intel GPUs.
    
    
    2014-04-22 - 502512e /dac7e8a - lavu 53.13.0 / 52.78.100 - avutil.h
    
      Add av_get_time_base_q().
    
    
    2014-04-17 - a8d01a7 / 0983d48 - lavu 53.12.0 / 52.77.100 - crc.h
    
      Add AV_CRC_16_ANSI_LE crc variant.
    
    
    2014-04-15 - ef818d8 - lavf 55.37.101 - avformat.h
    
    2014-04-12 - 4f698be - lavu 52.76.100 - log.h
    
      Add av_log_get_flags()
    
    
    2014-04-11 - 6db42a2b - lavd 55.12.100 - avdevice.h
    
      Add avdevice_capabilities_create() function.
      Add avdevice_capabilities_free() function.
    
    
    2014-04-07 - 0a1cc04 / 8b17243 - lavu 52.75.100 / 53.11.0 - pixfmt.h
    
      Add AV_PIX_FMT_YVYU422 pixel format.
    
    
    2014-04-04 - c1d0536 / 8542f9c - lavu 52.74.100 / 53.10.0 - replaygain.h
    
      Full scale for peak values is now 100000 (instead of UINT32_MAX) and values
      may overflow.
    
    
    2014-04-03 - c16e006 / 7763118 - lavu 52.73.100 / 53.9.0 - log.h
    
      Add AV_LOG(c) macro to have 256 color debug messages.
    
    
    2014-04-03 - eaed4da9 - lavu 52.72.100 - opt.h
    
      Add AV_OPT_MULTI_COMPONENT_RANGE define to allow return
    
      multi-component option ranges.
    
    
    2014-03-29 - cd50a44b - lavu 52.70.100 - mem.h
    
      Add av_dynarray_add_nofree() function.
    
    
    2014-02-24 - 3e1f241 / d161ae0 - lavu 52.69.100 / 53.8.0 - frame.h
    
      Add av_frame_remove_side_data() for removing a single side data
      instance from a frame.
    
    
    2014-03-24 - 83e8978 / 5a7e35d - lavu 52.68.100 / 53.7.0 - frame.h, replaygain.h
    
      Add AV_FRAME_DATA_REPLAYGAIN for exporting replaygain tags.
      Add a new header replaygain.h with the AVReplayGain struct.
    
    
    2014-03-24 - 83e8978 / 5a7e35d - lavc 55.54.100 / 55.36.0 - avcodec.h
    
      Add AV_PKT_DATA_REPLAYGAIN for exporting replaygain tags.
    
    
    2014-03-24 - 595ba3b / 25b3258 - lavf 55.35.100 / 55.13.0 - avformat.h
    
      Add AVStream.side_data and AVStream.nb_side_data for exporting stream-global
      side data (e.g. replaygain tags, video rotation)
    
    
    2014-03-24 - bd34e26 / 0e2c3ee - lavc 55.53.100 / 55.35.0 - avcodec.h
    
      Give the name AVPacketSideData to the previously anonymous struct used for
      AVPacket.side_data.
    
    
    
    -------- 8< --------- FFmpeg 2.2 was cut here -------- 8< ---------