summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* [PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P formats.Ronald S. Bultje2011-05-14
* swscale: properly inline bits/endianness in yuv2yuvX16inC().Ronald S. Bultje2011-05-13
* swscale: fix clipping of 9/10bit YUV420P.Ronald S. Bultje2011-05-13
* 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
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
* 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
* lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-19
* Bump major versions of all libraries.Anton Khirnov2011-04-18
* swscale: fix "ISO C90 forbids mixed declarations and code" warningJanne Grunau2011-04-15
* swscale: fix compilation with --enable-runtime-cpudetectJanne Grunau2011-04-15
* swscale: correct include path to fix ppc altivec buildJanne Grunau2011-04-15
* swscale: simplify rgb2rgb templatingLuca Barbato2011-04-14
* swscale: simplify initialization codeJosh Allmann2011-04-14
* swscale: further cleanup swscale.cJosh Allmann2011-04-14
* swscale: partially move the arch specific code leftLuca Barbato2011-04-14
* swscale: move away x86 specific code from rgb2rgbLuca Barbato2011-04-14
* swscale: Factorize FAST_BGR2YV12 definition.Luca Barbato2011-04-13
* Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX().Diego Biurrun2011-04-11
* swscale: postpone sws_getContext removal until next major bump.Anton Khirnov2011-04-06
* 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
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Fix MMX rgb24 to yuv conversion with gcc 4.6Mans Rullgard2011-02-13
* Remove a few if (p) av_freep(&p) formsClément Bœsch2011-02-04
* Replace ASMALIGN() with .p2alignMans Rullgard2011-01-18
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* colorspace-test: fix buildRamiro Polla2010-12-07
* Store src/dstFormat after calling handle_jpegMartin Storsjö2010-10-29
* 100l, fix sws_getCachedContext. It did not set the colorspace details,Reimar Döffinger2010-10-03
* Set default values for the scale context in sws_alloc_context().Stefano Sabatini2010-09-29
* Set the default value of param0 and param1 to SWS_PARAM_DEFAULT.Stefano Sabatini2010-09-29
* Set valid default values for the srcw, srch, dstw, dsth options in theStefano Sabatini2010-09-29
* Cosmetics: put "if (...)" and "av_log(...)" in the same line forStefano Sabatini2010-09-29
* Put if (...) av_log() in the same line, more compact and increaseStefano Sabatini2010-09-29
* Amend constraints for the src_format and dst_format options in theStefano Sabatini2010-09-29
* Cosmetics: fix braces placement.Stefano Sabatini2010-09-29
* Deprecate sws_getContext(), use sws_alloc_context() andStefano Sabatini2010-09-28
* Add documentation for the returned value of sws_init_context().Stefano Sabatini2010-09-28
* Bump minor version after the addition of sws_alloc_context() andStefano Sabatini2010-09-28
* 100l fix if conditionBaptiste Coudurier2010-09-27
* Y400A (gray alpha) input support in libswscaleBaptiste Coudurier2010-09-27
* swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068Janne Grunau2010-09-27
* cosmetics: break long line update_flags_cpuJanne Grunau2010-09-27
* fix typos and grammarRamiro Polla2010-09-26
* Make the avoptions list of sws more complete.Michael Niedermayer2010-09-26