summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* 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
* xvididct: Ensure that the scantable permutation is always set correctlyDiego Biurrun2014-08-08
* idct: Split off Xvid IDCTDiego Biurrun2014-08-01
* x86: build: Restore ordering of OBJS linesDiego Biurrun2014-07-28
* hevc: SSE2 and SSSE3 loop filtersPierre Edouard Lepere2014-07-26
* qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun2014-07-25
* dct-test: Move arch-specific bits into arch-specific subdirectoriesDiego Biurrun2014-07-21
* simple_idct: Move x86-specific declarations to a header in the x86 directoryDiego Biurrun2014-07-19
* fdct: Move x86-specific declarations to a header in the x86 directoryDiego Biurrun2014-07-19
* x86: dnxhdenc: Eliminate some unnecessary ifdefsDiego Biurrun2014-07-18
* idctdsp: prettyprinting cosmeticsDiego Biurrun2014-07-18
* idct: Convert IDCT permutation #defines to an enumDiego Biurrun2014-07-18
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-17
* x86: dsputil: Coalesce all init filesDiego Biurrun2014-07-17
* x86: dsputil: Avoid pointless CONFIG_ENCODERS indirectionDiego Biurrun2014-07-13
* dsputil: Drop unused bit_depth parameter from all init functionsDiego Biurrun2014-07-11
* dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-09
* dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-07
* dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun2014-07-06
* dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun2014-07-06
* dsputil: Split off *_8x8basis to a separate contextDiego Biurrun2014-07-06
* x86: build: Only compile FDCT code if MMX is enabledDiego Biurrun2014-07-05