summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* x86/synth_filter: add synth_filter_sseJames Almer2014-04-042-30/+70
* On2 VP7 decoderPeter Ross2014-04-043-32/+59
* x86: hpeldsp: Keep all rnd_template instantiations in hpeldsp_initDiego Biurrun2014-03-263-40/+10
* Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-263-0/+15
* x86: h264_qpel: Fix typo in CALL_2X_PIXELS macro invocationDiego Biurrun2014-03-261-1/+1
* x86: dsputil: Move hpeldsp-related declarations to a separate headerDiego Biurrun2014-03-226-18/+42
* x86: dsputil: Move fpel declarations to a separate headerDiego Biurrun2014-03-229-21/+50
* dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macrosDiego Biurrun2014-03-225-32/+24
* imgconvert: Move ff_deinterlace_line_*_mmx declarations out of dsputilDiego Biurrun2014-03-221-12/+0
* x86: dsputil: Move inline assembly macros to a separate headerDiego Biurrun2014-03-228-76/+108
* dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun2014-03-203-27/+30
* build: Group general components separate from de/encoders in arch MakefilesDiego Biurrun2014-03-201-12/+15
* dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun2014-03-203-31/+24
* x86: dsputil_init: Drop some unnecessary parenthesesDiego Biurrun2014-03-131-30/+30
* x86: dsputil_init: K&R formatting cosmeticsDiego Biurrun2014-03-131-61/+62
* x86: dsputil_x86.h: K&R formatting cosmeticsDiego Biurrun2014-03-131-7/+10
* x86: motion_est: K&R formatting cosmeticsDiego Biurrun2014-03-131-150/+161
* dsputilenc_mmx: K&R formatting cosmeticsDiego Biurrun2014-03-131-726/+769
* dsputil_mmx: K&R formatting cosmeticsDiego Biurrun2014-03-131-55/+49
* dsputilenc_mmx: Merge two assignment blocks with identical conditionsDiego Biurrun2014-03-131-3/+0
* x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-1324-246/+308
OpenPOWER on IntegriCloud