aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* avcodec/x86/sbrdsp_init: disable using the noise code in x86_64 MSVCMichael Niedermayer2013-04-231-0/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-233-10/+7
|\
| * x86: Move some conditional code around to avoid unused variable warningsDiego Biurrun2013-04-223-17/+15
* | Merge commit 'b4ad7c54c878dead7dfa4838b912a530c1debe85'Michael Niedermayer2013-04-221-22/+14
|\|
| * x86: cavs: Refactor duplicate dspfunc macroDiego Biurrun2013-04-221-22/+14
* | Merge commit '78fa0bd0f7067868943c0899907e313414492426'Michael Niedermayer2013-04-223-15/+31
|\|
| * x86: cavs: Put mmx-specific code into its own init functionDiego Biurrun2013-04-223-15/+31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-222-7/+0
|\|
| * x86: Remove some duplicate function declarationsDiego Biurrun2013-04-222-7/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-201-3/+0
|\|
| * x86: Remove unused inline asm instruction definesMartin Storsjö2013-04-201-3/+0
* | Merge commit '8db00081a37d5b7e23918ee500bb16bc59b57197'Michael Niedermayer2013-04-204-16/+9
|\|
| * x86: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-198-657/+957
| * vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-152-43/+82
* | x86: sbrdsp: implement SSE2 hf_apply_noiseChristophe Gisquet2013-04-192-0/+131
* | Merge commit 'c46819f2299c73cd1bfa8ef04d08b0153a5699d3'Michael Niedermayer2013-04-161-1/+1
|\|
| * x86: Move constants to the only place where they are usedRonald S. Bultje2013-04-153-9/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-121-1/+1
|\|
| * x86: dsputil: Move some ifdefs to avoid unused variable warningsDiego Biurrun2013-04-121-2/+2
* | Merge commit '2004c7c8f763280ff3ba675ea21cf25396528fd3'Michael Niedermayer2013-04-121-2/+1
|\|
| * x86: dsputil: cosmetics: Remove two pointless variable indirectionsDiego Biurrun2013-04-121-4/+2
* | Merge commit 'c51a3a5bd9a5b404176ff343ecadb80b2553b256'Michael Niedermayer2013-04-123-16/+7
|\|
| * x86: dsputil: Refactor some ff_{avg|put}_pixels function declarationsDiego Biurrun2013-04-123-15/+6
* | Merge commit 'e027032fc6a49db5a4ce12fc3e09ffb86ff20522'Michael Niedermayer2013-04-121-5/+3
|\|
| * x86: dsputil: ff_h263_*_loop_filter declarations to a more suitable placeDiego Biurrun2013-04-121-5/+3
* | Merge commit 'a89c05500f68d94a0269e68bc522abfd420c5497'Michael Niedermayer2013-04-122-6/+9
|\|
| * x86: h264qpel: int --> ptrdiff_t for some line_size parametersDiego Biurrun2013-04-122-6/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-112-4/+4
|\|
| * Move misplaced file author information where it belongsDiego Biurrun2013-04-112-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-113-11/+10
|\|
| * dsputil: Make dsputil selectableRonald S. Bultje2013-04-107-49/+60
* | Merge commit '62844c3fd66940c7747e9b2bb7804e265319f43f'Michael Niedermayer2013-04-111-4/+4
|\|
| * h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-102-30/+131
| * x86: qpel: Move fullpel and l2 functions to a separate fileRonald S. Bultje2013-04-084-233/+257
* | x86: sbrdsp: implement SSE2 qmf_pre_shuffleChristophe Gisquet2013-04-102-0/+32
* | x86: sbrdsp: implement SSE qmf_deint_bflyChristophe Gisquet2013-04-082-0/+49
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-062-18/+18
|\|
| * x86: sbrdsp: Implement SSE neg_odd_64Christophe Gisquet2013-04-052-0/+24
* | x86: sbrdsp: implement SSE neg_odd_64Christophe Gisquet2013-04-052-0/+24
* | Fix compilation with --enable-decoder=webp --disable-decoder=vp8Carl Eugen Hoyos2013-03-301-0/+2
* | Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'Michael Niedermayer2013-03-283-160/+158
|\|
| * cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-273-160/+158
* | Merge commit '3b2d0ec473b036bdd0a5bc0d896fd5292915f44d'Michael Niedermayer2013-03-271-42/+42
|\|
| * x86: vc1dsp: Fix indentationMartin Storsjö2013-03-261-42/+42
* | x86/dsputil.asm: make unaligned bswap actually workMichael Niedermayer2013-03-261-0/+1
* | Merge commit 'e5c2794a7162e485eefd3133af5b98fd31386aeb'Michael Niedermayer2013-03-261-6/+6
|\|
| * x86: consistently use unaligned movs in the unaligned bswapJanne Grunau2013-03-251-6/+6
| * x86: Change a missed occurrance of int to ptrdiff_t for stridesMartin Storsjö2013-03-241-1/+1
| * x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_...Martin Storsjö2013-03-231-7/+0
* | avcodec/x86/dsputil_qns_template: use av_assertMichael Niedermayer2013-03-261-1/+1