OSDN Git Service

Merge commit 'ac981d16415e7fd99683e10297781c7d9ec1a8cd'
authorHendrik Leppkes <h.leppkes@gmail.com>
Thu, 22 Oct 2015 17:41:52 +0000 (19:41 +0200)
committerHendrik Leppkes <h.leppkes@gmail.com>
Thu, 22 Oct 2015 17:41:52 +0000 (19:41 +0200)
* commit 'ac981d16415e7fd99683e10297781c7d9ec1a8cd':
  APIchanges: Fill in missing dates and hashes

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
1  2 
doc/APIchanges

diff --cc doc/APIchanges
@@@ -25,133 -20,67 +25,133 @@@ API changes, most recent first
    Change return type of av_dict_copy() from void to int, so that a proper
    error code can be reported.
  
- 2015-09-29 - xxxxxxx - lavc 57.3.100 / lavc 57.2.0 - avcodec.h
 -2015-09-29 - 948f3c1 - lavc 57.0.0 - avcodec.h
++2015-09-29 - b01891a / 948f3c1 - lavc 57.3.100 / lavc 57.2.0 - avcodec.h
    Change type of AVPacket.duration from int to int64_t.
  
- 2015-09-17 - xxxxxxx - lavc 57.3.100 / lavc 57.2.0 - d3d11va.h
 -2015-09-18 - e3d4784 - lavc 57.2.0 - d3d11va.h
++2015-09-17 - 7c46f24 / e3d4784 - lavc 57.3.100 / lavc 57.2.0 - d3d11va.h
    Add av_d3d11va_alloc_context(). This function must from now on be used for
    allocating AVD3D11VAContext.
  
 -2015-09-07 - lavu 55.0.0
 -  b8b5d82 - Change type of AVPixFmtDescriptor.flags from uint8_t to uint64_t.
 -  6b3ef7f - Change type of AVComponentDescriptor fields from uint16_t to int
 +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-xx-xx - lavu 55.0.100 / lavu 55.0.0
-   xxxxxxx - Change type of AVPixFmtDescriptor.flags from uint8_t to uint64_t.
-   xxxxxxx - Change type of AVComponentDescriptor fields from uint16_t to int
++2015-09-07 - lavu 55.0.100 / lavu 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
              and drop bit packing.
-   xxxxxxx - Add step, offset, and depth to AVComponentDescriptor to replace
 -  2268db2 - Add step, offset, and depth to AVComponentDescriptor to replace
++  151aa2e / 2268db2 - Add step, offset, and depth to AVComponentDescriptor to replace
              the deprecated step_minus1, offset_plus1, and depth_minus1.
  
 -2015-07-31 - lavu 54.17.0
 -  7a7df34 - Add av_blowfish_alloc().
 -  ae36545 - Add av_rc4_alloc().
 -  5d8bea3 - Add av_xtea_alloc().
 -  d9e8b47 - Add av_des_alloc().
 +-------- 8< --------- FFmpeg 2.8 was cut here -------- 8< ---------
  
 -2015-07-29 - 7e38340 - lavu 54.16.0 - hmac.h
 -  Add AV_HMAC_SHA224 and AV_HMAC_SHA256.
 +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-07-27 - lavc 56.35.0 - avcodec.h
 -  7c6eb0a - Rename CODEC_FLAG* defines to AV_CODEC_FLAG*.
 -  def9785 - Rename CODEC_CAP_* defines to AV_CODEC_CAP_*.
 -  059a934 - Rename FF_INPUT_BUFFER_PADDING_SIZE and FF_MIN_BUFFER_SIZE
 -            to AV_INPUT_BUFFER_PADDING_SIZE and AV_INPUT_BUFFER_MIN_SIZE.
 +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-07-20 - 5d3addb - lavc 56.33.0 - avcodec.h
 -  Add AV_PKT_DATA_QUALITY_FACTOR to export the quality value of an AVPacket.
 +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-02 - 1316df7 - lavu 56.15.0
 +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
    Add av_version_info().
  
 -2015-07-01 - 0d449c8 - lavfi 5.1.0 - version.h
 -             0f87f9b - lavd 55.2.0 - version.h
 -  Add library identification symbols, LIBAVFILTER_IDENT and LIBAVDEVICE_IDENT.
 +-------- 8< --------- FFmpeg 2.7 was cut here -------- 8< ---------
  
 -2015-06-07 - 252d620 - lavf 56.20.0 - avio.h
 -  Add avio_put_str16be.
 +2015-06-04 - cc17b43 - lswr  1.2.100
 +  Add swr_get_out_samples()
  
 -2015-05-13 - f7cafb5 - lavu 54.14.0 - cpu.h
 +2015-05-27 - c312bfa - lavu 54.26.100 - cpu.h
    Add AV_CPU_FLAG_AVXSLOW.
  
 -2015-05-13 - e7c5e17 - lavc 56.23.0
 +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
    Add av_vda_default_init2.
  
 -2015-04-19 - c253340 - lavu 54.12.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
 +  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-07 - 27f2746 - lavu 54.11.0
 -  Add av_small_strptime().
 +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-29 - 6fe2641 - lavc 56.22.0
 -  Add FF_PROFILE_DTS_EXPRESS.
 +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 - c484561 - lavu 54.10.0
 +2015-03-29 - 268ff17 / c484561 - lavu 54.21.100 / 54.10.0 - pixfmt.h
    Add AV_PIX_FMT_MMAL for MMAL hardware acceleration.
  
 -2015-02-19 - 31d2039 - lavc 56.13
 +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
 +  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.