Merge remote-tracking branch 'qatar/master'
* qatar/master:
g723.1: simplify scale_vector()
g723.1: simplify normalize_bits()
vda: cosmetics: fix Doxygen comment formatting
vda: better frame allocation
vda: Merge implementation into one file
vda: support synchronous decoding
vda: Reuse the bitstream buffer and reallocate it only if needed
build: Factor out mpegvideo encoding dependencies to CONFIG_MPEGVIDEOENC
avprobe: Include libm.h for the log2 fallback
proresenc: use the edge emulation buffer
rtmp: handle bytes read reports
configure: Fix typo in mpeg2video/svq1 decoder dependency declaration
Use log2(x) instead of log(x) / log(2)
x86: swscale: fix fragile memory accesses
x86: swscale: remove disabled code
x86: yadif: fix asm with suncc
x86: cabac: allow building with suncc
x86: mlpdsp: avoid taking address of void
ARM: intmath: use native-size return types for clipping functions
Conflicts:
configure
ffprobe.c
libavcodec/Makefile
libavcodec/g723_1.c
libavcodec/v210dec.h
libavcodec/vda.h
libavcodec/vda_h264.c
libavcodec/x86/cabac.h
libavfilter/x86/yadif_template.c
libswscale/x86/rgb2rgb_template.c
Merged-by:
Michael Niedermayer <michaelni@gmx.at>
No related branches found
No related tags found
Showing
- configure 13 additions, 11 deletionsconfigure
- ffmpeg.c 1 addition, 1 deletionffmpeg.c
- ffprobe.c 2 additions, 1 deletionffprobe.c
- libavcodec/Makefile 14 additions, 30 deletionslibavcodec/Makefile
- libavcodec/g723_1.c 1 addition, 11 deletionslibavcodec/g723_1.c
- libavcodec/imc.c 2 additions, 2 deletionslibavcodec/imc.c
- libavcodec/snowenc.c 1 addition, 1 deletionlibavcodec/snowenc.c
- libavcodec/vda.h 84 additions, 84 deletionslibavcodec/vda.h
- libavcodec/vda_h264.c 22 additions, 24 deletionslibavcodec/vda_h264.c
- libavcodec/version.h 3 additions, 0 deletionslibavcodec/version.h
- libavcodec/x86/cabac.h 12 additions, 10 deletionslibavcodec/x86/cabac.h
- libavcodec/x86/h264_i386.h 24 additions, 13 deletionslibavcodec/x86/h264_i386.h
- libavcodec/x86/mlpdsp.c 15 additions, 15 deletionslibavcodec/x86/mlpdsp.c
- libavfilter/x86/yadif_template.c 14 additions, 15 deletionslibavfilter/x86/yadif_template.c
- libavformat/rtmpproto.c 3 additions, 0 deletionslibavformat/rtmpproto.c
- libavutil/arm/intmath.h 5 additions, 5 deletionslibavutil/arm/intmath.h
- libswscale/x86/rgb2rgb_template.c 137 additions, 231 deletionslibswscale/x86/rgb2rgb_template.c
Loading
Please register or sign in to comment