summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber2009-09-051-12/+12
* More indentation changes leftover from r29522:Ramiro Polla2009-08-161-32/+32
* Cosmetics:Ramiro Polla2009-08-161-1/+1
* MMX2 horizontal scaler: Determine code size at runtime.Ramiro Polla2009-08-131-0/+2
* Rename "funny" code to "mmx2 filter" code.Ramiro Polla2009-08-131-2/+2
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-1/+1
* Remove unused variables.Ramiro Polla2009-07-211-1/+0
* Remove dependency from swscale_internal.h to lavu/internal.h, it is no longerRamiro Polla2009-07-091-1/+0
* Use enum PixelFormat in sws_format_name() prototypeMåns Rullgård2009-07-011-1/+1
* Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.Diego Biurrun2009-06-111-0/+1
* Use DECLARE_ALIGNED macro instead of gcc __attribute__.Pavel Pavlov2009-06-041-29/+29
* Partial (low bits ignored, no direct transcoding into other RGB formats) supportKostya Shishkov2009-06-021-1/+3
* Let SwScaler know that RGB48 BE/LE is 16-bits per component format.Kostya Shishkov2009-05-191-0/+2
* Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).Kostya Shishkov2009-05-191-0/+3
* Add missing const qualifiers to AltiVec function parameters where appropriate.Diego Biurrun2009-05-091-2/+2
* Change VOFW for x86 to 5120, it allows larger images to be scaled and wasMichael Niedermayer2009-05-051-1/+6
* Planar 16bit 420 422 444 YUV support (output is only supported in someMichael Niedermayer2009-04-211-1/+16
* Add macro to check for 16bit per sample.Michael Niedermayer2009-04-211-0/+4
* add isBE()Michael Niedermayer2009-04-201-0/+1
* Do not use abgrToA for both luma and alpha channel in hyscale.Cédric Schieli2009-04-141-0/+2
* whitespace cosmetics: Reindent a few lines and break a few excessively long l...Diego Biurrun2009-04-121-12/+15
* swscale: Use function pointers for swScale functions.Ramiro Polla2009-04-041-0/+51
* Move bfin specific code to its subdir.Ramiro Polla2009-03-271-0/+1
* Move yuv2rgb code to subdirs.Ramiro Polla2009-03-261-0/+4
* Add alpha channel scalingCédric Schieli2009-03-201-0/+5
* Consistently use ff_ prefixes for internal symbols.Diego Biurrun2009-03-181-5/+5
* YUVA420P is a planar YUV formatCédric Schieli2009-03-071-0/+1
* Add an isALPHA macro to check if pixel format has alpha channelCédric Schieli2009-02-271-0/+7
* Drop DECLARE_ALIGNED from extern declarations. It creates trouble whenDiego Biurrun2009-02-091-2/+2
* Prefix visible YUV2RGB functions with sws_Kostya Shishkov2009-02-091-4/+4
* Declare struct SwsContext before using it, fixes the checkheaders warning:Diego Biurrun2009-01-251-0/+2
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-141-5/+5
* Add a new unscaled PAL8 -> RGB converter.Vitor Sessak2008-10-081-0/+3
* Change variable types from int to enum PixelFormat.Carl Eugen Hoyos2008-10-071-1/+1
* Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.Michael Niedermayer2008-09-131-1/+6
* Add support for PIX_FMT_MONOWHITE as output format.Michael Niedermayer2008-09-121-0/+3
* 100000000000000l, forgot to commit header change for r27580.Michael Niedermayer2008-09-111-0/+1
* Fix typo in comment.Michael Niedermayer2008-09-081-1/+1
* Fix accurate rounding mode on x86_64.Michael Niedermayer2008-09-071-0/+12
* Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.Michael Niedermayer2008-09-041-0/+8
* Remove workaround for rgb/bgr mess.Michael Niedermayer2008-09-041-2/+2
* Change headers' guardnames consistently with r15120.Stefano Sabatini2008-08-311-3/+3
* Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniLuca Barbato2008-07-091-0/+2
* spelling/grammar/wording overhaulDiego Biurrun2008-07-041-3/+3
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Make av_class a pointer to const.Panagiotis Issaris2008-03-101-1/+1
* define VOF as double of VOFW.Benoit Fouet2008-03-101-1/+1
* change sws_format_name to return const char*, supress many warningsBaptiste Coudurier2008-03-061-1/+1
* Turn ancient V offset numerical constants into named ones.Michael Niedermayer2008-03-051-1/+4
* Discard two symbols from libswscale.Carl Eugen Hoyos2008-02-221-0/+3
OpenPOWER on IntegriCloud