summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* lavc/flacenc: partially unroll loop in flac_enc_lpc_16James Darnley2014-08-131-5/+21
* lavc/flacenc: add sse4 version of the 16-bit lpc encoderJames Darnley2014-08-133-0/+92
* vp9/x86: fix bug in intra_pred_hd_32x32.Ronald S. Bultje2014-08-121-1/+1
* x86/dca: remove unused headerJames Almer2014-08-121-60/+0
* x86/ttadsp: remove an unnecessary movaJames Almer2014-08-121-1/+1
* Merge commit 'd35b94fbabd8beb5d566c0b5d01688aff62c3b36'Michael Niedermayer2014-08-091-1/+1
|\
| * avcodec: Rename xvidmmx IDCT to xvidDiego Biurrun2014-08-081-1/+1
* | Merge commit '84d173d3de97c753234ab0c0b50551d51413d663'Michael Niedermayer2014-08-082-13/+8
|\ \ | |/
| * xvididct: Ensure that the scantable permutation is always set correctlyDiego Biurrun2014-08-082-13/+8
* | x86: sbrdsp/fft: reuse ps_neg constantChristophe Gisquet2014-08-064-4/+9
* | x86: diracdsp: reuse constantsChristophe Gisquet2014-08-061-5/+6
* | x86: dwt: better share constantsChristophe Gisquet2014-08-062-3/+4
* | x86: better share ff_pw_2Christophe Gisquet2014-08-064-6/+4
* | x86: vpx/h264/hevc/mpeg2: share constantsChristophe Gisquet2014-08-0610-16/+27
* | avcodec: Change get_pixels() to ptrdiff_t linesizeMichael Niedermayer2014-08-062-5/+3
* | hevc_deblock: change tc typeChristophe Gisquet2014-08-061-4/+4
* | x86/vp9lpf: use fewer instructions in SPLATB_MIXJames Almer2014-08-051-3/+2
* | x86: hevc_deblock: remove unnecessary maskingChristophe Gisquet2014-08-041-4/+0
* | x86/hevc_mc: use fewer instructions in hevc_put_hevc_{uni, bi}_w[24]_{8, 10, 12}James Almer2014-08-041-1/+34
* | x86/hevc_mc: remove an unnecessary pxorJames Almer2014-08-041-2/+1
* | x86/hevc_deblock: improve 8bit transpose store macrosJames Almer2014-08-031-48/+22
* | Merge commit 'a786c8259dafeca9744252230b5d78f67810770c'Michael Niedermayer2014-08-014-38/+75
|\ \ | |/
| * idct: Split off Xvid IDCTDiego Biurrun2014-08-014-37/+73
* | x86/hevc_deblock: use existing x86util transpose macro in chroma_{10, 12}James Almer2014-07-311-17/+8
* | x86: hevc_mc: fix register count usageChristophe Gisquet2014-07-291-12/+12
* | x86/hevc_deblock: add add ff_hevc_[hv]_loop_filter_luma_{8, 10, 12}_avxJames Almer2014-07-292-1/+39
* | x86/hevc_deblock: improve luma functions register allocationJames Almer2014-07-291-44/+44
* | x86/hevc_deblock: remove some unnecessary instructionsJames Almer2014-07-291-7/+4
* | x86/hevc_deblock: use psignw instead of pmullw where possibleJames Almer2014-07-291-0/+8
* | Merge commit '4f8cf0dc4ef6110174056df7edd9dc2f2a988b6d'Michael Niedermayer2014-07-291-4/+4
|\ \ | |/
| * x86: build: Restore ordering of OBJS linesDiego Biurrun2014-07-281-2/+2
* | x86/hevc_deblock: load less data in hevc_h_loop_filter_luma_8James Almer2014-07-281-8/+8
* | x86/hevc_idct: add a colon to labelsJames Almer2014-07-281-1/+1
* | x86: hevc_mc: load less data in epel filtersChristophe Gisquet2014-07-271-7/+15
* | x86: hevc_mc: replace one lea by addChristophe Gisquet2014-07-271-1/+1
* | x86/hevc_idct: add 12bit idct_dcJames Almer2014-07-272-1/+30
* | avcodec/x86/hevcdsp_init: make license header consistentMichael Niedermayer2014-07-271-4/+4
* | Merge commit '1a880b2fb8456ce68eefe5902bac95fea1e6a72d'Michael Niedermayer2014-07-272-29/+31
|\ \ | |/
| * hevc: SSE2 and SSSE3 loop filtersPierre Edouard Lepere2014-07-263-0/+898
* | x86/hevc_idct: replace old and unused idct functionsJames Almer2014-07-263-282/+90
* | x86: hevc_mc: replace simple leas by addsChristophe Gisquet2014-07-261-60/+60
* | x86/hevc: add 12bits support for MCMickaël Raulet2014-07-263-6/+155
* | x86/hevc: remove unused constant in deblocking filterMickaël Raulet2014-07-261-1/+0
* | x86/hevc: add 12bits support for deblocking filterMickaël Raulet2014-07-262-28/+116
* | Merge commit '7fb993d338d88f2f62e0a358b6c9f3eb9a3a08ac'Michael Niedermayer2014-07-254-138/+179
|\ \ | |/
| * qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun2014-07-254-137/+178
* | x86: hevcdsp: alignChristophe Gisquet2014-07-231-29/+27
* | avcodec/x86/hevc_deblock: Fix compilation with nasm.Carl Eugen Hoyos2014-07-231-2/+2
* | avcodec/x86/hevcdsp_init: Fix "warning: assignment from incompatible pointer ...Michael Niedermayer2014-07-221-1/+1
* | hevcdsp: remove an unneeded variable in the loop filterAnton Khirnov2014-07-221-50/+33