summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* x86: hevc_mc: split differently callsChristophe Gisquet2014-08-24
* x86: hevc_mc: correct unneeded use of SSE4 codeChristophe Gisquet2014-08-24
* x86: hevcdsp: use compilation-time-fixed constantChristophe Gisquet2014-08-22
* hevcdsp: remove more instances of compile-time-fixed parametersChristophe Gisquet2014-08-22
* hevcdsp: remove compilation-time-fixed parameterChristophe Gisquet2014-08-22
* x86: hevc_mc: assume 2nd source stride is 64Christophe Gisquet2014-08-22
* x86/hevc_res_add: refactor ff_hevc_transform_add{16,32}_8James Almer2014-08-21
* x86/hecv_res_add: add ff_hevc_transform_add{8,16,32}_8_avxJames Almer2014-08-20
* x86/hevc_res_add: fix register count in hevc_transform_add{16,32}_10_avx2James Almer2014-08-19
* x86: hevc: adding transform_addPierre Edouard Lepere2014-08-20
* Merge commit 'efd26bedec9a345a5960dbfcbaec888418f2d4e6'Michael Niedermayer2014-08-15
|\
| * build: Add explanatory comments to (optimization) blocks in the MakefilesDiego Biurrun2014-08-15
* | Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer2014-08-15
|\|
| * mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-15
* | lavc/flacenc: partially unroll loop in flac_enc_lpc_16James Darnley2014-08-13
* | lavc/flacenc: add sse4 version of the 16-bit lpc encoderJames Darnley2014-08-13
* | vp9/x86: fix bug in intra_pred_hd_32x32.Ronald S. Bultje2014-08-12
* | x86/dca: remove unused headerJames Almer2014-08-12
* | x86/ttadsp: remove an unnecessary movaJames Almer2014-08-12
* | Merge commit 'd35b94fbabd8beb5d566c0b5d01688aff62c3b36'Michael Niedermayer2014-08-09
|\|
| * avcodec: Rename xvidmmx IDCT to xvidDiego Biurrun2014-08-08
* | Merge commit '84d173d3de97c753234ab0c0b50551d51413d663'Michael Niedermayer2014-08-08
|\|
| * xvididct: Ensure that the scantable permutation is always set correctlyDiego Biurrun2014-08-08
* | x86: sbrdsp/fft: reuse ps_neg constantChristophe Gisquet2014-08-06
* | x86: diracdsp: reuse constantsChristophe Gisquet2014-08-06
* | x86: dwt: better share constantsChristophe Gisquet2014-08-06
* | x86: better share ff_pw_2Christophe Gisquet2014-08-06
* | x86: vpx/h264/hevc/mpeg2: share constantsChristophe Gisquet2014-08-06
* | avcodec: Change get_pixels() to ptrdiff_t linesizeMichael Niedermayer2014-08-06
* | hevc_deblock: change tc typeChristophe Gisquet2014-08-06
* | x86/vp9lpf: use fewer instructions in SPLATB_MIXJames Almer2014-08-05
* | x86: hevc_deblock: remove unnecessary maskingChristophe Gisquet2014-08-04
* | x86/hevc_mc: use fewer instructions in hevc_put_hevc_{uni, bi}_w[24]_{8, 10, 12}James Almer2014-08-04
* | x86/hevc_mc: remove an unnecessary pxorJames Almer2014-08-04
* | x86/hevc_deblock: improve 8bit transpose store macrosJames Almer2014-08-03
* | Merge commit 'a786c8259dafeca9744252230b5d78f67810770c'Michael Niedermayer2014-08-01
|\|
| * idct: Split off Xvid IDCTDiego Biurrun2014-08-01
* | x86/hevc_deblock: use existing x86util transpose macro in chroma_{10, 12}James Almer2014-07-31
* | x86: hevc_mc: fix register count usageChristophe Gisquet2014-07-29
* | x86/hevc_deblock: add add ff_hevc_[hv]_loop_filter_luma_{8, 10, 12}_avxJames Almer2014-07-29
* | x86/hevc_deblock: improve luma functions register allocationJames Almer2014-07-29
* | x86/hevc_deblock: remove some unnecessary instructionsJames Almer2014-07-29
* | x86/hevc_deblock: use psignw instead of pmullw where possibleJames Almer2014-07-29
* | Merge commit '4f8cf0dc4ef6110174056df7edd9dc2f2a988b6d'Michael Niedermayer2014-07-29
|\|
| * x86: build: Restore ordering of OBJS linesDiego Biurrun2014-07-28
* | x86/hevc_deblock: load less data in hevc_h_loop_filter_luma_8James Almer2014-07-28
* | x86/hevc_idct: add a colon to labelsJames Almer2014-07-28
* | x86: hevc_mc: load less data in epel filtersChristophe Gisquet2014-07-27
* | x86: hevc_mc: replace one lea by addChristophe Gisquet2014-07-27
* | x86/hevc_idct: add 12bit idct_dcJames Almer2014-07-27