882 Commits (a13fec8a9cbc13745bcb7e7c1b017d72623051ad)

Author SHA1 Message Date
Peter Belkner 502e858fd2 swscale: fix compile on mingw32 14 years ago
Ronald S. Bultje 76f8a96e00 [PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P formats. 14 years ago
Ronald S. Bultje b025431bfe swscale: 10l forgot git add this change from ronald. 14 years ago
Ronald S. Bultje 9f54e461fe swscale: properly inline bits/endianness in yuv2yuvX16inC(). 14 years ago
Ronald S. Bultje c3d68ec9c5 swscale: fix clipping of 9/10bit YUV420P. 14 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Michael Niedermayer 1cafc23288 sws-PPC: fix after VOFW change. 14 years ago
Ronald S. Bultje c8f487deae swscale: fix YUV420P 9/10bit support. 14 years ago
ami_stuff 1d14edb724 Use VOFW 21503 as a default value for all types of the CPUs 14 years ago
Michael Niedermayer e3497907ef swscale: remove fork bug that i missed in the merge. 14 years ago
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