summaryrefslogtreecommitdiffstats
path: root/libswscale/utils.c
Commit message (Expand)AuthorAgeFilesLines
* swscale: use SwsContext for av_log when availableJanne Grunau2011-06-151-4/+4
* libavutil/swscale: YUV444P10/YUV444P9 support.Ronald S. Bultje2011-06-101-0/+6
* swscale: de-macro'ify RGB15/16/32 input functions.Ronald S. Bultje2011-06-091-5/+24
* swscale: allocate larger buffer to handle altivec overreads.Ronald S. Bultje2011-06-021-1/+1
* swscale: fix crash in bilinear scaling.Ronald S. Bultje2011-05-281-0/+1
* swscale: delay allocation of formatConvBuffer().Ronald S. Bultje2011-05-271-1/+1
* swscale: remove VOF/VOFW.Ronald S. Bultje2011-05-261-8/+7
* swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje2011-05-261-7/+12
* swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje2011-05-261-4/+2
* swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-261-1/+0
* swscale: use emms_c().Ronald S. Bultje2011-05-241-4/+2
* swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-241-66/+54
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-121-2/+0
* swscale: fix YUV420P 9/10bit support.Ronald S. Bultje2011-05-111-0/+4
* Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-05-101-0/+4
* libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-04-281-0/+2
* 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
OpenPOWER on IntegriCloud