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