217 Commits (69e2c1a95ac4dd00cb09ba3a166efc1275f5ba40)

Author SHA1 Message Date
Ronald S. Bultje 1674bd2abe swscale: integrate (literally) swscale_template.c in swscale.c. 14 years ago
Ronald S. Bultje 983260b0a4 swscale: split out x86/swscale_template.c from swscale.c. 14 years ago
Michael Niedermayer 6713989c23 swscale: dither for planar yuv outputs 14 years ago
Michael Niedermayer 877f76ad33 swscale: Fix use of uninitialized values 14 years ago
Reimar Döffinger 70564983c5 Add const to fix "cast discards qualifiers" warnings. 14 years ago
Michael Niedermayer 986f0d86cb Commits that could not be pulled earlier due to bugs. 14 years ago
Ronald S. Bultje 9222dddb44 swscale: use av_clip_uint8() in yuv2yuv1_c(). 14 years ago
Ronald S. Bultje 485d73ef21 swscale: replace formatConvBuffer[VOF] by allocated array. 14 years ago
Anton Khirnov b8e893399f sws: replace all long with int. 14 years ago
Ronald S. Bultje f2a3b23051 swscale: remove if(full_chr_int) from yuv2packed1(). 14 years ago
Diego Biurrun 11f2eae2ae swscale: Remove commented-out printf cruft. 14 years ago
Michael Niedermayer 041dbd3c14 swscale: dont loose precission on RGB/BGR48 input, that is dont drop half the bits. 14 years ago
Michael Niedermayer 2b6bfff2b2 swscale: Do not loose precission on yuv values after rgb->yuv. 14 years ago
Ronald S. Bultje 48520772d9 swscale: use av_clip_uint8() in yuv2yuv1_c(). 14 years ago
Ronald S. Bultje b4a224c5e4 swscale: split chroma buffers into separate U/V planes. 14 years ago
Ronald S. Bultje 69645c021a swscale: replace formatConvBuffer[VOF] by allocated array. 14 years ago
Ronald S. Bultje b6cac9b3bf swscale: remove if(full_chr_int) from yuv2packed1(). 14 years ago
Diego Biurrun 0093199184 swscale: Remove commented-out printf cruft. 14 years ago
Michael Niedermayer d1adad3cca Merge swscale bloatup 14 years ago
Michael Niedermayer d9d56036f3 swscale: MMX optim of hscale16() 14 years ago
Michael Niedermayer 895b616146 swscale: dont loose bits on planar >8bit yuv ind gray nput. 14 years ago
Ronald S. Bultje a724ee6265 swscale: unbreak the build on non-x86 systems. 14 years ago
Ronald S. Bultje aaca69c130 swscale: remove swScale_{c,MMX,MMX2} duplication. 14 years ago
Peter Belkner 502e858fd2 swscale: fix compile on mingw32 14 years ago
Ronald S. Bultje c8f487deae swscale: fix YUV420P 9/10bit support. 14 years ago
Oskar Arvidsson 42239ced65 Add pixel formats for 9- and 10-bit yuv420p. 14 years ago
Baptiste Coudurier b9e608492a swscale: 9,10 bits pixel format output support 14 years ago
Reimar Döffinger b06397acd4 Fix function pointer type to match function it is assigned. 14 years ago
Reimar Döffinger 80264dc422 Store pointers in a less messy way in SWSContext. 14 years ago
Michael Niedermayer 3e173a14e9 swscale: fix src type 14 years ago
Peter Ross 1afbae100b libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation 14 years ago
Baptiste Coudurier 624a7e005c Correctly support pal8 with alpha in libswscale, fix png pal8 with alpha. 14 years ago
Baptiste Coudurier e91946ed23 Rename y400a to gray8a. 14 years ago
Luca Barbato 86330b4c92 swscale: partially move the arch specific code left 14 years ago
Oskar Arvidsson d4497f6dfb Add pixel formats for 9- and 10-bit yuv420p. 14 years ago
Michael Niedermayer 116758a358 Fix yuvj420p scaling artefact, issue1108. 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
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
Mans Rullgard ef4a65149d Replace ASMALIGN() with .p2align 14 years ago
Baptiste Coudurier df0743e01e Y400A (gray alpha) input support in libswscale 14 years ago
Måns Rullgård 66842fe874 swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversion 14 years ago
Anton Mitrofanov c85007d559 Another try at fixing swscale on win64, as per r31153. 15 years ago
Ramiro Polla c3ab0004ae Revert r31153. It failed to build on: 15 years ago
Ramiro Polla d9d14dc607 Use int instead of long to pass width parameters in non-public functions. 15 years ago
Diego Biurrun 819ee683d8 libswscale: Relicense almost all x86 assembler optimizations as LGPL. 15 years ago
Diego Biurrun f5af8f1625 Replace wrong condition name in #endif comment by correct instance. 15 years ago
Michael Niedermayer e5a1c20707 try to avoid returning odd slices. 15 years ago
Ramiro Polla f1d5a1f285 Reorder buffer debug. Also print out if slice was buffered. 15 years ago