882 Commits (a13fec8a9cbc13745bcb7e7c1b017d72623051ad)

Author SHA1 Message Date
Oskar Arvidsson d4497f6dfb Add pixel formats for 9- and 10-bit yuv420p. 14 years ago
Anton Khirnov 0464ee9af2 swscale: postpone sws_getContext removal until next major bump. 14 years ago
Darren Horrocks 30c6fefd01 fix runtime-cpu-detect bug in swscale 14 years ago
Michael Niedermayer 116758a358 Fix yuvj420p scaling artefact, issue1108. 14 years ago
Michael Niedermayer ffd39f9d23 Fix typo from e3a84542. 14 years ago
Frank Barchard e3a8454205 SWSCALE: Increase maximim with from 5120 to 21504 14 years ago
Michael Niedermayer 95c8bb03ed Fix compilation failure with runtime cpudetect (Ticket #22) 14 years ago
Peter Ross 3e2523db20 libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Michael Niedermayer e528cdac8a Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" 14 years ago
Michael Niedermayer 0cb88628fb Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*" 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 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Mans Rullgard 4064d770ad Fix MMX rgb24 to yuv conversion with gcc 4.6 14 years ago
Mans Rullgard f344903ca5 Fix MMX rgb24 to yuv conversion with gcc 4.6 14 years ago
Clément Bœsch b9004bd50c Remove a few if (p) av_freep(&p) forms 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 15 years ago
Ramiro Polla 6527e56131 swscale: avoid reading prior to the source buffer in planar2x() MMX2 15 years ago