summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-13
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* build: miscellaneous cosmeticsDiego Biurrun2016-04-07
* fft: Split MDCT bits off from FFTDiego Biurrun2016-03-01
* fft: x86: cosmetics: Drop silly comments, add comment, whitespaceDiego Biurrun2016-02-26
* x86: hevc: Fix linking with both yasm and optimizations disabledDiego Biurrun2016-02-23
* build: Add vc1dsp component for more fine-grained dependenciesDiego Biurrun2016-02-19
* v210: Use separate sample_factorsLuca Barbato2016-02-01
* v210: Add avx2 version of the 10-bit line encoderJames Darnley2016-02-01
* v210: Add avx2 version of the 8-bit line encoderJames Darnley2016-02-01
* v210: x86: Add the correct guards around the asm codeLuca Barbato2016-01-26
* x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-23
* x86: build: Group all encoder objects togetherDiego Biurrun2016-01-18
* x86: ac3dsp: Drop forward declaration for nonexisting functionDiego Biurrun2016-01-18
* x86: use emms after ff_int32_to_float_fmul_scalar_sseJanne Grunau2015-12-30
* x86: zero extend the 32-bit length in int32_to_float_fmul_scalar implicitlyJanne Grunau2015-12-29
* dca: remove unused decode_hf function and quant_d tablesAlexandra Hájková2015-12-24
* x86_64: int32_to_float_fmul_scalar sign extend integer lengthJanne Grunau2015-12-14
* hevcdsp: use a macro for .rodata sectionDave Yeo2015-12-11
* hevcdsp: add x86 SIMD for MCAnton Khirnov2015-12-05
* mpegvideo: Make sure mpegutils.h is included where neededVittorio Giovara2015-09-13
* lavc: Drop deprecated deinterlace moduleVittorio Giovara2015-08-28
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-11
* x86inc: Support arbitrary stack alignmentsHenrik Gramner2015-08-11
* x86: dcadsp: Avoid SSE2 instructions in SSE functionsHenrik Gramner2015-08-11
* x86: dct: Disable dct32_float_sse on x86-64Henrik Gramner2015-08-02
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* x86: bswapdsp: Don't treat 32-bit integers as 64-bitHenrik Gramner2015-07-17
* configure: Factor out vp8dsp moduleVittorio Giovara2015-07-17
* configure: Factor out rv34dsp moduleVittorio Giovara2015-07-17
* h264_qpel: Use the correct headerVittorio Giovara2015-06-12
* h264_weight: Fix SSSE3 biweight code with weights of 128Michael Niedermayer2015-06-12
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-31
* x86: cavs: Remove an unneeded scratch bufferMichael Niedermayer2015-05-28
* mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-22
* x86: Put COPY3_IF_LT under HAVE_6REGSLuca Barbato2015-03-17
* lavc: do not compile fmtconvert unconditionallyAnton Khirnov2015-02-28
* fmtconvert: drop unused functionsAnton Khirnov2015-02-28
* hevc_deblock: Fix compilation with nasmCarl Eugen Hoyos2015-02-22
* v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-12-05
* motion_est: convert stride to ptrdiff_tVittorio Giovara2014-11-24
* x86: h264_intrapred: Don't treat 32-bit integers as 64-bitHenrik Gramner2014-10-08
* xvid: Add C IDCTPascal Massimino2014-09-02
* idctdsp: Add global function pointers for {add|put}_pixels_clamped functionsDiego Biurrun2014-09-02
* x86: xvid: K&R formatting cosmeticsDiego Biurrun2014-08-27
* cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTsDiego Biurrun2014-08-27
* x86: xvid_idct: Drop unused definitionsDiego Biurrun2014-08-27
* build: Add explanatory comments to (optimization) blocks in the MakefilesDiego Biurrun2014-08-15
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-15
* avcodec: Rename xvidmmx IDCT to xvidDiego Biurrun2014-08-08