877 Commits (ac8d6f120da3f342cd0fc8af35d9633dbaddcfe5)

Author SHA1 Message Date
  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. 15 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. 15 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. 15 years ago
  Peter Ross 1afbae100b libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation 15 years ago
  Baptiste Coudurier 624a7e005c Correctly support pal8 with alpha in libswscale, fix png pal8 with alpha. 15 years ago
  Baptiste Coudurier dbfdb288c1 Set alpha of palettes to 0xff. 15 years ago
  Baptiste Coudurier e91946ed23 Rename y400a to gray8a. 15 years ago
  tateu 93c28a55fd Fix runtime CPU detection in libswscale. 15 years ago
  Stefano Sabatini bd2a3700c0 lsws: prevent overflow in sws_init_context() 15 years ago
  Manfred Tremmel 03a91c7453 Patch from Packman (OpenSuse - packages) to silence rpmlint. 15 years ago
  unknown author 2671ab3996 Check mmap() return against correct value 15 years ago
  Anton Khirnov 7dfe244fbd sws: remove disabled cruft. 15 years ago
  Anton Khirnov 41d0eb1c81 lavc: remove the FF_API_SET_STRING_OLD cruft. 15 years ago
  Anton Khirnov 139f3ac42d Bump major versions of all libraries. 15 years ago
  Janne Grunau f668afd489 swscale: fix "ISO C90 forbids mixed declarations and code" warning 15 years ago
  Janne Grunau 7f2ae5c7af swscale: fix compilation with --enable-runtime-cpudetect 15 years ago
  Janne Grunau b6cad3df82 swscale: correct include path to fix ppc altivec build 15 years ago
  Luca Barbato 6216fc70b7 swscale: simplify rgb2rgb templating 15 years ago
  Josh Allmann 33a0421bba swscale: simplify initialization code 15 years ago
  Josh Allmann 735bf19511 swscale: further cleanup swscale.c 15 years ago
  Luca Barbato 86330b4c92 swscale: partially move the arch specific code left 15 years ago
  Luca Barbato c003832883 swscale: move away x86 specific code from rgb2rgb 15 years ago
  Luca Barbato 0e1a5434e2 swscale: Factorize FAST_BGR2YV12 definition. 15 years ago
  Diego Biurrun db46be01ec Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX(). 15 years ago
  Oskar Arvidsson d4497f6dfb Add pixel formats for 9- and 10-bit yuv420p. 15 years ago
  Anton Khirnov 0464ee9af2 swscale: postpone sws_getContext removal until next major bump. 15 years ago
  Darren Horrocks 30c6fefd01 fix runtime-cpu-detect bug in swscale 15 years ago
  Michael Niedermayer 116758a358 Fix yuvj420p scaling artefact, issue1108. 15 years ago
  Michael Niedermayer ffd39f9d23 Fix typo from e3a84542. 15 years ago