OSDN Git Service

Merge commit '95d52464542f532061290192518d5fe1c1930e8d'
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 24 Jun 2013 08:57:04 +0000 (10:57 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 24 Jun 2013 08:57:04 +0000 (10:57 +0200)
* commit '95d52464542f532061290192518d5fe1c1930e8d':
  lavc: Add option to encode MPEG-2 AAC with libfdk-aac

Conflicts:
doc/APIchanges
libavcodec/version.h

Merged-by: Michael Niedermayer <michaelni@gmx.at>
1  2 
doc/APIchanges
libavcodec/avcodec.h
libavcodec/libfdk-aacenc.c
libavcodec/options_table.h
libavcodec/version.h

diff --cc doc/APIchanges
@@@ -15,25 -13,13 +15,27 @@@ libavutil:     2012-10-2
  
  API changes, most recent first:
  
+ 2013-06-xx - xxxxxxx - lavc 55.10.0 - avcodec.h
+   Add MPEG-2 AAC profiles
  
 -2013-06-xx - xxxxxxx - lavu 52.13.0 - mem.h
 +2013-06-xx - xxxxxxx - lavu 52.36.100
 +  Add AVRIPEMD:
 +   av_ripemd_alloc()
 +   av_ripemd_init()
 +   av_ripemd_update()
 +   av_ripemd_final()
 +
 +2013-06-05 - fc962d4 - lavu 52.13.0 - mem.h
    Add av_realloc_array and av_reallocp_array
  
 -2013-05-xx - xxxxxxx - lavfi 3.10.0 - avfilter.h
 +2013-05-30 - 682b227 - lavu 52.35.100
 +  Add AVSHA512:
 +   av_sha512_alloc()
 +   av_sha512_init()
 +   av_sha512_update()
 +   av_sha512_final()
 +
 +2013-05-24 - xxxxxxx - lavfi 3.70.100 - avfilter.h
    Add support for slice multithreading to lavfi. Filters supporting threading
    are marked with AVFILTER_FLAG_SLICE_THREADS.
    New fields AVFilterContext.thread_type, AVFilterGraph.thread_type and
Simple merge
Simple merge
Simple merge
   * Libavcodec version macros.
   */
  
 +#include "libavutil/avutil.h"
 +
  #define LIBAVCODEC_VERSION_MAJOR 55
- #define LIBAVCODEC_VERSION_MINOR  16
 -#define LIBAVCODEC_VERSION_MINOR 10
 -#define LIBAVCODEC_VERSION_MICRO  0
++#define LIBAVCODEC_VERSION_MINOR  17
 +#define LIBAVCODEC_VERSION_MICRO 100
  
  #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
                                                 LIBAVCODEC_VERSION_MINOR, \