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-26swscale: remove VOF/VOFW.Ronald S. Bultje
2011-05-26swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje
2011-05-26swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje
2011-05-24swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje
2011-05-12swscale: fix YUV420P 9/10bit support.Ronald S. Bultje
2011-05-10Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson
2011-04-28libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross
2011-04-13swscale: Factorize FAST_BGR2YV12 definition.Luca Barbato
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-28Y400A (gray alpha) input support in libswscaleBaptiste Coudurier
2010-07-24More const-correctness fixes to avoid warnings.Reimar Döffinger
2010-07-20Restore vertical alignment in some definesRamiro Polla
2010-05-13Revert r31153. It failed to build on:Ramiro Polla
2010-05-11Use int instead of long to pass width parameters in non-public functions.Ramiro Polla
2010-03-06Avoid duplication of usePal() macro.Stefano Sabatini
2010-03-06Add support to BGR444/RGB444 foreign endian output in libswscale.Janusz Krzysztofik
2010-03-05libswscale: Extend the unaccelerated path of the unscaled yuv2rgb specialJanusz Krzysztofik
2010-03-04Support BGR555, BGR565, RGB555 and RGB565 foreign endian output inAlexis Ballier
2010-01-26Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.Michael Niedermayer
2010-01-26Rename isRGB() and isBGR() as their meaning is confusing.Michael Niedermayer
2010-01-24Use av_get_bits_per_pixel() for computing the bits per pixel of theStefano Sabatini
2010-01-24Split swscale.c into scaler code (swscale.c) and utility code (utils.c).Ramiro Polla
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-20Document some more of SwsContext.Ramiro Polla
2010-01-16Prefer enum PixelFormat to int as the parameter type ofStefano Sabatini
2010-01-16Document some of SwsContext.Ramiro Polla
2010-01-16Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.Ramiro Polla
2010-01-15Const correctness for src pointer. Remove all constness related warnings inZuxy Meng
2009-12-21Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.Ramiro Polla
2009-12-21Rename function pointers used to convert from the input pixel format to theRamiro Polla
2009-12-21Check if chroma horizontal scaler is needed in sws_init_swScale().Ramiro Polla
2009-12-21Remove unused fields from SwsContext.Ramiro Polla
2009-12-20Indentation.Ramiro Polla
2009-12-20Set horizontal scaler's range conversion in context in sws_init_swScale().Ramiro Polla
2009-12-20Set horizontal scaler's src offsets in context in sws_init_swScale().Ramiro Polla
2009-09-06Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber
2009-08-17More indentation changes leftover from r29522:Ramiro Polla
2009-08-17Cosmetics:Ramiro Polla
2009-08-13MMX2 horizontal scaler: Determine code size at runtime.Ramiro Polla
2009-08-13Rename "funny" code to "mmx2 filter" code.Ramiro Polla
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-07-22Remove unused variables.Ramiro Polla
2009-07-09Remove dependency from swscale_internal.h to lavu/internal.h, it is no longerRamiro Polla
2009-07-01Use enum PixelFormat in sws_format_name() prototypeMåns Rullgård
2009-06-11Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.Diego Biurrun
2009-06-05Use DECLARE_ALIGNED macro instead of gcc __attribute__.Pavel Pavlov
2009-06-02Partial (low bits ignored, no direct transcoding into other RGB formats) supportKostya Shishkov
2009-05-19Let SwScaler know that RGB48 BE/LE is 16-bits per component format.Kostya Shishkov
2009-05-19Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).Kostya Shishkov
2009-05-09Add missing const qualifiers to AltiVec function parameters where appropriate.Diego Biurrun