]> git.sesse.net Git - ffmpeg/commit
Merge remote-tracking branch 'qatar/master'
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 4 Sep 2012 15:04:51 +0000 (17:04 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 4 Sep 2012 15:04:51 +0000 (17:04 +0200)
commit9dcc4c30f9d8ef70d3c07b4a77fdc507e8766107
treeae6bb70dcf614bfbf032b5fe4ac4f712777cd0c3
parent9de7622927b1b0ec6f8045b17b3116f046f44b87
parentb36f87ff90d87687f574d51385f47bb98d14600a
Merge remote-tracking branch 'qatar/master'

* qatar/master:
  configure: add support for bdver1 and bdver2 CPU types.
  avio: make avio_close NULL the freed buffer
  pixdesc: cosmetics
  proresenc: Don't free a buffer not owned by the codec
  proresenc: Write the full value in one put_bits call
  adpcmenc: Calculate the IMA_QT predictor without overflow
  x86: Add convenience macros to check for CPU extensions and flags
  x86: h264dsp: drop some unnecessary ifdefs around prototype declarations
  mss12: merge decode_pixel() and decode_top_left_pixel()
  mss12: reduce SliceContext size from 1067 to 164 KB
  mss12: move SliceContexts out of the common context into the codec contexts

Conflicts:
libavformat/aviobuf.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
configure
libavcodec/mss1.c
libavcodec/mss12.c
libavcodec/mss12.h
libavcodec/mss2.c
libavcodec/x86/h264dsp_init.c
libavformat/aviobuf.c
libavutil/pixdesc.c
libavutil/x86/cpu.h