Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-25swscale: dont loose bits on planar >8bit yuv ind gray nput.Michael Niedermayer
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-05-12swscale: fix YUV420P 9/10bit support.Ronald S. Bultje
2011-05-11swscale: remove fork bug that i missed in the merge.Michael Niedermayer
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-10Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson
2011-05-08swscale: 9,10 bits pixel format output supportBaptiste Coudurier
2011-04-28libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross
2011-04-27Rename y400a to gray8a.Baptiste Coudurier
2011-04-27Fix runtime CPU detection in libswscale.tateu
2011-04-26lsws: prevent overflow in sws_init_context()Stefano Sabatini
2011-04-25Check mmap() return against correct valueunknown author
2011-04-19sws: remove disabled cruft.Anton Khirnov
2011-04-11Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson
2011-03-26libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer
2011-03-17Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer
2011-03-16use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau
2011-03-16replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau
2010-10-29Store src/dstFormat after calling handle_jpegMartin Storsjö
2010-10-03100l, fix sws_getCachedContext. It did not set the colorspace details,Reimar Döffinger
2010-09-30Set default values for the scale context in sws_alloc_context().Stefano Sabatini
2010-09-29Cosmetics: put "if (...)" and "av_log(...)" in the same line forStefano Sabatini
2010-09-29Put if (...) av_log() in the same line, more compact and increaseStefano Sabatini
2010-09-29Cosmetics: fix braces placement.Stefano Sabatini
2010-09-29Deprecate sws_getContext(), use sws_alloc_context() andStefano Sabatini
2010-09-28Y400A (gray alpha) input support in libswscaleBaptiste Coudurier
2010-09-28swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068Janne Grunau
2010-09-28cosmetics: break long line update_flags_cpuJanne Grunau
2010-09-26Split alloc and init of context so that parameters can be set in the contextMichael Niedermayer
2010-09-26swscale: use full chroma input for point scalerRamiro Polla
2010-09-06swscale: also update flags on sws_getCachedContext()Ramiro Polla
2010-08-20fix anonymous memory mapping for NetBSDGrant Carver
2010-07-21darwin: allow 64-bit darwin to allocate executable memoryRamiro Polla
2010-06-01Move internal scale context fields initialization fromStefano Sabatini
2010-05-20Cosmetics: make more compact the code for handle_jpeg(), this also allowsStefano Sabatini
2010-05-20Remove PI definition and use M_PI instead.Stefano Sabatini
2010-03-27libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun
2010-03-24AltiVec implies a PPC CPU, so there is no need to check for both.Diego Biurrun
2010-03-23Do not compile AltiVec code when AltiVec is not available; not even inDiego Biurrun
2010-03-19Extend the generic path of the yuv2rgb converter with support for rgb444Janusz Krzysztofik
2010-03-08Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.Reimar Döffinger
2010-03-08Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RE...Reimar Döffinger
2010-03-06Avoid duplication of usePal() macro.Stefano Sabatini
2010-02-28Make sws_dcVec static: It is only used inside libswscale/utils.c.Carl Eugen Hoyos
2010-02-26Remove pointless empty line.Stefano Sabatini
2010-02-19Reindent and fix brace placement.Stefano Sabatini
2010-02-19Vertically align a list of comparisons in sws_getCachedContext().Stefano Sabatini