summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Restore vertical alignment in some definesRamiro Polla2010-07-201-12/+12
* Revert r31153. It failed to build on:Ramiro Polla2010-05-121-9/+9
* Use int instead of long to pass width parameters in non-public functions.Ramiro Polla2010-05-111-9/+9
* Avoid duplication of usePal() macro.Stefano Sabatini2010-03-061-0/+1
* Add support to BGR444/RGB444 foreign endian output in libswscale.Janusz Krzysztofik2010-03-061-2/+4
* libswscale: Extend the unaccelerated path of the unscaled yuv2rgb specialJanusz Krzysztofik2010-03-051-0/+2
* Support BGR555, BGR565, RGB555 and RGB565 foreign endian output inAlexis Ballier2010-03-041-4/+8
* Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.Michael Niedermayer2010-01-261-0/+16
* Rename isRGB() and isBGR() as their meaning is confusing.Michael Niedermayer2010-01-261-2/+2
* Use av_get_bits_per_pixel() for computing the bits per pixel of theStefano Sabatini2010-01-241-38/+2
* Split swscale.c into scaler code (swscale.c) and utility code (utils.c).Ramiro Polla2010-01-241-0/+17
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-1/+1
* Document some more of SwsContext.Ramiro Polla2010-01-201-26/+54
* Prefer enum PixelFormat to int as the parameter type ofStefano Sabatini2010-01-161-1/+1
* Document some of SwsContext.Ramiro Polla2010-01-161-11/+18
* Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.Ramiro Polla2010-01-161-4/+0
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-151-1/+1
* Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.Ramiro Polla2009-12-211-2/+2
* Rename function pointers used to convert from the input pixel format to theRamiro Polla2009-12-211-7/+7
* Check if chroma horizontal scaler is needed in sws_init_swScale().Ramiro Polla2009-12-211-0/+2
* Remove unused fields from SwsContext.Ramiro Polla2009-12-211-1/+0
* Indentation.Ramiro Polla2009-12-201-8/+8
* Set horizontal scaler's range conversion in context in sws_init_swScale().Ramiro Polla2009-12-201-0/+3
* Set horizontal scaler's src offsets in context in sws_init_swScale().Ramiro Polla2009-12-201-0/+4
* 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
OpenPOWER on IntegriCloud