summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* 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
* x86: Unconditionally compile blockdsp and svq1enc init filesDiego Biurrun2014-07-05
* x86: huffyuvdsp: Move inline assembly to init fileDiego Biurrun2014-07-05
* x86: mpegvideoenc: Change SIMD optimization name suffixes to lowercaseDiego Biurrun2014-07-03
* Update Fiona's name in copyright statements.Diego Biurrun2014-07-01
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* dsputil: Move MMX/SSE2-optimized IDCT bits to the x86 subdirectoryDiego Biurrun2014-06-26
* x86: h264dsp: Fix link failure with optimizations disabledDiego Biurrun2014-06-25
* dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun2014-06-23
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
* dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-22
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* x86: h264: Don't keep data in the redzone across function calls on 64 bit unixMartin Storsjö2014-06-10
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-29
* dsputil: Move APE-specific bits into apedspDiego Biurrun2014-05-29
* dsputil: Move SVQ1 encoding specific bits into svq1encDiego Biurrun2014-05-29
* dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun2014-05-27
* dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-27
* x86/synth_filter: remove the fma3 version ifdefsJames Almer2014-04-13