aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/i386
Commit message (Expand)AuthorAgeFilesLines
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-2238-19354/+0
* Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward.Diego Biurrun2008-12-221-1/+1
* Do not use full include path for headers in the same directory.Diego Biurrun2008-12-211-1/+1
* Port x264 deblocking code to libavcodec.Jason Garrett-Glaser2008-12-192-0/+773
* Add automatic prefix handling to yasm functions. Does nothing now, but willJason Garrett-Glaser2008-12-193-14/+8
* H.264 idct functions that include the chroma, inter luma and intra16 luma loopsMichael Niedermayer2008-12-182-2/+107
* Remove obsolete and misleading comments.Diego Biurrun2008-12-173-12/+0
* Workaround for shared libs on OS X with Apple gcc 4.0.1David Conrad2008-12-161-2/+2
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-142-11/+11
* Get rid of mmx_t.Aurelien Jacobs2008-12-141-18/+0
* dnxhd get_pixels_8x4_sym sse2Baptiste Coudurier2008-12-121-0/+58
* clear_block mmxLoren Merritt2008-12-101-13/+37
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-031-8/+8
* Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq (x86_64),Reimar Döffinger2008-11-251-3/+10
* Add shift argument to MULL() macroMåns Rullgård2008-11-241-4/+2
* convert fdct_mmx to plain asmBaptiste Coudurier2008-11-141-159/+170
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-034-39/+39
* asm() --> __asm__() in #warning commentDiego Biurrun2008-10-291-1/+1
* Add missing headers to pass 'make checkheaders'.Diego Biurrun2008-10-291-0/+2
* Rename template included sources from .h to _template.c.Diego Pettenò2008-10-275-7/+7
* Use x86_reg type instead of long in float_to_int16 MMX/SSE functions.Reimar Döffinger2008-10-201-4/+8
* Cosmetics: reindentDavid Conrad2008-10-191-3/+3
* Combine non-bitexact sectionsDavid Conrad2008-10-191-3/+2
* VP3 loop filter is mmx2 not mmxDavid Conrad2008-10-193-9/+10
* MMX VP3 Loop FilterDavid Conrad2008-10-174-0/+129
* Convert asm keyword into __asm__.Diego Pettenò2008-10-1628-309/+309
* get_pixels_sse2, ~+12% performance compared to mmxBaptiste Coudurier2008-10-091-0/+35
* Add a bunch of const qualifiers to function arguments.Diego Biurrun2008-10-071-12/+17
* Sync cosmetics from upstream.Diego Biurrun2008-10-071-0/+3
* Declare ff_pw_53 and ff_pw_18 as assembler constants.Diego Pettenò2008-10-041-2/+2
* Remove duplication of TRANSPOSE8 macro, also removing some redundant load/storesDavid Conrad2008-09-181-58/+2
* Make a separate macro for writing an entire block from registers to memoryDavid Conrad2008-09-181-9/+12
* Factorize SSE2_(Row|Column)_IDCT into one macroDavid Conrad2008-09-181-116/+19
* Cosmetics: remove excessive blank linesDavid Conrad2008-09-171-143/+0
* Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when only Theora is enabledDavid Conrad2008-09-171-1/+1
* Cosmetics: reindentDavid Conrad2008-09-172-9/+9
* Rewrite SSE2 VP3 IDCT in inline asmDavid Conrad2008-09-171-283/+273
* Rewrite MMX VP3 IDCT in inline asmDavid Conrad2008-09-171-202/+185
* MMX/SSE2 VP3 IDCT are bitexact now that the dequantization matrices are permu...David Conrad2008-09-171-3/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-317-21/+21
* Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating itDavid Conrad2008-08-313-24/+2
* Declare ff_vp3_idct_data to be uint16_tDavid Conrad2008-08-311-1/+1
* Don't declare SSE vp3 idct data static, so it can be used in the mmx versionDavid Conrad2008-08-311-2/+2
* Remove unused dequantization code from SSE VP3 IDCTDavid Conrad2008-08-301-343/+0
* Use ff_pw_8 in MMX/SSE VP3 IDCTDavid Conrad2008-08-302-16/+5
* Let ff_pw_8 be used as an SSE constantDavid Conrad2008-08-302-2/+2
* Add explicit (int) cast to i386 optimized MUL* macros.Vladimir Voroshilov2008-08-261-3/+3
* stricter constraints of asm() blocksAlexis Ballier2008-08-241-6/+6
* file which should have been added in r14749Loren Merritt2008-08-141-0/+92
* missing prototypeLoren Merritt2008-08-141-0/+1