Fri, 21 Dec 2007 11:47:09 +0000 |
diego |
comment typo fixes
|
Thu, 20 Dec 2007 10:08:36 +0000 |
benoit |
Make sure strides have positive values before converting.
|
Thu, 27 Sep 2007 08:00:22 +0000 |
diego |
Revert wrong ARCH_BFIN --> HAVE_BFIN change.
|
Mon, 24 Sep 2007 15:11:49 +0000 |
aurel |
add support for yuva420p colorspace (yuv420p + alpha)
|
Fri, 31 Aug 2007 14:57:50 +0000 |
mhoffman |
renaming ARCH_BFIN to HAVE_BFIN
|
Sat, 28 Jul 2007 14:17:25 +0000 |
diego |
typo
|
Wed, 18 Jul 2007 08:12:40 +0000 |
benoit |
use YUV440P in swscale
|
Thu, 05 Jul 2007 10:18:58 +0000 |
diego |
license header consistency cosmetics
|
Fri, 22 Jun 2007 13:03:40 +0000 |
mhoffman |
integrating ff_bfin_get_unscaled_swscale into the system
|
Wed, 13 Jun 2007 17:48:15 +0000 |
diego |
misc spelling fixes
|
Wed, 30 May 2007 09:33:09 +0000 |
benoit |
rename attribute_unused to av_unused as it is declared in common.h
|
Mon, 28 May 2007 09:30:56 +0000 |
diego |
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
|
Wed, 23 May 2007 18:35:24 +0000 |
ivo |
ffmpeg -sws_flags command line option to set swscaler flags
|
Sun, 13 May 2007 19:22:32 +0000 |
gpoirier |
Blackfin optimized YUV420 to RGB CSC Color Space Converters.
|
Fri, 11 May 2007 11:24:06 +0000 |
ivo |
cosmetics; one test per line for all isXXX(x) macros
|
Wed, 02 May 2007 07:02:16 +0000 |
benoit |
cosmetics: indentation after previous patch
|
Wed, 02 May 2007 07:00:10 +0000 |
benoit |
test if color conv fonction exists prior to using it
|
Sun, 29 Apr 2007 13:39:27 +0000 |
diego |
cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.
|
Thu, 26 Apr 2007 23:07:11 +0000 |
diego |
cosmetics: Remove trailing whitespace.
|
Sun, 15 Apr 2007 01:27:34 +0000 |
michael |
improve horizontal chroma resolution with pal
|
Sun, 15 Apr 2007 00:53:32 +0000 |
michael |
convert palette to yuv instead of converting each pixel after pal->rgb
|
Sat, 07 Apr 2007 14:07:51 +0000 |
diego |
typo
|
Tue, 03 Apr 2007 16:22:19 +0000 |
cehoyos |
Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24
|
Sun, 18 Mar 2007 12:31:53 +0000 |
michael |
fix full range (jpeg yuv) chroma
|
Thu, 08 Mar 2007 10:02:49 +0000 |
diego |
Add PIX_FMT_PAL8 to isPacked().
|
Fri, 02 Mar 2007 13:33:18 +0000 |
michael |
a small step toward 4 plane support
|
Fri, 02 Mar 2007 13:32:10 +0000 |
michael |
copy src to prevent the user supplied argumet from being changed
|
Sun, 25 Feb 2007 10:27:43 +0000 |
reimar |
Add av_ prefix to clip functions
|
Sat, 17 Feb 2007 11:36:02 +0000 |
michael |
BGR/RGB4 byte formats as input
|
Fri, 16 Feb 2007 21:17:15 +0000 |
michael |
pal8 input
|
Tue, 23 Jan 2007 13:41:45 +0000 |
lucabe |
Pass a context to av_log(), when possible
|
Fri, 12 Jan 2007 15:40:08 +0000 |
lucabe |
Add "support for both orderings of the slices (top->down / bottom->up)"
|
Sat, 06 Jan 2007 12:11:25 +0000 |
lucabe |
replace some av_malloc();memset(...,0,...) sequences with av_mallocz()
|
Tue, 26 Dec 2006 18:08:40 +0000 |
lucabe |
change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()
|
Tue, 26 Dec 2006 17:59:28 +0000 |
lucabe |
Mark some variables as possibly unused to avoid warnings
|
Tue, 26 Dec 2006 17:41:38 +0000 |
lucabe |
Add some explicit casts to avoid "assignment from incompatible pointer type"
|
Fri, 22 Dec 2006 11:22:49 +0000 |
lucabe |
Remove useless include (not needed now that libswscale uses libavutil)
|
Wed, 20 Dec 2006 13:09:29 +0000 |
lucabe |
Allow to compile swscale's non-SIMD code under the LGPL license.
|
Sun, 19 Nov 2006 10:38:12 +0000 |
lucabe |
Clarify that some of the non-SIMD code is now LGPLed.
|
Thu, 16 Nov 2006 12:49:27 +0000 |
diego |
Remove stray newline.
|
Thu, 02 Nov 2006 09:01:01 +0000 |
lucabe |
Add support for conversions from the rgb565 and rgb555 formats
|
Wed, 01 Nov 2006 18:36:20 +0000 |
diego |
Use common define for x86_32 and x86_64.
|
Tue, 24 Oct 2006 05:02:33 +0000 |
kostya |
16-bit grayscale support
|
Wed, 11 Oct 2006 23:18:34 +0000 |
diego |
Rename ABS macro to FFABS.
|
Sat, 07 Oct 2006 15:33:14 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program'.
|
Wed, 27 Sep 2006 11:41:36 +0000 |
lucabe |
Add support for YUVJ formats
|
Sun, 17 Sep 2006 15:15:13 +0000 |
lucabe |
Remove the dependency of libswscale on img_format.h
|
Sun, 17 Sep 2006 14:59:55 +0000 |
lucabe |
Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32)
|
Mon, 04 Sep 2006 09:38:24 +0000 |
gpoirier |
Add sws_getCachedContext(), which checks if context is valid or reallocs a new one instead.
|
Wed, 30 Aug 2006 10:50:20 +0000 |
michael |
make the C code of the swscaler which i wrote LGPL
|
Fri, 18 Aug 2006 13:58:03 +0000 |
diego |
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
|
Sat, 12 Aug 2006 17:46:40 +0000 |
uau |
Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compile
|
Sat, 05 Aug 2006 13:14:34 +0000 |
lucabe |
Another PIX_FMT_ ---> IMGFMT_ conversion
|
Sat, 05 Aug 2006 10:00:54 +0000 |
diego |
Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.
|
Mon, 31 Jul 2006 12:35:04 +0000 |
lucabe |
Add support for ffmpeg's pixel format names in libswscale
|
Fri, 28 Jul 2006 09:07:09 +0000 |
diego |
Comment some #endif lines.
|
Wed, 26 Jul 2006 13:19:02 +0000 |
lucabe |
Replace MIN() and MAX() with FFMIN() and FFMAX()
|
Mon, 24 Jul 2006 10:36:06 +0000 |
michael |
vertical scaler with accurate rounding, some people on doom9 can see +-1 errors
|
Sun, 23 Jul 2006 21:16:11 +0000 |
pacman |
Fix typo introduced in the memalign->av_malloc conversion (there is no
|
Sun, 23 Jul 2006 18:07:26 +0000 |
reimar |
Missing part of the malloc -> av_malloc patch: memalign must be replaced as well!
|
Thu, 20 Jul 2006 12:13:57 +0000 |
lucabe |
Use libavutil in libswscale, and allow it to be built out of the mplayer tree
|
Fri, 30 Jun 2006 12:00:31 +0000 |
lucabe |
Move postproc ---> libswscale
|