816 Commits (c5704b2b9a9cb38e27d24f9962594def16870c52)

Author SHA1 Message Date
Anton Khirnov 0464ee9af2 swscale: postpone sws_getContext removal until next major bump. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Janne Grunau a03be6e1ba use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 14 years ago
Janne Grunau 29ba091136 replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Mans Rullgard f344903ca5 Fix MMX rgb24 to yuv conversion with gcc 4.6 14 years ago
Clément Bœsch 523d9407d5 Remove a few if (p) av_freep(&p) forms 14 years ago
Mans Rullgard ef4a65149d Replace ASMALIGN() with .p2align 14 years ago
Janne Grunau 2c3589bfda consolidate .gitignore patters into a single file 14 years ago
Janne Grunau 348b8218f7 convert svn:ignore properties to .gitignore files 14 years ago
Ramiro Polla b494baf0b0 colorspace-test: fix build 14 years ago
Martin Storsjö 9c158e4947 Store src/dstFormat after calling handle_jpeg 14 years ago
Reimar Döffinger 12eef0d1ba 100l, fix sws_getCachedContext. It did not set the colorspace details, 14 years ago
Stefano Sabatini f34fcdc8b6 Set default values for the scale context in sws_alloc_context(). 14 years ago
Stefano Sabatini e60c906a82 Set the default value of param0 and param1 to SWS_PARAM_DEFAULT. 14 years ago
Stefano Sabatini 6d21d67b38 Set valid default values for the srcw, srch, dstw, dsth options in the 14 years ago
Stefano Sabatini fc7c40c2bd Cosmetics: put "if (...)" and "av_log(...)" in the same line for 14 years ago
Stefano Sabatini d29e863e1d Put if (...) av_log() in the same line, more compact and increase 14 years ago
Stefano Sabatini 5abd626e20 Amend constraints for the src_format and dst_format options in the 14 years ago
Stefano Sabatini c24b404ba6 Cosmetics: fix braces placement. 14 years ago
Stefano Sabatini 0810a5846b Deprecate sws_getContext(), use sws_alloc_context() and 14 years ago
Stefano Sabatini 499287e0a5 Add documentation for the returned value of sws_init_context(). 14 years ago
Stefano Sabatini c508ab6736 Bump minor version after the addition of sws_alloc_context() and 14 years ago
Baptiste Coudurier bd8154d0b3 100l fix if condition 14 years ago
Baptiste Coudurier df0743e01e Y400A (gray alpha) input support in libswscale 14 years ago
Janne Grunau 9f694f0b3d swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068 14 years ago
Janne Grunau 829e5dafc2 cosmetics: break long line update_flags_cpu 14 years ago
Ramiro Polla 33ce384688 fix typos and grammar 14 years ago
Michael Niedermayer 8c26d83edb Make the avoptions list of sws more complete. 14 years ago
Michael Niedermayer 635d4aed60 Split alloc and init of context so that parameters can be set in the context 14 years ago
Ramiro Polla f4203ff3d9 swscale: use full chroma input for point scaler 14 years ago
Ramiro Polla b9f5e3bd75 swscale-test: cosmetic alignment 14 years ago
Ramiro Polla 5a90173751 swscale: remove useless temporary variable 14 years ago
Ramiro Polla cf1cd520c6 swscale: factorize plane copying code out of 2 functions 14 years ago
Ramiro Polla f1084cb0cd swscale-test: always use bilinear scaler to get output for SSD 14 years ago
Ramiro Polla c12f7b2d2c rgb2rgb: don't misuse HAVE_* defines 14 years ago
Ramiro Polla 40b433b62b swscale: indentation and emtpy line cosmetics 14 years ago
Ramiro Polla 6527e56131 swscale: avoid reading prior to the source buffer in planar2x() MMX2 14 years ago
Ramiro Polla 9b4bf9c21d swscale-test: allow specifying src/dst pixel formats 14 years ago
Ramiro Polla 9075bc7c51 indent 14 years ago
Ramiro Polla 4bf4478598 swscale-test: take input from reference file 14 years ago
Ramiro Polla 6bbae4c8b3 swscale-test: always use SWS_BILINEAR to convert from ref to src 14 years ago
Ramiro Polla 3e1e78008b swscale-test: move conversion from ref to source back to doTest() 14 years ago
Ramiro Polla a51125b52f rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32() 14 years ago
Ramiro Polla 0132ab80a8 indent 14 years ago
Ramiro Polla 4d8617496f swscale: remove unused code 14 years ago
Ramiro Polla 4821b4456f rgb2rgb: remove unused yvu9toyv12 function 14 years ago
Ramiro Polla 4389d606e6 av_fill_image_linesizes -> av_image_fill_linesizes 14 years ago
Ramiro Polla 539ff40c2d rgb2rgb: build SSE2 codepath 14 years ago
Ramiro Polla c17f5a4e15 swscale: also update flags on sws_getCachedContext() 14 years ago