1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
FFmpeg/libavcodec/x86
Michael Niedermayer 29d147c94d Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'
* commit '059a934806d61f7af9ab3fd9f74994b838ea5eba':
  lavc: Consistently prefix input buffer defines

Conflicts:
	doc/examples/decoding_encoding.c
	libavcodec/4xm.c
	libavcodec/aac_adtstoasc_bsf.c
	libavcodec/aacdec.c
	libavcodec/aacenc.c
	libavcodec/ac3dec.h
	libavcodec/asvenc.c
	libavcodec/avcodec.h
	libavcodec/avpacket.c
	libavcodec/dvdec.c
	libavcodec/ffv1enc.c
	libavcodec/g2meet.c
	libavcodec/gif.c
	libavcodec/h264.c
	libavcodec/h264_mp4toannexb_bsf.c
	libavcodec/huffyuvdec.c
	libavcodec/huffyuvenc.c
	libavcodec/jpeglsenc.c
	libavcodec/libxvid.c
	libavcodec/mdec.c
	libavcodec/motionpixels.c
	libavcodec/mpeg4videodec.c
	libavcodec/mpegvideo.c
	libavcodec/noise_bsf.c
	libavcodec/nuv.c
	libavcodec/nvenc.c
	libavcodec/options.c
	libavcodec/parser.c
	libavcodec/pngenc.c
	libavcodec/proresenc_kostya.c
	libavcodec/qsvdec.c
	libavcodec/svq1enc.c
	libavcodec/tiffenc.c
	libavcodec/truemotion2.c
	libavcodec/utils.c
	libavcodec/utvideoenc.c
	libavcodec/vc1dec.c
	libavcodec/wmalosslessdec.c
	libavformat/adxdec.c
	libavformat/aiffdec.c
	libavformat/apc.c
	libavformat/apetag.c
	libavformat/avidec.c
	libavformat/bink.c
	libavformat/cafdec.c
	libavformat/flvdec.c
	libavformat/id3v2.c
	libavformat/isom.c
	libavformat/matroskadec.c
	libavformat/mov.c
	libavformat/mpc.c
	libavformat/mpc8.c
	libavformat/mpegts.c
	libavformat/mvi.c
	libavformat/mxfdec.c
	libavformat/mxg.c
	libavformat/nutdec.c
	libavformat/oggdec.c
	libavformat/oggparsecelt.c
	libavformat/oggparseflac.c
	libavformat/oggparseopus.c
	libavformat/oggparsespeex.c
	libavformat/omadec.c
	libavformat/rawdec.c
	libavformat/riffdec.c
	libavformat/rl2.c
	libavformat/rmdec.c
	libavformat/rtpdec_latm.c
	libavformat/rtpdec_mpeg4.c
	libavformat/rtpdec_qdm2.c
	libavformat/rtpdec_svq3.c
	libavformat/sierravmd.c
	libavformat/smacker.c
	libavformat/smush.c
	libavformat/spdifenc.c
	libavformat/takdec.c
	libavformat/tta.c
	libavformat/utils.c
	libavformat/vqf.c
	libavformat/westwood_vqa.c
	libavformat/xmv.c
	libavformat/xwma.c
	libavformat/yop.c

Merged-by: Michael Niedermayer <michael@niedermayer.cc>
2015-07-27 23:15:19 +02:00
..
ac3dsp_init.c x86: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED 2015-03-14 20:06:47 +01:00
ac3dsp.asm x86: lavc: share more constants 2015-02-06 23:35:02 +01:00
audiodsp_init.c
audiodsp.asm
blockdsp_init.c
blockdsp.asm avcodec/x86: add missing colon to labels 2015-07-26 02:50:14 -03:00
bswapdsp_init.c
bswapdsp.asm Merge commit 'a344e5d094ebcf9a23acf3a27c56cbbbc829db42' 2015-07-17 23:20:14 +02:00
cabac.h
cavsdsp.c Merge commit 'e4610300de6869bd6b3b00e76cfeabb6d7653dcd' 2015-05-28 22:12:41 +02:00
constants.c x86: lavc: share more constant through defines 2015-02-07 17:48:14 +01:00
constants.h x86: lavc: share more constant through defines 2015-02-07 17:48:14 +01:00
dcadsp_init.c x86: check for AV_CPU_FLAG_AVXSLOW where useful 2015-06-01 00:15:35 +02:00
dcadsp.asm avcodec/x86: add missing colon to labels 2015-07-26 02:50:14 -03:00
dct32.asm
dct_init.c x86: check for AV_CPU_FLAG_AVXSLOW where useful 2015-06-01 00:15:35 +02:00
dct-test.c avcodec/x86/dct-test: Use uint8_t for idct_simple_mmx_perm 2015-05-02 13:43:15 +02:00
deinterlace.asm avcodec/x86/deinterlace: use INIT_MMX like other asm code does too 2015-05-05 02:41:15 +02:00
dirac_dwt.c
dirac_dwt.h
diracdsp_mmx.c
diracdsp_mmx.h
diracdsp_yasm.asm avcodec/x86: add missing colon to labels 2015-07-26 02:50:14 -03:00
dnxhdenc_init.c
dnxhdenc.asm
dwt_yasm.asm
fdct.c
fdct.h
fdctdsp_init.c
fft_init.c x86: check for AV_CPU_FLAG_AVXSLOW where useful 2015-06-01 00:15:35 +02:00
fft.asm Revert "Move struc FFTContext below SECTION_RODATA" 2015-05-28 00:08:32 +02:00
fft.h
flac_dsp_gpl.asm
flacdsp_init.c lavc/flac: Fix encoding and decoding with high lpc. 2015-05-17 02:08:58 +02:00
flacdsp.asm
fmtconvert_init.c Merge commit 'd74a8cb7e42f703be5796eeb485f06af710ae8ca' 2015-02-28 23:58:29 +01:00
fmtconvert.asm Merge commit 'd74a8cb7e42f703be5796eeb485f06af710ae8ca' 2015-02-28 23:58:29 +01:00
fpel.asm
fpel.h
g722dsp_init.c x86/g722dsp: add ff_g722_apply_qmf_sse2 2015-02-16 00:41:21 -03:00
g722dsp.asm x86/g722dsp: add ff_g722_apply_qmf_sse2 2015-02-16 00:41:21 -03:00
h263_loopfilter.asm
h263dsp_init.c
h264_chromamc_10bit.asm
h264_chromamc.asm
h264_deblock_10bit.asm x86: lavc: share more constant through defines 2015-02-07 17:48:14 +01:00
h264_deblock.asm
h264_i386.h
h264_idct_10bit.asm x86: lavc: share more constant through defines 2015-02-07 17:48:14 +01:00
h264_idct.asm
h264_intrapred_10bit.asm x86: lavc: share more constant through defines 2015-02-07 17:48:14 +01:00
h264_intrapred_init.c
h264_intrapred.asm
h264_qpel_8bit.asm
h264_qpel_10bit.asm avcodec/x86: add missing colon to labels 2015-07-26 02:50:14 -03:00
h264_qpel.c Merge commit 'b7a4127a45b780d76e6b09427a3d0197c4bc1cdb' 2015-06-12 21:55:40 +02:00
h264_weight_10bit.asm x86: lavc: share more constant through defines 2015-02-07 17:48:14 +01:00
h264_weight.asm avcodec/x86: add missing colon to labels 2015-07-26 02:50:14 -03:00
h264chroma_init.c
h264dsp_init.c
hevc_deblock.asm hevc_deblock: Fix compilation with nasm 2015-02-22 22:34:20 +00:00
hevc_idct.asm
hevc_mc.asm avcodec/x86: add missing colon to labels 2015-07-26 02:50:14 -03:00
hevc_res_add.asm x86: lavc: share more constant through defines 2015-02-07 17:48:14 +01:00
hevc_sao.asm Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' 2015-07-27 23:15:19 +02:00
hevcdsp_init.c x86: hevc: remove a parameter to WP internals 2015-02-14 17:22:50 +01:00
hevcdsp.h x86: hevc: remove a parameter to WP internals 2015-02-14 17:22:50 +01:00
hpeldsp_init.c Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' 2015-07-27 22:10:35 +02:00
hpeldsp_rnd_template.c
hpeldsp.asm
hpeldsp.h
huffyuvdsp_init.c
huffyuvdsp.asm avcodec/x86: add missing colon to labels 2015-07-26 02:50:14 -03:00
huffyuvencdsp_mmx.c
idctdsp_init.c
idctdsp.asm
idctdsp.h
imdct36.asm
inline_asm.h
jpeg2000dsp_init.c avcodec/jpeg200dsp: add ff_rct_int_{sse2,avx2} 2015-06-13 16:53:31 -03:00
jpeg2000dsp.asm avcodec/x86: add missing colon to labels 2015-07-26 02:50:14 -03:00
lossless_audiodsp_init.c lavc/lossless_audiodsp: revert various commits 2015-02-07 15:15:19 +01:00
lossless_audiodsp.asm Revert "avcodec/x86/lossless_audiodsp: Make scalarproduct_and_madd_int16 prototypes more similar" 2015-02-06 02:31:45 +01:00
lossless_videodsp_init.c
lossless_videodsp.asm
lpc.c
Makefile Merge commit 'd42191c78befc1983f23b1899b2dda513b72f1ed' 2015-07-17 22:45:34 +02:00
mathops.h Merge commit '48aef27f5232794e70ecef0d347b9f65e27a9bad' 2015-03-17 20:25:47 +01:00
me_cmp_init.c Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' 2015-07-27 22:10:35 +02:00
me_cmp.asm avcodec/x86: add missing colon to labels 2015-07-26 02:50:14 -03:00
mlpdsp_init.c avcodec/x86/mlpdsp_init: Simplify mlp_filter_channel_x86() 2015-02-21 16:05:41 +01:00
mlpdsp.asm
mpegaudiodsp.c
mpegvideo.c Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' 2015-07-27 22:10:35 +02:00
mpegvideodsp.c
mpegvideoenc_qns_template.c
mpegvideoenc_template.c
mpegvideoenc.c
mpegvideoencdsp_init.c Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' 2015-07-27 22:10:35 +02:00
mpegvideoencdsp.asm
pixblockdsp_init.c
pixblockdsp.asm
pngdsp_init.c
pngdsp.asm
proresdsp_init.c x86/proresdsp: remove ff_prores_idct_put_10_sse4 2015-03-16 01:52:44 -03:00
proresdsp.asm x86/proresdsp: remove ff_prores_idct_put_10_sse4 2015-03-16 01:52:44 -03:00
qpel.asm
qpeldsp_init.c
qpeldsp.asm
rnd_template.c
rv34dsp_init.c
rv34dsp.asm
rv40dsp_init.c x86: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED 2015-03-14 20:06:47 +01:00
rv40dsp.asm
sbrdsp_init.c
sbrdsp.asm
simple_idct.c
simple_idct.h
snowdsp.c avcodec/snow: mark dwt init as av_cold 2015-02-27 16:53:37 +01:00
svq1enc_init.c
svq1enc.asm avcodec/x86: add missing colon to labels 2015-07-26 02:50:14 -03:00
ttadsp_init.c
ttadsp.asm
v210-init.c avcodec/v210dec: Add ff prefix to v210_x86_init() 2015-02-27 19:08:09 +01:00
v210.asm avcodec/x86: add missing colon to labels 2015-07-26 02:50:14 -03:00
v210enc_init.c
v210enc.asm avcodec/x86: add missing colon to labels 2015-07-26 02:50:14 -03:00
vc1dsp_init.c
vc1dsp_mmx.c doc: avoid incorrect phrase 'allows to' 2015-06-16 21:48:51 +02:00
vc1dsp.asm
vc1dsp.h
videodsp_init.c videodsp: assert that linesize is larger than width 2015-07-08 01:32:04 +02:00
videodsp.asm
vorbisdsp_init.c
vorbisdsp.asm
vp3dsp_init.c Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' 2015-07-27 22:10:35 +02:00
vp3dsp.asm avcodec/x86: add missing colon to labels 2015-07-26 02:50:14 -03:00
vp6dsp_init.c
vp6dsp.asm
vp8dsp_init.c x86: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED 2015-03-14 20:06:47 +01:00
vp8dsp_loopfilter.asm
vp8dsp.asm
vp9dsp_init.c x86: check for AV_CPU_FLAG_AVXSLOW where useful 2015-06-01 00:15:35 +02:00
vp9intrapred.asm x86: lavc: share more constants 2015-02-06 23:35:02 +01:00
vp9itxfm.asm vp9: disable more pmulhrsw optimizations in idct16/32. 2015-05-14 14:15:27 -04:00
vp9lpf.asm
vp9mc.asm
vp56_arith.h
w64xmmtest.c
xvididct_init.c x86/xvididct: add some yasm guards 2015-03-20 02:38:20 -03:00
xvididct.asm x86: xvid_idct: SSE2 merged add version 2015-03-14 13:36:47 +01:00
xvididct.h x86/xvididct: remove obsolete function prototypes 2015-03-20 02:38:14 -03:00