summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
Commit message (Expand)AuthorAge
...
* 100l, fix sws_getCachedContext. It did not set the colorspace details,Reimar Döffinger2010-10-03
* Set default values for the scale context in sws_alloc_context().Stefano Sabatini2010-09-29
* Cosmetics: put "if (...)" and "av_log(...)" in the same line forStefano Sabatini2010-09-29
* Put if (...) av_log() in the same line, more compact and increaseStefano Sabatini2010-09-29
* Cosmetics: fix braces placement.Stefano Sabatini2010-09-29
* Deprecate sws_getContext(), use sws_alloc_context() andStefano Sabatini2010-09-28
* Y400A (gray alpha) input support in libswscaleBaptiste Coudurier2010-09-27
* swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068Janne Grunau2010-09-27
* cosmetics: break long line update_flags_cpuJanne Grunau2010-09-27
* Split alloc and init of context so that parameters can be set in the contextMichael Niedermayer2010-09-26
* swscale: use full chroma input for point scalerRamiro Polla2010-09-26
* swscale: also update flags on sws_getCachedContext()Ramiro Polla2010-09-06
* fix anonymous memory mapping for NetBSDGrant Carver2010-08-19
* darwin: allow 64-bit darwin to allocate executable memoryRamiro Polla2010-07-21
* Move internal scale context fields initialization fromStefano Sabatini2010-06-01
* Cosmetics: make more compact the code for handle_jpeg(), this also allowsStefano Sabatini2010-05-19
* Remove PI definition and use M_PI instead.Stefano Sabatini2010-05-19
* libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun2010-03-27
* AltiVec implies a PPC CPU, so there is no need to check for both.Diego Biurrun2010-03-23
* Do not compile AltiVec code when AltiVec is not available; not even inDiego Biurrun2010-03-23
* Extend the generic path of the yuv2rgb converter with support for rgb444Janusz Krzysztofik2010-03-18
* Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.Reimar Döffinger2010-03-08
* Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RE...Reimar Döffinger2010-03-08
* Avoid duplication of usePal() macro.Stefano Sabatini2010-03-06
* Make sws_dcVec static: It is only used inside libswscale/utils.c.Carl Eugen Hoyos2010-02-28
* Remove pointless empty line.Stefano Sabatini2010-02-25
* Reindent and fix brace placement.Stefano Sabatini2010-02-18
* Vertically align a list of comparisons in sws_getCachedContext().Stefano Sabatini2010-02-18
* Merge two if conditions, allow to decrese the level of indentation ofStefano Sabatini2010-02-18
* Simplify how usesVFilter and usesHFilter are set.Stefano Sabatini2010-02-05
* Declare support for the pixel formats:Stefano Sabatini2010-01-31
* Use isAnyRGB() where possibleMichael Niedermayer2010-01-26
* Rename isRGB() and isBGR() as their meaning is confusing.Michael Niedermayer2010-01-26
* Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightlyStefano Sabatini2010-01-25
* Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.Stefano Sabatini2010-01-24
* Use av_get_bits_per_pixel() for computing the bits per pixel of theStefano Sabatini2010-01-24
* Don't redefine M_PI. It is already defined from libavutil/mathematics.h.Ramiro Polla2010-01-24
* Split swscale.c into scaler code (swscale.c) and utility code (utils.c).Ramiro Polla2010-01-24