summaryrefslogtreecommitdiffstats
path: root/libswscale/x86
Commit message (Expand)AuthorAgeFilesLines
* Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-304-16/+16
* Merge commit 'a519583991c38d38503ab08357716513facc5725'Michael Niedermayer2013-08-294-12/+12
|\
| * swscale: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-284-12/+12
* | swscale: remove unneeded include assert.hMichael Niedermayer2013-07-191-1/+0
* | lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-091-4/+4
* | Merge commit '2b677ffca54a5fbef9c8860841c32f28ecd68f70'Michael Niedermayer2013-05-051-1/+3
|\ \ | |/
| * swscale: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+3
* | Fix libswscale compilation with --disable-optimizations on x86-32.Carl Eugen Hoyos2013-04-181-0/+4
* | sws/x86: update RENAME(rgb24toyv12)() to using the user provided rgb2yuv tableMichael Niedermayer2013-04-151-8/+11
* | sws/x86: remove 8bit rgb2yuv coefficient case for rgb24toyv12 special converterMichael Niedermayer2013-04-153-15/+1
* | sws: Update rgb24toyv12_c() to user supplied rgb2yuv tablesMichael Niedermayer2013-04-151-3/+4
* | sws/x86: update rgba->yuv to use user supplied tableMichael Niedermayer2013-04-151-12/+24
* | sws/x86: update rgb/bgr->yuv code to use provided coefficient tableMichael Niedermayer2013-04-151-16/+30
* | Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'Michael Niedermayer2013-03-281-14/+14
|\ \ | |/
| * cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-271-11/+11
* | sws/x86: improve rounding for yuv2yuvXMichael Niedermayer2013-02-152-2/+23
* | Merge commit 'ef5d41a5534b65f03d02f2e11a503ab8416bfc3b'Michael Niedermayer2013-01-191-4/+4
|\ \ | |/
| * x86inc: Rename "program_name" to "private_prefix"Diego Biurrun2013-01-181-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-191-1/+1
|\ \ | |/
| * x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-181-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-142-6/+6
|\ \ | |/
| * x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-142-6/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-101-3/+1
|\ \ | |/
| * x86: PALIGNR: port to cpuflagsDiego Biurrun2012-11-091-3/+1
* | Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415'Michael Niedermayer2012-11-013-8/+10
|\ \ | |/
| * x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-313-7/+9
* | Merge commit 'be923ed659016350592acb9b3346f706f8170ac5'Michael Niedermayer2012-10-311-20/+20
|\ \ | |/
| * x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-311-20/+20
* | Merge commit 'a65bdceb060628881578afb29df4eb222421381f'Michael Niedermayer2012-10-311-6/+5
|\ \ | |/
| * x86: mmx2 ---> mmxext in variable namesDiego Biurrun2012-10-311-6/+5
* | Merge commit '652f5185945c8405fc57aed353286858df8d066f'Michael Niedermayer2012-10-316-10/+10
|\ \ | |/
| * x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-316-10/+10
* | Merge commit '04581c8c77ce779e4e70684ac45302972766be0f'Michael Niedermayer2012-10-313-3/+3
|\ \ | |/
| * x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-313-3/+3
* | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer2012-10-313-3/+0
|\ \ | |/
| * x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-313-3/+0
* | Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-201-1/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-084-46/+46
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-084-46/+46
* | swscale: fix To{Y,UV} extern prototypes.Clément Bœsch2012-09-301-2/+5
* | x86/swscale: use unsigned to build SIMD values to avoid signed overflowMichael Niedermayer2012-09-111-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-092-12/+12
|\ \ | |/
| * x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-082-12/+12
* | Remove redundant masks in STORE_BGR24_MMX.Hans-Kristian Arntzen2012-09-021-3/+0
* | Fix compilation with yasm-0.6.2.Carl Eugen Hoyos2012-09-011-1/+1
* | Add some missing _EXTERNAL suffixes to yasm source files.Carl Eugen Hoyos2012-08-312-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-312-8/+8
|\ \ | |/
| * x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-312-8/+8
* | Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'Michael Niedermayer2012-08-311-1/+1
|\ \ | |/
| * x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-301-1/+1
OpenPOWER on IntegriCloud