summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
Commit message (Expand)AuthorAge
...
* sws/pixfmt/pixdesc: add support for yuva444pPaul B Mahol2012-01-27
* cosmetics: Move static and inline attributes to more standard places.Diego Biurrun2012-01-14
* swscale: RGB4444 and BGR444 inputPaul B Mahol2012-01-08
* swscale: don't show full-chroma-int warning for non-RGB output.Ronald S. Bultje2012-01-03
* swscale: fix overflows in vertical scaling at top/bottom edges.Ronald S. Bultje2011-12-18
* swscale: #include "libavutil/mathematics.h"Reinhard Tartler2011-12-01
* swscale: Readd #define _SVID_SOURCEMartin Storsjö2011-11-25
* swscale: add support for planar RGB input.Ronald S. Bultje2011-11-24
* swscale: add padding to conversion buffer.Sean McGovern2011-11-11
* swscale: align vertical filtersize by 2 on x86.Ronald S. Bultje2011-11-05
* sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-21
* swscale: prevent overflow in coefficient calculation.Ronald S. Bultje2011-10-21
* swscale: prevent overflow during initializationRonald Bultje2011-10-18
* sws: support yuv444p9/10 output.Anton Khirnov2011-10-12
* swscale: fix byte overreads in SSE-optimized hscale().Ronald S. Bultje2011-09-15
* swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje2011-08-12
* lsws: remove optimization debug logs in sws_init_context()Stefano Sabatini2011-08-05
* lsws: use array for storing the supported in/out informationStefano Sabatini2011-08-05
* Revert "swscale: use 15-bit intermediates for 9/10-bit scaling."Ronald S. Bultje2011-08-02
* swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje2011-08-02
* swscale: mark YUV422P10(LE,BE) as supported for outputJoseph Artsimovich2011-07-21
* swscale: extend mmx padding.Ronald S. Bultje2011-07-14
* doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-14
* swscale: rename uv_off/uv_off2 to uv_off_px/byte.Ronald S. Bultje2011-07-08
* swscale: fix 16-bit scaling when output is 8-bits.Ronald S. Bultje2011-07-08
* swscale: disable full_chroma_int when converting to non-24/32bpp RGB.Ronald S. Bultje2011-07-02
* swscale: for >8bit scaling, read in native bit-depth.Ronald S. Bultje2011-07-01
* swscale: implement >8bit scaling support.Ronald S. Bultje2011-06-29
* swscale: re-add support for non-native endianness.Ronald S. Bultje2011-06-27
* swscale: use SwsContext for av_log when availableJanne Grunau2011-06-15
* libavutil/swscale: YUV444P10/YUV444P9 support.Ronald S. Bultje2011-06-10
* swscale: de-macro'ify RGB15/16/32 input functions.Ronald S. Bultje2011-06-09
* swscale: allocate larger buffer to handle altivec overreads.Ronald S. Bultje2011-06-02
* swscale: fix crash in bilinear scaling.Ronald S. Bultje2011-05-28
* swscale: delay allocation of formatConvBuffer().Ronald S. Bultje2011-05-27
* swscale: remove VOF/VOFW.Ronald S. Bultje2011-05-26
* swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje2011-05-26
* swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje2011-05-26
* swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-26
* swscale: use emms_c().Ronald S. Bultje2011-05-24
* swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-24
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
* swscale: fix YUV420P 9/10bit support.Ronald S. Bultje2011-05-11
* Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-05-10
* libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-04-28
* sws: remove disabled cruft.Anton Khirnov2011-04-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-16
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-16
* Store src/dstFormat after calling handle_jpegMartin Storsjö2010-10-29