ffmpeg/libavcodec/x86
Michael Niedermayer 41efb8d9a7 avcodec/x86/cabac: include get_cabac_bypass_sign_x86() under #if !BROKEN_COMPILER
this might fix Ticket2999 as well as some fate clients
untested as the original patch submitter no longer has the environment to test
this should be reverted if it does not fix the issues

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-26 15:06:55 +02:00
..
ac3dsp.asm Merge remote-tracking branch 'qatar/master' 2013-04-27 11:35:03 +02:00
ac3dsp_init.c Merge remote-tracking branch 'qatar/master' 2013-07-18 09:53:47 +02:00
cabac.h avcodec/x86/cabac: include get_cabac_bypass_sign_x86() under #if !BROKEN_COMPILER 2013-10-26 15:06:55 +02:00
cavsdsp.c Merge commit '6369ba3c9c' 2013-08-30 12:08:28 +02:00
constants.c Merge commit '71469f3b63' 2013-05-09 11:36:29 +02:00
constants.h Merge commit '71469f3b63' 2013-05-09 11:36:29 +02:00
dct32.asm
dct_init.c Merge remote-tracking branch 'qatar/master' 2013-08-22 14:28:42 +02:00
deinterlace.asm
dirac_dwt.c Merge commit '1399931d07' 2013-05-14 12:12:20 +02:00
dirac_dwt.h
diracdsp_mmx.c Merge commit '1399931d07' 2013-05-14 12:12:20 +02:00
diracdsp_mmx.h
diracdsp_yasm.asm
dnxhdenc.c Merge commit '6369ba3c9c' 2013-08-30 12:08:28 +02:00
dsputil.asm x86: qpel: Move fullpel and l2 functions to a separate file 2013-04-08 12:38:33 +03:00
dsputil_init.c avcodec/x86/dsputil_init: move ff_idct_xvid_mmxext init 2013-10-15 02:06:12 +02:00
dsputil_mmx.c Merge commit '2ddb35b911' 2013-10-06 11:50:01 +02:00
dsputil_qns_template.c avcodec/x86/dsputil_qns_template: use av_assert 2013-03-26 04:08:28 +01:00
dsputil_x86.c Merge commit '2ddb35b911' 2013-10-06 11:50:01 +02:00
dsputil_x86.h Merge commit '1399931d07' 2013-05-14 12:12:20 +02:00
dsputilenc.asm
dsputilenc_mmx.c Merge commit '258414d077' 2013-10-06 11:31:01 +02:00
dwt_yasm.asm
fdct.c Merge remote-tracking branch 'qatar/master' 2013-10-07 11:37:47 +02:00
fft.asm x86: Fix compilation with nasm on PPC & OS/2 2013-10-08 12:36:19 +02:00
fft.h Merge remote-tracking branch 'qatar/master' 2013-08-22 14:28:42 +02:00
fft_init.c Merge remote-tracking branch 'qatar/master' 2013-08-22 14:28:42 +02:00
fmtconvert.asm fmtconvert: Explicitly use int32_t instead of int 2013-07-17 11:02:47 +03:00
fmtconvert_init.c Merge commit 'e998b56362' 2013-08-30 12:50:01 +02:00
fpel.asm Merge commit '8db00081a3' 2013-04-20 13:42:51 +02:00
fpel_mmx.c Merge commit '1399931d07' 2013-05-14 12:12:20 +02:00
h263_loopfilter.asm
h264_chromamc.asm dsputil: Make dsputil selectable 2013-04-10 11:04:05 +03:00
h264_chromamc_10bit.asm Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
h264_deblock.asm Merge commit 'bbe4a6db44' 2013-10-08 11:23:00 +02:00
h264_deblock_10bit.asm Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
h264_i386.h
h264_idct.asm Merge remote-tracking branch 'qatar/master' 2013-10-08 12:10:02 +02:00
h264_idct_10bit.asm Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
h264_intrapred.asm
h264_intrapred_10bit.asm Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
h264_intrapred_init.c Merge remote-tracking branch 'qatar/master' 2013-07-18 09:53:47 +02:00
h264_qpel.c Merge remote-tracking branch 'qatar/master' 2013-07-18 09:53:47 +02:00
h264_qpel_8bit.asm
h264_qpel_10bit.asm Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
h264_weight.asm
h264_weight_10bit.asm Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
h264chroma_init.c Merge remote-tracking branch 'qatar/master' 2013-07-18 09:53:47 +02:00
h264dsp_init.c Merge commit 'e998b56362' 2013-08-30 12:50:01 +02:00
hpeldsp.asm x86: qpel: Move fullpel and l2 functions to a separate file 2013-04-08 12:38:33 +03:00
hpeldsp_init.c Merge commit '6369ba3c9c' 2013-08-30 12:08:28 +02:00
hpeldsp_mmx.c Merge commit '1399931d07' 2013-05-14 12:12:20 +02:00
hpeldsp_rnd_template.c Merge commit '46bb456853' 2013-05-14 10:18:46 +02:00
idct_mmx_xvid.c Merge commit '0b8b2ae5e9' 2013-10-06 11:25:22 +02:00
idct_sse2_xvid.c Merge commit '0b8b2ae5e9' 2013-10-06 11:25:22 +02:00
idct_xvid.h
imdct36.asm
lpc.c avcodec/x86/lpc: Fix cpu flag checks so they work 2013-08-30 12:34:52 +02:00
Makefile Merge commit '2ddb35b911' 2013-10-06 11:50:01 +02:00
mathops.h mathops/x86: work around inline asm miscompilation with GCC 4.8.1 2013-09-15 11:15:07 -04:00
mlpdsp.c Merge commit '2b379a9251' 2013-07-12 13:10:53 +02:00
motion_est.c Merge commit '6369ba3c9c' 2013-08-30 12:08:28 +02:00
mpeg4qpel.asm
mpegaudiodsp.c Merge commit 'e998b56362' 2013-08-30 12:50:01 +02:00
mpegvideo.c Merge commit 'e998b56362' 2013-08-30 12:50:01 +02:00
mpegvideoenc.c Merge remote-tracking branch 'qatar/master' 2013-07-18 09:53:47 +02:00
mpegvideoenc_template.c
pngdsp.asm Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
pngdsp_init.c Merge remote-tracking branch 'qatar/master' 2013-07-18 09:53:47 +02:00
proresdsp.asm
proresdsp_init.c Merge remote-tracking branch 'qatar/master' 2013-07-18 09:53:47 +02:00
qpel.asm Merge commit '8db00081a3' 2013-04-20 13:42:51 +02:00
rnd_mmx.c Merge commit '1399931d07' 2013-05-14 12:12:20 +02:00
rnd_template.c Merge commit '46bb456853' 2013-05-14 10:18:46 +02:00
rv34dsp.asm Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
rv34dsp_init.c Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
rv40dsp.asm Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
rv40dsp_init.c Merge commit 'e998b56362' 2013-08-30 12:50:01 +02:00
sbrdsp.asm Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
sbrdsp_init.c Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
simple_idct.c x86/simple_idct: use LOCAL_ALIGNED instead of DECLARE_ALIGNED 2013-09-03 17:02:49 +00:00
snowdsp.c Merge commit '1399931d07' 2013-05-14 12:12:20 +02:00
v210-init.c
v210.asm Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
vc1dsp.asm
vc1dsp.h
vc1dsp_init.c x86: avcodec: Consistently structure CPU extension initialization 2013-08-29 13:07:37 +02:00
vc1dsp_mmx.c Merge commit '1399931d07' 2013-05-14 12:12:20 +02:00
videodsp.asm avcodec/x86/videodsp: Properly mark sse2 instructions in emulated_edge_mc x86 simd as such. 2013-10-24 13:36:55 +02:00
videodsp_init.c avcodec/x86/videodsp: Properly mark sse2 instructions in emulated_edge_mc x86 simd as such. 2013-10-24 13:36:55 +02:00
vorbisdsp.asm
vorbisdsp_init.c Merge commit '6369ba3c9c' 2013-08-30 12:08:28 +02:00
vp3dsp.asm Merge commit 'c46819f229' 2013-04-16 00:44:20 +02:00
vp3dsp_init.c Merge remote-tracking branch 'qatar/master' 2013-07-18 09:53:47 +02:00
vp6dsp.asm Merge commit '8506ff97c9' 2013-08-24 11:04:11 +02:00
vp6dsp_init.c Merge commit '8506ff97c9' 2013-08-24 11:04:11 +02:00
vp8dsp.asm dsputil: Make dsputil selectable 2013-04-10 11:04:05 +03:00
vp8dsp_init.c avcodec/x86/vp8dsp: Fix cpu flag checks so they work 2013-08-30 12:33:56 +02:00
vp9dsp.asm avcodec/x86/vp9dsp: Fix compilation with nasm. 2013-10-08 02:27:12 +02:00
vp9dsp_init.c Full-pixel MC functions. 2013-10-02 21:03:15 -04:00
vp56_arith.h
w64xmmtest.c x86: Add an xmm clobbering wrapper for avcodec_encode_video2 2013-09-17 10:53:23 +02:00