aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/Makefile
Commit message (Expand)AuthorAgeFilesLines
* x86/mlpdec: add ff_mlp_rematrix_channel_{sse4,avx2}James Almer2014-10-021-2/+4
* x86/idctdsp: port {put,add}_pixels_clamped to yasmJames Almer2014-09-241-2/+1
* Merge commit 'dcb7c868ec7af7d3a138b3254ef2e08f074d8ec5'Michael Niedermayer2014-08-271-2/+2
|\
| * cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTsDiego Biurrun2014-08-271-2/+2
* | x86: hevc: adding transform_addPierre Edouard Lepere2014-08-201-1/+2
* | Merge commit 'efd26bedec9a345a5960dbfcbaec888418f2d4e6'Michael Niedermayer2014-08-151-0/+10
|\|
| * build: Add explanatory comments to (optimization) blocks in the MakefilesDiego Biurrun2014-08-151-0/+10
* | lavc/flacenc: add sse4 version of the 16-bit lpc encoderJames Darnley2014-08-131-0/+3
* | Merge commit 'a786c8259dafeca9744252230b5d78f67810770c'Michael Niedermayer2014-08-011-2/+3
|\|
| * idct: Split off Xvid IDCTDiego Biurrun2014-08-011-2/+3
* | Merge commit '4f8cf0dc4ef6110174056df7edd9dc2f2a988b6d'Michael Niedermayer2014-07-291-4/+4
|\|
| * x86: build: Restore ordering of OBJS linesDiego Biurrun2014-07-281-2/+2
| * hevc: SSE2 and SSSE3 loop filtersPierre Edouard Lepere2014-07-261-0/+2
* | Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-171-2/+2
|\|
| * dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-171-2/+2
* | Merge commit 'c23ce454b3e33634a188d6facfd2b7182af5af93'Michael Niedermayer2014-07-171-2/+1
|\|
| * x86: dsputil: Coalesce all init filesDiego Biurrun2014-07-171-2/+1
* | Merge commit 'acf91215c74a91eb3b86af01dcb1d3c78d0e2310'Michael Niedermayer2014-07-131-3/+2
|\|
| * x86: dsputil: Avoid pointless CONFIG_ENCODERS indirectionDiego Biurrun2014-07-131-3/+2
* | Merge commit 'f46bb608d9d76c543e4929dc8cffe36b84bd789e'Michael Niedermayer2014-07-101-0/+2
|\|
| * dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-091-0/+2
* | Merge commit 'a9aee08d900f686e966c64afec5d88a7d9d130a3'Michael Niedermayer2014-07-081-1/+2
|\|
| * dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-071-1/+2
* | Merge commit '3c650efb81aaa3b395ba4606ee68a47ee4efb57b'Michael Niedermayer2014-07-071-1/+0
|\|
| * dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun2014-07-061-1/+0
* | Merge commit 'c166148409fe8f0dbccef2fe684286a40ba1e37d'Michael Niedermayer2014-07-071-0/+1
|\|
| * dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun2014-07-061-0/+1
* | Merge commit '8d686ca59db14900ad5c12b547fb8a7afc8b0b94'Michael Niedermayer2014-07-071-1/+2
|\|
| * dsputil: Split off *_8x8basis to a separate contextDiego Biurrun2014-07-061-1/+2
* | x86/svq1enc: port ssd_int8_vs_int16 to yasmJames Almer2014-07-051-1/+2
* | Merge commit 'b0de1c766329dd8c9960ad1722e2f653160abc1b'Michael Niedermayer2014-07-051-1/+1
|\|
| * x86: build: Only compile FDCT code if MMX is enabledDiego Biurrun2014-07-051-1/+1
* | Merge commit '12f129e545e5a5844b6ad7f3eb6a438015cad8bc'Michael Niedermayer2014-07-051-2/+2
|\|
| * x86: Unconditionally compile blockdsp and svq1enc init filesDiego Biurrun2014-07-051-2/+2
* | Merge commit '009331303a6462d07cbe94aef9c446f1a1695519'Michael Niedermayer2014-07-051-1/+0
|\|
| * x86: huffyuvdsp: Move inline assembly to init fileDiego Biurrun2014-07-051-1/+0
* | x86: rename dsputil.asm to idctdsp.asmJames Almer2014-07-021-1/+1
* | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-011-3/+5
|\|
| * dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-4/+6
* | x86/dsputil: move put_signed_pixels_clamped out of bswapdsp.asmJames Almer2014-06-231-0/+1
* | Merge commit 'fab9df63a3156ffe1f9490aafaea41e03ef60ddf'Michael Niedermayer2014-06-231-1/+2
|\|
| * dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun2014-06-231-1/+2
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer2014-06-231-1/+2
|\|
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-1/+2
* | Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer2014-06-221-0/+2
|\|
| * dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-221-0/+3
* | x86/blockdsp: move asm code out of dsputilJames Almer2014-06-191-1/+2
* | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer2014-06-191-0/+1
|\|
| * dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-0/+1
* | avcodec/hevc: new idct + asmplepere2014-06-171-1/+2