OSDN Git Service

Merge remote-tracking branch 'qatar/master'
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 4 Jun 2011 04:31:35 +0000 (06:31 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 4 Jun 2011 04:35:17 +0000 (06:35 +0200)
commit87f40364d1a22aff5c9c245fa4ad07275c954248
tree4aec0853f83ac15ce8f299631505c145f48fe71e
parente4e2db9c74a10b2342297489edc00e99b10d5eb3
parentdc6632f1195c929a87ddf1b02d12b681c6de79ad
Merge remote-tracking branch 'qatar/master'

* qatar/master: (21 commits)
  build: simplify commands for clean target
  swscale: split swscale.c in unscaled and generic conversion routines.
  swscale: cosmetics.
  swscale: integrate (literally) swscale_template.c in swscale.c.
  swscale: split out x86/swscale_template.c from swscale.c.
  swscale: enable hScale_altivec_real.
  swscale: split out ppc _template.c files from main swscale.c.
  swscale: remove indirections in ppc/swscale_template.c.
  swscale: split out unscaled altivec YUV converters in their own file.
  mpegvideoenc: fix multislice fate tests with threading disabled.
  mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.
  build: Simplify texi2html invocation through the --output option.
  Mark some variables with av_unused
  Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().
  svq3: Check negative mb_type to fix potential crash.
  svq3: Move svq3-specific fields to their own context.
  rawdec: initialize return value to 0.
  Remove unused get_psnr() prototype
  rawdec: don't leak option strings.
  bktr: get default framerate from video standard.
  ...

Merged-by: Michael Niedermayer <michaelni@gmx.at>
32 files changed:
Makefile
ffmpeg.c
libavcodec/dsputil.h
libavcodec/dv.c
libavcodec/flacenc.c
libavcodec/mpegvideo.c
libavcodec/mpegvideo_enc.c
libavcodec/svq3.c
libavcodec/targaenc.c
libavcodec/utils.c
libavcodec/wmaprodec.c
libavdevice/bktr.c
libavdevice/libdc1394.c
libavformat/internal.h
libavformat/mov.c
libavformat/mpegts.c
libavformat/nsvdec.c
libavformat/r3d.c
libavformat/rawdec.c
libavformat/rtpdec.c
libavformat/utils.c
libswscale/ppc/swscale_altivec.c
libswscale/ppc/yuv2rgb_altivec.c
libswscale/ppc/yuv2rgb_altivec.h
libswscale/ppc/yuv2yuv_altivec.c
libswscale/swscale.c
libswscale/swscale_internal.h
libswscale/swscale_template.c
libswscale/swscale_unscaled.c
libswscale/x86/swscale_mmx.c
libswscale/x86/swscale_template.c
subdir.mak