summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: dsputil: Coalesce all init filesDiego Biurrun2014-07-174-526/+447
* x86: dsputil: Avoid pointless CONFIG_ENCODERS indirectionDiego Biurrun2014-07-134-888/+855
* dsputil: Drop unused bit_depth parameter from all init functionsDiego Biurrun2014-07-113-7/+4
* dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-095-99/+159
* dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-073-15/+46
* dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun2014-07-065-147/+99
* dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun2014-07-065-74/+106
* dsputil: Split off *_8x8basis to a separate contextDiego Biurrun2014-07-064-81/+128
* x86: build: Only compile FDCT code if MMX is enabledDiego Biurrun2014-07-051-1/+1
* x86: Unconditionally compile blockdsp and svq1enc init filesDiego Biurrun2014-07-053-2/+2
* x86: huffyuvdsp: Move inline assembly to init fileDiego Biurrun2014-07-054-131/+76
* x86: mpegvideoenc: Change SIMD optimization name suffixes to lowercaseDiego Biurrun2014-07-032-16/+16
* Update Fiona's name in copyright statements.Diego Biurrun2014-07-018-8/+8
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-3013-237/+318
* dsputil: Move MMX/SSE2-optimized IDCT bits to the x86 subdirectoryDiego Biurrun2014-06-261-0/+33
* x86: h264dsp: Fix link failure with optimizations disabledDiego Biurrun2014-06-251-1/+1
* dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun2014-06-235-122/+155
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-224-20/+40
* dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-229-200/+289
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-185-78/+121
* x86: h264: Don't keep data in the redzone across function calls on 64 bit unixMartin Storsjö2014-06-101-5/+5
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-294-470/+509
* dsputil: Move APE-specific bits into apedspDiego Biurrun2014-05-295-150/+216