summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* tta/x86: add ff_ttafilter_process_dec_{ssse3, sse4}James Almer2014-02-17
* vp9/x86: intra prediction SIMD.Ronald S. Bultje2014-02-17
* x86/fladsp: add missing check to ff_flacdsp_init_x86()James Almer2014-02-16
* avcodec/x86/lossless_videodsp: fix w typeMichael Niedermayer2014-02-15
* avcodec/vp8dsp: add VP7 idct and loop filterPeter Ross2014-02-15
* flac/x86: add ff_flac_lpc_32_xop()James Almer2014-02-13
* lavc: fix flac encoder and decoder dependenciesJames Darnley2014-02-13
* Merge commit '5c1c6e82261b856214499b9fef3a08bf3ff6e0ae'Michael Niedermayer2014-02-08
|\
| * dca: include dcadsp.h in {arm,x86}/dca.h for checkheadersJanne Grunau2014-02-08
* | Merge commit '0cffd6fff59f192120dc93aa6c3cb8180f5506e3'Michael Niedermayer2014-02-08
|\|
| * x86: use the inline int8x8_fmul_int32 only if inline SSE2 is availbaleJanne Grunau2014-02-08
* | x86/vp9lpf: simplify 2nd transpose in 44/48/88/84.Clément Bœsch2014-02-08
* | Merge commit '5b59a9fc6152169599561f04b4f66370edda5c9c'Michael Niedermayer2014-02-08
|\|
| * x86: dcadsp: implement int8x8_fmul_int32Christophe Gisquet2014-02-07
| * x86: videodsp: Fix a bug in a %if statement where we used '%%' instead of '&&'.Ronald S. Bultje2014-01-30
* | flac/x86: add ff_flac_lpc_32_sse4()Loren Merritt2014-02-06
* | x86/vp9lpf: remove 8 SWAPs in 84/48 transpose.Clément Bœsch2014-02-05
* | x86/vp9lpf: remove braindead double pxor.Clément Bœsch2014-02-05
* | x86/vp9lpf: save a few mov in flat8in/hev masks calc.Clément Bœsch2014-02-05
* | x86/vp9lpf: add ff_vp9_loop_filter_[vh]_44_16_{sse2,ssse3,avx}.Clément Bœsch2014-02-05
* | Merge commit '51daafb02eaf96e0743a37ce95a7f5d02c1fa3c2'Michael Niedermayer2014-01-31
|\|
| * x86: videodsp: Properly mark sse2 instructions in emulated_edge_mc as such.Ronald S. Bultje2014-01-30
* | x86/vp9lpf: add ff_vp9_loop_filter_h_{48,84}_16_{sse2,ssse3,avx}().Clément Bœsch2014-01-30
* | x86/vp9lpf: add ff_vp9_loop_filter_[vh]_88_16_sse2()James Almer2014-01-28
* | x86/vp9lpf: add ff_vp9_loop_filter_[vh]_88_16_{ssse3,avx}.Clément Bœsch2014-01-28
* | x86/vp9lpf: add a preload system in FILTER_UPDATE.Clément Bœsch2014-01-27
* | x86/vp9lpf: refactor v/h using common macros for P7 to Q7.Clément Bœsch2014-01-27
* | x86/vp9lpf: faster P7..Q7 accesses.Clément Bœsch2014-01-27
* | x86/lossless_videodsp: silly one-line cosmetic.Clément Bœsch2014-01-25
* | x86/lossless_videodsp: use common macro for add and diff int16 loop.Clément Bœsch2014-01-25
* | x86/lossless_videodsp: simplify and explicit aligned/unaligned flagsClément Bœsch2014-01-25
* | vp9/x86: use explicit register for relative stack references.Ronald S. Bultje2014-01-24
* | vp9/x86: iwht4x4 (lossless) mmx.Ronald S. Bultje2014-01-24
* | vp9/x86: 4x4 iadst SIMD (ssse3) variants.Ronald S. Bultje2014-01-24
* | vp9/x86: 8x8 iadst SIMD (ssse3/avx) variants.Ronald S. Bultje2014-01-24
* | avcodec/x86/lossless_videodsp: disable median optimizations for 16bpsMichael Niedermayer2014-01-23
* | avcodec/lossless_videodsp: Pass AVCodecContext to initMichael Niedermayer2014-01-23
* | avcodec/x86/lossless_videodsp: port sub_hfyu_median_prediction_int16 to yasmMichael Niedermayer2014-01-22
* | avcodec/x86/lossless_videodsp: Port sub_hfyu_median_prediction_mmxext to int16Michael Niedermayer2014-01-22
* | avcodec/x86/lossless_videodsp: port add_hfyu_median_prediction_mmxext to 16bitMichael Niedermayer2014-01-22
* | avcodec/x86/lossless_videodsp: add diff_int16_mmx/sse2Michael Niedermayer2014-01-22
* | lossless_videodsp.asm: fix compilation.Reimar Döffinger2014-01-21
* | avcodec/x86/lossless_videodsp: Port lorens add_hfyu_left_prediction_ssse3/sse...Michael Niedermayer2014-01-21
* | avcodec/x86/lossless_videodsp: use SPLATW in add_int16Michael Niedermayer2014-01-21
* | Move add/diff_int16 to lossless_videodspMichael Niedermayer2014-01-20
* | avcodec/x86/dsp: add_int16_mmx / add_int16_sse2Michael Niedermayer2014-01-20
* | vp9/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxextJames Almer2014-01-18
* | vp9/x86: add ff_vp9_loop_filter_[vh]_16_16_sse2().James Almer2014-01-17
* | vp9/x86: 16x16 iadst_idct, idct_iadst and iadst_iadst (ssse3+avx).Ronald S. Bultje2014-01-16
* | vp9/x86: simplify a few mc inits.Clément Bœsch2014-01-16