summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* x86/motion_est: widen before multiply.Michael Niedermayer2012-10-16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-11
|\
| * dsputil: split out mlp dsp functionLuca Barbato2012-10-11
* | x86/dsputil_mmx: change assert() to av_assert()Michael Niedermayer2012-10-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-08
|\|
| * x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-08
| * x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-08
| * x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-08
* | x86/motion_est: assert->av_assert2()Michael Niedermayer2012-10-07
* | gmc_mmx: enable also for large pictures when emu edge isnt needed.Michael Niedermayer2012-10-06
* | dsputil_mmx: put optimized gmc code back and avoid a VLA without loosing feat...Michael Niedermayer2012-10-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-06
|\|
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
| * x86: dsputil: kill VLA in gmc_mmx()Mans Rullgard2012-10-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-01
|\|
| * avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-01
| * dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction()Michael Niedermayer2012-09-28
* | dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction()Michael Niedermayer2012-09-27
* | diracyasm: fix win64Michael Niedermayer2012-09-26
* | mpegvideo: factorize ff_dct_encode_init()Michael Niedermayer2012-09-25
* | x86/mpegaudiodec: drop likely now unneeded #if HAVE_AVX_EXTERNALMichael Niedermayer2012-09-18
* | mpegaudiodec: add prototypes for all functions that may need themMichael Niedermayer2012-09-18
* | get_cabac_inline_x86: workaround clang bug with disabled optimizationsMichael Niedermayer2012-09-18
* | x86/v210: fix xmm clobbersMichael Niedermayer2012-09-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-14
|\|
| * x86: dsputil: Move Xvid IDCT put/add functions to a more suitable placeDiego Biurrun2012-09-14
| * x86: Remove some leftover declarations for non-existent functionsDiego Biurrun2012-09-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-13
|\|
| * x86: ac3dsp: Only refer to the ac3_downmix_sse symbol if it has been declaredMartin Storsjö2012-09-13
| * ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard2012-09-12
| * x86: dsputil: Move specific optimization settings out of global init functionDiego Biurrun2012-09-11
* | diracdsp: Fix unprotected inline asmDerek Buitenhuis2012-09-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-10
|\|
| * x86: dsputil: Only compile motion_est code when encoders are enabledDiego Biurrun2012-09-10
* | x86/mpegaudiodec: fix compilation failure on cygwin with undefined imdct36_bl...Michael Niedermayer2012-09-09
* | x86/h264dsp_init: put a HAVE_YASM backMichael Niedermayer2012-09-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-09
|\|
| * x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-08
| * x86: mlpdsp: mlp_filter_channel_x86 requires inline asmHendrik Leppkes2012-09-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-08
|\|
| * x86: more specific checks for availability of required assembly capabilitiesDiego Biurrun2012-09-07
| * x86: avcodec: Drop silly "_mmx" suffix from dsputil template namesDiego Biurrun2012-09-07
| * cavsdsp: set idct permutation independently of dsputilMans Rullgard2012-09-07
| * x86: allow using add_hfyu_median_prediction_cmov on any cpu with cmovMans Rullgard2012-09-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-06
|\|
| * x86: dsputil: Do not redundantly check for CPU caps before calling init funcsDiego Biurrun2012-09-06
| * x86: vp56: cmov version of vp56_rac_get_prob requires inline asmHendrik Leppkes2012-09-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-04
|\|
| * x86: h264dsp: drop some unnecessary ifdefs around prototype declarationsDiego Biurrun2012-09-04
* | Fix compilation with yasm-0.6.2.Carl Eugen Hoyos2012-09-01