summaryrefslogtreecommitdiff
path: root/libavcodec/x86/diracdsp_mmx.c
Commit message (Collapse)AuthorAge
* diracdsp: Make x86 files/functions names consistentTimothy Gu2016-02-05
|
* diracdsp_mmx: Fix some more indentationsTimothy Gu2016-02-01
|
* diracdsp_mmx: Fix indentationTimothy Gu2016-02-01
|
* diracdec: Template DSP functions adding 10-bit versionsKieran Kunhya2015-12-10
|
* Merge commit 'c23ce454b3e33634a188d6facfd2b7182af5af93'Michael Niedermayer2014-07-17
| | | | | | | | | | | | * commit 'c23ce454b3e33634a188d6facfd2b7182af5af93': x86: dsputil: Coalesce all init files Conflicts: libavcodec/x86/dsputil_init.c libavcodec/x86/dsputil_x86.h libavcodec/x86/motion_est.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* x86: hpeldsp: propagate changes across codecsChristophe Gisquet2014-05-26
| | | | | | | Some codecs still use mmx versions, so have them use the versions with newer instruction sets. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* x86/diracdsp: mark all functions as yasmJames Almer2014-05-23
| | | | | | | | No inline asm dirac code remains in the tree, so replace every relevant check. This also moves all the dirac functions from dsputil_mmx.c to diracdsp_mmx.c Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '1399931d07f0f37ef4526eb8d39d33c64e09618a'Michael Niedermayer2013-05-14
| | | | | | | | | | * commit '1399931d07f0f37ef4526eb8d39d33c64e09618a': x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h Conflicts: libavcodec/x86/dsputil_mmx.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* dirac: Only use MMX if MMX is available.Michael Niedermayer2013-01-28
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415'Michael Niedermayer2012-11-01
| | | | | | | | | | | | | | | | | * commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415': x86: h264_chromamc_10bit: drop pointless PAVG %define x86: mmx2 ---> mmxext in function names swscale: do not forget to swap data in formats with different endianness Conflicts: libavcodec/x86/dsputil_mmx.c libavfilter/x86/gradfun.c libswscale/input.c libswscale/utils.c libswscale/x86/swscale.c tests/ref/lavfi/pixfmts_scale Merged-by: Michael Niedermayer <michaelni@gmx.at>
* diracdsp: Fix unprotected inline asmDerek Buitenhuis2012-09-11
| | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dirac: mark some variables const.Michael Niedermayer2012-03-15
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* cleanup: remove various double end ';' all over the code.Clément Bœsch2011-11-16
|
* dirac: put_dirac_pixels8_mmx() does not work yet, thus disable it.Michael Niedermayer2011-10-30
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Dirac: More formatingJordi Ortiz2011-10-30
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* DIRAC Decoder stable version, MMX support removed.multiple authors2011-10-30
Look for MMX_DISABLED to find the disabled functions. Authors of this code are Marco Gerards <marco@gnu.org> and David Conrad <lessen42@gmail.com> With changes from Jordi Ortiz <nenjordi@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>