1200 Commits (616eaea8ad0becdeeb75a783e8924a1aa12309ec)

Author SHA1 Message Date
tateu 93c28a55fd Fix runtime CPU detection in libswscale. 14 years ago
Stefano Sabatini bd2a3700c0 lsws: prevent overflow in sws_init_context() 14 years ago
Manfred Tremmel 03a91c7453 Patch from Packman (OpenSuse - packages) to silence rpmlint. 14 years ago
unknown author 2671ab3996 Check mmap() return against correct value 14 years ago
Anton Khirnov 7dfe244fbd sws: remove disabled cruft. 14 years ago
Anton Khirnov 41d0eb1c81 lavc: remove the FF_API_SET_STRING_OLD cruft. 14 years ago
Anton Khirnov 139f3ac42d Bump major versions of all libraries. 14 years ago
Janne Grunau f668afd489 swscale: fix "ISO C90 forbids mixed declarations and code" warning 14 years ago
Janne Grunau 7f2ae5c7af swscale: fix compilation with --enable-runtime-cpudetect 14 years ago
Janne Grunau b6cad3df82 swscale: correct include path to fix ppc altivec build 14 years ago
Luca Barbato 6216fc70b7 swscale: simplify rgb2rgb templating 14 years ago
Josh Allmann 33a0421bba swscale: simplify initialization code 14 years ago
Josh Allmann 735bf19511 swscale: further cleanup swscale.c 14 years ago
Luca Barbato 86330b4c92 swscale: partially move the arch specific code left 14 years ago
Luca Barbato c003832883 swscale: move away x86 specific code from rgb2rgb 14 years ago
Luca Barbato 0e1a5434e2 swscale: Factorize FAST_BGR2YV12 definition. 14 years ago
Diego Biurrun db46be01ec Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX(). 14 years ago
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