summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: build: Group all encoder objects togetherDiego Biurrun2016-01-181-2/+2
* x86: ac3dsp: Drop forward declaration for nonexisting functionDiego Biurrun2016-01-181-1/+0
* x86: use emms after ff_int32_to_float_fmul_scalar_sseJanne Grunau2015-12-301-1/+8
* x86: zero extend the 32-bit length in int32_to_float_fmul_scalar implicitlyJanne Grunau2015-12-291-4/+1
* dca: remove unused decode_hf function and quant_d tablesAlexandra Hájková2015-12-242-106/+0
* x86_64: int32_to_float_fmul_scalar sign extend integer lengthJanne Grunau2015-12-141-0/+3
* hevcdsp: use a macro for .rodata sectionDave Yeo2015-12-111-1/+1
* hevcdsp: add x86 SIMD for MCAnton Khirnov2015-12-053-5/+1090
* mpegvideo: Make sure mpegutils.h is included where neededVittorio Giovara2015-09-131-0/+1
* lavc: Drop deprecated deinterlace moduleVittorio Giovara2015-08-282-86/+0
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-1114-14/+14
* x86inc: Support arbitrary stack alignmentsHenrik Gramner2015-08-111-2/+2
* x86: dcadsp: Avoid SSE2 instructions in SSE functionsHenrik Gramner2015-08-111-1/+1
* x86: dct: Disable dct32_float_sse on x86-64Henrik Gramner2015-08-022-0/+5
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-275-11/+11
* x86: bswapdsp: Don't treat 32-bit integers as 64-bitHenrik Gramner2015-07-171-13/+10
* configure: Factor out vp8dsp moduleVittorio Giovara2015-07-171-6/+3
* configure: Factor out rv34dsp moduleVittorio Giovara2015-07-171-6/+4
* h264_qpel: Use the correct headerVittorio Giovara2015-06-121-1/+1
* h264_weight: Fix SSSE3 biweight code with weights of 128Michael Niedermayer2015-06-121-0/+10
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-313-4/+4
* x86: cavs: Remove an unneeded scratch bufferMichael Niedermayer2015-05-281-15/+13
* mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-1/+1
* x86: Put COPY3_IF_LT under HAVE_6REGSLuca Barbato2015-03-171-0/+5
* lavc: do not compile fmtconvert unconditionallyAnton Khirnov2015-02-281-2/+2
* fmtconvert: drop unused functionsAnton Khirnov2015-02-282-459/+0
* hevc_deblock: Fix compilation with nasmCarl Eugen Hoyos2015-02-221-2/+2
* v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-12-053-0/+189
* motion_est: convert stride to ptrdiff_tVittorio Giovara2014-11-241-64/+68
* x86: h264_intrapred: Don't treat 32-bit integers as 64-bitHenrik Gramner2014-10-081-49/+49
* xvid: Add C IDCTPascal Massimino2014-09-021-1/+7
* idctdsp: Add global function pointers for {add|put}_pixels_clamped functionsDiego Biurrun2014-09-021-2/+5
* x86: xvid: K&R formatting cosmeticsDiego Biurrun2014-08-272-489/+489
* cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTsDiego Biurrun2014-08-276-46/+50
* x86: xvid_idct: Drop unused definitionsDiego Biurrun2014-08-272-20/+0
* build: Add explanatory comments to (optimization) blocks in the MakefilesDiego Biurrun2014-08-151-0/+10
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-152-2/+2
* avcodec: Rename xvidmmx IDCT to xvidDiego Biurrun2014-08-081-1/+1
* xvididct: Ensure that the scantable permutation is always set correctlyDiego Biurrun2014-08-082-13/+8
* idct: Split off Xvid IDCTDiego Biurrun2014-08-014-37/+73
* x86: build: Restore ordering of OBJS linesDiego Biurrun2014-07-281-2/+2
* hevc: SSE2 and SSSE3 loop filtersPierre Edouard Lepere2014-07-263-0/+898
* qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun2014-07-254-137/+178
* dct-test: Move arch-specific bits into arch-specific subdirectoriesDiego Biurrun2014-07-211-0/+82
* simple_idct: Move x86-specific declarations to a header in the x86 directoryDiego Biurrun2014-07-193-2/+31
* fdct: Move x86-specific declarations to a header in the x86 directoryDiego Biurrun2014-07-194-2/+31
* x86: dnxhdenc: Eliminate some unnecessary ifdefsDiego Biurrun2014-07-181-2/+0
* idctdsp: prettyprinting cosmeticsDiego Biurrun2014-07-181-11/+11
* idct: Convert IDCT permutation #defines to an enumDiego Biurrun2014-07-184-11/+11
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-173-7/+7