summaryrefslogtreecommitdiffstats
path: root/libswscale/utils.c
Commit message (Expand)AuthorAgeFilesLines
* sws: remove disabled cruft.Anton Khirnov2011-04-191-7/+0
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-161-1/+1
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-161-1/+1
* Store src/dstFormat after calling handle_jpegMartin Storsjö2010-10-291-2/+2
* 100l, fix sws_getCachedContext. It did not set the colorspace details,Reimar Döffinger2010-10-031-0/+5
* Set default values for the scale context in sws_alloc_context().Stefano Sabatini2010-09-291-3/+2
* Cosmetics: put "if (...)" and "av_log(...)" in the same line forStefano Sabatini2010-09-291-10/+5
* Put if (...) av_log() in the same line, more compact and increaseStefano Sabatini2010-09-291-24/+12
* Cosmetics: fix braces placement.Stefano Sabatini2010-09-291-2/+4
* Deprecate sws_getContext(), use sws_alloc_context() andStefano Sabatini2010-09-281-3/+15
* Y400A (gray alpha) input support in libswscaleBaptiste Coudurier2010-09-271-0/+1
* swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068Janne Grunau2010-09-271-0/+1
* cosmetics: break long line update_flags_cpuJanne Grunau2010-09-271-1/+5
* Split alloc and init of context so that parameters can be set in the contextMichael Niedermayer2010-09-261-44/+70
* swscale: use full chroma input for point scalerRamiro Polla2010-09-261-1/+1
* swscale: also update flags on sws_getCachedContext()Ramiro Polla2010-09-061-4/+12
* fix anonymous memory mapping for NetBSDGrant Carver2010-08-191-2/+2
* darwin: allow 64-bit darwin to allocate executable memoryRamiro Polla2010-07-211-0/+1
* Move internal scale context fields initialization fromStefano Sabatini2010-06-011-50/+0
* Cosmetics: make more compact the code for handle_jpeg(), this also allowsStefano Sabatini2010-05-191-14/+5
* Remove PI definition and use M_PI instead.Stefano Sabatini2010-05-191-1/+1
* libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun2010-03-271-17/+14
* AltiVec implies a PPC CPU, so there is no need to check for both.Diego Biurrun2010-03-231-3/+3
* Do not compile AltiVec code when AltiVec is not available; not even inDiego Biurrun2010-03-231-3/+3
* Extend the generic path of the yuv2rgb converter with support for rgb444Janusz Krzysztofik2010-03-181-1/+6
* Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.Reimar Döffinger2010-03-081-0/+2
* Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RE...Reimar Döffinger2010-03-081-2/+2
* Avoid duplication of usePal() macro.Stefano Sabatini2010-03-061-2/+0
* Make sws_dcVec static: It is only used inside libswscale/utils.c.Carl Eugen Hoyos2010-02-281-1/+1
* Remove pointless empty line.Stefano Sabatini2010-02-251-1/+0
* Reindent and fix brace placement.Stefano Sabatini2010-02-181-5/+4
* Vertically align a list of comparisons in sws_getCachedContext().Stefano Sabatini2010-02-181-5/+9
* Merge two if conditions, allow to decrese the level of indentation ofStefano Sabatini2010-02-181-4/+4
* Simplify how usesVFilter and usesHFilter are set.Stefano Sabatini2010-02-051-9/+8
* Declare support for the pixel formats:Stefano Sabatini2010-01-311-0/+8
* Use isAnyRGB() where possibleMichael Niedermayer2010-01-261-5/+4
* Rename isRGB() and isBGR() as their meaning is confusing.Michael Niedermayer2010-01-261-5/+5
* Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightlyStefano Sabatini2010-01-251-2/+0
* Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.Stefano Sabatini2010-01-241-2/+0
* Use av_get_bits_per_pixel() for computing the bits per pixel of theStefano Sabatini2010-01-241-0/+2
* Don't redefine M_PI. It is already defined from libavutil/mathematics.h.Ramiro Polla2010-01-241-10/+4
* Split swscale.c into scaler code (swscale.c) and utility code (utils.c).Ramiro Polla2010-01-241-0/+1589
OpenPOWER on IntegriCloud