OSDN Git Service

Merge remote-tracking branch 'qatar/master'
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 1 Feb 2012 01:08:23 +0000 (02:08 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 1 Feb 2012 01:36:09 +0000 (02:36 +0100)
commita369a6b85819890b21a87af3ce983ce533b7169b
tree838f9821dc09bd99b59ce4a2d8123d5fd6868b91
parent0a3a69e8d77146b53a1112c715a78e7d293883b1
parent52afc9716849e6fb6c2420674d790d374061c663
Merge remote-tracking branch 'qatar/master'

* qatar/master: (29 commits)
  fate: add golomb-test
  golomb-test: K&R formatting cosmetics
  h264: Split h264-test off into a separate file - golomb-test.c.
  h264-test: cleanup: drop timer invocations, commented out code and other cruft
  h264-test: Remove unused DSP and AVCodec contexts and related init calls.
  adpcm: Add missing stdint.h #include to fix standalone header compilation.
  lavf: add functions for accessing the fourcc<->CodecID mapping tables.
  lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().
  lavc: make avcodec_close() work properly on unopened codecs.
  lavc: add avcodec_is_open().
  lavf: rename AVInputFormat.value to raw_codec_id.
  lavf: remove the pointless value field from flv and iv8
  lavc/lavf: remove unnecessary symbols from the symbol version script.
  lavc: reorder AVCodec fields.
  lavf: reorder AVInput/OutputFormat fields.
  mp3dec: Fix a heap-buffer-overflow
  adpcmenc: remove some unneeded casts
  adpcmenc: use int16_t and uint8_t instead of short and unsigned char.
  adpcmenc: fix adpcm_ms extradata allocation
  adpcmenc: return proper AVERROR codes instead of -1
  ...

Conflicts:
doc/APIchanges
libavcodec/Makefile
libavcodec/adpcmenc.c
libavcodec/avcodec.h
libavcodec/h264.c
libavcodec/libavcodec.v
libavcodec/mpc7.c
libavcodec/mpegaudiodec.c
libavcodec/options.c
libavformat/Makefile
libavformat/avformat.h
libavformat/flvdec.c
libavformat/libavformat.v

Merged-by: Michael Niedermayer <michaelni@gmx.at>
28 files changed:
doc/APIchanges
libavcodec/Makefile
libavcodec/adpcm.h
libavcodec/adpcmenc.c
libavcodec/avcodec.h
libavcodec/h264.c
libavcodec/mpegaudiodec.c
libavcodec/options.c
libavcodec/utils.c
libavcodec/wmalosslessdec.c
libavcodec/x86/Makefile
libavcodec/x86/fmtconvert_mmx.c
libavformat/Makefile
libavformat/aacdec.c
libavformat/ac3dec.c
libavformat/avformat.h
libavformat/dtsdec.c
libavformat/flacdec.c
libavformat/flvdec.c
libavformat/ingenientdec.c
libavformat/iv8.c
libavformat/loasdec.c
libavformat/mov.c
libavformat/pcmdec.c
libavformat/rawdec.c
libavformat/rawdec.h
libavformat/rawvideodec.c
libavformat/utils.c