aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qatar/master'Michael Niedermayer2011-05-131-5/+9
|\
| * 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
* | swscale: remove fork bug that i missed in the merge.Michael Niedermayer2011-05-111-4/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-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
* | swscale: 9,10 bits pixel format output supportBaptiste Coudurier2011-05-081-0/+4
* | Rename y400a to gray8a.Baptiste Coudurier2011-04-271-1/+1
* | Fix runtime CPU detection in libswscale.tateu2011-04-271-0/+8
* | lsws: prevent overflow in sws_init_context()Stefano Sabatini2011-04-251-1/+1
* | Check mmap() return against correct valueunknown author2011-04-251-0/+4
* | Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-04-101-0/+2
* | libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-03-261-0/+2
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-171-1/+1
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-171-1/+1
|/
* 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