summaryrefslogtreecommitdiff
path: root/libswscale/yuv2rgb_template.c
Commit message (Expand)AuthorAgeFilesLines
* Move yuv2rgb code to subdirs.Ramiro Polla2009-03-261-484/+0
* Simpler and more elegant fix to the x86_32/OSX+PIC build failureCédric Schieli2009-03-241-2/+2
* Fix build failure on x86_32 Mac OS X with PIC enabledCédric Schieli2009-03-211-0/+2
* Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled convertersCédric Schieli2009-03-201-0/+24
* Do not assume long is same width as x86 register.Ramiro Polla2009-03-181-1/+1
* Split YUV2RGB operands declaration into a separate macroCédric Schieli2009-03-161-1/+6
* When converting from a non alpha format to an alpha format, defaultsCédric Schieli2009-02-281-1/+1
* Refactor code for upcoming alpha patches.Cédric Schieli2009-02-271-40/+42
* Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.Cédric Schieli2009-02-211-158/+73
* cosmetics: Remove period after copyright statement non-sentence.Diego Biurrun2009-02-011-1/+1
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-251-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-141-3/+3
* cosmetics: typo fixDiego Biurrun2008-10-231-1/+1
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-12/+12
* Remove b5Dither, g5Dither and r5Dither from libswscale.Carl Eugen Hoyos2008-10-041-14/+14
* Remove g6Dither from libswscale.Carl Eugen Hoyos2008-10-041-4/+2
* spelling/grammar/wording overhaulDiego Biurrun2008-07-041-16/+16
* cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun2008-04-171-12/+12
* Discard two symbols from libswscale.Carl Eugen Hoyos2008-02-221-8/+8
* Make some assembler constants global instead of declaring them multiple times.Reimar Döffinger2008-01-291-4/+4
* cosmetic (get rid of _ at the start of local variable names)Michael Niedermayer2007-09-241-24/+24
* Remove redundant "all rights reserved" statement, OKed by Walken.Diego Biurrun2007-07-161-1/+0
* typoDiego Biurrun2007-07-141-1/+1
* Group all copyright and author notices together.Diego Biurrun2007-07-051-4/+4
* cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-291-346/+346
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-261-12/+11
* negative stride and h_size-=8 fixMichael Niedermayer2007-02-171-4/+4
* Fix license headers and FSF postal address.Diego Biurrun2007-01-221-2/+2
* Remove the dependency of libswscale on img_format.hLuca Abeni2006-09-171-4/+4
* Move postproc ---> libswscaleLuca Abeni2006-06-301-0/+540