-
- Downloads
Merge remote-tracking branch 'qatar/master'
* qatar/master:
pixdesc: mark pseudopaletted formats with a special flag.
avconv: switch to avcodec_encode_video2().
libx264: implement encode2().
libx264: split extradata writing out of encode_nals().
lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacket
cmdutils: update copyright year to 2012.
swscale: sign-extend integer function argument to qword on x86-64.
x86inc: support yasm -f win64 flag also.
h264: manually save/restore XMM registers for functions using INIT_MMX.
x86inc: allow manual use of WIN64_SPILL_XMM.
aacdec: Use correct speaker order for 7.1.
aacdec: Remove incorrect comment.
aacdec: Simplify output configuration.
Remove Sun medialib glue code.
dsputil: set STRIDE_ALIGN to 16 for x86 also.
pngdsp: swap argument inversion.
Conflicts:
cmdutils.c
configure
doc/APIchanges
ffmpeg.c
libavcodec/aacdec.c
libavcodec/dsputil.h
libavcodec/libx264.c
libavcodec/mlib/dsputil_mlib.c
libavcodec/utils.c
libavfilter/vf_scale.c
libavutil/avutil.h
libswscale/mlib/yuv2rgb_mlib.c
Merged-by:
Michael Niedermayer <michaelni@gmx.at>
No related branches found
No related tags found
Showing
- configure 0 additions, 4 deletionsconfigure
- doc/APIchanges 6 additions, 0 deletionsdoc/APIchanges
- ffmpeg.c 23 additions, 41 deletionsffmpeg.c
- libavcodec/Makefile 1 addition, 3 deletionslibavcodec/Makefile
- libavcodec/aacdec.c 16 additions, 19 deletionslibavcodec/aacdec.c
- libavcodec/aacdectab.h 2 additions, 2 deletionslibavcodec/aacdectab.h
- libavcodec/avcodec.h 39 additions, 2 deletionslibavcodec/avcodec.h
- libavcodec/dsputil.c 0 additions, 1 deletionlibavcodec/dsputil.c
- libavcodec/dsputil.h 2 additions, 19 deletionslibavcodec/dsputil.h
- libavcodec/imgconvert.c 1 addition, 7 deletionslibavcodec/imgconvert.c
- libavcodec/libx264.c 43 additions, 37 deletionslibavcodec/libx264.c
- libavcodec/mlib/dsputil_mlib.c 0 additions, 469 deletionslibavcodec/mlib/dsputil_mlib.c
- libavcodec/mpegvideo.c 0 additions, 2 deletionslibavcodec/mpegvideo.c
- libavcodec/mpegvideo.h 0 additions, 1 deletionlibavcodec/mpegvideo.h
- libavcodec/options.c 0 additions, 2 deletionslibavcodec/options.c
- libavcodec/rawdec.c 1 addition, 2 deletionslibavcodec/rawdec.c
- libavcodec/utils.c 92 additions, 20 deletionslibavcodec/utils.c
- libavcodec/version.h 3 additions, 0 deletionslibavcodec/version.h
- libavcodec/x86/h264_idct.asm 3 additions, 0 deletionslibavcodec/x86/h264_idct.asm
- libavcodec/x86/h264_intrapred.asm 3 additions, 0 deletionslibavcodec/x86/h264_intrapred.asm
Loading
Please register or sign in to comment