1106 Commits (565cabf5c80b25d86c2e539afcb3b24024fbce0a)

Author SHA1 Message Date
Anton Khirnov b66752790a AVOptions: make default_val a union, as proposed in AVOption2. 14 years ago
Michael Niedermayer 7bea13f111 swscale: Fix scaling for unscaled dithered planar convertions. 14 years ago
Oskar Arvidsson 42239ced65 Add pixel formats for 9- and 10-bit yuv420p. 14 years ago
Michael Niedermayer 53789a27f8 swscale: use Nbit code to handle !is16BPS(c->srcFormat) && is16BPS(c->dstFormat) 14 years ago
Michael Niedermayer 42c9bd313f swscale: Support dither in is16BPS(c->srcFormat) && !is16BPS(c->dstFormat) 14 years ago
Michael Niedermayer c4f7050bb1 swscale: support unscaled planar Nbit->8bit with non native endian source. 14 years ago
Michael Niedermayer 09ff3cc77b swscale: fix unscaled yuv422p16be -> yuv422p10le 14 years ago
Michael Niedermayer eb8aa13b54 swscale: make DITHER_COPY() support non native endian source 14 years ago
Michael Niedermayer 9c49ca0f19 swscale: factor shift out of DITHER_COPY(). 14 years ago
Michael Niedermayer 300e497b5f swscale: factorize DITHER_COPY() 14 years ago
Michael Niedermayer 3dd779eb0a swscale: implement Nbit->non native endian 16bit. Fixes v210. 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 95f163b33b swscale: Dither for unscaled 10->8bit per channel 14 years ago
Michael Niedermayer 7915e038c6 swscale: dont reshuffle bytes 14 years ago
Michael Niedermayer 9a5624a0f1 rgb24toyv12: break out in the middle before out of array reads. 14 years ago
Michael Niedermayer 3e173a14e9 swscale: fix src type 14 years ago
Anton Khirnov 85770f2a26 AVOptions: make default_val a union, as proposed in AVOption2. 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 dbfdb288c1 Set alpha of palettes to 0xff. 14 years ago
Baptiste Coudurier e91946ed23 Rename y400a to gray8a. 14 years ago
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