summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* dsputil: Move SVQ1 encoding specific bits into svq1encDiego Biurrun2014-05-293-36/+74
* dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun2014-05-273-68/+114
* dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-279-202/+292
* x86/synth_filter: remove the fma3 version ifdefsJames Almer2014-04-132-4/+0
* DNxHD: convert inline asm to yasmTimothy Gu2014-04-114-68/+90
* DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as strideTimothy Gu2014-04-111-1/+1
* x86: dsputil: Move ff_apply_window_int16_* bits to ac3dsp, where they belongDiego Biurrun2014-04-042-130/+131
* x86: h264_qpel: Simplify an #if conditionalDiego Biurrun2014-04-041-1/+1
* x86: Drop some unnecessary YASM ifdefsDiego Biurrun2014-04-043-6/+0
* x86: dsputil: Eliminate some unnecessary dsputil_x86.h #includesDiego Biurrun2014-04-044-4/+0
* Remove a number of unnecessary dsputil.h #includesDiego Biurrun2014-04-041-1/+0
* x86/synth_filter: add synth_filter_fma3James Almer2014-04-042-0/+28
* x86/synth_filter: add synth_filter_avxJames Almer2014-04-042-32/+57
OpenPOWER on IntegriCloud